• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

v0.11.0.x Core Testing

Status
Not open for further replies.
New wallet, starting balance 999 tDRK, v.11.0.5, os: win7 64bit.
Amount and rounds set to 500 / 4.
After 3 hours of the mixing, process hits to wall (Too little to denominate), picture shows the problem.

EDIT: Status update, mixing continue again...

Toolittle.png
Update 2:
Now completion shows 72% and tDRK balance is 362, and some inputs are overmixed,
some are 5 rounds, so mixer is not complying with rounds setting (4).
There are zero 100 inputs, only 10, 1 and 0.1, is this bug or something else?
 
Windows 32bit v.11.0.5, fresh wallet, tested with 8 rounds and 246.89599326 tDRK... The anonymization process blew me away!!
Result: Except a small amount is still being locked in the Coin Control, and the process was stuck for a little while with the message "Found unconfirmed denominated outputs, will wait till they confirm to continue.", the whole anonymizing process was done in about 70 minutes!

upload_2015-1-13_15-29-35.png


upload_2015-1-13_15-30-23.png


upload_2015-1-13_15-32-43.png


Not sure why that small amount is still locked. But I'm testing 8 rounds and all denominated amounts got exactly 8 rounds.
 
{
"blocks" : 91472,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.79144727,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 15820419,
"pooledtx" : 10,
"testnet" : true,
"generate" : false,
"hashespersec" : 0
}

networkhashps and difficulty seem okay.. weird

edit : we seem to be moving on again...
 
i stopped mining evans pool, I didn't want diff to go to high

i can turn it back on,
{
"blocks" : 91472,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.79144727,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 15820419,
"pooledtx" : 10,
"testnet" : true,
"generate" : false,
"hashespersec" : 0
}

networkhashps and difficulty seem okay.. weird

i turned some hashing on to the testnet miners
 
It seems ok now.

{
"blocks" : 91474,
"currentblocksize" : 24106,
"currentblocktx" : 3,
"difficulty" : 0.36827347,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 12708173,
"pooledtx" : 4,
"testnet" : true,
"generate" : true,
"hashespersec" : 18816
}
 
Just let me know if difficulty gets too high again it will take even longer to return to cpu miner levels.
 
Just let me know if difficulty gets too high again it will take even longer to return to cpu miner levels.
If each one of us just CPU-mine from our wallet, will that help enough? We don't need too much hashrate but a steady low hashrate will keep the testnet network running, correct?
 
I just got some tDRK from wallet mining... First time ever i've got anything from mining... because I don't mine! lol...

upload_2015-1-13_17-46-51.png


EDIT: And thanks to eduffield for fixing this wallet miner.
 
Last edited by a moderator:
If each one of us just CPU-mine from our wallet, will that help enough? We don't need too much hashrate but a steady low hashrate will keep the testnet network running, correct?

Correct i was just putting some gpu on evans pool per his request took it down a notch we are rolling through the blocks smoothly
 
It seems dstorm lost interest in maintaining p2pool-drk.
His repository is not working anymore and no commits since october.

Who has the time to maintain and fix p2pool?

This is the latest codebase: https://github.com/vertoe/p2pool-drk
On a v0.11.0.6 backend it fails to send_work to miners with the following stack:

