Yeah sorry, dont code with kids on the other arm.
darkcoin=math.Object(
P2P_PREFIX='bf0c6bbd'.decode('hex'),
P2P_PORT=9999,
ADDRESS_VERSION=76,
RPC_PORT=9998,
RPC_CHECK=defer.inlineCallbacks(lambda darkcoind: defer.returnValue(
'darkcoinaddress' in (yield darkcoind.rpc_help()) and
not (yield darkcoind.rpc_getinfo())['testnet']
)),
SUBSIDY_FUNC=lambda nBits, height: __import__('darkcoin_subsidy').GetBlockBaseValue(nBits, height),
BLOCKHASH_FUNC=lambda data: pack.IntType(256).unpack(__import__('darkcoin_hash').getPoWHash(data)),
POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('darkcoin_hash').getPoWHash(data)),
BLOCK_PERIOD=150, # s
SYMBOL='DRK',
CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Darkcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Darkcoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.darkcoin'), 'darkcoin.conf'),
BLOCK_EXPLORER_URL_PREFIX='http://explorer.darkcoin.io/block/',
ADDRESS_EXPLORER_URL_PREFIX='http://explorer.darkcoin.io/address/',
TX_EXPLORER_URL_PREFIX='http://explorer.darkcoin.io/tx/',
SANE_TARGET_RANGE=(2**256//2**32//1000 - 1, 2**256//2**20 - 1),
DUMB_SCRYPT_DIFF=1,
DUST_THRESHOLD=0.001e8,
),
What should be relevant to the string ADDRESS_VERSION?
Code:darkcoin=math.Object( P2P_PREFIX='bf0c6bbd'.decode('hex'), P2P_PORT=9999, ADDRESS_VERSION=76, RPC_PORT=9998, RPC_CHECK=defer.inlineCallbacks(lambda darkcoind: defer.returnValue( 'darkcoinaddress' in (yield darkcoind.rpc_help()) and not (yield darkcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda nBits, height: __import__('darkcoin_subsidy').GetBlockBaseValue(nBits, height), BLOCKHASH_FUNC=lambda data: pack.IntType(256).unpack(__import__('darkcoin_hash').getPoWHash(data)), POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('darkcoin_hash').getPoWHash(data)), BLOCK_PERIOD=150, # s SYMBOL='DRK', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Darkcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Darkcoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.darkcoin'), 'darkcoin.conf'), BLOCK_EXPLORER_URL_PREFIX='http://explorer.darkcoin.io/block/', ADDRESS_EXPLORER_URL_PREFIX='http://explorer.darkcoin.io/address/', TX_EXPLORER_URL_PREFIX='http://explorer.darkcoin.io/tx/', SANE_TARGET_RANGE=(2**256//2**32//1000 - 1, 2**256//2**20 - 1), DUMB_SCRYPT_DIFF=1, DUST_THRESHOLD=0.001e8, ),
It is, you can look them up in chainparams.cpp of the core client:Just specify whether the correct version.
Totally OK! I already like your pull request. Will take some more time to review it though, maybe later tonight.Thank you, I have not been able to find.
Vertoe, please see the changes in the github. I completely untethered version of Bitcoin.
I am sorry for my english. translate.google.ru
Works & merged.A clean install on a virtual machine.
Check in main net - all works fine))
which page are you referring to? I just checked 3 p2pool block lists with the link you provided and they are matching, latest p2pool block currently is 211389.Hello,
I'm not sure what happen to Block found list in p2pool page, they are stopped at 211244 while https://drk.mn/blocks.html#blocksdetail show more blocks found by p2pool...
I was too fast to worry while 211274 and 211304 are not shown. Now, latest 4 block of the list is matched.which page are you referring to? I just checked 3 p2pool block lists with the link you provided and they are matching, latest p2pool block currently is 211389.
done, thanks.Who updates the wiki? It is necessary to replace the reference to p2pool.
On page http://wiki.darkcoin.eu/wiki/Important, you need to replace "P2Pool Users https://bitbucket.org/dstorm/p2pool-drk" en "https://github.com/vertoe/p2pool-drk".
vertoe mr.slaveg, please kindly be informed that all testnet p2pool is not working..Works & merged.
http://turing.darkco.in:7903/
http://descartes.darkco.in:7903/
http://ptolemy.darkco.in:7903/ (ipv6)
http://turing.darkco.in:17903/ (testnet)
http://descartes.darkco.in:17903/ (testnet)
http://ptolemy.darkco.in:17903/ (testnet, ipv6)
Thanks again.
https://github.com/djnapalm/p2pool-drk/tree/test-v0.11.1.x