Closed limxdev closed 7 years ago
this is "normal", pings are send if it is requested by rpc or by keep alive: https://github.com/LIMXTEC/BitSend/blob/master/src/main.cpp#L4963-L4971
If you are downloading blockchain, etc., no ping. If you want to see pingtime, request a "ping all node" in rpc (by "ping" command).
I am not sure... here is the problem. (This is a new version with peertab)
It returns always zero....
https://github.com/LIMXTEC/BitSend/blob/Test/src/qt/guiutil.cpp#L801:L805
did you made a "ping" rpc call before the screenshot?
If node is already connected, then ping time =0 is normal
"did you made a "ping" rpc call before the screenshot?" I try with geetpeer before after etc... it is always 0.
If node is already connected, then ping time =0 is normal By ERC,B3,LTC,BTC, DAHS works it correct
You it test on the new windows version. (It is a other peer tab) https://github.com/LIMXTEC/BitSend/releases
Apply this commit: https://github.com/dashpay/dash/commit/f1920e86063d0ed008c6028d8223b0e21889bf75 :
wget https://github.com/dashpay/dash/commit/f1920e86063d0ed008c6028d8223b0e21889bf75.patch
patch -i f1920e86063d0ed008c6028d8223b0e21889bf75.patch -p1
Okay I try it later
Thank you ... Bounty payed 7f67184ca61fbf05754e3e8d30d2ee5e882ee09bca2e29bd05ba44659716e084-000
I add for the QT Wallet a peerinfo tab. But getpeerinfo return only 0.000
Bounty 2000 BSD
net.cpp https://github.com/LIMXTEC/BitSend/blob/master/src/net.cpp#L618
getpeerinfo { "addr" : "37.120.190.76", "services" : "00000001", "lastsend" : 1489230175, "lastrecv" : 1489230179, "bytessent" : 277, "bytesrecv" : 34276, "conntime" : 1489230171, "pingtime" : 0.00000000, }