Thursday, September 19, 2024

The place to search out P2pool networks.py settings for altcoins?

Is there a discussion board publish or web site the place all of the altcoin networks.py settings are being shared? I can see the P2pool forks on Github the place folks commit their very own networks.py settings again to their very own repository however none are being merged again into the unique forrestv/p2pool repository. For now, I’m particularly looking for the Digibyte altcoin however wish to add the opposite altcoins afterward as effectively.

I’m speaking about this half:

    litecoin=math.Object(
    PARENT=networks.nets['litecoin'],
    SHARE_PERIOD=15, # seconds
    CHAIN_LENGTH=24*60*60//10, # shares
    REAL_CHAIN_LENGTH=24*60*60//10, # shares
    TARGET_LOOKBEHIND=200, # shares
    SPREAD=3, # blocks
    IDENTIFIER='e037d5b8c6923410'.decode('hex'),
    PREFIX='7208c1a53ef629b0'.decode('hex'),
    P2P_PORT=9 338,
    MIN_TARGET=0,
    MAX_TARGET=2**256//2**20 - 1,
    PERSIST=True,
    WORKER_PORT=9327,
    BOOTSTRAP_ADDRS='...'.cut up(' '),
    ANNOUNCE_CHANNEL='#p2pool-ltc',
    VERSION_CHECK=lambda v: True,
    VERSION_WARNING=lambda v: 'Improve Litecoin to >=0.8.5.1!' if v < 80501 else None,
),

And if none are being shared publicly, how do I edit the settings myself for the completely different altcoins?

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles