Bitcoin Forum
April 25, 2024, 11:48:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 ... 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.
Stein
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
March 26, 2016, 04:04:33 AM
 #1361

Is it safe to use on Windows ?
I ran avast on it and it came back ok
1714045696
Hero Member
*
Offline Offline

Posts: 1714045696

View Profile Personal Message (Offline)

Ignore
1714045696
Reply with quote  #2

1714045696
Report to moderator
1714045696
Hero Member
*
Offline Offline

Posts: 1714045696

View Profile Personal Message (Offline)

Ignore
1714045696
Reply with quote  #2

1714045696
Report to moderator
1714045696
Hero Member
*
Offline Offline

Posts: 1714045696

View Profile Personal Message (Offline)

Ignore
1714045696
Reply with quote  #2

1714045696
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bRitzST9617
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
March 26, 2016, 04:31:01 AM
 #1362

Is it safe to use on Windows ?
I ran avast on it and it came back ok

If you're ok sacrificing ~25% of your hashrate..go for it.
EBK1000
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


A Wound in Eternity


View Profile
March 26, 2016, 07:51:00 AM
 #1363

So, I have finally got my virtual hands on some HODL and I am HODLing away  Grin

Do I need to keep the wallet running to HODL?

Soooooooon...............
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
March 26, 2016, 07:52:13 AM
 #1364

So, I have finally got my virtual hands on some HODL and I am HODLing away  Grin

Do I need to keep the wallet running to HODL?

nope
BigBoom3599
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 26, 2016, 07:56:22 AM
 #1365

Cheeto02 has a pool set up for this coin for anyone interested.  While he has more work to do it is far enough along to let others use it.  For example the hashrates do not look quite right in the pool, do not have something right about that calculation yet between stratum and mpos. 

Register here to use it: https://hodl.blockquarry.com

The source has been posted here for now: https://hodl.blockquarry.com/downloads/hodlminer.tar.gz

A Windows binary has been built but we are more Linux people than Windows so it needs optimization, give this a try: https://hodl.blockquarry.com/downloads/hodlminer.zip

Good luck

What are the instructions for compiling on linux?
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
March 26, 2016, 08:06:26 AM
 #1366

What are the instructions for compiling on linux?

the included README file has basic instructions, but they're incomplete
GermanSailor
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
March 26, 2016, 12:49:01 PM
 #1367

I have just the file Hodl coin-1.0.0-win64-setup.exe downloaded. My Norton AntiVirus has deleted and claiming it was malware. Is there an explanation?  Huh
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
March 26, 2016, 01:22:24 PM
 #1368

Cheeto02 has a pool set up for this coin for anyone interested.  While he has more work to do it is far enough along to let others use it.  For example the hashrates do not look quite right in the pool, do not have something right about that calculation yet between stratum and mpos. 

Register here to use it: https://hodl.blockquarry.com

The source has been posted here for now: https://hodl.blockquarry.com/downloads/hodlminer.tar.gz

A Windows binary has been built but we are more Linux people than Windows so it needs optimization, give this a try: https://hodl.blockquarry.com/downloads/hodlminer.zip

Good luck

What are the instructions for compiling on linux?

Code:
./autogen.sh
./configure
make

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
pinwc4
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
March 26, 2016, 04:42:51 PM
 #1369

Code:
./autogen.sh
./configure
make

If you are just compiling for yourself I would recommend a small change
./configure CFLAGS="-O3 -march=native" CXXFLAGS="-O3 -march=native"

This will optimize the binary as much as possible for your particular processor.
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
March 26, 2016, 04:45:20 PM
 #1370

Wow this is the first time that a CPU miner is slower than the wallet miner.  Grin

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
March 26, 2016, 04:49:46 PM
 #1371

Code:
./autogen.sh
./configure
make

If you are just compiling for yourself I would recommend a small change
./configure CFLAGS="-O3 -march=native" CXXFLAGS="-O3 -march=native"

This will optimize the binary as much as possible for your particular processor.

If the miner uses openssl for sha and aes, like the wallet miner, it doesn't make a difference.
BTW -Ofast usually brings a little improvement over -O3.

eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
March 26, 2016, 05:14:24 PM
 #1372

What name does the conf file need? I tried hodl.conf, hodlcoin.conf and HOdlcoin.conf but can't get the miner to connect to the wallet...  Huh

hodlcoin.conf:
Code:
server=1
rpcuser=xxx
rpcpassword=xxx
rpcallowip=127.0.0.1
rpcport=8332

miner.bat:
Code:
hodlminer.exe -a hodl -o http://172.0.0.1:8332 -u xxx -p xxx 

Should work, right? Maybe it is because when I installed I set the data directory to a different hard disk?

pinwc4
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
March 26, 2016, 05:59:02 PM
 #1373

Code:
./autogen.sh
./configure
make

If you are just compiling for yourself I would recommend a small change
./configure CFLAGS="-O3 -march=native" CXXFLAGS="-O3 -march=native"

This will optimize the binary as much as possible for your particular processor.

If the miner uses openssl for sha and aes, like the wallet miner, it doesn't make a difference.
BTW -Ofast usually brings a little improvement over -O3.

Yep, that can be worth trying, though it can create problems as well as it breaks standards compliance.  In this case I did not see any noticeable performance difference so I did not bother. 

I have uploaded a new Windows binary for the poor souls still stuck with it, https://hodl.blockquarry.com/downloads/hodlminer.zip

It should be much faster, though we welcome other people optimizing things.  Make sure you compile with some sort of optimization otherwise your miner will be slower than the wallet.


miner.bat:
Code:
hodlminer.exe -a hodl -o http://172.0.0.1:8332 -u xxx -p xxx 

Should work, right? Maybe it is because when I installed I set the data directory to a different hard disk?

It is 127, not 172.  Something like this is what you are looking for:
Code:
hodlminer.exe -a hodl -o http://127.0.0.1:8332 -u xxx -p xxx --no-getwork --coinbase-addr=HM8kWC4G3q5dy3UjffAgTbJkJPFigEM53Z
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
March 26, 2016, 07:40:17 PM
 #1374

LOL and I call myself a sysadmin...  Grin

Cheers, hashrate went from 100H/s to 120H/s.

tamara163
Legendary
*
Offline Offline

Activity: 1027
Merit: 1000


View Profile
March 26, 2016, 08:17:17 PM
 #1375

Wow this is the first time that a CPU miner is slower than the wallet miner.  Grin

was 100h/s became 140h/s
Brob12321
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
March 26, 2016, 09:44:16 PM
 #1376

loving this pool I can make some HODL on my 2 year old laptop lol.  How do you get a higher hashrate with this algo like what do you need a larger hard drive or a graphics card, there aren't any asics obviously right?
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
March 26, 2016, 09:56:36 PM
 #1377

loving this pool I can make some HODL on my 2 year old laptop lol.  How do you get a higher hashrate with this algo like what do you need a larger hard drive or a graphics card, there aren't any asics obviously right?

Only thing now is a faster cpu.

jwiz168
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
March 26, 2016, 10:19:27 PM
 #1378

To the author : How would you guarantee this project of yours will not be abandoned?  As it was with Lottoshares.
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
March 26, 2016, 11:24:04 PM
 #1379

To the author : How would you guarantee this project of yours will not be abandoned?  As it was with Lottoshares.

Well it's not just Freetrades responsibility to keep up with HOdlcoin.. It's all of ours..


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 26, 2016, 11:24:26 PM
 #1380

To the author : How would you guarantee this project of yours will not be abandoned?  As it was with Lottoshares.

Is that even a good thing? If the coin is really popular and successful then I doubt he will abandon it (and if he does someone else will take over). But if a coin doesn't really get anywhere in terms of adoption, does it really make sense for the developer to stick with it forever? Why not learn from the experiment and move on to something else that might succeed?

In fact a good test of merit for a coin is whether others take over when the original developer leaves, as happened with Bitcoin. Apparently that didn't happen with Lottoshares (not really familiar with it).
Pages: « 1 ... 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 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 ... 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!