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

v0.10.9.x Help test RC2 forking issues

Status
Not open for further replies.
Hah, you guys all updated before I was even done! I just pushed new binaries and am updating all of the nodes. This will fix the forking issue for once and for all, next I'm going to start working on stabilizing the masternode payments / ghost masternodes, then I'll set a date for the fork (prob two weeks).

** Please update your to 10.9.2 or 9.5.2 **
** If you updated and are running either of those versions from a few hours ago, please update as well, the keys were changed in the code **
 
Last edited by a moderator:
Everything looks like it's working! Make sure to checkout your logs, let me know if anything weird pops up.

09:10:25
getcheckpoint
{
"synccheckpoint" : "00000000a000be9887a669bf78fa32e56daddc7c4a1a492000e3acc9ca6e1c03",
"height" : 13965,
"timestamp" : 1401897726,
"subscribemode" : "enforce"
}

09:15:36
getcheckpoint
{
"synccheckpoint" : "000000016c2f1923f789ba043ae5ecd6dea8c9710fb7982538cec14c39ac084b",
"height" : 13970,
"timestamp" : 1401898224,
"subscribemode" : "enforce"
}
 
2014-06-04 16:15:32 ProcessSyncCheckpoint: sync-checkpoint at 000000016c2f1923f789ba043ae5ecd6dea8c9710fb7982538cec14c39ac084b
github 3 server all got 13970
Bravo ~
Code:
darktest@sv1:~> darkcoind getcheckpoint
{
    "synccheckpoint" : "000000016c2f1923f789ba043ae5ecd6dea8c9710fb7982538cec14c39ac084b",
    "height" : 13970,
    "timestamp" : 1401898224,
    "subscribemode" : "enforce"
}
 
Hi guys

I am ready to help testing.
Can someone please send me 1000 drks to XdZHcrhf28RG2WG6tWHLCFLMxTwjC9ie99

cheers,
Wg
 
Hi guys

I am ready to help testing.
Can someone please send me 1000 drks to XdZHcrhf28RG2WG6tWHLCFLMxTwjC9ie99

cheers,
Wg
nice try.

ubuntu@ip-172-31-4-239:~$ darkcoind validateaddress XdZHcrhf28RG2WG6tWHLCFLMxTwjC9ie99

{

"isvalid" : false

}
 
Ahhh. So i have to download the testnet wallet :|
Still a bit new at all this. Sorry. I thought I download the windows rc2 darksend wallet binary from website and that's it.
Hmm, where do i find the testnet wallet win binary?
sorry agaiin and looking forward to testing it.

cheers,
Wg
 
just downloaded from the website, got version 100811. Do I need to compile to get the right daemon?

Sorry, I forgot I have to go through the first post :tongue::oops:
 
This will fix the forking issue for once and for all, next I'm going to start working on stabilizing the masternode payments / ghost masternodes, then I'll set a date for the fork (prob two weeks).

Well done! MNs running at 0.10.9.2 now.

Vote system needs a fix, producing inconsistent results for 'getblocktemplate'

Example 1

Code:
    "votes" : [
        "9b360000000000001976a914800045afeac261b5ad83f138114d1dbd0145069888ac04000000",
        "9e360000000000001976a9149f76ea939b892c16eb5e5ab23d743521fde10fdc88ac06000000",
        "9f360000000000001976a914ee19dc7f94a97a3d1c4186a12c0cf9346c4e583c88ac05000000",
        "a0360000000000001976a9149ae2babfc2b6e765261a77475e1f1dc663e298d388ac02000000",
        "a1360000000000001976a914aa09e4b6969c00f9e3ba46dc5da62241c525d18088ac02000000",
        "a2360000000000001976a914aa09e4b6969c00f9e3ba46dc5da62241c525d18088ac02000000",
        "a3360000000000001976a914ee19dc7f94a97a3d1c4186a12c0cf9346c4e583c88ac01000000"
    ],
    "payee" : "mgkNq45YZv738cSwj6SEcjZQ4yVCoR7Aru",
    "masternode_payments" : true
}
Block 0x36A1 and block 0x36A2 have identical vote count '02' for key aa09e4b69... - inconsistent.


Example 2:

