Bitcoin Forum
April 19, 2024, 10:31:41 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 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 ... 294 »
  Print  
Author Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive  (Read 478572 times)
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 01, 2013, 03:29:25 PM
 #141

We are looking much better this morning. Seems most have stopped running stake. Thank you! There have been a few sneaking in. They are just going to get orphaned, and you lose your coin days.

I know it stinks. Believe me I have a lot waiting in the wings! Smiley

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
1713522701
Hero Member
*
Offline Offline

Posts: 1713522701

View Profile Personal Message (Offline)

Ignore
1713522701
Reply with quote  #2

1713522701
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 01, 2013, 06:46:41 PM
 #142

I have been running many test and pouring over log files. I am confident 1.2.1.3 will fix the issue.

As stated the mistake was caused by using an int 64 instead of a CBigNum in the GetProofofStake.

When the client went to check the proof of stake, it saw it greatly exceed the amount the algo sent back and set the error and tried to drop the block.

The new version will correctly show the amount that a stake can receive and allow it go through.


Old Log:
InvalidChainFound:  current best=00000004058ec9f773ee  height=288442  trust=1758
48971610  date=11/01/13 18:10:40
ERROR: SetBestChain() : Reorganize failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
received: block (300 bytes)
received block 000000040abe0004f090
GetStakeEntropyBit: nHeight=288501 hashBlock=000000040abe0004f090f9d22de4e54991f
468b576c92004871b654b31761105 nEntropyBit=1
ComputeNextStakeModifier: prev modifier=0x7a330d739956a2da time=2013-11-01 18:02
:53 UTC
GetStakeModifierChecksum: StakeCheckSum=0x032bf282c, at height=288501
Postponing 64 reconnects
REORGANIZE
REORGANIZE: Disconnect 46 blocks; 000000065961679992af..00000004058ec9f773ee
REORGANIZE: Connect 41 blocks; 000000065961679992af..00000001d53089582745
coin age nValueIn=5000000 nTimeDiff=1195499 bnCentSecond=597749500
coin age bnCoinDay=69
GetProofOfStakeReward() : lower=1000000 upper=10000000 mid=5500000
GetProofOfStakeReward() : lower=1000000 upper=5500000 mid=3250000
GetProofOfStakeReward() : lower=1000000 upper=3250000 mid=2125000
GetProofOfStakeReward() : lower=1000000 upper=2125000 mid=1562500
GetProofOfStakeReward() : lower=1000000 upper=1562500 mid=1281250
GetProofOfStakeReward() : lower=1000000 upper=1281250 mid=1140625
GetProofOfStakeReward() : lower=1000000 upper=1140625 mid=1070312
GetProofOfStakeReward() : lower=1000000 upper=1070312 mid=1035156
GetProofOfStakeReward() : lower=1000000 upper=1035156 mid=1017578
GetProofOfStakeReward() : lower=1000000 upper=1017578 mid=1008789
GetProofOfStakeReward(): create=0.190576 nCoinAge=69 nBits=503382015
ERROR: ConnectInputs() : 09ad30a6b4 stake reward exceeded

ERROR: Reorganize() : ConnectBlock d654bc8a32ca216bb831 failed
InvalidChainFound: invalid block=000000040abe0004f090  height=288501  trust=1758
65771773  date=11/01/13 18:08:20
InvalidChainFound:  current best=00000004058ec9f773ee  height=288442  trust=1758
48971610  date=11/01/13 18:10:40
ERROR: SetBestChain() : Reorganize failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
received: addr (12123 bytes)
received: inv (4789 bytes)


New Log:
GetStakeModifierChecksum: StakeCheckSum=0x0201a63b0, at height=288397
coin age nValueIn=5000000 nTimeDiff=1195499 bnCentSecond=597749500
coin age bnCoinDay=69
GetProofOfStakeReward() : lower=1000000 upper=10000000 mid=5500000
GetProofOfStakeReward() : lower=5500000 upper=10000000 mid=7750000
GetProofOfStakeReward() : lower=7750000 upper=10000000 mid=8875000
GetProofOfStakeReward() : lower=8875000 upper=10000000 mid=9437500
GetProofOfStakeReward() : lower=9437500 upper=10000000 mid=9718750
GetProofOfStakeReward() : lower=9718750 upper=10000000 mid=9859375
GetProofOfStakeReward() : lower=9859375 upper=10000000 mid=9929687
GetProofOfStakeReward() : lower=9929687 upper=10000000 mid=9964843
GetProofOfStakeReward() : lower=9964843 upper=10000000 mid=9982421
GetProofOfStakeReward() : lower=9982421 upper=10000000 mid=9991210
GetProofOfStakeReward(): create=1.889156 nCoinAge=69 nBits=503382015
ConnectBlock() : destroy=0.00 nFees=0
SetBestChain: new best=d654bc8a32ca216bb831  height=288397  trust=175832180830
date=11/01/13 17:18:33
ProcessBlock: ACCEPTED

