Bitcoin Forum
April 25, 2024, 05:31:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 ... 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.
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
May 05, 2016, 10:24:41 PM
 #2081

Hello guys,
How can I mine this on ubuntu via ssh ?
I get such errors:
Code:
In file included from hodl.cpp:1:0:
miner.h:10:21: fatal error: jansson.h: No such file or directory
 #include <jansson.h>
                     ^
compilation terminated.
Makefile:704: recipe for target 'hodlminer-hodl.o' failed
make[2]: *** [hodlminer-hodl.o] Error 1
make[2]: Leaving directory '/testhodl/hodlminer'
Makefile:767: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/testhodl/hodlminer'
Makefile:413: recipe for target 'all' failed
make: *** [all] Error 2
root@miner03:/testhodl/hodlminer# Makefile:704: recipe for target 'hodlminer-hod    l.o' failed
-bash: Makefile:704:: command not found
root@miner03:/testhodl/hodlminer# ^C
root@miner03:/testhodl/hodlminer#


This is for Wolfs miner pointed at suprnova..

Code:
sudo apt-get update
apt-get install autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev git automake gcc make
git clone https://github.com/wolf9466/hodlminer-wolf
cd hodlminer-wolf
./autogen.sh
./configure CFLAGS="-Ofast -march=native"
make -j
sudo make install
hodlminer -a hodl -o stratum+tcp://hodl.suprnova.cc:4693 -u Weblogin.WorkerName -p WorkerPassword -t8

"t" is the number of mining threads you have..


If you want to solo mined to your local wallet on Linux follow this thread

https://bitcointalk.org/index.php?topic=1383479.0


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
1714066315
Hero Member
*
Offline Offline

Posts: 1714066315

View Profile Personal Message (Offline)

Ignore
1714066315
Reply with quote  #2

1714066315
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714066315
Hero Member
*
Offline Offline

Posts: 1714066315

View Profile Personal Message (Offline)

Ignore
1714066315
Reply with quote  #2

1714066315
Report to moderator
1714066315
Hero Member
*
Offline Offline

Posts: 1714066315

View Profile Personal Message (Offline)

Ignore
1714066315
Reply with quote  #2

1714066315
Report to moderator
Belligerent Fool
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
May 05, 2016, 11:56:13 PM
 #2082

I see on YoBit there has been a increase in price over the last month working its way back up, although whoever has 20K HOdl free can dump back down to 2800 satoshi making another good re-entry point Wink
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
May 06, 2016, 01:54:58 AM
 #2083

Hello guys,
How can I mine this on ubuntu via ssh ?
I get such errors:
Code:
In file included from hodl.cpp:1:0:
miner.h:10:21: fatal error: jansson.h: No such file or directory
 #include <jansson.h>
                     ^
compilation terminated.
Makefile:704: recipe for target 'hodlminer-hodl.o' failed
make[2]: *** [hodlminer-hodl.o] Error 1
make[2]: Leaving directory '/testhodl/hodlminer'
Makefile:767: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/testhodl/hodlminer'
Makefile:413: recipe for target 'all' failed
make: *** [all] Error 2
root@miner03:/testhodl/hodlminer# Makefile:704: recipe for target 'hodlminer-hod    l.o' failed
-bash: Makefile:704:: command not found
root@miner03:/testhodl/hodlminer# ^C
root@miner03:/testhodl/hodlminer#

First you need to get it to compile by installing the missing dependencies, looks like
jansson is the missing one.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
May 06, 2016, 02:22:05 AM
Last edit: May 06, 2016, 06:11:59 AM by adamvp
 #2084

Finally it works!
(Almost.. but it very close to work Wink
Many thanks!


Last question..
How to keep it run after closing  ssh session? 

I am looking for signature campaign Wink pm me
startail
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2016, 08:10:18 AM
 #2085

Finally it works!
(Almost.. but it very close to work Wink
Many thanks!


Last question..
How to keep it run after closing  ssh session? 

Not running this myself on Linux, but it should be either of these options

- Run the daemon, something like "./hodlermined"

or

- Put the program to background, something like "./hodlermine &". The & sign hooks the program from the console so it doesn't stop when you log out.

or

- Use the program screen to use a virtual console that will not close but run in the background. You can detach from this and log out and then back in again later. Good for programs that you need to follow with data output.

Good luck.
Andy777s
Full Member
***
Offline Offline

Activity: 147
Merit: 100

RevolverCoin Team


View Profile WWW
May 06, 2016, 09:20:47 AM
 #2086

I see on YoBit there has been a increase in price over the last month working its way back up, although whoever has 20K HOdl free can dump back down to 2800 satoshi making another good re-entry point Wink

Would be nice, but everybody is HODLing I guess)

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   RevolverCoin   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
   NO ICO  ♦  NO PREMINE  ♦  X11EVO ALGO  ♦  ASIC RESISTANT   
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ XRE ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
PeaMine
Hero Member
*****
Offline Offline

Activity: 979
Merit: 510



View Profile
May 06, 2016, 10:06:51 AM
Last edit: May 06, 2016, 11:07:29 AM by PeaMine
 #2087

Is there a memory variable for Wolf's miner?
Is there any benefit to using more memory?

Also on suprnova when using the -t variable, it starts, but no CPU usage happens and the program seems to do nothing, with no output.

Datacenter Technician and Electrician.  If you have any questions feel free to ask me as I am generally bored looking at logs and happy to help during free time.
startail
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2016, 11:09:59 AM
 #2088

I see on YoBit there has been a increase in price over the last month working its way back up, although whoever has 20K HOdl free can dump back down to 2800 satoshi making another good re-entry point Wink

Would be nice, but everybody is HODLing I guess)

