Pages:
Author

Topic: [ANN] Ħ [HODL] 5% Interest. No Staking Req. Term Deposits 10%. Solo Mining. (Read 472771 times)

hero member
Activity: 2618
Merit: 550
Just needs a coin burn, which could be in the form of an airdrop.  Or, concerned people could send to a certain email address and get credited with a new Hodlcoin version.  I think the code is open source.
legendary
Activity: 1218
Merit: 1001
Ahhhh youth, the good times of this coin, it was built different but in the end there was loopholes for the developer and close people to game it, same as with all crypto, get in & then get out... simple as that with shitcoins otherwise you will be holding a bag worth nothing
hero member
Activity: 2618
Merit: 550
What happened to the dev? I have around 65k HODL sitting on my wallet. I can't sell them nor do anything else (wallet doesn't sync). Y'all havin' the same issue? Sad

Too bad, 'cuz this coin had an innovative approach to staking. Maybe some other developer will revive the project? Tongue

The computer I had some staking wallets quit on me, so haven't booted up the wallet for about three months.

It's a good idea to get some old staking coins going with a new Dev team. 
full member
Activity: 502
Merit: 118
Liberated Forever. Domesticated Never.
What happened to the dev? I have around 65k HODL sitting on my wallet. I can't sell them nor do anything else (wallet doesn't sync). Y'all havin' the same issue? Sad

Too bad, 'cuz this coin had an innovative approach to staking. Maybe some other developer will revive the project? Tongue
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Looks like another dead coin.  The wallet stopped launching.  And there are no trades, it is not clear whether the network is working?
full member
Activity: 179
Merit: 100
G'day!
I just arced up the wallet and tried mining for the first time since 2o21. It works, I got 225 HOdl already.

It seems as if you can still sell them for Rubles on YoBit. Not that anyone wants them.

And knowing that site you probably can't withdraw either ...  Roll Eyes
member
Activity: 120
Merit: 10
you should resync, delete the old directory or rename it.  
Code:

This is when I try to use my old wallet.dat

2023-02-19 13:31:08 UpdateTip: new best=00003a26c49cc72d927adb05c3906909a9ca76b309c63a1efc28fb3f1f1f086b  height=1239738  log2_work=44.193303  tx=2152043  date=2022-06-13 21:44:28 progress=0.895564  cache=27.7MiB(77535tx)
2023-02-19 13:31:08 Block:CBlockIndex(pprev=0x2ac7b410, nHeight=1239738, merkle=9fcc5d4486ccc37afa6d80aec02c7ea9518a8e2a5cefec49f95458ca50dda1ad, hashBlock=00003a26c49cc72d927adb05c3906909a9ca76b309c63a1efc28fb3f1f1f086b, nNonce=2, nTime=1655156668, location=196669, finalcalculation=1419008988)
2023-02-19 13:31:08 UpdateTip: new best=000059dabcb2fbbd2ecb377f53e1fb5c9ac01cdaf7d1125ca36feded4f67d26e  height=1239739  log2_work=44.193303  tx=2152044  date=2022-06-13 21:44:43 progress=0.895564  cache=27.7MiB(77536tx)
2023-02-19 13:31:08 Block:CBlockIndex(pprev=0x2ac7b4b0, nHeight=1239739, merkle=7cdb0e07ac085cb0606b7d1bb59367f90c87d701a5035517841e804e8daa4ada, hashBlock=000059dabcb2fbbd2ecb377f53e1fb5c9ac01cdaf7d1125ca36feded4f67d26e, nNonce=2, nTime=1655156683, location=199883, finalcalculation=1327685232)
2023-02-19 13:31:08 *** System error while flushing: CDB: Error -30974, can't open database
2023-02-19 13:51:08 socket sending timeout: 1201s
2023-02-19 13:51:09 socket sending timeout: 1201s
2023-02-19 14:16:41 ERROR: ProcessNewBlock: ActivateBestChain failed

Code:
PANIC: fatal region error detected; run recovery
file wallet.dat has LSN 1/476, past end of log at 1/476
Commonly caused by moving a database from one database environment
to another without clearing the database LSNs, or by removing all of
the log files from a database environment

On my another comouter Hodlcoin coin is currently running "Activatin best chain". I deleted my peers.dat.

