• 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.
So I started a new wallet, transferred 2000 coins and it looks as though Masternode denomination is working to some extent. 2 rounds but not sure if all of my coins should have been denominated (1040.56 still looks to be not denominated) :D
After 2 Darksend rounds the debug.log is saying Too little to denominate. Not sure if this can be used for debugging or if this is working as it should be?
IuGWzlf.jpg
 
If one were to do that, could the network tell which masternode did the job? If so, then I would think it would defeat the purpose. If not, that would be pretty awesome.
If someone had many nodes running at the time of the transaction, they might be able to see where the transaction was broadcasted from, however that likely could be hidden with tor.
 
So I started a new wallet, transferred 2000 coins and it looks as though Masternode denomination is working to some extent. 2 rounds but not sure if all of my coins should have been denominated (1040.56 still looks to be not denominated) :D
After 2 Darksend rounds the debug.log is saying Too little to denominate. Not sure if this can be used for debugging or if this is working as it should be?
IuGWzlf.jpg

Try re-downloading RC4, I've fixed a few things, including that I believe. More tomorrow.
 
Try re-downloading RC4, I've fixed a few things, including that I believe. More tomorrow.

hundreds of

Amount=-0.00000001 DRK IsMine=false
Amount=-0.00000001 DRK IsMine=false

It seems RC4 (v0.10.12.8-4-g6ee4348-beta) is adding a extra darkoshi to transactions which are equal to a denomination value (1, 10, 100, 500) - intention?

Sender wallet:

Code:
darksendtest@ip-10-65-166-48:~/bin$ ./darkcoind sendtoaddress mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92 10
279eaa1af1679b33a8b3a3046bc425985fd8c8869b14609bcb6a8e3d6f89e999
darksendtest@ip-10-65-166-48:~/bin$ ./darkcoind sendtoaddress mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92 1
bb3d073dba12df5d4ee33780c8c00c98d0167500332f788b5c6310fe959d5d92

Code:
    {
        "account" : "",
        "address" : "mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92",
        "category" : "send",
        "amount" : -10.00000001,
        "fee" : -0.00100000,
        "confirmations" : 14,
        "blockhash" : "0000000085fe859289ff39c89d126ce79f1357ba99d6f0015b24b87a1d68ce97",
        "blockindex" : 5,
        "blocktime" : 1406613272,
        "txid" : "279eaa1af1679b33a8b3a3046bc425985fd8c8869b14609bcb6a8e3d6f89e999",
        "time" : 1406613270,
        "timereceived" : 1406613270
    },
    {
        "account" : "",
        "address" : "mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92",
        "category" : "send",
        "amount" : -1.00000001,
        "fee" : -0.00100000,
        "confirmations" : 13,
        "blockhash" : "0000000279b7a52e26b86ae03c6983c40c9722cf839482187a416a6c3819b625",
        "blockindex" : 4,
        "blocktime" : 1406614067,
        "txid" : "bb3d073dba12df5d4ee33780c8c00c98d0167500332f788b5c6310fe959d5d92",
        "time" : 1406613661,
        "timereceived" : 1406613661
    }

TX:

http://test.explorer.darkcoin.qa/tx/279eaa1af1679b33a8b3a3046bc425985fd8c8869b14609bcb6a8e3d6f89e999
http://test.explorer.darkcoin.qa/tx/bb3d073dba12df5d4ee33780c8c00c98d0167500332f788b5c6310fe959d5d92

Receiver wallet:

Code:
    {
        "account" : "DarksendIn",
        "address" : "mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92",
        "category" : "receive",
        "amount" : 10.00000001,
        "confirmations" : 13,
        "blockhash" : "0000000085fe859289ff39c89d126ce79f1357ba99d6f0015b24b87a1d68ce97",
        "blockindex" : 5,
        "blocktime" : 1406613272,
        "txid" : "279eaa1af1679b33a8b3a3046bc425985fd8c8869b14609bcb6a8e3d6f89e999",
        "time" : 1406613271,
        "timereceived" : 1406613271
    },
    {
        "account" : "DarksendIn",
        "address" : "mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92",
        "category" : "receive",
        "amount" : 1.00000001,
        "confirmations" : 12,
        "blockhash" : "0000000279b7a52e26b86ae03c6983c40c9722cf839482187a416a6c3819b625",
        "blockindex" : 4,
        "blocktime" : 1406614067,
        "txid" : "bb3d073dba12df5d4ee33780c8c00c98d0167500332f788b5c6310fe959d5d92",
        "time" : 1406613663,
        "timereceived" : 1406613663
    }

When sending a non-denom value no extra darkoshi is added.

Sender:

Code:
darksendtest@ip-10-65-166-48:~/bin$ ./darkcoind sendtoaddress mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92 1.1
f694a52b03d395b75740f58fcc69593d46be6bedda529a75db8fcf53f404ca60
darksendtest@ip-10-65-166-48:~/bin$ ./darkcoind sendtoaddress mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92 2
622a9a918481865c7814a7567bebd7c2416e3db1429e39768a18d1d352c96ce8

Code:
    {
        "account" : "",
        "address" : "mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92",
        "category" : "send",
        "amount" : -1.10000000,
        "fee" : -0.00100000,
        "confirmations" : 5,
        "txid" : "f694a52b03d395b75740f58fcc69593d46be6bedda529a75db8fcf53f404ca60",
        "time" : 1406616335,
        "timereceived" : 1406616335
    }
    {
        "account" : "",
        "address" : "mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92",
        "category" : "send",
        "amount" : -2.00000000,
        "fee" : -0.00100000,
        "confirmations" : 2,
        "txid" : "622a9a918481865c7814a7567bebd7c2416e3db1429e39768a18d1d352c96ce8",
        "time" : 1406617018,
        "timereceived" : 1406617018
    }

TX:

http://test.explorer.darkcoin.qa/tx/f694a52b03d395b75740f58fcc69593d46be6bedda529a75db8fcf53f404ca60
http://test.explorer.darkcoin.qa/tx/622a9a918481865c7814a7567bebd7c2416e3db1429e39768a18d1d352c96ce8

Receiver:

Code:
    {
        "account" : "DarksendIn",
        "address" : "mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92",
        "category" : "receive",
        "amount" : 1.10000000,
        "confirmations" : 5,
        "blockhash" : "000000053ca6345139c9779e9dcf051664f515bbacacf67fa23644f025439b94",
        "blockindex" : 3,
        "blocktime" : 1406616361,
        "txid" : "f694a52b03d395b75740f58fcc69593d46be6bedda529a75db8fcf53f404ca60",
        "time" : 1406616336,
        "timereceived" : 1406616336
    }
    {
        "account" : "DarksendIn",
        "address" : "mz5NNDWG3etXwxWNqr5mfGF2FbXhLXFS92",
        "category" : "receive",
        "amount" : 2.00000000,
        "confirmations" : 2,
        "txid" : "622a9a918481865c7814a7567bebd7c2416e3db1429e39768a18d1d352c96ce8",
        "time" : 1406617019,
        "timereceived" : 1406617019
    }

 
I did made a new wallet with 1000 DRK and it auto demominate these 1000 DRK and i was able to send coins with using "Only DS+ Inputs"
Then i transfered 16k drk from another wallet and nothing happens to these inputs.
How to go on ? Do i have to manual denominate these inputs ?
 
I'm still having issues.
Auto-Denomination does not work down to the last darkoshi. I have around 200k tDRK in my wallet and cant even send 10k using DS+ because most of the coins are not denominated yet.
http://pastie.org/9428950
 
I'm still having issues.
Auto-Denomination does not work down to the last darkoshi. I have around 200k tDRK in my wallet and cant even send 10k using DS+ because most of the coins are not denominated yet.
http://pastie.org/9428950
Whatever I try, it fails to detect huge inputs:
Code:
2014-07-29 08:33:00 DoAutomaticDenominating : Running darksend denominate for 207300000 coins. Return ''
2014-07-29 08:37:29 DoAutomaticDenominating : Running darksend denominate for 95904000000 coins. Return ''
2014-07-29 08:41:07 DoAutomaticDenominating : Running darksend denominate for 19980000000 coins. Return ''
2014-07-29 08:42:21 DoAutomaticDenominating : Running darksend denominate for 96111300000 coins. Return ''
2014-07-29 08:42:59 DoAutomaticDenominating : Running darksend denominate for 96111300000 coins. Return ''
2014-07-29 08:43:02 DoAutomaticDenominating : Running darksend denominate for 96111200000 coins. Return ''
2014-07-29 08:43:33 DoAutomaticDenominating : Running darksend denominate for 20011100000 coins. Return ''
2014-07-29 08:45:19 DoAutomaticDenominating : Running darksend denominate for 95904000000 coins. Return ''
2014-07-29 08:46:23 DoAutomaticDenominating : Running darksend denominate for 95934900000 coins. Return ''
2014-07-29 08:46:39 DoAutomaticDenominating : Running darksend denominate for 29980000000 coins. Return ''
2014-07-29 08:48:59 DoAutomaticDenominating : Running darksend denominate for 114700000 coins. Return ''
2014-07-29 08:55:02 DoAutomaticDenominating : Running darksend denominate for 95904000000 coins. Return ''
2014-07-29 08:57:16 DoAutomaticDenominating : Running darksend denominate for 20018500000 coins. Return ''
2014-07-29 08:58:26 DoAutomaticDenominating : Running darksend denominate for 20018400000 coins. Return ''
2014-07-29 09:07:26 DoAutomaticDenominating : Running darksend denominate for 95922300000 coins. Return ''
2014-07-29 09:08:02 DoAutomaticDenominating : Running darksend denominate for 20022200000 coins. Return ''
2014-07-29 09:09:02 DoAutomaticDenominating : Running darksend denominate for 20022100000 coins. Return ''
2014-07-29 09:11:43 DoAutomaticDenominating : Running darksend denominate for 29912000000 coins. Return ''
2014-07-29 09:16:59 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 09:18:55 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 09:28:30 DoAutomaticDenominating : Running darksend denominate for 95904000000 coins. Return ''
2014-07-29 09:29:08 DoAutomaticDenominating : Running darksend denominate for 19980000000 coins. Return ''
2014-07-29 09:31:45 DoAutomaticDenominating : Running darksend denominate for 95903800000 coins. Return ''
2014-07-29 09:36:05 DoAutomaticDenominating : Running darksend denominate for 6000000000 coins. Return ''
2014-07-29 09:37:55 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 09:38:20 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 09:39:02 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 09:48:18 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 09:50:21 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 09:51:32 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:01:21 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:05:46 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:06:57 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:07:00 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:07:20 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:07:53 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:09:28 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:11:30 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:12:44 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:17:16 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:20:41 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:24:23 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
2014-07-29 10:26:57 DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)
 
I added one more 1000 tDRK from faucet and denomination doesn't start.

Try sending yourself an amount to break the input. Select the input from coin control. Should start after while. Need to be patient.
 
Try sending yourself an amount to break the input. Select the input from coin control. Should start after while. Need to be patient.
I get "DoAutomaticDenominating : Too little to denominate (must have 1.1DRK)" error also after resending tDRKs to myself.

More errors (maybe will help): ProcessMessage(dmcv, 156 bytes) FAILED, dmcv: rejecting masternode vote
 
Last edited by a moderator:
Can someone explain how to exactly use darksend ?
I always got this message - Unable to locate enough Darksend denominated funds for this transaction
Inputs should be OK
upload_2014-7-29_5-51-48.png
 
Can someone explain how to exactly use darksend ?
I always got this message - Unable to locate enough Darksend denominated funds for this transaction
Inputs should be OK
View attachment 243
DS+'d funds are those with darksend rounds >= 1 I think. Select only from those and send up to the total selected. The transaction you posted would have failed anyway as the tx size is > 5000 bytes - see in red, top left of pic.
 

I agree with you, but what about my inputs?

I have public input address: http://test.explorer.darkcoin.qa/address/mvFokwqXwNsA3SqdrqqwR93MfhFuPxFiv2.
There were 3 transactions for 1000 DRK every.
After denominations I have 3 new addresses.
Two of them have non-zero balances, 0.3 DRK and 0.4 DRK. In logs I see "Too little to denominate (must have 1.1DRK)". These addresses inherit from public address and there is a direct relationship between public address and these two.
The last transaction http://test.explorer.darkcoin.qa/tx/39d69edfef80ab5ea95bf488914675c5df7e5a84a5449f578f6d20bc349e5541 is very interesting, because blockchain shows us only 2 addresses and one of them is my third address http://test.explorer.darkcoin.qa/address/n3JEHNGv2tjE4RokGxwASHgfW6Gr3zCEtT which has 2999.256 DRK (3000 DRK input). Another address http://test.explorer.darkcoin.qa/address/mfuNdNYZeHytU3mBbu3eUaA1FrYNan1ubK I can't view, because there is an error: I'm sorry, this address has too many records to display.

So, as for me, in exactly my situation it's very easy to track money. How do you think? Maybe, I wasn't considered something?
 
DS+'d funds are those with darksend rounds >= 1 I think. Select only from those and send up to the total selected. The transaction you posted would have failed anyway as the tx size is > 5000 bytes - see in red, top left of pic.
I did test with inputs that have "darksend rounds >=2" and transaction went out :)
 
Small question about the masternode voting consensus: it seems that even with the latest updates to RC4, there still are diverging payees on certain blocks as can be seen on the screenshot below.
QWSrqSV.png


Is this a normal behavior or something that still needs to be fixed in an upcoming update?
 
Small question about the masternode voting consensus: it seems that even with the latest updates to RC4, there still are diverging payees on certain blocks as can be seen on the screenshot below.
QWSrqSV.png


Is this a normal behavior or something that still needs to be fixed in an upcoming update?

The voting system can deal with that without any problems. Although, it still shouldn't be happening, so I'll look into it.

Chaeplin, can you send me the logs for sv02 and qa02 please?
 
Status
Not open for further replies.
Back
Top