Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] 0.5% Interest Paid Every Day On Regular Balances
by
samsmith16
on 02/05/2016, 16:50:16 UTC
Hello guys!

Some stupid q's...

1.
I started solo mining using the follow command line:

hodlcoind -datadir=D:\App\Roaming\Hodl -genproclimit=7 -gen

I placed data dir at second drive and limited cpu cores to 7 and started the mining.

But how can I provide the daemon with address to use in mining???

2.
Is it possible to use Wolf's miner in solo mode?

3.
Is it possible to setup something like a mini-pool (daemon or stratum server) for my owm miners?

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

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)


2. Nope not until we get funds to code a proper GBT miner..

3. Sure if you feel up to the task go for it..