Hello!
I have found some lines that have to be modified here
https://github.com/j980/p2pool1) p2pool/bitcoin/networks.py line 11:
2) p2pool/bitcoin/networks.py line 15:
while bnLowerBound + 0.0001 <= bnUpperBound:
3) p2pool/bitcoin/networks.py line 25:
nSubsidy = nSubsidy - 0.0001
4) p2pool/bitcoin/networks.py line 39:
SUBSIDY_FUNC=lambda target: get_subsidy(6, 1, target),
5) p2pool/data.py line 16:
minout = pow(10, 6) / 10000;
Also, concerning block 9689 switch, I can't figure out what the
stake entropy bit has to do with
proof-of-work mining
Now testing the pool at
http://78.27.191.182:8333/. Unfortunately, I have less than 1MH/s
Hi , i am curious - how did you found this lines:
4) p2pool/bitcoin/networks.py line 39:
SUBSIDY_FUNC=lambda target: get_subsidy(6, 1, target),
here is the change from 100 to 1 (NVC vs BB) but why? (i try to get any direction - thx)
5) p2pool/data.py line 16:
minout = pow(10, 6) / 10000;
trying to mod your pool to Orbitcoin specs.