-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Globalcoin Request/Addition #46
Comments
This coin have only 40s block time, so if we take 10s share time 1/4 will be doa all the time. We need 5s share target. |
So more like this? Also, if my share_period, share_chain or target_lookbehind is different then the other P2Pool nodes wont I get errors if the other nodes have Cartman's settings and not the ones below. I would have to start a new sharechain with these params correct? globalcoin=math.Object( |
Me and Rav3nPL obviously disagree on a few things :) As you can see at http://xpool.net:8860/ it is not getting 1/4 DOA (1.86% at the moment). Discussion: https://bitcointalk.org/index.php?topic=457574 |
Currently I'm using your settings in Rav's build and it looks to be working fine for Globalcoin. I'll see what the situation is after I receive some coin of course. Should I expect errors by using your settings in Rav's build Cartman? |
No, we both build off the latest 13.4 from forrestv |
Could we add Global coin to the networks.py & bitcoin networks.py of the Rav build. Not sure what will be needed to make this CatmanSPC p2pool object work in your build.
globalcoin=math.Object(
PARENT=networks.nets['globalcoin'],
SHARE_PERIOD=10, # seconds target spacing
CHAIN_LENGTH=24_60_60//10, # shares
REAL_CHAIN_LENGTH=24_60_60//10, # shares
TARGET_LOOKBEHIND=200, # shares coinbase maturity
SPREAD=45, # blocks
IDENTIFIER='5F0183D62F698832'.decode('hex'),
PREFIX='52F8CF5955E02234'.decode('hex'),
P2P_PORT=23660,
MIN_TARGET=0,
MAX_TARGET=2256//220 - 1,
PERSIST=False,
WORKER_PORT=8860,
BOOTSTRAP_ADDRS='xpool.net us-east1.cryptovein.com'.split(' '),
ANNOUNCE_CHANNEL='#p2pool-glc',
VERSION_CHECK=lambda v: True,
),
The text was updated successfully, but these errors were encountered: