Bitcoin Forum
May 13, 2024, 04:44:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 260 261 262 263 ... 280 »
  Print  
Author Topic: [ANN] Ħ [HODL] No Staking, 1% Standard Interest per Day, 750% APR For HOdlers  (Read 472773 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.
psyber
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 12, 2017, 11:45:13 PM
 #4241



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
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715618673
Hero Member
*
Offline Offline

Posts: 1715618673

View Profile Personal Message (Offline)

Ignore
1715618673
Reply with quote  #2

1715618673
Report to moderator
autominer
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 12, 2017, 11:58:40 PM
 #4242

@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
autominer
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 13, 2017, 12:25:20 AM
 #4243

@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

 
autominer
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 13, 2017, 12:40:44 AM
 #4244

@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
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
June 13, 2017, 01:10:31 AM
 #4245

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.

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.
michelem
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
June 13, 2017, 08:19:21 AM
 #4246

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

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
aseyter
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 13, 2017, 10:58:07 AM
Last edit: June 13, 2017, 11:19:10 AM by aseyter
 #4247

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.

 
DenisZabar
Sr. Member
****
Offline Offline

Activity: 614
Merit: 254



View Profile WWW
June 13, 2017, 11:26:02 AM
 #4248

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

tesdda
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 13, 2017, 08:05:19 PM
 #4249

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
Fishmaster42
Hero Member
*****
Offline Offline

Activity: 803
Merit: 501


View Profile
June 13, 2017, 09:05:46 PM
 #4250

I just rehodled 32k for another year see you in  2018
nomadicmadman
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
June 14, 2017, 01:28:38 AM
 #4251

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?
Suh
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile WWW
June 14, 2017, 02:21:42 AM
 #4252

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?

Join CFinex, buy some shares in the project and earn income!
https://cfinex.com/
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
June 14, 2017, 02:32:21 AM
 #4253

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.


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.
bixbem90
Sr. Member
****
Offline Offline

Activity: 420
Merit: 259


View Profile
June 14, 2017, 04:18:07 AM
 #4254

Price down.. Yobit scam 10k Hodl... what going on with me Sad... I still hold 19k HODL Smiley.. hope increasing at future

ianereht
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 14, 2017, 05:40:43 AM
Last edit: June 14, 2017, 06:10:04 AM by ianereht
 #4255

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
HarryPorter
Hero Member
*****
Offline Offline

Activity: 610
Merit: 506

crypto = passion


View Profile
June 14, 2017, 06:58:49 AM
Last edit: June 14, 2017, 07:10:52 AM by HarryPorter
 #4256

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

https://www.bitmex.com/app/register/XTo064 - enjoy a 10% fee discount for 6 months.
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
June 14, 2017, 08:57:03 AM
 #4257

v3.0.1 binaries have been made: https://github.com/HOdlcoin/HOdlcoin/releases/tag/v3.0.1
ahinga
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
June 14, 2017, 01:22:03 PM
 #4258

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 :-)
Ralex999
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
June 14, 2017, 02:47:05 PM
 #4259

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.
ghobson
Full Member
***
Offline Offline

Activity: 250
Merit: 100


Crypto Developer


View Profile
June 14, 2017, 05:35:57 PM
 #4260

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.

Join the boid community, earn crypto while doing real research with your cpu/gpu boid.com
Pages: « 1 ... 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 260 261 262 263 ... 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!