Update:
I installed Ubuntu VM and tried to use a new wallet. It synced ok but when I imported my private key I got the same error:
EXCEPTION: St13runtime_error       
CWallet::GetCredit(): value out of range 
hero member
Activity: 2618
Merit: 550
you should resync, delete the old directory or rename it. 
member
Activity: 120
Merit: 10
I cannot open my wallet. I tried to restore my backup wallet.dat but I still get the same error.



Code:
2023-02-17 19:32:11 GUI: Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

2023-02-17 19:32:11

************************
EXCEPTION: St13runtime_error      
CWallet::GetCredit(): value out of range      
C:\Program Files\HOdlcoin\hodlcoin-qt.exe in Runaway exception      

Fresh installation works ok but if I import my private address I get the error. Have I hodled too much?


https://github.com/HOdlcoin/HOdlcoin/blob/master/src/wallet/wallet.cpp#L840
Code:
    if (!MoneyRange(afterInterest))
        throw std::runtime_error("CWallet::GetCredit(): value out of range");



https://github.com/HOdlcoin/HOdlcoin/blob/master/src/amount.h#L20
Code:
/** No amount larger than this (in satoshi) is valid */
static const CAmount MAX_MONEY = 600000000 * COIN;
inline bool MoneyRange(const CAmount& nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
newbie
Activity: 18
Merit: 0
Price of hodlcoin is zero https://www.binance.com/en/price/hodlcoin    Angry

That's wrong.  Unnamed price is higher than txt.io.

Unnamed exchange is hacked.  Owner of exchange didn't want to return what is stolen to users, i have some USDT on their exchange, no reply and

wallet is on maintenance for last 2 years. Almost all DOGE was stole from exchange and owner did some reply to community that it will be some return payback

but it never happen. There is a thread about it you can google.

Why are you even talking about  coin is ALIVE? Its dead long time a go cause dev abandoned on purpose.

As i know dev is now in WAVE team scamming people with better schemes.

Regards

That's exactly what has happened!
sr. member
Activity: 614
Merit: 254
Price of hodlcoin is zero https://www.binance.com/en/price/hodlcoin    Angry

That's wrong.  Unnamed price is higher than txt.io.

Unnamed exchange is hacked.  Owner of exchange didn't want to return what is stolen to users, i have some USDT on their exchange, no reply and

wallet is on maintenance for last 2 years. Almost all DOGE was stole from exchange and owner did some reply to community that it will be some return payback

but it never happen. There is a thread about it you can google.

Why are you even talking about  coin is ALIVE? Its dead long time a go cause dev abandoned on purpose.

As i know dev is now in WAVE team scamming people with better schemes.

Regards
member
Activity: 143
Merit: 10
http://darkjedy.blogspot.ru/
hero member
Activity: 2618
Merit: 550
I just noticed this: https://hodltoken.net/

Anyone still reading this thread who hodl's the original hodlcoin?
hero member
Activity: 2618
Merit: 550
hero member
Activity: 609
Merit: 506
crypto = passion
My wallet has 4 connections.

Anyone want 2 million of these coins?

Wondering if people are still interested in Hodlcoin.

got 4 connections as well,

you can tip me with bag of 2millions of Hodlcoin, no problem (PM sent).

there are still old coiners around checking news, or is ...coin alive, etc.
hero member
Activity: 2618
Merit: 550
My wallet has 4 connections.

Anyone want 2 million of these coins?

Wondering if people are still interested in Hodlcoin.
hero member
Activity: 2618
Merit: 550
Price of hodlcoin is zero https://www.binance.com/en/price/hodlcoin    Angry
What price do you expect from a coin with an infinite supply?

There is a about a 700 DOGE buy order amount at unnamed but they do not have deposits open.
newbie
Activity: 123
Merit: 0
Price of hodlcoin is zero https://www.binance.com/en/price/hodlcoin    Angry
What price do you expect from a coin with an infinite supply?
hero member
Activity: 2618
Merit: 550
It's terribly sad. I must admit that I personally put a lot of effort into making HODL appear on txbit.
Dev's stupid actions led to such a situation that we were abandoned again.

Well, seems like he wants to abandon the project.

I always thought a coin with a good wallet and explorer that was on some exchanges could survive if the team wanted it to.

For instance, use the coins as a type of currency trading among team members, airdrops for new stakers, coin burns, etc.







newbie
Activity: 75
Merit: 0
It's terribly sad. I must admit that I personally put a lot of effort into making HODL appear on txbit.
Dev's stupid actions led to such a situation that we were abandoned again.
Pages:
Jump to: