Bitcoin Forum
May 21, 2024, 03:58:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 [209] 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 ... 280 »
  Print  
Author Topic: [ANN] Ħ [HODL] No Staking, 1% Standard Interest per Day, 750% APR For HOdlers  (Read 472774 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
baileys2611
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile WWW
June 08, 2017, 02:47:24 AM
 #4161

Soooo...I'm guessing that coins caught in a transfer from a wallet that is syncing ok to Coinexchange wallet (which is offline ATM) will come good when they sync up ok?
optiminer
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
June 08, 2017, 07:15:41 AM
 #4162

There is a segfault in the hodl daemon when the period gets negative which makes it crash:

Code:
Thread 1015 "bitcoin-msghand" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffcf8998700 (LWP 1795)]
getBonusForAmount (periods=periods@entry=-88680, theAmount=theAmount@entry=6150503) at primitives/transaction.cpp:169
169      CBigNum rate256(bonusTable[periods]);
(gdb) bt
#0  getBonusForAmount (periods=periods@entry=-88680, theAmount=theAmount@entry=6150503) at primitives/transaction.cpp:169
#1  0x0000555555748698 in GetInterest (nValue=6150503, outputBlockHeight=262619, valuationHeight=<optimized out>, maturationBlock=173939)
    at primitives/transaction.cpp:245
#2  0x0000555555749ee0 in CTxOut::GetValueWithInterest (this=this@entry=0x7ffcf8995c40, outputBlockHeight=<optimized out>,
    valuationHeight=<optimized out>) at primitives/transaction.cpp:155
#3  0x00005555555f0413 in ConnectBlock (block=..., state=..., pindex=pindex@entry=0x7fffe40075a0, view=..., fJustCheck=fJustCheck@entry=false)
    at main.cpp:1945

I fixed this by capping the period at 0 if it is negative for the daemon at hodl.optiminer.pl. Would be nice to have an official fix.
titchbwfc
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 08, 2017, 08:46:42 AM
 #4163

I time locked 50 hodlcoin for a month and it says it will mature in -50 days?Huh
anyone know how to fix that?
 

I'm not sure how to unlock before maturation or if you even can.  I think the hodl time is based on blocks rather than time, it lists the date as a general reference.  Going from 30 to 50 doesn't sound right though, maybe you had a typo?  I'm just learning too so i'm sure there are others who can answer this.

hmmm I transferred some hodl and the anomaly disappeared ... weird things are afoot in the circle K
jokimabraham
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 08, 2017, 11:32:10 AM
 #4164



So here's a question from a non-dev-type (me).  We were rolling along on Version 1 of the wallet/miner.  We hard-forked to Version 2.  We now want to un-fork (or fork again if that is more appropriate).  If we changed nothing in terms of the bug fix or optimizations (for the moment), could we not simply use Version 1 again? And if that's possible, would the bug fix and optimizations be able to be put in to the wallet later without it being a dramatic fork?

Interesting - you could try running version 1 to see if it accepts the current chain - if it does, it may well be possible to use it.

I installed Ver 1 but it just sits with "No block source available, 51 weeks behind"

As part of the previous fork, v1 clients were no longer allowed on the network. Mainly to reduce overhead in rejecting invalid blocks.

many many rejections are in the way and many re changing are necessary here. Undecided
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
June 08, 2017, 11:57:23 AM
 #4165

Soooo...I'm guessing that coins caught in a transfer from a wallet that is syncing ok to Coinexchange wallet (which is offline ATM) will come good when they sync up ok?
I hope so. Coinexchange now displays this warning when trying to deposit: "Warning: The wallet appears to be offline currently. Please wait until the wallet is online to deposit funds.", wasn't there yesterday.

Hopefully the fix by optiminer will be implemented soon, even nicer would be a fix of the underlying problem:
There is a segfault in the hodl daemon when the period gets negative which makes it crash:

Code:
Thread 1015 "bitcoin-msghand" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffcf8998700 (LWP 1795)]
getBonusForAmount (periods=periods@entry=-88680, theAmount=theAmount@entry=6150503) at primitives/transaction.cpp:169
169      CBigNum rate256(bonusTable[periods]);
(gdb) bt
#0  getBonusForAmount (periods=periods@entry=-88680, theAmount=theAmount@entry=6150503) at primitives/transaction.cpp:169
#1  0x0000555555748698 in GetInterest (nValue=6150503, outputBlockHeight=262619, valuationHeight=<optimized out>, maturationBlock=173939)
    at primitives/transaction.cpp:245
#2  0x0000555555749ee0 in CTxOut::GetValueWithInterest (this=this@entry=0x7ffcf8995c40, outputBlockHeight=<optimized out>,
    valuationHeight=<optimized out>) at primitives/transaction.cpp:155
#3  0x00005555555f0413 in ConnectBlock (block=..., state=..., pindex=pindex@entry=0x7fffe40075a0, view=..., fJustCheck=fJustCheck@entry=false)
    at main.cpp:1945

