jtoomim / p2pool

Peer-to-peer Bitcoin mining pool
https://github.com/jtoomim/p2pool/
GNU General Public License v3.0
37 stars 45 forks source link

Error "blockhash must be of length 64 (not 45" #33

Closed yakitorifoodie closed 5 years ago

yakitorifoodie commented 5 years ago

Got the following error:

https://paste.ubuntu.com/p/jdxWyRSXRp/

jtoomim commented 5 years ago

I thought I fixed that issue 6 days ago with this commit:

https://github.com/jtoomim/p2pool/commit/280e48fac2d38d2fd1c31b937f1cda0bd226723b

Maybe do a git pull? What is the most recent commit listed if you do git log?

yakitorifoodie commented 5 years ago

Oops. my bad. You are right. I pulled and it worked.

I set 'PERSIST = False' in p2pool/networks/bitcoin.py but still it communicates with peers. Is there any way i can disable communication with peers?

Thank you very much.

jtoomim commented 5 years ago

pypy run_p2pool.py --max-conns=0