Pages:
Author

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

full member
Activity: 250
Merit: 100
Crypto Developer
thanks a lot!
wallet is now in sync again on osx.
it took some time to sync, and i restarted once, because i thought it won't sync.
so just let it run in case you freak out as i did :-)

no need to freak out , it works well.
Thanks fuzzbawls for the binaries.

my advice for those ppl who still need to upgrade to 3.0.1, first go to fuzzbawls block explorer
http://www.fuzzbawls.pw/explore/HOdlcoin/network.php
and grab 6 ip's that show as running v3.0.1 (click on nodes button) add them to you hodlcoin.conf or via debug window once wallet has started.  
This will avoid you trying to connect to 3.0.0 nodes.

after that for me it synced without too much trouble.
sr. member
Activity: 518
Merit: 250
Price down.. Yobit scam 10k Hodl... what going on with me Sad... I still hold 19k HODL Smiley.. hope increasing at future
I decided to hold it in my wallet, too. I think that in the future it will justify itself.
newbie
Activity: 9
Merit: 0
thanks a lot!
wallet is now in sync again on osx.
it took some time to sync, and i restarted once, because i thought it won't sync.
so just let it run in case you freak out as i did :-)
hero member
Activity: 750
Merit: 500
hero member
Activity: 610
Merit: 506
crypto = passion
I have same problem on both of my Macs. The blockchain only syncs to 263566 and then stalls there. Seems like a bug. Anyone make progress here?

restarted and resynched blockchain with seed nodes from http://www.fuzzbawls.pw/explore/HOdlcoin/network.php and STILL end up on forked chain.

how to resolve?


I cannot seem to get on the right chain.  I have uninstalled V3.0.0, reinstalled, deleted all HODL related files expect for the wallet, tried launch QT with -reindex, -rescan, zapwallet to no avail.  Any other ideas?

as we can read here, few others people got the same problem, and can not get sync. ver.3.0.0 of client on to right chain - don't know why...

I have made copy of right chain up to actual blocks : 266152 running on client as above. So you need to only place it into right folder, don't forget copy your wallet.dat file before.
link: https://mega.nz/#!KUNCxKQJ!NWK5WxCuzoNVMFpl0jzVw0RZpwRxj8aRpe1JCjTHaFU

ps. tips welcome HODL: HRsMu8vNUi8MnG6bg9h34oUwx56soVXieW
newbie
Activity: 2
Merit: 0
Hello from Seoul! I might be the only one who uses Hodlcoin in South Korea Smiley
sorry for my short english first.

I runs two computer which is physical machine in korea, another in VM placed in NA server.
But those two wallet balance evaporated all of a sudden at the same time around 6/14/2017 05:00 AM est.
What the hell is problem with this chain an wallet program? What should I do to recover my 5K hodls that I mined..so sad (by the way, deposits are still there)
And I saw some comments saying about 'flag' thing which is enhances hashing power,
is it correct to set like this ? "C:\Program Files\HOdlcoin\hodlcoin-qt.exe" -optimineraes=1 -optimineravx2=1
It's not working on ver 3.0.0. I'm not familiar with these things so it would be appreciated to help me thanks!

+ when will I can download v3.0.1 with exe format?
- HOdl coin lover <3
sr. member
Activity: 420
Merit: 259
Price down.. Yobit scam 10k Hodl... what going on with me Sad... I still hold 19k HODL Smiley.. hope increasing at future
legendary
Activity: 1470
Merit: 1030
I just compiled Hodlcoin 3.0.1 for Mac OS (64bit) you can grab it from here https://getminera.com/blockchains/hodlcoin-3.0.1-osx64.tar.gz

Thanks. Your build does not use aes extensions and suffers from slow generic hash rate.
The build on Mac is tricky, but I managed to compile the sources, however without hashing improvements. Anybody know how to do this ?

edit:  I figured it out __x86_64__ has to to be defined in order to use the faster pattern search.

 

Additional note about the 3.0.1 release - the mining optimizations switches are both off now by default as they were causing crashes on some machines. Use the flags to switch them on -

optimineraes=1 and optimineravx2=1

If you get crashes, try one or the other. Having both enabled will give you the fastest hashing.

Suh
full member
Activity: 146
Merit: 100
I cannot seem to get on the right chain.  I have uninstalled V3.0.0, reinstalled, deleted all HODL related files expect for the wallet, tried launch QT with -reindex, -rescan, zapwallet to no avail.  Any other ideas?
newbie
Activity: 9
Merit: 0
doubted... Hodlcoin 3.0.0 on OSX ...showed now for 4 days "no blocksource available" ... 4 active connections to hodlcoin network ...

any idea?

THANK YOU

