Bitcoin Forum
May 27, 2024, 05:42:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 »
1361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 30, 2014, 10:58:33 PM
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.
1362  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Version 1.3 on: January 30, 2014, 10:54:47 PM
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.
1363  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 30, 2014, 02:57:49 AM

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?
1364  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 30, 2014, 01:53:50 AM
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.
1365  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 29, 2014, 11:05:20 PM
Got a new client!

http://www.justrightbids.com/
1366  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 29, 2014, 10:25:27 PM
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.
1367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 29, 2014, 10:19:24 PM
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/
1368  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 29, 2014, 10:12:59 PM
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.
1369  Alternate cryptocurrencies / Altcoin Discussion / Re: Giveaway threads are not allowed on: January 29, 2014, 03:59:03 AM
Most giveaway threads are no longer allowed in the Alternate cryptocurrencies sections. From now on, posting or replying to such threads could result in being banned. Existing threads will be locked.

Specifically, you are not allowed to give people any incentive to post insubstantial posts in your threads. You can't offer to pay people who post their addresses, usernames, etc. You can do giveaways off-site and link to the giveaway page in a thread, but you can't give people any bonus for replying to your thread.

Similar threads are already restricted to Games and Rounds in the non-altcoin sections, but the giveaway-related post volume is so high in the altcoin sections that I've decided to just ban them entirely here.

Thank you!
1370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 28, 2014, 12:43:40 AM
Bitcointalk faucet removed due to new policy. If you are interested in running an automated web faucet let me know.
1371  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 27, 2014, 12:31:48 PM
I have a question:
I have 5 Hobo in the wallet, which I got from a friend in the promotion HoboNickels 11 .01.2014, when you get me something in the "Stake"?
The wallet is a synchronized version 1.3
What am I doing wrong?
Do not see the importance of not "bring out the" HBN?

Once you are fully synchronized, let the wallet run for a bit longer, the 5 HBN will attempt to stake.
1372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: PoS question on: January 26, 2014, 06:28:25 PM
PoS newb question, sorry...
1. The wiki says that the coins must remain undisturbed in the wallet. Does that mean that I cannot transfer coins into the wallet?
2. If I run the daemon on a headless server (VPS) - will I be able to mint coins deposited into that wallet?

Thank you.
 

1 : Yes, your coin will "mint" after 10 days, if you don't touch them. Leave them alone, on your wallet
2 : No idea what is a "headless" server, but if your server is connected to the Internet, and your wallet is sync, you will receive some Stake Wink

For example, I did some test buying 10'000 HBN on cryptsy the 9th.
Now I have :
10279.68094800
(It's more than 2%)

For my "mining" wallet :
1008.18358500
I had "only" ~990 some days ago.

Now, I'm trying to mine "non stop" for 10 days, with the same hashrate, to see what will happen in 10 days, how it will grow.

BTW, yesterday night, the HBN price explode on cryptsy after going a little bit down again.

The only thing to be careful of with mining on the same wallet as you stake with is the fact that once you get many thousand of inputs which are old enough to stake, it can cause the gui/daemon to become sluggish. Once it gets to that point you will need to combine a few of the inputs into larger blocks.  I have to go through this about once every 6 months or so, with only a staking wallet.

I am looking at things to help with this and hope to release a more efficient staking algo with version 1.4.
1373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: PoS question on: January 26, 2014, 06:25:00 PM
PoS newb question, sorry...
1. The wiki says that the coins must remain undisturbed in the wallet. Does that mean that I cannot transfer coins into the wallet?
2. If I run the daemon on a headless server (VPS) - will I be able to mint coins deposited into that wallet?

Thank you.
  

You can always add coins to a wallet, it will not change the age of the coins already there. Only when you transfer out will you lose coins days on some of the coins. Which coins you use can be controlled with the Coin Control interface.
1374  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: CoinMarketCap.com - Market Cap Rankings of All Cryptocurrencies! on: January 26, 2014, 03:29:27 AM
Hi Gliss,

If you wouldn't mind pointing the HBN explorer to 162.217.249.198:1080  Or http://explorer.hobonickels.info/

Thank you!
1375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 25, 2014, 05:31:01 AM
I tried restarting it for few times in my PC. Take average 2~3 minutes to start the wallet. Little bit faster than current wallet.
By the way, is it normal for HBN wallet take longer time to load than other altcoin wallet? I think it's because of the pow/pos and multiple wallet feaature right?

- Basically the same wallet except a newer QT ver.
- Same ram/cpu usage: still less than 300MB ram consumption in my WIN7
- No problem loading after deleting all DLL in roaming folder

WIN 7 32BIT / I5 CPU / 4GB Ram

HBN: Esx2rXt4Sdq92Mdbeg4RHXtnJUGEAJK878

Thanks. Yes it is normal, many Pos/Pow clients suffer the same fate. Plus 30 sec block time adds to the issues. My next goal is a x64 bit client.

Sent you some HBN.
1376  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 25, 2014, 04:04:06 AM
Working on new build box. Got it all working with QT5.2, Boost 1.55 and UPNP with QRCodes. It is now static variable, no more dlls!

I have a build here. I would like a few other tests from other people before I make it offical.

http://www.fileswap.com/dl/SAAEtp2zIQ/

 md5sum HoboNickels-qt.rar
418c6052338c11db2b28d3907664679e *HoboNickels-qt.rar


Just let me know your win version and any other information you may think relevant.  Then flip your HBN address, maybe I give out a few.
1377  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 24, 2014, 11:44:34 PM
2% stake every 10 days is a fixed ratio or just max stake possible? Like Nxt still depends on possibility.

100% year is Max, 1% is lowest.

        // HoboNickels: reward for coin-year is cut in half every 64x multiply of PoS difficulty
        // A reasonably continuous curve is used to avoid shock to market
        // (bnRewardCoinYearLimit / nRewardCoinYear) ** 4 == bnProofOfStakeLimit / bnTarget
        //
        // Human readable form:
        //
        // nRewardCoinYear = 1 / (posdiff ^ 1/4)
1378  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 24, 2014, 04:21:48 AM
how many coins are mined per day and how many were mined so far?

30 second block time, 5 coins per block ~ 2,800 PoW blocks a day / 14,400 PoW coins a day

PoS is still small fraction to PoW. Not sure how long that will last.

"blocks" : 527575,
"moneysupply" : 2664976.79114300

1379  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 24, 2014, 04:19:34 AM
could it just be the cronjob not updating. My miners are still hashing shares. I have seen this happen before with other pools. I am switching to the blocks factory until I know more.

I was thinking that. I do so see a bit of blocks being rejected. Seems higher then normal. But not too bad.

Solo should work nicely right now with your mh/s Smiley

1380  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Ver1.3 - HBN->BTC->USD via Atomic Trade! on: January 23, 2014, 11:17:28 PM
hbn.smartmining.net hasn't found a block in 1 hour.

I see nothing with the network, PoW blocks are coming in from all over. Could be bad luck? They are on the correct current block.  But might be worth bringing miners to another pool or solo for a bit.  The last block found does seem odd, from a share prospective.
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!