bnb-chain / node-binary

Binaries for full nodes, light-weighted clients
178 stars 116 forks source link

Light client cannot connect to dataseed1.binance.org #246

Open aghamir opened 4 years ago

aghamir commented 4 years ago

Dear devs, Running light client with bellow command stucks in Starting RPC HTTP server on 127.0.0.1:27147: ./lightd --chain-id "Binance-Chain-Tigris" --node tcp://dataseed1.binance.org:80

chainwhisper commented 4 years ago

Hello!

Lightd is not compatible now, could you use api-server instead?

aghamir commented 4 years ago

Thanks for your response. Actually I want to use BroadcastTxSync RPC method. I cannot find equivalent of this method in api-server. Are there any alternatives to this method? BTW, does hot_sync stable now? And how much is its disk usage?

moesaleh commented 3 years ago

@huangsuyu is there a replacement for the light client? how can we run it right now?

moesaleh commented 3 years ago

@huangsuyu how can we establish RPC connection with binance chain nodes right now?