CreateNewBlock(): total size 1000
keypool return 5


So version 1.2.1.3 needs to get super majority and these stakes will come through.  So Please update now!  If you are running 1.2.0 or 1.2.1 you are incorrectly rejecting blocks.

Thanks all. Sorry again.

Big thank for everyone once we come through this on the other side!


HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
snaidervp
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


"Raven's Cry"


View Profile
November 01, 2013, 07:50:26 PM
Last edit: November 01, 2013, 08:06:04 PM by snaidervp
 #143

the link is unavailable for some reason Sad


edit : it's o.k - downloaded Smiley

yawn
sigesang
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
November 01, 2013, 09:38:41 PM
 #144

How many forks are there of this now? there even is a correct one?

http://hobo.gets-it.net/ is correct?
http://www.coinchoose.com/ ?

I got block in wallet (v1.2.1.3-gb3d0643-hobo) 288858 guess it's wrong, but really don't have a clue.. the joy of broken cryptocoins..

To: F2ioe5mkjNQkmBdJrj7GtzhNkiNiojCk1B (own address, label: coinex.pw)
Credit: 1304.208984 HOBO
Net amount: +1304.208984 HOBO
Transaction ID: 7cdd707eb88c995b83ac0749b06a4eb7747c8bcf2abc8e1c1b30794cdf152637

guess that's lost coins?

BTC 1basemmmcpVWVfzZMyLA1r2DJMTMnZYoX LTC LiTeTipdGNcXRjTw5pVnMXjB5FFoEfxPAZ
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 01, 2013, 09:48:21 PM
 #145

How many forks are there of this now? there even is a correct one?

http://hobo.gets-it.net/ is correct?
http://www.coinchoose.com/ ?

I got block in wallet (v1.2.1.3-gb3d0643-hobo) 288858 guess it's wrong, but really don't have a clue.. the joy of broken cryptocoins..

To: F2ioe5mkjNQkmBdJrj7GtzhNkiNiojCk1B (own address, label: coinex.pw)
Credit: 1304.208984 HOBO
Net amount: +1304.208984 HOBO
Transaction ID: 7cdd707eb88c995b83ac0749b06a4eb7747c8bcf2abc8e1c1b30794cdf152637

guess that's lost coins?

yes you want to be running v1.2.1.3-gb3d0643-hobo.

I think coinex is having issues as well separate of the HBNs.  

As long as those coins were not mined recently and rolled back, they should make their way to coinex, as your wallet should re-broadcast when it sees they were orphaned.  Do you have confirmations?

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 01, 2013, 09:53:54 PM
 #146

For what's it worth I have not noticed any forks. just that some sites are behind and it gets confusing when there is a roll back.

Here is where I am right now



{
"version" : "v1.2.1.3-gb3d0643-hobo",
"protocolversion" : 70001,
"blocks" : 288909,
"moneysupply" : 1398918.88028400,
"connections" : 8,
"wallets" : 1,
"proxy" : "",
"difficulty" : 0.08110868,
"testnet" : false,
"paytxfee" : 0.00000000,
"errors" : ""
}

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 01, 2013, 10:02:50 PM
 #147

Now I just rolled back.

18:00:33

{
"version" : "v1.2.1.3-gb3d0643-hobo",
"protocolversion" : 70001,
"blocks" : 288852,
"moneysupply" : 1398627.03271700,
"connections" : 8,
"wallets" : 1,
"proxy" : "",
"ip" : "71.79.101.70",
"difficulty" : 0.05909335,
"testnet" : false,
"paytxfee" : 0.00000000,
"errors" : ""
}


The protocolver 70001 are starting to win. Soon the old version will get forked off.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
sigesang
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
November 01, 2013, 10:10:52 PM
 #148

How many forks are there of this now? there even is a correct one?

http://hobo.gets-it.net/ is correct?
http://www.coinchoose.com/ ?

I got block in wallet (v1.2.1.3-gb3d0643-hobo) 288858 guess it's wrong, but really don't have a clue.. the joy of broken cryptocoins..

