Author

Topic: [ANN] [PXC] Phenixcoin P2Pool located in Germany (Read 1015 times)

member
Activity: 90
Merit: 10
Edited above
member
Activity: 90
Merit: 10
p2pool/networks.py
Quote
phenix=math.Object(
        PARENT=networks.nets['phenix'],
        SHARE_PERIOD=30, # 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=120, # blocks
        IDENTIFIER='a5aed03050126d6c'.decode('hex'),
        PREFIX='b6c0601991aa19a2'.decode('hex'),
        P2P_PORT=24396,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=True,
        WORKER_PORT=24397,
        BOOTSTRAP_ADDRS=''.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

p2pool/bitcoin/networks.py
Quote
phenix=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=9555,
        ADDRESS_VERSION=56,
        RPC_PORT=9554,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'phenixcoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 1*10000000 >> (height + 1)//1080000,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=30, # s targetspacing
        SYMBOL='PXC',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'phenixcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/phenixcoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.phenixcoin'), 'phenixcoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://pxc/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://pxc/address/',
        SANE_TARGET_RANGE=(2**256//100000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
    ),

Error when running


Any thoughts?
sr. member
Activity: 392
Merit: 250
Ah yes i have read that thread, was full of some good info. Doesn't quite answer this one ^.^

My current p2pool connects to the wallet and to the p2p network however it gets no shares and after it displays connect to 127.0.0.1:12556/static for graphs it displays an error:

exceptions.OverflowError: getsockaddrarg: port must be 0-65535

as you can see its well between the value? Have you encounted this before?

I have seen mamy errors while experimenting with P2Pool, but I have never come to this error  Grin
member
Activity: 90
Merit: 10
Ah yes i have read that thread, was full of some good info. Doesn't quite answer this one ^.^

My current p2pool connects to the wallet and to the p2p network however it gets no shares and after it displays connect to 127.0.0.1:12556/static for graphs it displays an error:

exceptions.OverflowError: getsockaddrarg: port must be 0-65535

as you can see its well between the value? Have you encounted this before?
hero member
Activity: 532
Merit: 500
bearded, drunk, fat, naked
you can find all the information here:
https://bitcointalk.org/index.php?topic=214512.0;all

it's probably not ideal, but the pool was running fine during the night, I assume my shitty VPS just can't handle it during the day as other users use up all the CPU/RAM/Bandwith. Might have been something wrong with the settings though.
member
Activity: 90
Merit: 10
Hey Spoid,
 was wondering what settings you used in your p2pool network.py and in bitcoin/network.py,
to connect my connects but errors saying overflow use port between these values blah blah.

Any help would be nice.
full member
Activity: 154
Merit: 100
I'm connected and mining fine with 2 rigs @ 4 M/Hash
hero member
Activity: 532
Merit: 500
bearded, drunk, fat, naked
I set up a p2pool for Phenixcoin and tested it over night, found 2 blocks and appeared to be working correctly - my miners received payout.

This is my first p2pool so I set the fee to 1% so I can check whether the fee actually works.

I could not find any other p2pools for Phenixcoin (i.e. I am apparently mining alone right now) so I'd appreciate any hashrate sent my way so we can actually find some blocks.

http://84.200.206.231:19324/static/
Jump to: