Author

Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive - page 261. (Read 478852 times)

legendary
Activity: 1540
Merit: 1060
May the force bit with you.

Ok few things to try

#1 back up both wallets to another directory.
#2 startup client with just the wallet.dat ( you can use switch -usewallet="" )
#3 after you are sync'd up with chain. Try to quickly load the wallet-stake.dat and then send those coins to another wallet.
#4 if that fails and the client crashes. Rename wallet.dat to wallet-olddef.dat Rename wallet-stake.dat wallet.dat then start client with -salvagewallet -usewallet=""

Maybe a stupid question but you do you have a backup of your wallet-stake.dat?

Let me know.


#1 back up both wallets to another directory.
#2 startup client with just the wallet.dat ( you can use switch -usewallet="" )

- done waiting for re-sync now...

Maybe a stupid question but you do you have a backup of your wallet-stake.dat?
- unfortunately - no (

will follow up with later results... thank you!
I think it happend after electricity outage (

Yes hard shutdowns can cause corruption. It is a shame that the wallets are so fragile.  I do plan to implement a rpc command/improvement that will auto backup all wallets on a set schedule.

If you still have issues, there are tools such as prywallet that can help get your private keys out, so you can at least get access to your coins.
legendary
Activity: 1232
Merit: 1000
how do you send payment from new coins rather than aging coin?

using advance coin control (ACC). Settings -> Options -> Display. Check "display coin control"
legendary
Activity: 1148
Merit: 1000
how do you send payment from new coins rather than aging coin?
hero member
Activity: 708
Merit: 502

Ok few things to try

#1 back up both wallets to another directory.
#2 startup client with just the wallet.dat ( you can use switch -usewallet="" )
#3 after you are sync'd up with chain. Try to quickly load the wallet-stake.dat and then send those coins to another wallet.
#4 if that fails and the client crashes. Rename wallet.dat to wallet-olddef.dat Rename wallet-stake.dat wallet.dat then start client with -salvagewallet -usewallet=""

Maybe a stupid question but you do you have a backup of your wallet-stake.dat?

Let me know.


#1 back up both wallets to another directory.
#2 startup client with just the wallet.dat ( you can use switch -usewallet="" )

- done waiting for re-sync now...

Maybe a stupid question but you do you have a backup of your wallet-stake.dat?
- unfortunately - no (

will follow up with later results... thank you!
I think it happend after electricity outage (
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hi Tranz.
Didnt check this thread for a time, and now I see new version 1.3 released.
Does it works with multiwallet form previous version?

Deleted all files except 2 wallet.dat files from previous version (1.2.2) and run the 1.3 version, after chain downloading the client is crushing(

Version 1.3 will work with multi-wallets.

You mean to say the client is crashing? Do you have an error in the debug log?  It could be a corrupt wallet. But hard to say with no other infomation.

One thing to try is to isolate the wallets. So rename your wallets to something like nowallet.dat or nowallet-stake. And then start-up the client. If it doesn't crash, then you have some corruption with one of your wallets.

Let me know if you need further help.

Hi Tranz.

Making nowallet didnt work.
Win7 shows miscrosoft visual c++ runtime library error.
Debug log shows multiple errors of such a kind:

ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block ... (different blocks)
connection timeout

May be I should delete an old .conf file with different addnodes, which may be already dont work...I dont know
I have Win7 64, and using windows client 1.3 (P.S. does older 1.2.2 version works now or not?)

You can go back to the old client yes. You will need to remove block chain files and re-sync. Although I am not sure you should have too.

You can move all your files into a new bkup directory and try to go fresh and see what happens. If you get up to speed you can reload the old wallets from the bkup directory and see if they cause a crash.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
the worst part.... it`s starting ok with wallet.dat
but not starting with wallet-stake.dat

I had 7300 there! I need help!

Ok few things to try

#1 back up both wallets to another directory.
#2 startup client with just the wallet.dat ( you can use switch -usewallet="" )
#3 after you are sync'd up with chain. Try to quickly load the wallet-stake.dat and then send those coins to another wallet.
#4 if that fails and the client crashes. Rename wallet.dat to wallet-olddef.dat Rename wallet-stake.dat wallet.dat then start client with -salvagewallet -usewallet=""

Maybe a stupid question but you do you have a backup of your wallet-stake.dat?

Let me know.
hero member
Activity: 708
Merit: 502
the worst part.... it`s starting ok with wallet.dat
but not starting with wallet-stake.dat

I had 7300 there! I need help!
hero member
Activity: 708
Merit: 502

Anything in your db.log?

Have you tired to re-sync, after deleting  blk0001.dat, txleveldb and database?

after deleting blk0001.dat and blkindex.dat I got same error - so it could not be resynced

if I delete txleveldb
- then anothrer error during boot:
error loading "stake" wallet....
error 22
sr. member
Activity: 303
Merit: 250
Hi Tranz.
Didnt check this thread for a time, and now I see new version 1.3 released.
Does it works with multiwallet form previous version?

Deleted all files except 2 wallet.dat files from previous version (1.2.2) and run the 1.3 version, after chain downloading the client is crushing(

Version 1.3 will work with multi-wallets.

You mean to say the client is crashing? Do you have an error in the debug log?  It could be a corrupt wallet. But hard to say with no other infomation.

One thing to try is to isolate the wallets. So rename your wallets to something like nowallet.dat or nowallet-stake. And then start-up the client. If it doesn't crash, then you have some corruption with one of your wallets.

Let me know if you need further help.

Hi Tranz.

Making nowallet didnt work.
Win7 shows miscrosoft visual c++ runtime library error.
Debug log shows multiple errors of such a kind:

ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block ... (different blocks)
connection timeout

May be I should delete an old .conf file with different addnodes, which may be already dont work...I dont know
I have Win7 64, and using windows client 1.3 (P.S. does older 1.2.2 version works now or not?)
legendary
Activity: 1540
Merit: 1060
May the force bit with you.

Ok, Which client are you using? Win? Mac?    Maybe a few lines of the debug file would help too.

You can't remove both .dat files. Only the blkindex.dat is not needed when using leveldb. The other is needed, as it is the blockchain. So now that you removed both you will also have to remove the 2 databases directories as well, and re-sync.  Perhaps you suffered some corruption due to bad shutdown? hard to say?

You can also download the bootstrap.dat file from here http://www.fileswap.com/dl/aiKedIFxST/ and un-rar it and place the file in your appdata dir.  Then start up the client. It will rebuild the files form the bootstrap file.

win client



01/30/14 02:03:30 HoboNickels version v1.3.0.0-g76880ab-hobo (Tue Jan 07 18:52:00 2014)
01/30/14 02:03:30 Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
01/30/14 02:03:30 Default data directory C:\Users\M\AppData\Roaming\HoboNickels
01/30/14 02:03:30 Used data directory C:\Users\M\AppData\Roaming\HoboNickels
01/30/14 02:03:30 dbenv.open LogDir=C:\Users\M\AppData\Roaming\HoboNickels\database ErrorFile=C:\Users\M\AppData\Roaming\HoboNickels\db.log
01/30/14 02:03:30 Bound to [::]:7372
01/30/14 02:03:30 Bound to 0.0.0.0:7372
01/30/14 02:03:30 Loading block index...
01/30/14 02:03:30 Opening LevelDB in C:\Users\M\AppData\Roaming\HoboNickels\txleveldb
01/30/14 02:03:30 Opened LevelDB successfully
01/30/14 02:04:55 LoadBlockIndex(): hashBestChain=000000012252b562518c  height=535347  trust=708517327013  date=01/26/14 20:28:03
01/30/14 02:04:55 LoadBlockIndex(): synchronized checkpoint 000000012252b562518c1f984d12f153e0c0d5138fc828aa4cbb31ecdec8dd4a
01/30/14 02:04:55 Verifying last 2500 blocks at level 1
01/30/14 02:04:55 ERROR: CBlock::ReadFromDisk() : OpenBlockFile failed
01/30/14 02:04:55 ERROR: LoadBlockIndex() : block.ReadFromDisk failed

Anything in your db.log?

Have you tired to re-sync, after deleting  blk0001.dat, txleveldb and database?
hero member
Activity: 708
Merit: 502

Ok, Which client are you using? Win? Mac?    Maybe a few lines of the debug file would help too.

You can't remove both .dat files. Only the blkindex.dat is not needed when using leveldb. The other is needed, as it is the blockchain. So now that you removed both you will also have to remove the 2 databases directories as well, and re-sync.  Perhaps you suffered some corruption due to bad shutdown? hard to say?

You can also download the bootstrap.dat file from here http://www.fileswap.com/dl/aiKedIFxST/ and un-rar it and place the file in your appdata dir.  Then start up the client. It will rebuild the files form the bootstrap file.

win client



01/30/14 02:03:30 HoboNickels version v1.3.0.0-g76880ab-hobo (Tue Jan 07 18:52:00 2014)
01/30/14 02:03:30 Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
01/30/14 02:03:30 Default data directory C:\Users\M\AppData\Roaming\HoboNickels
01/30/14 02:03:30 Used data directory C:\Users\M\AppData\Roaming\HoboNickels
01/30/14 02:03:30 dbenv.open LogDir=C:\Users\M\AppData\Roaming\HoboNickels\database ErrorFile=C:\Users\M\AppData\Roaming\HoboNickels\db.log
01/30/14 02:03:30 Bound to [::]:7372
01/30/14 02:03:30 Bound to 0.0.0.0:7372
01/30/14 02:03:30 Loading block index...
01/30/14 02:03:30 Opening LevelDB in C:\Users\M\AppData\Roaming\HoboNickels\txleveldb
01/30/14 02:03:30 Opened LevelDB successfully
01/30/14 02:04:55 LoadBlockIndex(): hashBestChain=000000012252b562518c  height=535347  trust=708517327013  date=01/26/14 20:28:03
01/30/14 02:04:55 LoadBlockIndex(): synchronized checkpoint 000000012252b562518c1f984d12f153e0c0d5138fc828aa4cbb31ecdec8dd4a
01/30/14 02:04:55 Verifying last 2500 blocks at level 1
01/30/14 02:04:55 ERROR: CBlock::ReadFromDisk() : OpenBlockFile failed
01/30/14 02:04:55 ERROR: LoadBlockIndex() : block.ReadFromDisk failed
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
I`m not sure waht happened - but I got error during loading - Error loading blkindex.dat
even when I removed both *.dat from roaming folder...

please Advise
Thank you.

The blkindex.dat is the used in old versions (pre V1.3) So if you are getting an error with blkindex.dat you should just take the time to move to v1.3

Follow this guide, if you need further help let me know.
https://cryptocointalk.com/topic/3003-hbn-version-13/


it`s new verison 1.3 and it was already working.... it just happened and not letting me start anymore (

Ok, Which client are you using? Win? Mac?    Maybe a few lines of the debug file would help too.

You can't remove both .dat files. Only the blkindex.dat is not needed when using leveldb. The other is needed, as it is the blockchain. So now that you removed both you will also have to remove the 2 databases directories as well, and re-sync.  Perhaps you suffered some corruption due to bad shutdown? hard to say?

You can also download the bootstrap.dat file from here http://www.fileswap.com/dl/aiKedIFxST/ and un-rar it and place the file in your appdata dir.  Then start up the client. It will rebuild the files form the bootstrap file.
hero member
Activity: 708
Merit: 502
I`m not sure waht happened - but I got error during loading - Error loading blkindex.dat
even when I removed both *.dat from roaming folder...

please Advise
Thank you.

The blkindex.dat is the used in old versions (pre V1.3) So if you are getting an error with blkindex.dat you should just take the time to move to v1.3

Follow this guide, if you need further help let me know.
https://cryptocointalk.com/topic/3003-hbn-version-13/


it`s new verison 1.3 and it was already working.... it just happened and not letting me start anymore (
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Regarding a web faucet. I don't have the time to walk anyone through one. If you do set one up just PM me and I will set you up with some initial coins.

I'd rather it not be email based, but I will leave that up to you. Ads are also fine, but shouldn't be intrusive or offensive.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
I`m not sure waht happened - but I got error during loading - Error loading blkindex.dat
even when I removed both *.dat from roaming folder...

please Advise
Thank you.

The blkindex.dat is the used in old versions (pre V1.3) So if you are getting an error with blkindex.dat you should just take the time to move to v1.3

Follow this guide, if you need further help let me know.
https://cryptocointalk.com/topic/3003-hbn-version-13/
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hi Tranz.
Didnt check this thread for a time, and now I see new version 1.3 released.
Does it works with multiwallet form previous version?

Deleted all files except 2 wallet.dat files from previous version (1.2.2) and run the 1.3 version, after chain downloading the client is crushing(

Version 1.3 will work with multi-wallets.

You mean to say the client is crashing? Do you have an error in the debug log?  It could be a corrupt wallet. But hard to say with no other infomation.

One thing to try is to isolate the wallets. So rename your wallets to something like nowallet.dat or nowallet-stake. And then start-up the client. If it doesn't crash, then you have some corruption with one of your wallets.

Let me know if you need further help.
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
Bitcointalk faucet removed due to new policy. If you are interested in running an automated web faucet let me know.

i can host one at http://fuk.io - PM me you know where Smiley
hero member
Activity: 708
Merit: 502
I`m not sure waht happened - but I got error during loading - Error loading blkindex.dat
even when I removed both *.dat from roaming folder...

please Advise
Thank you.
full member
Activity: 182
Merit: 100
Bitcointalk faucet removed due to new policy. If you are interested in running an automated web faucet let me know.

I am glad to try running it on my server. Please let me know project address and related setting  Wink
Jump to: