• 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.
P2pool and masternode updated...
"version" : 101203,
"protocolversion" : 70021,
"walletversion" : 60000,
 
Updated.

Code:
ubuntu@ip-172-31-21-243:~/.darkcoin$ ./darkcoind getinfo
{
  "version" : 101203,
  "protocolversion" : 70021,
  "walletversion" : 60000,
  "balance" : 3085.40000000,
  "blocks" : 1542,
  "timeoffset" : 0,
  "connections" : 3,
  "proxy" : "",
  "difficulty" : 0.44628082,
  "testnet" : true,
  "keypoololdest" : 1405905750,
  "keypoolsize" : 1001,
  "paytxfee" : 0.00000000,
  "mininput" : 0.00001000,
  "errors" : ""
}
ubuntu@ip-172-31-21-243:~/.darkcoin$ ./darkcoind masternode start
successfully started masternode
ubuntu@ip-172-31-21-243:~/.darkcoin$ ./darkcoind masternode list
{
  "184.73.179.235:19999" : 1,
  "54.191.194.104:19999" : 1,
  "54.191.87.83:19999" : 1,
  "54.202.29.136:19999" : 1,
  "54.208.138.69:19999" : 1,
  "54.183.79.141:19999" : 1,
  "98.165.130.67:19999" : 1,
  "54.179.187.196:19999" : 1
}
 
Have just under 90k tDRK. Only thing I can think of to do with them is keep sending them and having them be denominated and such. If anyone wants to play ping pong or just wants a bunch of them for whatever purpose please shout me a holler.
 
had different node list.
I have restarted all my nodes, but I think I should not.
I will be synced anyway -
That was first thought - it should sort out by itself.
But the ramp-up behaviour of new network in general is VERY good, took us only 40mins to sync.
 
Last edited by a moderator:
I'd like to have some fluctuation in the MN network: Network is not static, there are always nodes joining and leaving, time out, restarting.... I want to see how testnet is handling that. So if you can get your hands on some MNs: Start them, kill them, restart them, stop them, and so on - and all with some minutes timeframe (scripted at best)

My leet cron scripting skillz:

crontab -e
Code:
*/6 * * * * /home/ubuntu/.darkcoin/yoyo.sh > /dev/pts/1

yoyo.sh
Code:
echo "darkcoind stopping, will resume in 2 minutes!"
/home/ubuntu/.darkcoin/darkcoind stop
sleep 2m
echo "darkcoind starting!"
/home/ubuntu/.darkcoin/darkcoind
echo "masternode starting in 10 seconds!"
sleep 10s
echo "masternode starting!"
/home/ubuntu/.darkcoin/darkcoind masternode start
 
wierd. my wallet shows a different balance then the https://test.drk.mn/masternodes.html (7442.657965840)
mpuTzSLxMQcSzgdPgs4BHxfCvTSBvWZKF4

"version" : 101203,
"protocolversion" : 70021,
"walletversion" : 60000,
"balance" : 6561.45796584,


edit: looks like only the 12.1 version is working?
 
Have just under 90k tDRK. Only thing I can think of to do with them is keep sending them and having them be denominated and such. If anyone wants to play ping pong or just wants a bunch of them for whatever purpose please shout me a holler.
Post a wallet address and we can fling some about.
Mine (qt 10.12.13-beta) is n4S6b2JGYAkCuEQastTV6vb2DrWaHcSZsY
Still can't Darksend anything though, and not seeing any denomination going on.
 
Post a wallet address and we can fling some about.
Mine (qt 10.12.13-beta) is n4S6b2JGYAkCuEQastTV6vb2DrWaHcSZsY
Still can't Darksend anything though, and not seeing any denomination going on.
I'll play using mrMx19zqb4jF79TEnbxNdA6doTQbXDMKMT using version : 101203 . Looks to me like if you leave your wallet unlocked it will do the auto denomination anoning. I'll shoot 50k, have another 50k here, if we both unlock wallets that should give the network something to think about :grin:
edit: 11798fa90c1f8cc9a4148c335e89586a457378e1aa7a3ab1dbcde8638374040d
 
My wallet has never been locked - should I encrypt it then unlock it or something? Still can't send a single DRK with DS.
 
My wallet has never been locked - should I encrypt it then unlock it or something? Still can't send a single DRK with DS.
If you are using qt look under your transactions. I believe the autodenon looks like mining
Edit: Think i'm wrong
 
Last edited by a moderator:
Heh, I've got a bunch of mining transactions because I'm mining on p2pool... nothing that looks like denomination though ???
 
Heh, I've got a bunch of mining transactions because I'm mining on p2pool... nothing that looks like denomination though ???
The address you received it to would likely show differently than the address you are mining to. Also your mined coins may not have matured yet which would mean they wouldnt go through autodenon yet. Someone please stop me if I am spreading nonsense .
Edit: I think what I was seeing was the mn payout bug from xx.12.01
 
Last edited by a moderator:
hi
If its not the right place, plz forgive me. I have this question(stupid or not) for a long time...
wiki.darkcoin.eu/wiki/FAQ#What_happens_if_a_Masternode_is_DDOS.27ed.3F
But, If all MN are DDOS? Whats happen? Its possible?
 
Status
Not open for further replies.
Back
Top