Isn't that pretty much the whole idea of HOdlcoin? Smiley
And who wish to be the one dumping 20k coins instead of holding them and putting them in a term?
I think this coin has promise and why it will succeed, but I guess time will tell.

The amount traded are getting higher on both yobit and ccex, so I guess it will attract some more traders to it soon enough. But as said, its not really a coin for trading, is it?
startail
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2016, 11:51:27 AM
 #2089

Is there a memory variable for Wolf's miner?
Is there any benefit to using more memory?

Also on suprnova when using the -t variable, it starts, but no CPU usage happens and the program seems to do nothing, with no output.


What happens if you use the debug flag -D ?
R@iner
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 06, 2016, 12:58:06 PM
 #2090

Looking good for this coin
startail
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2016, 01:10:52 PM
 #2091

Looking good for this coin

Welcome to the forum R@iner. And to HOdlcoin Smiley
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
May 06, 2016, 01:16:32 PM
 #2092

Is there a memory variable for Wolf's miner?
Is there any benefit to using more memory?

Also on suprnova when using the -t variable, it starts, but no CPU usage happens and the program seems to do nothing, with no output.


I'll let the pricipals give the authoritative answer but from my knowledge it won't benefit from more memory
than it needs and it won't run with less.  So the answer is no.

How long did you wait with no output? I have noticed in occasion that the miner takes a while to start up on
Suprnova. Maybe you just need to wait a little longer.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
startail
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2016, 04:16:30 PM
 #2093

Is there a memory variable for Wolf's miner?
Is there any benefit to using more memory?

Also on suprnova when using the -t variable, it starts, but no CPU usage happens and the program seems to do nothing, with no output.


I'll let the pricipals give the authoritative answer but from my knowledge it won't benefit from more memory
than it needs and it won't run with less.  So the answer is no.

How long did you wait with no output? I have noticed in occasion that the miner takes a while to start up on
Suprnova. Maybe you just need to wait a little longer.

Earlier in this thread, or maybe the one about solo mining, it was asked about more memory allocation to. The general answer has always been that more memory does not affect finding anything faster. It's more likely to take longer time and result in more orphan blocks. It has been discussed.
startail
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 06, 2016, 05:43:18 PM
 #2094

I see on YoBit there has been a increase in price over the last month working its way back up, although whoever has 20K HOdl free can dump back down to 2800 satoshi making another good re-entry point Wink

Someone just dumped a massive ~8K coins and it did nothing Cheesy
Totally about 10K coins was just sold on yobit. The price stood stable
in2tactics
Hero Member
*****
Offline Offline

Activity: 578
Merit: 501



View Profile
May 07, 2016, 05:30:02 AM
 #2095

I see on YoBit there has been a increase in price over the last month working its way back up, although whoever has 20K HOdl free can dump back down to 2800 satoshi making another good re-entry point Wink

Someone just dumped a massive ~8K coins and it did nothing Cheesy
Totally about 10K coins was just sold on yobit. The price stood stable

I would figure that to be the case because the supply is restricted when people HOdl their coins. Smiley

Current HW: 2x Apollo
Retired HW: 3x 2PAC, 3x Moonlander 2, 2x AntMiner S7-LN, 5x AntMiner U1, 2x ASICMiner Block Erupter Cube, 4x AntMiner S3, 4x AntMiner S1, GAW Black Widow, and ZeusMiner Thunder X6
Ayers
Legendary
*
Offline Offline

Activity: 2604
Merit: 1023


Leading Crypto Sports Betting & Casino Platform


View Profile
May 07, 2016, 05:59:11 AM
 #2096

I see on YoBit there has been a increase in price over the last month working its way back up, although whoever has 20K HOdl free can dump back down to 2800 satoshi making another good re-entry point Wink

Someone just dumped a massive ~8K coins and it did nothing Cheesy
Totally about 10K coins was just sold on yobit. The price stood stable

we reached a 5k bottom already, because there were too many buyers there, so i'm not worried about the value, it can remain there until deposit are unlocked, this will make us all rich lol

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
bluehorseshoe
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250



View Profile
May 07, 2016, 02:31:21 PM
 #2097

It's a great day to be hodling your hodl, just don't let anyone see you.........
Kostolany, Jr.
Full Member
***
Offline Offline

Activity: 195
Merit: 100



View Profile
May 07, 2016, 05:00:12 PM
 #2098

It's a great day to be hodling your hodl, just don't let anyone see you.........

„While buying one should be romantic, while selling realistic (and in the meantime he should sleep).“
– André Kostolany
visud
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
May 07, 2016, 05:30:19 PM
 #2099

It's a great day to be hodling your hodl, just don't let anyone see you.........


someone caught hodling  lol .. I am also a doing same here .. haha lol  Tongue
M1ST3R
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
May 07, 2016, 07:00:45 PM
 #2100

It's a great day to be hodling your hodl, just don't let anyone see you.........


Hmm, did not know that the squirrel Hodl in their mouth like the monkey does.
Pages: « 1 ... 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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 ... 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!