pepeteam/pepecoin

pepecoind daemon on ubunti 16.04 freezes

Closed this issue · 2 comments

I start the daemon, and about 10-15 minutes after launched, the daemon freezes. i am running on yiimp server. yiimp first looses its connection and gives a timeout error when trying to communicate with daemon. the some time shortly there after the stratum server looses its connection. it happens some time shorly after getting only this from the daemon log

2018-01-03 22:33:11 dsee - Got mismatched pubkey and vin
2018-01-03 22:33:11 Misbehaving: 45.32.211.174:29377 (900 -> 1000)
2018-01-03 22:33:14 dsee - Got mismatched pubkey and vin
2018-01-03 22:33:14 Misbehaving: 45.76.15.62:29377 (1100 -> 1200)
2018-01-03 22:33:17 dsee - Got mismatched pubkey and vin
2018-01-03 22:33:17 Misbehaving: 45.32.211.174:29377 (1000 -> 1100)
2018-01-03 22:33:17 keypool reserve 5
2018-01-03 22:33:17 keypool return 5
2018-01-03 22:33:17 dseep - Asking source node for missing entry CTxIn(COutPoint(d206b39a81, 1), scriptSig=)
2018-01-03 22:33:20 dsee - Got mismatched pubkey and vin
2018-01-03 22:33:20 Misbehaving: 45.76.15.62:29377 (1200 -> 1300)
2018-01-03 22:33:23 dsee - Got mismatched pubkey and vin
2018-01-03 22:33:23 Misbehaving: 73.222.150.180:29377 (0 -> 100) BAN THRESHOLD EXCEEDED
2018-01-03 22:33:26 dsee - Got mismatched pubkey and vin
2018-01-03 22:33:26 Misbehaving: 45.32.211.174:29377 (1100 -> 1200)
2018-01-03 22:33:26 dseep - Asking source node for missing entry CTxIn(COutPoint(141855ea21, 0), scriptSig=)
2018-01-03 22:33:29 dsee - Got mismatched pubkey and vin
2018-01-03 22:33:29 Misbehaving: 45.76.15.62:29377 (1300 -> 1400)
2018-01-03 22:33:32 dsee - Got mismatched pubkey and vin
2018-01-03 22:33:32 Misbehaving: 45.32.211.174:29377 (1200 -> 1300)

We're still working on managing the masternode load on the network, and dealing with nodes that users leave running after removing the collateral.

You can try adding to pepecoin.conf:

banscore=50 (lower numbers ban misbehaving peers quicker, default is 100)
bantime=6000

addnode=162.248.93.192
addnode=seed1.freepepe.org
addnode=seed2.freepepe.org
addnode=seed3.freepepe.org
addnode=seed4.freepepe.org
addnode=45.32.129.79
addnode=45.63.86.183
addnode=45.76.93.158
addnode=45.76.25.154
addnode=45.79.175.159
addnode=45.79.156.12
addnode=45.56.84.240
addnode=207.246.124.170
addnode=104.238.167.134
addnode=45.32.67.176

If you need more help come to our Telegram chat at https://t.me/pepecoins

It will also help if you make the pool stratum query the daemon less often. Instead of every second set it to 5 seconds.