Try adding nodes from the debug console. You can get a list of active nodes from fuzzbawl's blockchain explorer.  Btw, what block is your wallet at?
hero member
Activity: 803
Merit: 501
I just rehodled 32k for another year see you in  2018
newbie
Activity: 41
Merit: 0
doubted... Hodlcoin 3.0.0 on OSX ...showed now for 4 days "no blocksource available" ... 4 active connections to hodlcoin network ...

any idea?

THANK YOU
sr. member
Activity: 614
Merit: 254
Thanks for the continued detailed bug reports.

It looks like block 263567 contains the problematic transaction with the HODL'd date in the past. For reasons I'm not yet clear on, some systems running v3.0.0 seem to accept this and others not (maybe particularly MACs?)

First thing to try, if you're compiling yourself is to use the master branch which contains a fix, and not the 3.0.0 release.
https://github.com/HOdlcoin/HOdlcoin/tree/HODLCoin0.11.3

Clearly we need a new release with this fix asap at this point. I'll finalize this shortly.


Ok new release 3.0.1
https://github.com/HOdlcoin/HOdlcoin/tree/3.0.1

Fuzz usually handles the releases, but is extremely busy, so I've put this one together. It's likely a bit rough around the edges, but should suffice.

I'm not sure about what's involved in building the binaries, but hopefully they should follow shortly.

Can you please put .exe for win32/64 os when you make a time?  Thanks
newbie
Activity: 4
Merit: 0
I just compiled Hodlcoin 3.0.1 for Mac OS (64bit) you can grab it from here https://getminera.com/blockchains/hodlcoin-3.0.1-osx64.tar.gz

Thanks. Your build does not use aes extensions and suffers from slow generic hash rate.
The build on Mac is tricky, but I managed to compile the sources, however without hashing improvements. Anybody know how to do this ?

edit:  I figured it out __x86_64__ has to to be defined in order to use the faster pattern search.

 
legendary
Activity: 1015
Merit: 1000
Thanks for the continued detailed bug reports.

It looks like block 263567 contains the problematic transaction with the HODL'd date in the past. For reasons I'm not yet clear on, some systems running v3.0.0 seem to accept this and others not (maybe particularly MACs?)

First thing to try, if you're compiling yourself is to use the master branch which contains a fix, and not the 3.0.0 release.
https://github.com/HOdlcoin/HOdlcoin/tree/HODLCoin0.11.3

Clearly we need a new release with this fix asap at this point. I'll finalize this shortly.


I am not sure how to compile myself on a Mac. If someone can guide me I'll give it a shot.

I just compiled Hodlcoin 3.0.1 for Mac OS (64bit) you can grab it from here https://getminera.com/blockchains/hodlcoin-3.0.1-osx64.tar.gz
legendary
Activity: 1470
Merit: 1030
Thanks for the continued detailed bug reports.

It looks like block 263567 contains the problematic transaction with the HODL'd date in the past. For reasons I'm not yet clear on, some systems running v3.0.0 seem to accept this and others not (maybe particularly MACs?)

First thing to try, if you're compiling yourself is to use the master branch which contains a fix, and not the 3.0.0 release.
https://github.com/HOdlcoin/HOdlcoin/tree/HODLCoin0.11.3

Clearly we need a new release with this fix asap at this point. I'll finalize this shortly.


Ok new release 3.0.1
https://github.com/HOdlcoin/HOdlcoin/tree/3.0.1

Fuzz usually handles the releases, but is extremely busy, so I've put this one together. It's likely a bit rough around the edges, but should suffice.

I'm not sure about what's involved in building the binaries, but hopefully they should follow shortly.
newbie
Activity: 5
Merit: 0
@freetrade Do you use a Continuous Integration system? Do you use some form of automated building for various architectures and platforms?

(Oh! i just noticed there is a .travis.yml file in the source tree)  Smiley
newbie
Activity: 5
Merit: 0
@psyber How did you manage to add a past date  "date=2017-06-09 10:48:41" on that block?

@_veterans
Please help me fix some ideas?

- Does the block chain correct itself? Is the date part of the block header that is hashed and solved for a number of zeros?

- The Statement of Work is to find the nonce (4 bytes) for which the F(block_header + nonce) < Target where the Target has a certain number of leading zeroes (how many currently?).  

- F=hodl? (what one way func is being used?)

- Is it possible that F(block_header + nonce) always greater than Target even if the probability is extremely low? If this is true that there could be a user whose address can never solve a certain block

Thank you and cheers

 
newbie
Activity: 5
Merit: 0
@freetrade Thx for the great work. I started with this 3 days ago as part of my learning about crypto currencies.

I can confirm that in addition to a clean Mac I have tried this (using the tar.gz builds) on two clean installs of Ubuntu 17.04. The sync stops at that the guilty block number.

I hope this helps with the bug fix
newbie
Activity: 14
Merit: 0


thank you DisasterFaster  problem solved no more conflicted txes  I think it was me that caused problems on block 263567
 ps   all thou it says im a newbie i have been  in this since last march
Pages:
Jump to: