v0.10.9.x Help test RC2 forking issues

Status
Not open for further replies.

eduffield

Core Developer
****** PLEASE UPDATE TO 9.4.9 OR 10.9.9 *******

We're trying to recreate a similiar environment on testnet as we have on mainnet. That means we need a substantial amount of hashing power on many different pools.

So far we've setup 2 pools:

Mpos + Stratum: http://ec2-54-198-19-83.compute-1.amazonaws.com
-- connection string: sgminer.exe -o stratum+tcp://54.198.19.83:3333 -u eduffield.1 -p x

P2Pool: http://54.200.184.132/
-- connection string: sgminer.exe -o stratum+tcp://54.200.184.132:18998 -u mt2ScQSwpsohN8KC9CuFGCuCuvyJkCY8iEn1K5Y5JGe5svtfmrJ6J9McsZPJdWXPvuRq -p 1

NOMP: http://54.183.73.24/ (Thanks Chaeplin!)
-- connection string: sgminer.exe -o stratum+tcp://54.183.73.24:3333 -u
Block Explorer: http://23.23.186.131:1234/chain/DarkCoin

How can you help?
1.) Point some hashing power at once of the pools!
2.) Run the "forkfix" branch on testnet: https://github.com/darkcoinproject/darkcoin/commits/forkfix

Binaries (stable)
http://www.darkcoin.io/downloads/forkfix/darkcoin-qt
http://www.darkcoin.io/downloads/forkfix/darkcoind

RC3 Binaries ( masternodes )
http://www.darkcoin.io/downloads/rc3/darkcoin-qt
http://www.darkcoin.io/downloads/rc3/darkcoind

If you get on a different chain than the blockchain explorer or get stuck please send me your debug.log

Thanks everyone,

The Darkcoin Team
 
Last edited by a moderator:
the stratum pool should be working now. I'm getting an error on the p2pool and I asked dstorm to look at it.
 
I setup P2Pool tDRK stratum+tcp://cryptowins.com:18998
and throwed some hashing power into it atleast for a while..
getting
self.type, self.value, self.tb)
2014-05-31 19:46:13.031676 > File "/var/tmp/p2pool/p2pool-drktest/p2pool/util/jsonrpc.py", line 133, in _http_do
2014-05-31 19:46:13.031703 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2014-05-31 19:46:13.031730 > p2pool.util.jsonrpc.NarrowError: -22 Block decode failed
with the p2pool..
connected to 54.200.165.131
 
I setup P2Pool tDRK stratum+tcp://cryptowins.com:18998
and throwed some hashing power into it atleast for a while..
getting
self.type, self.value, self.tb)
2014-05-31 19:46:13.031676 > File "/var/tmp/p2pool/p2pool-drktest/p2pool/util/jsonrpc.py", line 133, in _http_do
2014-05-31 19:46:13.031703 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2014-05-31 19:46:13.031730 > p2pool.util.jsonrpc.NarrowError: -22 Block decode failed
with the p2pool..
connected to 54.200.165.131

darkcoind:
2014-05-31 16:48:47 ThreadRPCServer method=submitblock
2014-05-31 16:48:47 received: block (405 bytes)
2014-05-31 16:48:47 ProcessMessages(block, 405 bytes) : Exception 'CDataStream::read() : end of data' caught, normally caused by a message being shorter than its stated length
2014-05-31 16:48:47 ProcessMessage(block, 405 bytes) FAILED
2014-05-31 16:48:48 received: getheaders (37 bytes)
2014-05-31 16:48:48 getheaders 11807 to 00000000f1c42ba0862f8509fc7fec2442a9b41f79a3c029140bf9b5f166bb8f
2014-05-31 16:48:48 sending: headers (83 bytes)
 
darkcoind:
2014-05-31 16:48:47 ThreadRPCServer method=submitblock
2014-05-31 16:48:47 received: block (405 bytes)
2014-05-31 16:48:47 ProcessMessages(block, 405 bytes) : Exception 'CDataStream::read() : end of data' caught, normally caused by a message being shorter than its stated length
2014-05-31 16:48:47 ProcessMessage(block, 405 bytes) FAILED
2014-05-31 16:48:48 received: getheaders (37 bytes)
2014-05-31 16:48:48 getheaders 11807 to 00000000f1c42ba0862f8509fc7fec2442a9b41f79a3c029140bf9b5f166bb8f
2014-05-31 16:48:48 sending: headers (83 bytes)
To fix:
Code:
cd p2pool-dark
git clone https://github.com/darkcoinproject/xcoin-hash.git
cd xcoin-hash
sudo python setup.py install
 
Last edited by a moderator:
2014-05-31 16:59:32 ThreadRPCServer method=submitblock
2014-05-31 16:59:32 ThreadRPCServer method=submitblock
2014-05-31 16:59:32 received: block (405 bytes)
2014-05-31 16:59:32 ProcessMessages(block, 405 bytes) : Exception 'CDataStream::read() : end of data' caught, normally caused by a message being shorter than its stated length
2014-05-31 16:59:32 ProcessMessage(block, 405 bytes) FAILED
2014-05-31 16:59:32 received: block (405 bytes)
2014-05-31 16:59:32 ProcessMessages(block, 405 bytes) : Exception 'CDataStream::read() : end of data' caught, normally caused by a message being shorter than its stated length
2014-05-31 16:59:32 ProcessMessage(block, 405 bytes) FAILED
2014-05-31 16:59:35 connection timeout

and my testnet wallet at block
"blocks" : 11809,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.89074796,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 1838283,
"pooledtx" : 0,
"testnet" : true

while block explorer at 11809

and p2pool at 11810 ?
 
Status
Not open for further replies.
Back
Top