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

v0.11.1 - InstantX Release

Hi,

Since the version 11.0.14 and the new 11.1.19 my masternode can't sync.
The last good version for me is the version 11.0.13
I deleted peers.dat, replace the binary, and launch darkcoind
What can I do to resolve this?

2015-02-10 12:34:19 CActiveMasternode::ManageStatus() - Sync in progress. Must wait until sync is complete to start masternode.
2015-02-10 12:34:43 CDarkSendPool::UpdateState() == 3 | 3
2015-02-10 12:35:10 CheckBlock() : skipping masternode payment checks
2015-02-10 12:35:10 ProcessBlock: ORPHAN BLOCK 6, prev=0000000000050719a7c682aba8833f7e3f34d1f3ab1d92a2d783dbdbf186fdc2
2015-02-10 12:35:18 CheckBlock() : skipping masternode payment checks
2015-02-10 12:35:18 ProcessBlock: ORPHAN BLOCK 7, prev=00000000000f4c918f339987f9ccd56f38962c299719cd1573e5c57a7873b88a
2015-02-10 12:35:19 CActiveMasternode::ManageStatus() - Sync in progress. Must wait until sync is complete to start masternode.
2015-02-10 12:35:21 partner 54.88.160.148:46218 using obsolete version 70051; disconnecting
2015-02-10 12:35:21 ProcessMessage(version, 108 bytes) FAILED
2015-02-10 12:36:19 CActiveMasternode::ManageStatus() - Sync in progress. Must wait until sync is complete to start masternode.


on darkcoin.conf I have this:

rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
#externalip=myIP
masternode=1
addnode=23.23.186.131:9999
masternodeprivkey=myprivatemasternodekey


Thx

Try starting with --reindex
 
Fantastic news!! Can't wait to give this a try on mainnet - congrats to everyone involved!
 
where can I find more about the sporking framework?

Full implementation of spork. Currently this includes 4 different sporks, InstantX, InstantX block enforcement, masternode payments enforcement, and reconverge. This uses the inventory system, so it's super efficient and very powerful for future development. Reconverge will put the blockchain into a mode where it will attempt to reprocess any forks without restarting the client, this means if we even had a fork in the future this can be triggered to fix it without any damage to the network.

Files:
https://github.com/darkcoin/darkcoin/blob/master/src/spork.cpp
https://github.com/darkcoin/darkcoin/blob/master/src/spork.h

Here's an example of how it's used in the code:
https://github.com/darkcoin/darkcoin/blob/master/src/main.cpp#L2831
 
Full implementation of spork. Currently this includes 4 different sporks, InstantX, InstantX block enforcement, masternode payments enforcement, and reconverge. This uses the inventory system, so it's super efficient and very powerful for future development. Reconverge will put the blockchain into a mode where it will attempt to reprocess any forks without restarting the client, this means if we even had a fork in the future this can be triggered to fix it without any damage to the network.

Files:
https://github.com/darkcoin/darkcoin/blob/master/src/spork.cpp
https://github.com/darkcoin/darkcoin/blob/master/src/spork.h

Here's an example of how it's used in the code:
https://github.com/darkcoin/darkcoin/blob/master/src/main.cpp#L2831
Can I like it 10 times? :)
 
Full implementation of spork. Currently this includes 4 different sporks, InstantX, InstantX block enforcement, masternode payments enforcement, and reconverge. This uses the inventory system, so it's super efficient and very powerful for future development. Reconverge will put the blockchain into a mode where it will attempt to reprocess any forks without restarting the client, this means if we even had a fork in the future this can be triggered to fix it without any damage to the network.

Files:
https://github.com/darkcoin/darkcoin/blob/master/src/spork.cpp
https://github.com/darkcoin/darkcoin/blob/master/src/spork.h

Here's an example of how it's used in the code:
https://github.com/darkcoin/darkcoin/blob/master/src/main.cpp#L2831


Thanks Evan.
Does this means darkcoin is fork proof?
Can't decide which one I like more, if InstantX or this "Full spork implementation".
This should be advertised.
 
Congrats Evan&Team! The future continues to arrive. :)

Smooth update.

edit: why 5 as the default IX depth, not 6? Just a cautionary interim measure?
 
Last edited by a moderator:
Somebody on my chat (congratulating the team) is requesting this:

Can i please request for the 64 bit installer to be separated out for Windows
Right now I have to download the entire zip all the time

Any thoughts
(i am a MAC guy so i do not know what that means)
 
Somebody on my chat (congratulating the team) is requesting this:

Can i please request for the 64 bit installer to be separated out for Windows
Right now I have to download the entire zip all the time

Any thoughts
(i am a MAC guy so i do not know what that means)
ping flare :smile:
 
Can someone tell me why I don`t have the DS and IX windows to tick? not in 32 neither in 64bit
9y6GNhQ.png

Do I have to clear cache or something?
click wyslij
 
Back
Top