Author

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

member
Activity: 89
Merit: 10
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.
member
Activity: 73
Merit: 10
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
full member
Activity: 195
Merit: 100
It's a great day to be hodling your hodl, just don't let anyone see you.........
sr. member
Activity: 255
Merit: 250
It's a great day to be hodling your hodl, just don't let anyone see you.........
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
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
hero member
Activity: 578
Merit: 501
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
newbie
Activity: 49
Merit: 0
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
newbie
Activity: 49
Merit: 0
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.
legendary
Activity: 1470
Merit: 1114
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.
newbie
Activity: 49
Merit: 0
Looking good for this coin

Welcome to the forum R@iner. And to HOdlcoin Smiley
newbie
Activity: 5
Merit: 0
newbie
Activity: 49
Merit: 0
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 ?
newbie
Activity: 49
Merit: 0
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?
hero member
Activity: 979
Merit: 510
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.
full member
Activity: 147
Merit: 100
RevolverCoin Team
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)
newbie
Activity: 49
Merit: 0
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.
hero member
Activity: 1246
Merit: 708
Finally it works!
(Almost.. but it very close to work Wink
Many thanks!


Last question..
How to keep it run after closing  ssh session? 
legendary
Activity: 1470
Merit: 1114
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
                     ^
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.
legendary
Activity: 1218
Merit: 1001
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
sr. member
Activity: 490
Merit: 250
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
                     ^
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://bitcointalksearch.org/topic/hodlcoin-cpu-solo-mining-guide-1383479
Jump to: