I made AjM's Cosmetic BugList v11.0.5 to JIRA, all in one http://jira.darkcoin.qa/browse/DRK-147.
thanks.I made AjM's Cosmetic BugList v11.0.5 to JIRA, all in one http://jira.darkcoin.qa/browse/DRK-147.
Update 2: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...
i stopped mining evans pool, I didn't want diff to go to high
{
"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
{
"blocks" : 91474,
"currentblocksize" : 24106,
"currentblocktx" : 3,
"difficulty" : 0.36827347,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 12708173,
"pooledtx" : 4,
"testnet" : true,
"generate" : true,
"hashespersec" : 18816
}
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?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?
Batshit crazy is the new normal. Luckily I have all the lunatics outnumbered.Kudos on staying on point amongst all the madness happening around us!
Keep up the good work.
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
"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.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?