solana-labs / example-helloworld

Hello world on Solana
MIT License
903 stars 870 forks source link

Transactions not completing on solana-test-validator #297

Open 0x1100010010 opened 3 years ago

0x1100010010 commented 3 years ago

Hi guys,

I am unable to deploy the program successfully on solana-test-validator node running on the remote host 192.168.10.2:8899. Everything seems to be working fine except transactions verification on program deployment is not completing for some reason, there is no error in logs either.

image

Solana Config image

Solana logs: image

jstarry commented 3 years ago

Hmm that is pretty odd, which version of solana are you using?

0x1100010010 commented 3 years ago

I have tried it on 1.7.9, 1.7.10 & 1.7.11, none of them works, No problem deploying to Solana Devnet. Solana-test validator node is running on wsl, can it be triggering the issue?

jstarry commented 3 years ago

@bashforger thanks for adding more info, I would ensure that your test node's tpu port is exposed. The deploy cli sends transactions directly to the node's tpu port for higher throughput. Typically it's port 8003, needs to be exposed for udp