Author

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

newbie
Activity: 56
Merit: 0
Is there work being done to get this coin on more exchanges?  I don't want to sign up for a new exchange just to trade a coin.
yes, last few weeks were discussing on bittrex slack about HOdl jet did not receive clear yes or no. If you guys want to trade HOdl on bittrex then please join their slack chat and ask @bittrex-bill & @bittrex-richie directly for addition. Community can move mountains if you choose so.

bittrex.slack.com

and a lot of us did coin request @poloniex already, but still no word. it can't hurt if some of you do the same.

https://poloniex.com/coinRequest

thanks

Im new here, and I found Hodl on Yobit troll box being discussed. I like the idea of depositing having its interest being lock like time deposit Wink Try to start the CPU Mining now, so far its  running smooth.
without pools,solo mining all depends on luck,it may keep some miners away. Sad
hero member
Activity: 1414
Merit: 505
Backed.Finance
Is there work being done to get this coin on more exchanges?  I don't want to sign up for a new exchange just to trade a coin.
yes, last few weeks were discussing on bittrex slack about HOdl jet did not receive clear yes or no. If you guys want to trade HOdl on bittrex then please join their slack chat and ask @bittrex-bill & @bittrex-richie directly for addition. Community can move mountains if you choose so.

bittrex.slack.com

and a lot of us did coin request @poloniex already, but still no word. it can't hurt if some of you do the same.

https://poloniex.com/coinRequest

thanks

Im new here, and I found Hodl on Yobit troll box being discussed. I like the idea of depositing having its interest being lock like time deposit Wink Try to start the CPU Mining now, so far its  running smooth.
legendary
Activity: 1232
Merit: 1001
Is there work being done to get this coin on more exchanges?  I don't want to sign up for a new exchange just to trade a coin.
yes, last few weeks were discussing on bittrex slack about HOdl jet did not receive clear yes or no. If you guys want to trade HOdl on bittrex then please join their slack chat and ask @bittrex-bill & @bittrex-richie directly for addition. Community can move mountains if you choose so.

bittrex.slack.com

and a lot of us did coin request @poloniex already, but still no word. it can't hurt if some of you do the same.

https://poloniex.com/coinRequest

thanks
hero member
Activity: 702
Merit: 1000
★The Best Adult Video Chat Platform★
Is there work being done to get this coin on more exchanges?  I don't want to sign up for a new exchange just to trade a coin.
sr. member
Activity: 462
Merit: 250
Pool Hash Rate    137,434.199 H/s

Wow, next step is a p2pool I guess.  Grin

ahmed_ is curently working on a second pool, feel free to join hodlcoin.slack.com for more info  Smiley
hero member
Activity: 756
Merit: 501
Pool Hash Rate    137,434.199 H/s

Wow, next step is a p2pool I guess.  Grin
full member
Activity: 183
Merit: 100
1      Zoltan   22,603 H/S

I vote we rename this coin to Zoltan coin after the miner with the equivalent hash of 100 high end computers or about $70,000 US

Seriously though I really do not understand why one person would want to take that much risk and waste that many resources to monopolize a coin.

I guess he/she did not get the memo about decentralization and fair distribution being better for a coin in the long run.

It's especially ridiculous because this Zoltan character is mining in a pool, paying the 2% fee, and likely getting drastically fewer HOdl than if he/she would solo mine.

No matter what kind of fees he paid, the fact remains, so much power for 1 person - not very nice
full member
Activity: 183
Merit: 100
1      Zoltan   22,603 H/S

I vote we rename this coin to Zoltan coin after the miner with the equivalent hash of 100 high end computers or about $70,000 US

Seriously though I really do not understand why one person would want to take that much risk and waste that many resources to monopolize a coin.

I guess he/she did not get the memo about decentralization and fair distribution being better for a coin in the long run.

I agree, that such power in the hands of one person will not benefit from currency.
At this day his power reaches 40 000 Kh/s, and this not funny IMHO
newbie
Activity: 41
Merit: 0
1      Zoltan   22,603 H/S

I vote we rename this coin to Zoltan coin after the miner with the equivalent hash of 100 high end computers or about $70,000 US

Seriously though I really do not understand why one person would want to take that much risk and waste that many resources to monopolize a coin.

I guess he/she did not get the memo about decentralization and fair distribution being better for a coin in the long run.

It's especially ridiculous because this Zoltan character is mining in a pool, paying the 2% fee, and likely getting drastically fewer HOdl than if he/she would solo mine.
sr. member
Activity: 490
Merit: 250
Hi!

Tell me pls, somebody, HOW to switch off  any sounds from pool hodlminer?
It's not any information in help.txt Sad


Thank you!



sr. member
Activity: 490
Merit: 250
how to set minermemory ? i try command -minermemory=2 -genproclimit=4 on debug windows not work " methode not found ( code -32601 ) "  Sad
It's command line argument. For example you can run it like this:
>HOdlcoin-qt.exe  -gen=1 -minermemory=5 -genproclimit=19

This sets mining on using 5 GB memory with 19 CPU threads.

^^ would be 5 mining instances with 19 mining threads each...

Is there a way I could adjust the number of mining threads ?

Threads = minermemory * genproclimit

I suggest leaving minermemory to the default which is 1.
Then with genproclimit you can set the number of threads.