I fixed this by capping the period at 0 if it is negative for the daemon at hodl.optiminer.pl. Would be nice to have an official fix.

FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
June 08, 2017, 12:01:22 PM
 #4166

There is a segfault in the hodl daemon when the period gets negative which makes it crash:

Code:
Thread 1015 "bitcoin-msghand" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffcf8998700 (LWP 1795)]
getBonusForAmount (periods=periods@entry=-88680, theAmount=theAmount@entry=6150503) at primitives/transaction.cpp:169
169      CBigNum rate256(bonusTable[periods]);
(gdb) bt
#0  getBonusForAmount (periods=periods@entry=-88680, theAmount=theAmount@entry=6150503) at primitives/transaction.cpp:169
#1  0x0000555555748698 in GetInterest (nValue=6150503, outputBlockHeight=262619, valuationHeight=<optimized out>, maturationBlock=173939)
    at primitives/transaction.cpp:245
#2  0x0000555555749ee0 in CTxOut::GetValueWithInterest (this=this@entry=0x7ffcf8995c40, outputBlockHeight=<optimized out>,
    valuationHeight=<optimized out>) at primitives/transaction.cpp:155
#3  0x00005555555f0413 in ConnectBlock (block=..., state=..., pindex=pindex@entry=0x7fffe40075a0, view=..., fJustCheck=fJustCheck@entry=false)
    at main.cpp:1945

I fixed this by capping the period at 0 if it is negative for the daemon at hodl.optiminer.pl. Would be nice to have an official fix.

Thanks, I'm going to take a look at that right away.

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
June 08, 2017, 12:56:46 PM
 #4167

Here's the latest -

What I think happened was that a user tried HOdling before his chain was up to date. This transaction had a maturation block that was already in the past and when miners tried to process that transaction, it caused them to crash rather than just add the transaction with 0 interest.

I've included an emergency fix in the master branch that should fix this issue, although it's a little bit difficult to fully test. I recommend immediately updating while we look at issuing a point release.

Thanks to everyone for reporting the problem and especially Optiminer for the specific bug report and fix.

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
DisasterFaster
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
June 08, 2017, 02:49:28 PM
 #4168

This morning I did a Hodl transfer of 650 coins from one wallet to another wallet and the transaction processed although a bit slowly. I then did a second transfer for 900 coins from a different wallet but I reused the same sending address and something went terribly wrong. On the sending wallet it shows the transaction completely verified and finished but the problem is the receiving wallet does not show the transaction at all. It's as if the coins have vanished into thin air since they are now gone from the sending wallet and yet nonexistent on the receiving wallet.

Any suggestions on this and I'm guessing this is related to the issues I saw being reported here in the forum this morning...
peres
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
June 08, 2017, 02:55:32 PM
 #4169

Here's the latest -

What I think happened was that a user tried HOdling before his chain was up to date. This transaction had a maturation block that was already in the past and when miners tried to process that transaction, it caused them to crash rather than just add the transaction with 0 interest.

I've included an emergency fix in the master branch that should fix this issue, although it's a little bit difficult to fully test. I recommend immediately updating while we look at issuing a point release.

Thanks to everyone for reporting the problem and especially Optiminer for the specific bug report and fix.

Hello Freetrade
I am fortunate to have some HODL coins which have been hodled for nearly a year now. I am having a problem updating my wallet. It says synchronising with the network for about half an hour - I can see from the comments that there is some kind of a problem. Should we just keep trying until it is fixed? Thanks Perry
Jayjay04
Legendary
*
Offline Offline

Activity: 1364
Merit: 1000



View Profile
June 08, 2017, 05:52:11 PM
 #4170

is there a new wallet for the fix ?

                    ▄▄▄
                   █████
             ▄▄▄    ▀▀▀       ▄▄████╕
            █████          ▄▄███████▌
     ▄▄▄     ▀▀▀        ╓████████▀▀
    █████               ██████▀▀       ▄███▄
     ▀▀▀        ▄███▄    ▀▀▀           ▀███▀
                ▀███▀        ▄▄████╕
       ▁▄▄███▄           ▄▄████████▌
   ▁▄▆████████       ▄▄█████████▀▀       ▄███▄
 ▄█████████▀▔    ▄▄█████████▀▀           ▀███▀
▐██████▀▀▔   ,▄█████████▀▀        ▄▄▄
 ▔▀▀▀▔    ▄▄████████▀▀           █████
      ▄▄████████▀▀       ▄▄██▄    ▀▀▀
   ▄█████████▀       ▄▄███████▌       ▄▄▄
  ▐██████▀▀      ▄▄█████████▀▔       █████
   `▀▀▀      ▂▄█████████▀▀    ,▄▄µ    ▀▀▀
          ▂▆████████▀▀    ,▄██████▌
          ██████▀▀     ▄█████████▀
           ▔▀▀        ███████▀"
                      "▀▀▀╙
Hello!
STAKER
.The Next Proof-of-Stake.
KSmart Contract Tokene.














spmjnkbx
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
June 08, 2017, 07:04:41 PM
 #4171

So can we expect all of the pool mining transactions that have occurred the last several hours to just suddenly all go through once this is fixed?
lpedretti
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
June 08, 2017, 07:33:31 PM
 #4172

I have reindexed and still no block source.

AC: ANuRoFPkCjZSxsw2S41djrrA1D4xMMmwhs
titchbwfc
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 08, 2017, 09:22:36 PM
 #4173

Here's the latest -

What I think happened was that a user tried HOdling before his chain was up to date. This transaction had a maturation block that was already in the past and when miners tried to process that transaction, it caused them to crash rather than just add the transaction with 0 interest.

I've included an emergency fix in the master branch that should fix this issue, although it's a little bit difficult to fully test. I recommend immediately updating while we look at issuing a point release.

Thanks to everyone for reporting the problem and especially Optiminer for the specific bug report and fix.


think that was me then with my weird negative hodl...oopsy
baileys2611
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile WWW
June 08, 2017, 10:11:34 PM
 #4174

Dafuq?? I mined over a thousand HOdl last night before sleep.  They were immature. Now this morrning the new balance is 300 and I'm still mining, finding blocks but they are not maturing and disappearing from the list of blocks on the wallet.

WTH is going on? Is someone playing silly buggers with this and if so then what a stuupid thing to do.  Good way to de-value the coin (again) guys!!
jeremyf327
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
June 08, 2017, 11:52:52 PM
 #4175

I backed up my wallet...thank goodness...and now need to restore. Anyone know the steps to do that? I am on a Mac. Not sure how to apply this backup .dat file. Using version 3.0 obviously.
DisasterFaster
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
June 09, 2017, 12:08:01 AM
 #4176

I backed up my wallet...thank goodness...and now need to restore. Anyone know the steps to do that? I am on a Mac. Not sure how to apply this backup .dat file. Using version 3.0 obviously.

If it were me I wouldn't do anything just yet until we hear from the developer on this issue and it's repair. I've had thousands and thousands of HOdl coins disappear today I mean literally vanish from the wallet and I also had a good sized HOdl coin transfer fail and those coins vanished also. Past that I've had a quantity of freshly mined coins never appear in the wallet as in the immature section or transaction section.

With all that being said, all of your coins should literally be stored in the blockchain and so my hope is that once this issue gets sorted out everyone's HOdl coins will appear/reappear as if nothing ever happened....

I'm pretty confident the issue is being worked on and will be resolved fairly soon Smiley
bkbirge
Sr. Member
****
Offline Offline

Activity: 1197
Merit: 482



View Profile
June 09, 2017, 12:39:18 AM
 #4177

Same here, overnight solo mining had a couple hundred, looked fine this morning, then came home from work and 0 balance. Glad I checked here first, will just be patient, hopefully a fix is in soon.
wisebc
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
June 09, 2017, 12:54:02 AM
 #4178

I can put together a 32 bit windows binary .exe for testing if that would be helpful (I'm not set up for 64 bit builds), it would include the fixes for sorting, but would be unsuitable for mining.

https://drive.google.com/open?id=0B-5Ax5kejTpMNDFUWGZNeGhnTVE

Here it is.

No good for mining, but you can use this to sort your HOdlings and run an empty wallet for your mining.

If you are having trouble with your wallet, I would suggest loading a copy of your wallet up on this version of the software.  It's missing the mining optimizations but between this and the regular 3.0 (which has always crashed and hung for me due to the number of hodlings I have in play) this unk version is stable and is showing all my transactions correctly.  The one machine I have that is using the regular 3.0 is missing all kinds of hodling and transfer transactions.

DisasterFaster
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
June 09, 2017, 01:16:27 AM
 #4179

I can put together a 32 bit windows binary .exe for testing if that would be helpful (I'm not set up for 64 bit builds), it would include the fixes for sorting, but would be unsuitable for mining.

https://drive.google.com/open?id=0B-5Ax5kejTpMNDFUWGZNeGhnTVE

Here it is.

No good for mining, but you can use this to sort your HOdlings and run an empty wallet for your mining.

If you are having trouble with your wallet, I would suggest loading a copy of your wallet up on this version of the software.  It's missing the mining optimizations but between this and the regular 3.0 (which has always crashed and hung for me due to the number of hodlings I have in play) this unk version is stable and is showing all my transactions correctly.  The one machine I have that is using the regular 3.0 is missing all kinds of hodling and transfer transactions.

@wisebc I'm curious if you go to your transaction table and look at those failed transfers do you have an X in the far left column and when you mouse over it says "conflicted"
baileys2611
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile WWW
June 09, 2017, 01:30:49 AM
 #4180

Yep, I do.  Does that mean it's gawn?
Pages: « 1 ... 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 [209] 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 ... 280 »
  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!