To: F2ioe5mkjNQkmBdJrj7GtzhNkiNiojCk1B (own address, label: coinex.pw)
Credit: 1304.208984 HOBO
Net amount: +1304.208984 HOBO
Transaction ID: 7cdd707eb88c995b83ac0749b06a4eb7747c8bcf2abc8e1c1b30794cdf152637

guess that's lost coins?

yes you want to be running v1.2.1.3-gb3d0643-hobo.

I think coinex is having issues as well separate of the HBNs.  

As long as those coins were not mined recently and rolled back, they should make their way to coinex, as your wallet should re-broadcast when it sees they were orphaned.  Do you have confirmations?

did reset blockchain again, but didnt have any confirmations (but think there where yesterday, but might have been runing too old wallet)..
so I guess whenever coinex fix there shit i get it back in the balance

BTC 1basemmmcpVWVfzZMyLA1r2DJMTMnZYoX LTC LiTeTipdGNcXRjTw5pVnMXjB5FFoEfxPAZ
captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
November 01, 2013, 10:14:46 PM
 #149

we will look at hbn tomorrow to get it back on track
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 02, 2013, 12:08:35 AM
Last edit: November 02, 2013, 12:25:31 AM by Tranz
 #150

we will look at hbn tomorrow to get it back on track

Thanks!  The new update is quickly taking majority, please get on now..

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
daemonfox
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
November 02, 2013, 12:35:15 AM
 #151

{
"version" : "v1.2.1.3-gb3d0643-hobo",
"protocolversion" : 70001,
"blocks" : 289157,
"moneysupply" : 1400077.62872300,
"connections" : 10,
"wallets" : 1,
"proxy" : "",
"ip" : "174.111.226.188",
"difficulty" : 0.06135748,
"testnet" : false,
"paytxfee" : 0.00000000,
"errors" : ""
}

I nailed a solution good enough to solve a block 10 seconds after changing over solo... but I was not on the new client... insta rejected ouch!

Above is where my client says we are at now.

EDIT: That is discouraging... solved another this time with a VERY high difficulty rating, and it was also rejected... on the newest client...

H
               
                    ¦¦¦                 
            ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦         
          ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦       
        ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦         
      ¦¦¦¦¦¦¦¦¦           ¦           
     ¦¦¦¦¦¦¦¦                     ¦¦   
    ¦¦¦¦¦¦¦    ¦¦¦¦¦¦¦¦¦¦¦        ¦¦¦¦ 
   ¦¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦¦
   ¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦  
   ¦¦¦¦¦    ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦   ¦¦¦¦¦¦ 
  ¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦   ¦¦¦¦¦¦ 
  ¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦
   ¦¦¦¦¦ ¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦¦
   ¦¦¦¦¦¦¦¦¦  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦ 
   ¦¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦¦ 
    ¦¦¦¦¦       ¦¦¦¦¦¦¦¦¦¦     ¦¦¦¦¦¦ 
     ¦¦                      ¦¦¦¦¦¦¦   
              ¦           ¦¦¦¦¦¦¦¦¦   
           ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦     
          ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦       
             ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦          
                         
R I Z E N
....ZEN Nodes.... ....Horizen Academy.... ....Help Desk    ....Faucet   
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 02, 2013, 12:42:45 AM
 #152

{
"version" : "v1.2.1.3-gb3d0643-hobo",
"protocolversion" : 70001,
"blocks" : 289157,
"moneysupply" : 1400077.62872300,
"connections" : 10,
"wallets" : 1,
"proxy" : "",
"ip" : "174.111.226.188",
"difficulty" : 0.06135748,
"testnet" : false,
"paytxfee" : 0.00000000,
"errors" : ""
}

I nailed a solution good enough to solve a block 10 seconds after changing over solo... but I was not on the new client... insta rejected ouch!

Above is where my client says we are at now.

EDIT: That is discouraging... solved another this time with a VERY high difficulty rating, and it was also rejected... on the newest client...

You are on the right chain, just keep at it.  You will get reject and orphans for a while. All old clients will be forced off Nov 4th. Until then we have to deal with the orphan roll backs. Things should be back on track here very soon!

I am getting newmint with 2.5mhs



20:40:48

listwallets


20:40:48

{
"" : {
"balance" : 723.99700000,
"encrypted" : false,
"walletversion" : 60000,
"keypoolsize" : 102,
"keypoololdest" : 1383259632,
"newmint" : 15.00000000,
"stake" : 0.00000000
}
}


HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
dragon695
Full Member
***
Offline Offline

Activity: 449
Merit: 103


Decentralized Ascending Auctions on Blockchain


View Profile
November 02, 2013, 12:59:28 AM
 #153

we will look at hbn tomorrow to get it back on track

