Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

|./multinode-demo/test/wallet-sanity.sh testnet.solana.com| fails #611

Closed
mvines opened this issue Jul 13, 2018 · 4 comments
Closed

|./multinode-demo/test/wallet-sanity.sh testnet.solana.com| fails #611

mvines opened this issue Jul 13, 2018 · 4 comments
Assignees
Milestone

Comments

@mvines
Copy link
Member

mvines commented Jul 13, 2018

$ solana.keygen

generates ~snap/solana/117/.config/solana/id.json, but then

$ solana.wallet balance
+ /snap/solana/117/bin/rsync -vPz rsync://testnet.solana.com/config/leader.json /home/mvines_solana_com/snap/solana
/117/config-client/
leader.json
            790 100%  771.48kB/s    0:00:00 (xfr#1, to-chk=0/1)
sent 43 bytes  received 401 bytes  888.00 bytes/sec
total size is 790  speedup is 1.78
+ exec /snap/solana/117/bin/solana-wallet -l /home/mvines_solana_com/snap/solana/117/config-client/leader.json -k /
home/mvines_solana_com/snap/solana/117/config-client/id.json balance
Balance requested...
Your balance is: 0
 INFO 2018-07-13T20:29:58Z: solana::metrics: submitting 1 points

shows that ~snap/solana/117/config-client/id.json is being used.

Also:

solana.wallet airdrop --tokens 1000
+ exec /snap/solana/117/bin/solana-wallet -l /home/mvines_solana_com/snap/solana/117/config-client/leader.json -k /
home/mvines_solana_com/snap/solana/117/config-client/id.json airdrop --tokens 1000
Airdrop requested...
Airdropping 1000 tokens
Your balance is: 0
 INFO 2018-07-13T20:31:01Z: solana::metrics: submitting 1 points
@mvines mvines added this to the v0.7.0 milestone Jul 13, 2018
@mvines mvines self-assigned this Jul 13, 2018
@mvines
Copy link
Member Author

mvines commented Jul 13, 2018

Ok so running solana.keygen before solana.wallet is not necessary, so sub-issue 1 is invalid.

But this fails too with the same issue, no balance:

$ ./multinode-demo/test/wallet-sanity.sh testnet.solana.com

@mvines
Copy link
Member Author

mvines commented Jul 13, 2018

./multinode-demo/test/wallet-sanity.sh passes with a local leader/drone is this appears to be just a testnet setup issue 😅

@mvines mvines changed the title snap-based wallet seems to be picking up the wrong keypair |./multinode-demo/test/wallet-sanity.sh testnet.solana.com| fails Jul 13, 2018
@mvines
Copy link
Member Author

mvines commented Jul 14, 2018

Looks CUDA related somehow. sudo snap set solana enable-cuda= gets airdrops working

@mvines
Copy link
Member Author

mvines commented Jul 14, 2018

Confirmed that fullnode within the Snap is not finding the GPU

vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
* add shared-memory program

* add offset and reduce shared object size
vovkman pushed a commit to helius-labs/solana that referenced this issue Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant