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

v0.10.15.x Testing

Status
Not open for further replies.
version 15.7

still getting "Darksend request incomplete: collateral not valid. Will retry..."

Do we need to wait till more MN update??
 
Oooh.. observing this testnet round on the side-lines, but boy am I excited :grin:
 
I'm mining away...new block every 60 seconds or so at the moment! Hopefully that will give some good data on masternode payments :)
 
eduffield,

Still same issue. 9.9 DRK were transfered to a new wallet.
"Darksend request incomplete: collateral not valid. Will retry..."

"payment to yourself" -0.001

It should be 0.0
 
eduffield,

Still same issue. 9.9 DRK were transfered to a new wallet.
"Darksend request incomplete: collateral not valid. Will retry..."

"payment to yourself" -0.001

It should be 0.0

look in yr options.. are ''pay transaction fees'' set there as 0.001 ?
 
lil debug info.. maybe it helps..

2014-10-13 18:05:32 Submiting Darksend for 999.000000 DRK
2014-10-13 18:05:32 DoAutomaticDenominating -- attempt 1 connection to masternode 54.68.84.193:19999
2014-10-13 18:05:32 trying connection 54.68.84.193:19999 lastseen=15199.3days
2014-10-13 18:05:32 connected 54.68.84.193:19999
2014-10-13 18:05:32 send version message: version 70041, blocks=46818, us=0.0.0.0:0, them=54.68.84.193:19999, peer=47
2014-10-13 18:05:32 keypool added key 1647, size=1001
2014-10-13 18:05:32 keypool reserve 647
2014-10-13 18:05:32 keypool keep 647
2014-10-13 18:05:32 DoAutomaticDenominating --- connected, sending dsa for 99952450000
2014-10-13 18:05:32 Added time data, samples 13, offset -9 (+0 minutes)
2014-10-13 18:05:32 nTimeOffset = -9 (+0 minutes)
2014-10-13 18:05:32 receive version message: /Satoshi:0.10.15.7/: version 70041, blocks=46818, us=217.122.139.212:63143, them=54.68.84.193:19999, peer=47
2014-10-13 18:05:32 send initial getblocks peer=47
2014-10-13 18:05:32 getblocks -1 to 0 limit 500 peer=47
2014-10-13 18:05:32 dssu - state: 3 entriesCount: 0 accepted: 0 error: collateral not valid
2014-10-13 18:05:32 CDarkSendPool::UpdateState() == 3 | 3
2014-10-13 18:05:32 CDarkSendPool::UpdateState() == 3 | 7
2014-10-13 18:05:32 CDarkSendPool::StatusUpdate - entry not accepted by masternode
2014-10-13 18:05:32 Submiting Darksend for 999.000000 DRK
2014-10-13 18:05:32 DoAutomaticDenominating -- attempt 2 connection to masternode 54.68.84.193:19999
2014-10-13 18:05:33 keypool added key 1648, size=1001
2014-10-13 18:05:33 Darksend request incomplete: collateral not valid. Will retry...
2014-10-13 18:05:33 keypool reserve 648
2014-10-13 18:05:33 keypool keep 648
2014-10-13 18:05:33 DoAutomaticDenominating --- connected, sending dsa for 99952450000
2014-10-13 18:05:33 dssu - state: 3 entriesCount: 0 accepted: 0 error: collateral not valid
2014-10-13 18:05:35 Flushing wallet.dat
2014-10-13 18:05:35 Flushed wallet.dat 641ms
2014-10-13 18:05:42 CDarkSendPool::Check() -- RESETTING MESSAGE
2014-10-13 18:05:43 Darksend is idle
 
if you set 0.001 as transaction fees in the options then the darksend payment to yrself will also be 0.001 fees.
if you set 0.00 as transaction fees in the options then darksend payment to yrself will also be 0.00
 
if you set 0.001 as transaction fees in the options then the darksend payment to yrself will also be 0.001 fees.
if you set 0.00 as transaction fees in the options then darksend payment to yrself will also be 0.00

Setup is at 0.00 payment to yourself should have been 0.00

Will wait for version 15.8 and test again
 
eduffield flare fernando

In my twitter interactions, skillit brought up the fact that on the official site, under "Download Wallet" there is a missing word. It reads "You will ready" when it should say "You will BE ready".

Happy testing!

Tao
 
4 tMNs updated to .8

EDIT: had to do "masternode start" to force them to show up in tMNs list... Is it ok or I could just wait and they would show up there by themselves?
 
Protocol bump too. :smile:

Code:
root@crouton3:~/.darkcoin# ./darkcoind getinfo
{
  "version" : 101508,
  "protocolversion" : 70042,
  "walletversion" : 60001,
  "balance" : 2635.77488526,
  "darksend_balance" : 0.00000000,
  "blocks" : 46852,
  "timeoffset" : 0,
  "connections" : 7,
  "proxy" : "",
  "difficulty" : 0.10040308,
  "testnet" : true,
  "keypoololdest" : 1412810046,
  "keypoolsize" : 1001,
  "paytxfee" : 0.00000000,
  "mininput" : 0.00001000,
  "errors" : ""
}
root@crouton3:~/.darkcoin# ./darkcoind masternode list
{
  "107.170.168.162:19999" : 1,
  "188.226.225.170:19999" : 1,
  "198.50.148.87:19999" : 1,
  "92.222.10.179:19999" : 1,
  "69.160.84.100:19999" : 1,
  "107.170.157.216:19999" : 1,
  "178.62.203.249:19999" : 1
}

edit: just noticed my MN wasn't in the list, had to run masternode start for it to appear. Maybe I didn't give it long enough.
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top