I have an i7 CPU. Changing genproclimit to 6 does change the number of threads reported by my wallet when mining to 6, but the wallet still utilizes 100% of the CPU most of the time but drops off to 25% briefly every few seconds. Is there a setting that would give me a steady 75% CPU utilization instead of the peaks and valleys?

The mining thread count needs to be a power of 2 (2,4,8,16...) or it will round up to the closest one.. So if you have 8 CPU threads and you mined at 50% you need to do 1/4 (ram/threads) or 2/2 but like stated above 1/4 would work the best.. Sam goes if you have 4 CPU threads 1/2 would be 50%.. Like stated a few time before.. Terms to know

CPU cores: the number of physical cores on your CPU
CPU threads: the number of threads your CPU has, so if your CPU is hyper threaded then this is (core count x 2)
Mining threads: number used in "genproclimit"
Total mining threads: genproclimit x minermemory (threads x ram)
Mining instances: each 1gb of ram used ( number used in "minermemory")
Mining cycle: 1000 searched

On most rigs you can get a total mining threads a little higher the CPU threads.. This needs to be test to find optimal for your system.. Let's take one of my rigs for example.. It has 48 CPU threads I have it set at 7/8 which is 56 total mining threads.. This is bc there is a slight delay right after the mining cycle and each instance cycles at different times.. So this leaves just a little room for the extra mining threads..

^^ is a break down so you can better understand


Is it possible to change the RAM usage on a windows wallet, if so how?



If you missed it and don't feel like reading through the thread to use -miningaddress="address" and or optimize your miner see below

1. Make sure your wallet is closed

2. Make sure your Hodlcoin-qt.exe is on your Desktop

3. Bring up Run (Press [Window] + [R] on your keyboard)

4. Paste below in Run
%userprofile%\Desktop\HOdlcoin-qt.exe  -gen=1 -minermemory=2 -genproclimit=4 -miningaddress="address"

*Note put your address in place of "address" like this "HEX8QLWqQ7p7MFNiN8CMrMjC2CYAy8pwi9"
**Note minermemory should be "1" or "2" on windows any higher and you ger a Runtime error
***Note minermemory is the amount of Ram your using and must be multiplied by genproclimit to equal totale Threads you would like to use example (-minermemory=2 -genproclimit=4 is 8 Threads)


I see now, thanks! Cheesy

If you don't want to type it out every time you start the wallet you can just make a batch file in the same location as your wallet that says the same thing and just click the batch file to start your miner.  If you don't know how, just make a .txt file with notepad and once you save it, change the file extension type to .bat



In note pad type this

Code:
rpcuser=username
rpcpassword=password
p2pport=1989
rpcport=11989
gen=1
minermemory=2
genproclimit=4
miningaddress=yourwalletaddresshere

Then Save like this
1. In the Save as type dropdown box Select: All Files
2. File name: hodlcoin.conf
3. Save it to hodlcoin folder

Note: if you need help finding the folder just save it to the Desktop, then Search for %appdata%\hodlcoin Drag/Drop new hodlcoin.conf from Desktop to hodlcoin folder

^^ was taken from the mining guide thread..
https://bitcointalksearch.org/topic/hodlcoin-cpu-solo-mining-guide-1383479
legendary
Activity: 1049
Merit: 1001
1      Zoltan   22,603 H/S

I vote we rename this coin to Zoltan coin after the miner with the equivalent hash of 100 high end computers or about $70,000 US

Seriously though I really do not understand why one person would want to take that much risk and waste that many resources to monopolize a coin.

I guess he/she did not get the memo about decentralization and fair distribution being better for a coin in the long run.
sr. member
Activity: 490
Merit: 250
I just thought I would update all of you on this thread..

Total HOdled: 1,122,685
66.37% of total supply locked up..

If you would like to get this can of info more regularly you can join our slack group..
http://slack.hodlcoin.com/
staff
Activity: 3472
Merit: 4111
Crypto Swap Exchange
how to set minermemory ? i try command -minermemory=2 -genproclimit=4 on debug windows not work " methode not found ( code -32601 ) "  Sad
It's command line argument. For example you can run it like this:
>HOdlcoin-qt.exe  -gen=1 -minermemory=5 -genproclimit=19

This sets mining on using 5 GB memory with 19 CPU threads.
member
Activity: 70
Merit: 10
hero member
Activity: 896
Merit: 500
Roma Fan Since 1999 ! #ForzaRoma
Why just stuck 2.4 gb memory? how the settings in the command to increase Ram is more widely used? Help !   Sad

did you set "minermemory"?
anyway, increasing miner ram over 1gb is (again) giving very little hashrate increase and (again) much higher risk of orphans, so just avoid it.

how to set minermemory ? i try command -minermemory=2 -genproclimit=4 on debug windows not work " methode not found ( code -32601 ) "  Sad

newbie
Activity: 31
Merit: 0
Hi!

Tell me pls, somebody, HOW to switch off  any sounds from pool hodlminer?
It's not any information in help.txt Sad


Thank you!
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Why just stuck 2.4 gb memory? how the settings in the command to increase Ram is more widely used? Help !   Sad

did you set "minermemory"?
anyway, increasing miner ram over 1gb is (again) giving very little hashrate increase and (again) much higher risk of orphans, so just avoid it.
hero member
Activity: 896
Merit: 500
Roma Fan Since 1999 ! #ForzaRoma
Why just stuck 2.4 gb memory? how the settings in the command to increase Ram is more widely used? Help !   Sad

Jump to: