valeratolocko
Newbie
Offline
Activity: 25
Merit: 0
|
|
May 07, 2016, 07:09:00 PM |
|
How many coins I will get on my Phenom x4
|
|
|
|
samsmith16
|
|
May 07, 2016, 08:25:05 PM |
|
We are getting close to 2,000,000 HOdled!!
|
▐ Royalties▐ pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
|
|
|
|
adamvp
|
|
May 08, 2016, 09:49:27 AM |
|
Finally it works! (Almost.. but it very close to work 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. It works with ' &' Many thanks again! but one litle problem lasts.. How to foreground hodlminer process after reconnecting?
|
I am looking for signature campaign pm me
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
May 08, 2016, 12:04:18 PM |
|
Finally it works! (Almost.. but it very close to work 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. It works with ' &' Many thanks again! but one litle problem lasts.. How to foreground hodlminer process after reconnecting? fg http://linuxcommand.org/lts0080.php
|
|
|
|
qun_sha
|
|
May 09, 2016, 02:18:14 AM |
|
The HODL price is growing steady those days.
|
|
|
|
bspus
Legendary
Offline
Activity: 2165
Merit: 1002
|
|
May 09, 2016, 04:12:55 AM |
|
I've HOdled everything till mid July to prevent my weak hands from getting the better of me.
I hope price is still as good if not better then
|
|
|
|
in2tactics
|
|
May 09, 2016, 04:41:08 AM |
|
I've HOdled everything till mid July to prevent my weak hands from getting the better of me.
I hope price is still as good if not better then
I figure that a lot of people are going to dump after the initial 12 months of interest. If you plan on dumping, you probably want to HOdl for a shorter amount of time in order to sell before those coins mature. Personally, I plan on taking advantage of the maximum interest bonus over the first 24 months. I am betting on a stable market after that point.
|
Current HW: 2x Apollo, 2x Apollo BTC, 2x Apollo II 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
|
|
|
adamvp
|
|
May 09, 2016, 06:30:22 AM |
|
Finally it works! (Almost.. but it very close to work 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. It works with ' &' Many thanks again! but one litle problem lasts.. How to foreground hodlminer process after reconnecting? fg http://linuxcommand.org/lts0080.phpDoesn't work cause is not listed in jobs
|
I am looking for signature campaign pm me
|
|
|
Ayers
Legendary
Offline
Activity: 2814
Merit: 1024
DGbet.fun - Crypto Sportsbook
|
|
May 09, 2016, 06:37:06 AM |
|
pricing look good, it's heading once again to 10k, it would be cool to have it at 10k in one year from now would make this coin very profitable, btw what about bittrex, i remember they were interested in this coin?
|
|
|
|
startail
Newbie
Offline
Activity: 49
Merit: 0
|
|
May 09, 2016, 03:30:51 PM |
|
I've HOdled everything till mid July to prevent my weak hands from getting the better of me.
I hope price is still as good if not better then
I figure that a lot of people are going to dump after the initial 12 months of interest. If you plan on dumping, you probably want to HOdl for a shorter amount of time in order to sell before those coins mature. Personally, I plan on taking advantage of the maximum interest bonus over the first 24 months. I am betting on a stable market after that point. I'm thinking the same lines here. I'm investing just enough of what I could think to spare to this coin. I can see the positive side of it and that it could be so much more than a buy/mine and dump coin. With a steady flow of APR 5% it also makes it really interesting. Now we just need to make it out there on the market of being usable to
|
|
|
|
dominuspro
|
|
May 09, 2016, 06:22:56 PM |
|
Hey! I need a little help with the stratum proxy. I cannot get it work with any hodl pool(mostly trying suprnova). The miner connects throught the proxy, starts mining and is hashing normally. But there is no any single share submitted or accepted. Tried different miners and different stratum proxies with no success... Any idea?
try this proxy: https://github.com/slush0/stratum-mining-proxyopen the stratum_listener.py file, and search this line: result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce])) replace to this: result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce] + list(args) )) Elbandi I have finally found some time to play with linux on RPI. Your solution works! Thanks.
|
|
|
|
startail
Newbie
Offline
Activity: 49
Merit: 0
|
|
May 09, 2016, 08:36:47 PM |
|
I have finally found some time to play with linux on RPI. Your solution works! Thanks.
That's interesting. What type of Pi are you running, and what hash rate are you getting?
|
|
|
|
dominuspro
|
|
May 10, 2016, 05:05:26 AM |
|
I have finally found some time to play with linux on RPI. Your solution works! Thanks.
That's interesting. What type of Pi are you running, and what hash rate are you getting? RPI is not mining. It's just for running proxy server.
|
|
|
|
Jayjay04
Legendary
Offline
Activity: 1364
Merit: 1000
|
|
May 10, 2016, 01:01:23 PM |
|
Looks like blockquarry pool is down...
|
|
|
|
|
|
Fishmaster42
|
|
May 10, 2016, 11:18:33 PM |
|
Hello to all HOdlers. Just wanted to drop by and let you guys know I had to quit Hodling on my old laptop she smoked out on me. so now I been trading for my nuts. The price has been nice and stable cant wait to see what happens at the end of the year. Time has flown by already it wont be long before we are able to reinvest our nuts. Fish
|
|
|
|
lima2du
Newbie
Offline
Activity: 15
Merit: 0
|
|
May 11, 2016, 03:02:10 PM |
|
Hello comunity! I'm noob in cryptocurrencies world, can i ask why in the last day hodl price raise to 15k sat? Thanks!
|
|
|
|
BigBoom3599
|
|
May 11, 2016, 03:04:37 PM |
|
Hello comunity! I'm noob in cryptocurrencies world, can i ask why in the last day hodl price raise to 15k sat? Thanks!
It's most likely because everyone has term deposited their coins (which means they can't move them). That way the supply is quite small but the demand still remains high therefore the price rises
|
|
|
|
|