-
Notifications
You must be signed in to change notification settings - Fork 39
Example only works on localhost #8
Comments
Solana v1.8.1 is required. See solana-labs/solana#20620 for example |
I upgraded the local solana version to v1.8.1, and I tried again but the same error occurred. Ask for a solution, thank you very much |
The |
i use https://api.devnet.solana.com cluster , not running my solana node, Where can i find scripts/run.sh you mentioned in order to simply run a node? Program failed to complete: ELF error: Unresolved symbol (sol_log_data) at instruction #2401 (ELF file offset 0x4a20) |
@BSix5 there are different ways of doing this. You can run up the docker image:
Or if you're running a linux machine, you can build your own solana node:
Or you can install the latest edge:
and then
|
Thank you very much for your reply, but if I want to publish to the solana master cluster for online use, is it possible now? |
Did you find any solution for this @BSix5 i am also trying to publish it to the devnet or to the test net but receiving the following error, Did you find any way to deploy it on test or devnet
|
All the required features are now enabled on testnet, devnet and mainnet-beta |
Tried to run the example in the readme on devnet and testnet instead of localhost:
The text was updated successfully, but these errors were encountered: