Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] Fork at Block 86000 - Update before July 11th - URGENT
by
MisO69
on 07/07/2016, 15:07:10 UTC
There has to be a bright spot to all this...well, I can go on vacation and anything I mine while i'm gone will HOdl automatically....yeah, not much of a bright spot.

ok, so can someone tell me how I avoid having to have multiple wallets on multiple machines in multiple locations?  without mining to a pool that may or may not be there in a year when they can send me my coins?  I'd like to keep this all on one wallet address (something which is not a problem now mining to the pools).  Would it be possible to do this if I set up my own pool just for my machines?  And if so, how in the world do I do that?

https://bitcointalk.org/index.php?topic=1383479.msg14073859#msg14073859

Excellent thank you.  I'll give this a shot.

4 machines have been dedicated to this setup to see if it is working correctly.  No machine with 2.0 has found a block.  Is anyone else doing this (multiple machines mining to the same wallet address using 2.0 and a .bat file to specify address and threads, machines are not on the same network) that can confirm it is working?  I would love to know that I'm not wasting my time.

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)

That mingingaddress thing never worked for me, either way I tried it. With the quotes or without. Wasted about two days mining while experimenting with this.

What I plan to do is what worked for me in the past. Open the wallet on the PC, go to console and type setgenerate true 8 or whatever amount of cores you want to use. Just use the same wallet.dat file on each pc and you're good.