Thanks!  The new update is quickly taking majority, please get on now..
Redownloading the block chain on windows takes forever. If anything, a good feature for all altcoins would be a better, more SQL-oriented way to do these rollbacks/forks that do not require having to delete the blockchain. Imagine having to redownload the bitcoin blockchain all the time. Or if you *must* require it, then make a "Redownload Blockchain" button under options that will do so. Telling people to delete their blockchain manually is a recipe for disaster.

iBid     ▐     Decentralized Auctions on Blockchain    (    About us    Telegram   )
▬▬▬▬▬▬▬▬▬▬▬▬▬             AN  AUCTION    ❱   All auctions start at     $0

[  ◥   Google Play      ◥   App Store  ]   ██ SIGN UP ██        with no minimum reserve
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 02, 2013, 02:01:04 AM
 #154

we will look at hbn tomorrow to get it back on track

Thanks!  The new update is quickly taking majority, please get on now..
Redownloading the block chain on windows takes forever. If anything, a good feature for all altcoins would be a better, more SQL-oriented way to do these rollbacks/forks that do not require having to delete the blockchain. Imagine having to redownload the bitcoin blockchain all the time. Or if you *must* require it, then make a "Redownload Blockchain" button under options that will do so. Telling people to delete their blockchain manually is a recipe for disaster.

Good thoughts! Actually I think there are some btc blockchain torrents out there as well to speed up the process.

As of right now you do NOT have to re-download. However if you get caught on the wrong side of the chain because you upgrade late, then you would have to.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
daemonfox
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
November 02, 2013, 02:54:42 AM
 #155

Is stake disabled in this version?

I did not run the command to reserve any and I have not staked in quite some time...



{
"" : {
"balance" : 7615.72344400,
"encrypted" : false,
"walletversion" : 60000,
"keypoolsize" : 103,
"keypoololdest" : 1374798370,
"newmint" : 0.00000000,
"stake" : 0.00000000
}
}

EDIT Scratch that apparently I staked 20+ coins on the 29th i just did not notice...

still... 20 coins is not 2% of 7600...

H
               
                    ¦¦¦                 
            ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦         
          ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦       
        ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦         
      ¦¦¦¦¦¦¦¦¦           ¦           
     ¦¦¦¦¦¦¦¦                     ¦¦   
    ¦¦¦¦¦¦¦    ¦¦¦¦¦¦¦¦¦¦¦        ¦¦¦¦ 
   ¦¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦¦
   ¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦  
   ¦¦¦¦¦    ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦   ¦¦¦¦¦¦ 
  ¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦   ¦¦¦¦¦¦ 
  ¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦
   ¦¦¦¦¦ ¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦¦
   ¦¦¦¦¦¦¦¦¦  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦ 
   ¦¦¦¦¦¦¦   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦    ¦¦¦¦¦¦ 
    ¦¦¦¦¦       ¦¦¦¦¦¦¦¦¦¦     ¦¦¦¦¦¦ 
     ¦¦                      ¦¦¦¦¦¦¦   
              ¦           ¦¦¦¦¦¦¦¦¦   
           ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦     
          ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦       
             ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦          
                         
R I Z E N
....ZEN Nodes.... ....Horizen Academy.... ....Help Desk    ....Faucet   
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
¦
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 02, 2013, 03:54:57 AM
 #156

Is stake disabled in this version?

I did not run the command to reserve any and I have not staked in quite some time...



{
"" : {
"balance" : 7615.72344400,
"encrypted" : false,
"walletversion" : 60000,
"keypoolsize" : 103,
"keypoololdest" : 1374798370,
"newmint" : 0.00000000,
"stake" : 0.00000000
}
}

EDIT Scratch that apparently I staked 20+ coins on the 29th i just did not notice...

still... 20 coins is not 2% of 7600...

No it is not the 2% till after 10/31....  

Until I say just start your QT with -reservebalance=999999

Just get on the newest version and wait just a day or 2 to release the stake then enjoy a nice juicy rare hobo stake. The way God intended!

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 02, 2013, 05:06:14 AM
 #157

I think just about everyone is getting on the right train. Don't get left behind.... All ABOARD! :-)

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Epeus
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
November 02, 2013, 07:08:48 AM
 #158

Great.

Updated the client now all my nickels are gone.
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 02, 2013, 11:02:11 AM
 #159

Great.

Updated the client now all my nickels are gone.

Did you delete your wallet.dat?!

The only coins you should lose would be those that were minned then rolled back. But that was happening old or new. I have upgraded many computers and not lost any coins.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
November 02, 2013, 04:00:49 PM
 #160

Bump for update!

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 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 ... 294 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!