Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PX Hybrid POW/POS [SHA-256] MINING POOL **STAKING ANDROID WALLETS** [ANN]
by
in100
on 30/03/2017, 11:24:58 UTC
still crashing...any other ideas?

Use getpeerinfo console command. Look for the peers with "height"<370000 blocks and block its with the firewall.

can u xplain in details step by step?
same happen to me

In PX wallet console type getpeerinfo, Enter.
You will see something similar to

Code:
getpeerinfo
19:04:34

[
{
"addr" : "148.251.8.18:60773",
"services" : "00000001",
"lastsend" : 1488902556,
"lastrecv" : 1488902635,
"conntime" : 1488902421,
"version" : 60080,
"subver" : "/PX:0.6.3/PX:3.0.0/PX:3.0.0(v3.0.0.0-PX)/",
"inbound" : true,
"releasetime" : 0,
"height" : 372870,
"banscore" : 0
},
...

Look for the peers with "height"<370000 (~317000) blocks. It's IPs ("addr") you should add to the blacklist of your firewall.

How to do it depends of used OS and anti-virus/firewall/security suite etc. software.

Also you can try make PX.conf:
Code:
connect=146.90.159.229
connect=148.251.8.18
connect=67.246.165.40
connect=174.113.76.81
connect=212.90.62.68
connect=104.172.24.79
connect=51.9.15.64
connect=148.251.8.18
connect=67.246.165.40
connect=78.52.163.53
connect=79.122.8.123
However, I'm not sure if there is a connect command for the PX wallet.