System information
Geth version: shisui version 1.14.9-unstable
CL client & version: none
OS & Version: OSX
Commit hash :
Expected behaviour
Client connects to peers when started
Actual behaviour
RPC timeout errors are printed, no sign that the client makes any peer connection.
Steps to reproduce the behaviour
Clone the repository, build Shisui with make shisui and run it with ./build/bin/shisui
Log
./build/bin/shisui
INFO [09-23|11:55:41.073] New local node record seq=2 id=9bb2a0b66e3ed486 ip=127.0.0.1 udp=0 tcp=0
INFO [09-23|11:55:41.075] New local node record seq=3 id=9bb2a0b66e3ed486 ip=127.0.0.1 udp=9009 tcp=0
ERROR[09-23|11:55:47.075] failed to send find nodes request protocol=history ip=194.xx.yy.zzz port=9101 err="RPC timeout"
ERROR[09-23|11:55:47.075] failed to send find nodes request protocol=history ip=194.xx.yy.zzz port=9101 err="RPC timeout"
ERROR[09-23|11:55:47.076] failed to send find nodes request protocol=history ip=164.xx.yy.zzz port=5002 err="RPC timeout"
ERROR[09-23|11:55:50.076] failed to send find nodes request protocol=history ip=194.xx.yy.zzz port=9102 err="RPC timeout"
ERROR[09-23|11:55:50.395] failed to send find nodes request protocol=history ip=164.xx.yy.zzz port=5002 err="RPC timeout"
ERROR[09-23|11:55:53.076] failed to send find nodes request protocol=history ip=164.xx.yy.zzz port=5001 err="RPC timeout"
ERROR[09-23|11:55:53.447] failed to send find nodes request protocol=history ip=157.xx.yy.zzz port=9000 err="RPC timeout"
ERROR[09-23|11:55:56.077] failed to send find nodes request protocol=history ip=194.xx.yy.zzz port=9102 err="RPC timeout"
ERROR[09-23|11:55:56.486] failed to send find nodes request protocol=history ip=161.xx.yy.zzz port=9000 err="RPC timeout"
ERROR[09-23|11:55:58.415] failed to send find nodes request protocol=history ip=164.xx.yy.zzz port=5001 err="RPC timeout"
System information
Geth version:
shisui version 1.14.9-unstableCL client & version: none
OS & Version: OSX
Commit hash :
Expected behaviour
Client connects to peers when started
Actual behaviour
RPC timeouterrors are printed, no sign that the client makes any peer connection.Steps to reproduce the behaviour
Clone the repository, build Shisui with
make shisuiand run it with./build/bin/shisuiLog