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

v0.10.12.x RC4 Testing

Status
Not open for further replies.
I'm running the most recent version. Every block it tries to denominate, but I get this error:

2014-07-25 21:29:53 DarkSendStatusUpdate - state: 3 entriesCount: 5 accepted: 0 error: entries is full

Then

2014-07-25 21:29:59 CDarkSendPool::Check() - entries count 0
2014-07-25 21:29:59 CDarkSendPool::Check()

And after doing that maybe 100 times:

2014-07-25 21:30:03 CDarkSendPool::Check() -- RESETTING MESSAGE

EDIT: Restarted the wallet, now I have "Waiting for more entries (1/5). Will see if this completes now
EDIT2: Back to the asme "Entries is full" error
EDIT3: Alright one round was successful! Node 2 keeps having it say "Insufficient funds" - it has one 300 tDRK input
EDIT4: One node 2, I sent it to another address (same wallet) in a handful of smaller transactions, and I am no longer getting an error about Insufficient funds. Now both of my nodes are saying "Entries is full"
 
Last edited:
Last edited by a moderator:
i know we are testing the denominaion, but before we release i think we will have to look at the costs associated with denomination all the coins in a users wallet

btw it works fine here, been through 10 or so denominations by now
 
Just updated to 12.6
Does the demonination show up in the QT coin control, or only in the debug log?
 
i know we are testing the denominaion, but before we release i think we will have to look at the costs associated with denomination all the coins in a users wallet

btw it works fine here, been through 10 or so denominations by now
Possibly, but not many people on main-net have 100k+ DRK in their wallets... paying to anonymise whatever you've got shouldn't add up to much for most users.
 
Just updated to 12.6
Does the demonination show up in the QT coin control, or only in the debug log?
My coin control looks like this at the moment:
5me4cw.png
 
Code:
ubuntu@ip-172-31-18-216:~$ darkcoind getinfo
{
  "version" : 101206,
  "protocolversion" : 70022,
  "walletversion" : 60000,
  "balance" : 26463.49964008,
  "blocks" : 3761,
  "timeoffset" : 0,
  "connections" : 8,
  "proxy" : "",
  "difficulty" : 0.10837193,
  "testnet" : true,
  "keypoololdest" : 1406001326,
  "keypoolsize" : 1001,
  "paytxfee" : 0.00000000,
  "mininput" : 0.00001000,
  "errors" : ""
}
ubuntu@ip-172-31-18-216:~$ darkcoind masternode start
successfully started masternode
Updated MN to 101206.
 
My RC4 test node is up. I have 1k tDRK from the faucet in a wallet, but I am not testing MN code at this time. I am happy to help in any way I can, so feel free to PM on IRC if anyone would like anything done. :smile:
 
Is anyone running 9.12.6 getting this in their logs:

CDarkSendPool::GetCurrentMasterNodeConsessus : No consessus information for block 3905
CreateNewBlock - network could not reach consessus on payee for block 3905

every block, and bunches of these frequently:
ProcessMessage(dmcv, 156 bytes) FAILED
ProcessMessage(dseep, 116 bytes) FAILED

?
 
Just poking in, got my Ubuntu wallet updated, will see if it denominates. It has 7000+- coins in it depending on what is on the correct block chain ;)
When i click one of the link Evan provided, it just opens a new tab and doesn't download anything?
I'm using tails linux, trying to download using iceweasel browser...

Sorry im so noob
defunctec, I'm pretty sure tails Linux won't run a wallet. They have to include the required libraries for the wallet, and I think InternetApe talked to their team, but they're not working on that yet as far as I know (and I don't know much, so might be out of touch, LOL) Anyway, that would be why you're having troubles.
 
Is current darksend functionality based on masternodes being updated to the latest version?
I ask because since 12.6 was released, there has been an exponential growth (very roughly...) of my successful automatic denominations - which would make a little bit of sense, as by now a lot more of the MNs would have updated.

Each line is a timestamp of a successful denominating transaction. The bolded = lines are aggregate totals for the prior hour.

16:51
= 16: 1
17:33
17:54
17:59
= 17: 3
18:09
= 18: 1
19:03
19:38
=19: 2
20:31
20:42
20:47
20:50
=20: 4
21:29
21:57
=21:2
22:19
22:29
22:36
22:41
=22:4
23:11
23:23
23:24
23:25
=23:4
00:04
00:04
00:06
00:08
00:38
00:44
=00: 6
1:19
1:21
1:24
1:46
1:50
1:55
1:57
=01: 7
 
Is current darksend functionality based on masternodes being updated to the latest version?
I ask because since 12.6 was released, there has been an exponential growth (very roughly...) of my successful automatic denominations - which would make a little bit of sense, as by now a lot more of the MNs would have updated.
Sure it is, as masternodes actually do the mixing of your denominations. Auto-denomination was not working correctly in 0.10.12.5 and has slightly improved in 0.10.12.6 - but there is still something odd with it. Looking forward to 0.10.12.7 :smile:
 
Is current darksend functionality based on masternodes being updated to the latest version?
I ask because since 12.6 was released, there has been an exponential growth (very roughly...) of my successful automatic denominations - which would make a little bit of sense, as by now a lot more of the MNs would have updated.
My coin control looks like this at the moment:
5me4cw.png
how to access coincontrol ?
 
Sure it is, as masternodes actually do the mixing of your denominations. Auto-denomination was not working correctly in 0.10.12.5 and has slightly improved in 0.10.12.6 - but there is still something odd with it. Looking forward to 0.10.12.7 :smile:
I was curious if the problem was on the client end or MN end. It appears it as MN! However transactions really aren't being mixed at this point. Nor are they being distributed back to random change addresses. However I'm guessing evan is taking a very iterative approach to that point - making sure everything is working as expected at each point along the way.

how to access coincontrol ?
Settings -> Options -> Display -> Show coin control (IIRC - it's close to that though)
On, and then to actually get to that interface, it is under the Send tab.
 
Status
Not open for further replies.
Back
Top