Bitcoin Forum
June 17, 2024, 09:33:07 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] New Krugercoin wallet released including leveldb on: May 16, 2015, 06:46:27 PM
The wallet is locking up on that error now every few minutes. Was there not a patch available to solve the time warp attack?

Code:
2015-05-16 12:17:39 CheckForkWarningConditions: Warning: Large valid fork found
  forking the chain at height 3500386 (02c5ed03a36b76ce56fe746c047f2ce7592645d7265224ae67f2579d41eee8dc)
  lasting to height 3500394 (1949114e98e794fb0947154b3057ac61c9727c1e783e7f5397cb0b3efb0ed84d).
Chain state database corruption likely.

So this is what is happening now it happened 2 times already.


Yes, there is a patch. But any fix would create a fork of the blockchain. All old clients would be mining the old chain and all new clients the new one. A fork like this can only work if everyone is upgrading to the new version.

The best way to do it would be to remove the KGW at a block somewhere in the future and spread the new client to everyone. By the time the block is reached everyone must have upgraded!

I could do that tomorrow. But I need to know how far in the future the "block of change" should be  Smiley What do you think?

And I need some support in telling the major "Krugercoin-players" to upgrade  Wink

Nibiru seems to have vanished and he owns the Krugercoin Website. Sad
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] New Krugercoin wallet released including leveldb on: May 16, 2015, 08:22:30 AM
I've check the block explorer and it seems every few blocks there is a fork. I checked through the debug log and there is a rollback of sometimes 2 blocks on another fork. it's very strange I have not seen this before on any other blockchain.

Yes, I see it too. My guess is someone is attacking the chain. I know the Kimoto Gravity Well is vulnerable to the timewarp attack. I guess I'll have to remove it. But then everyone will have to upgrade to the new client.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] New Krugercoin wallet released including leveldb on: May 16, 2015, 06:49:48 AM
And now this.....

Code:
{
    "version" : 90300,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 1487.18640000,
    "blocks" : 3499062,
    "timeoffset" : -1,
    "connections" : 12,
    "proxy" : "",
    "difficulty" : 0.20412772,
    "testnet" : false,
    "keypoololdest" : 1405392075,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."
}

I did not see the error message last time but it noticed something was very wrong and restarted the daemon.


same here. Maybe someone is attacking the coin via timewarp. I think I will have to implement a protection against that. But that would mean old clients would be on another blockchain and wouldn't be able to connect to the new clients anymore.

By the way. Cryptsy wrote back:

Code:
Thank you for the information. We have escalated this issue to our technical team. We will update you soon as issue is resolved and once your deposit has posted. Thank you for your patience.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] New Krugercoin wallet released including leveldb on: May 15, 2015, 03:26:34 PM
I think the blockchain forked again. The blockexplorer at http://kgc.blockexp.info is the same as my wallet but all sends to cryptsy don't arrive and the diff is 0.02 normally it's around 0.25.

So how do I get back on the correct fork?

KGC-blockchain seems fine. My deposit to cryptsy isn't showing up too. So I think it's a problem with cryptsy. I opened a ticket at their support site. If you can tell me your transaction-ID I can add that to my support request.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] New Krugercoin wallet released including leveldb on: March 05, 2015, 10:31:58 AM
It is actively mined. Currently at above 130 Megahashes per second. Difficulty is at 0.46. Price at Cryptsy at 0.00000015 BTC per KGC. 24 hour volume at 0.021 BTC. So it's not dead yet ;-)
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: February 08, 2015, 08:05:01 PM
There is a new version on github including leveldb: https://github.com/coinerd/krugercoin/releases
Tested on Windows and Linux. I will try compiling it on Mac when I have some spare time. Probably at the end of next week.
Also I'm uploading the bootstrap.dat to mega right now. It will be avalable at https://mega.co.nz/#F!NdRG2SST!62sXZTVsmPkvwjd7dZGsCQ once it is finished (in about an hour).

I'd be happy to receive any feedback.

Maybe you should start a new thread as the dev was last active on April 07, 2014.

Thanks, I did that: https://bitcointalk.org/index.php?topic=949843.0
7  Alternate cryptocurrencies / Announcements (Altcoins) / [KGC] New Krugercoin wallet released including leveldb on: February 08, 2015, 07:52:46 PM
Hey there

krugercoin has a new wallet. It is compatible to the old client except for the database which uses leveldb (much faster) now. Be sure to backup your wallet before upgrading!

The source can be downloaded here: https://github.com/coinerd/krugercoin
There is a windows binary at: https://github.com/coinerd/krugercoin/releases
A binary for mac is in the making.

The bootstrap.dat can be found here: https://mega.co.nz/#F!NdRG2SST!62sXZTVsmPkvwjd7dZGsCQ

Some basic info about the coin:
Block time: 15 seconds
Block reward: 32 coins halved every 2 years (4,147,200 blocks)
Total coins: 265,420,800
Default port: 8771, RPC port:8772

Trading at cryptsy: https://www.cryptsy.com/markets/view/KGC_BTC
Block Explorer: http://kgc.blockexp.info/

Original client by Nibiru: https://bitcointalk.org/index.php?topic=246803.0
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: February 08, 2015, 04:54:27 PM
There is a new version on github including leveldb: https://github.com/coinerd/krugercoin/releases
Tested on Windows and Linux. I will try compiling it on Mac when I have some spare time. Probably at the end of next week.
Also I'm uploading the bootstrap.dat to mega right now. It will be avalable at https://mega.co.nz/#F!NdRG2SST!62sXZTVsmPkvwjd7dZGsCQ once it is finished (in about an hour).

I'd be happy to receive any feedback.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!