Code:
    "votes" : [
        "a4360000000000001976a914ee19dc7f94a97a3d1c4186a12c0cf9346c4e583c88ac02000000",
        "a5360000000000001976a914a83cc7c0004906c57957d420e7dbc19cbc8c2fdb88ac04000000",
        "a6360000000000001976a914a83cc7c0004906c57957d420e7dbc19cbc8c2fdb88ac03000000",
        "a7360000000000001976a914a83cc7c0004906c57957d420e7dbc19cbc8c2fdb88ac03000000",
        "a8360000000000001976a914aa09e4b6969c00f9e3ba46dc5da62241c525d18088ac01000000",
        "a9360000000000001976a9149ae2babfc2b6e765261a77475e1f1dc663e298d388ac02000000",
        "aa360000000000001976a9149ae2babfc2b6e765261a77475e1f1dc663e298d388ac01000000"
    ],
    "payee" : "",
    "masternode_payments" : true
}

Vote count for 9ae2babfc2.... DEcreased from 2 to 1 from block 0x36A9 to 0x36AA - inconsistent
 
Ahh, ok. how do i create a new wallet then? in ubuntu? also - not sure whether i git cloned right stuff... i am running rc2 i think (the github.com/darkcoinproject/darkcoin.git)... how do i clone rc3 fork from github to build from sources? Should i? Or must i take binaries?

EDITED: ahh, rtfm the first post :) and found chaeplin's post here: https://darkcointalk.org/threads/how-to-make-the-darkcoin-wallet-for-linux.214/ ... now... the challenge is how to do it in linux terminal wo/ xwin :)
 
Last edited by a moderator:
Hah, you guys all updated before I was even done! I just pushed new binaries and am updating all of the nodes. This will fix the forking issue for once and for all, next I'm going to start working on stabilizing the masternode payments / ghost masternodes, then I'll set a date for the fork (prob two weeks).

** Please update your to 10.9.2 or 9.5.2 **
** If you updated and are running either of those versions from a few hours ago, please update as well, the keys were changed in the code **
Ahh, ok. how do i create a new wallet then? in ubuntu? also - not sure whether i git cloned right stuff... i am running rc2 i think (the github.com/darkcoinproject/darkcoin.git)... how do i clone rc3 fork from github to build from sources? Should i? Or must i take binaries?

EDITED: ahh, rtfm the first post :) and found chaeplin's post here: https://darkcointalk.org/threads/how-to-make-the-darkcoin-wallet-for-linux.214/ ... now... the challenge is how to do it in linux terminal wo/ xwin :)


git clone https://github.com/darkcoinproject/darkcoin.git -b forkfix

or

git clone https://github.com/darkcoinproject/darkcoin.git
cd darkcoin
git checkout forkfix
git branch forkfix
 
Thank you chaeplin!
In the mean time I managed to export my Xdisplay via Xming to my win pc :) creating wallet now.......

here it is: XsFMCoSJgbuN5ByTk54h5pMqz3ZR14SFsx

Please, can someone send some darks, so I can join the test net !

jupi je!
 
Thank you chaeplin!
In the mean time I managed to export my Xdisplay via Xming to my win pc :) creating wallet now.......

here it is: XsFMCoSJgbuN5ByTk54h5pMqz3ZR14SFsx

Please, can someone send some darks, so I can join the test net !

jupi je!
Nice try !!
 
Maybe he doesn't know, LOL. To join testnet, get the RC3 wallet on the first post, then post your address, it'll start with an M or N or somesuch. I'll send you dark ;) You seem to have the regular wallet.
Oh, and you need to put this in your config file;
Code:
rpcuser=me
rpcpassword=tralalalalalalalalala123$%^blahblahSOMECAPSTOO
server=1
port=19999
masternodeprivkey=weirdlongnuber if you want to run one
addnode=23.23.186.131
testnet=1
rpcallowip=127.0.0.1
maxconnections=256
masternode=0

If you do want to run a masternode on testnet, then you need to start darkcoind, then do darkcoind getkey..... or was it darkcoind masternode getkey? I forget... and put it next to masternodeprivkey=___ above :) Then set masternode= to 1 instead of 0

Yikes, memory sucks, it's : ./darkcoind masternode genkey
 
Last edited by a moderator:
Thank you chaeplin!
In the mean time I managed to export my Xdisplay via Xming to my win pc :) creating wallet now.......

here it is: XsFMCoSJgbuN5ByTk54h5pMqz3ZR14SFsx

Please, can someone send some darks, so I can join the test net !

jupi je!

darkcoind validateaddress XsFMCoSJgbuN5ByTk54h5pMqz3ZR14SFsx
{
"isvalid" : false
}
 
Status
Not open for further replies.
Back
Top