Code:
2015-01-14 07:19:41.084178 0 tails:
2015-01-14 07:19:41.084315 0 heads. Top 10:
2015-01-14 07:19:41.084491 Desire 0 shares. Cutoff: 1.0 days old diff>0.00
2015-01-14 07:19:45.074739 POLL 8287 START is_long_poll=False user_agent='cpuminer/2.3.2' user='yGYURHHDQG42sJE282TQJMSCLMirzWFff3'
2015-01-14 07:19:45.080601 > Squelched JSON error:
2015-01-14 07:19:45.080739 > Traceback (most recent call last):
2015-01-14 07:19:45.080865 >  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
2015-01-14 07:19:45.081009 >  result = g.send(result)
2015-01-14 07:19:45.081130 >  File "/home/ubuntu/git/p2pool-drk/p2pool/util/jsonrpc.py", line 95, in _handle
2015-01-14 07:19:45.081228 >  result = yield method_meth(*list(preargs) + list(params))
2015-01-14 07:19:45.081328 >  File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 20, in rpc_getwork
2015-01-14 07:19:45.081415 >  return self.parent._getwork(request, data, long_poll=self.long_poll)
2015-01-14 07:19:45.081501 >  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1237, in unwindGenerator
2015-01-14 07:19:45.081587 >  return _inlineCallbacks(None, gen, Deferred())
2015-01-14 07:19:45.081668 > --- <exception caught here> ---
2015-01-14 07:19:45.081761 >  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
2015-01-14 07:19:45.081849 >  result = g.send(result)
2015-01-14 07:19:45.081932 >  File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 84, in _getwork
2015-01-14 07:19:45.082034 >  x, handler = self.worker_bridge.get_work(*self.worker_bridge.preprocess_request(request.getUser() if request.getUser() is not None else ''))
2015-01-14 07:19:45.082126 >  File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-01-14 07:19:45.082212 >  x, handler = self._inner.get_work(*args)
2015-01-14 07:19:45.082297 >  File "/home/ubuntu/git/p2pool-drk/p2pool/work.py", line 296, in get_work
2015-01-14 07:19:45.082395 >  base_subsidy=self.node.net.PARENT.SUBSIDY_FUNC(self.current_work.value['bits'].bits, self.current_work.value['height']),
2015-01-14 07:19:45.082488 >  File "/home/ubuntu/git/p2pool-drk/p2pool/data.py", line 183, in generate_transaction
2015-01-14 07:19:45.082575 >  raise ValueError()
2015-01-14 07:19:45.082669 > exceptions.ValueError:
2015-01-14 07:19:45.174502 > Unhandled Error
2015-01-14 07:19:45.174739 > Traceback (most recent call last):
2015-01-14 07:19:45.174890 >  File "/home/ubuntu/git/p2pool-drk/p2pool/main.py", line 578, in run
2015-01-14 07:19:45.175020 >  reactor.run()
2015-01-14 07:19:45.175154 >  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run
2015-01-14 07:19:45.175288 >  self.mainLoop()
2015-01-14 07:19:45.175416 >  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop
2015-01-14 07:19:45.175566 >  self.runUntilCurrent()
2015-01-14 07:19:45.175655 >  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent
2015-01-14 07:19:45.175755 >  call.func(*call.args, **call.kw)
2015-01-14 07:19:45.175863 > --- <exception caught here> ---
2015-01-14 07:19:45.175950 >  File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/stratum.py", line 39, in _send_work
2015-01-14 07:19:45.176058 >  x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2015-01-14 07:19:45.176251 >  File "/home/ubuntu/git/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2015-01-14 07:19:45.176359 >  x, handler = self._inner.get_work(*args)
2015-01-14 07:19:45.176458 >  File "/home/ubuntu/git/p2pool-drk/p2pool/work.py", line 296, in get_work
2015-01-14 07:19:45.176558 >  base_subsidy=self.node.net.PARENT.SUBSIDY_FUNC(self.current_work.value['bits'].bits, self.current_work.value['height']),
2015-01-14 07:19:45.176669 >  File "/home/ubuntu/git/p2pool-drk/p2pool/data.py", line 183, in generate_transaction
2015-01-14 07:19:45.176769 >  raise ValueError()
2015-01-14 07:19:45.176880 > exceptions.ValueError:
2015-01-14 07:19:45.900973 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming) FDs: 6 R/0 W
2015-01-14 07:19:45.901214  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2015-01-14 07:19:46.085049 0 tails:
2015-01-14 07:19:46.086680 0 heads. Top 10:
2015-01-14 07:19:46.086888 Desire 0 shares. Cutoff: 1.0 days old diff>0.00

Testnet p2pool testing: http://54.93.55.12:17903/static/

Or: who is running p2pool currently and which codebase are you using?
 
hi guys & girls.

After upgrading on 11.0.5 (linux-64bit) I could not mix anymore with my test wallet.dat.
Tried to "clean" the wallet and send all bucks to the faucets so I got zero tDRK again.
after recieving new faucet tDRK I could not use DS anymore. If I switch on DS the status shows "enabled" but at the bottom stands "Darksend is disabled". And nothing happens.

11.0.5 works here as it should with a clean new wallet - but the old seems to be unmixable.
if someone like to take over the wallet.dat to take a close look, please send me a message.

ps. a day ago I did some --reindex with the old wallet just for testing purpose (btw. it took forever and a day) could this mess up something?
 
hi guys & girls.

After upgrading on 11.0.5 (linux-64bit) I could not mix anymore with my test wallet.dat.
Tried to "clean" the wallet and send all bucks to the faucets so I got zero tDRK again.
after recieving new faucet tDRK I could not use DS anymore. If I switch on DS the status shows "enabled" but at the bottom stands "Darksend is disabled". And nothing happens.

11.0.5 works here as it should with a clean new wallet - but the old seems to be unmixable.
if someone like to take over the wallet.dat to take a close look, please send me a message.

ps. a day ago I did some --reindex with the old wallet just for testing purpose (btw. it took forever and a day) could this mess up something?
"Darksend is disabled" had been submitted in JIRA-143, and was fixed by Evan in this version 11.0.5. So far I haven't seen it happen. I think you need to create a new, fresh wallet.dat with this new version and send coins to it, then see if the problem doesn't happen again.

With the --reindex problem, Evan said in IRC he would take a look. You can submit to JIRA to remind him, if you want.

EDIT: hashcow, Evan just fixed the --reindex issue a few minutes ago: https://github.com/darkcoin/darkcoin/commit/201b3fb77e70da791b88083deb43d0ad0c0a27e6
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top