Post
Topic
Board Mining (Altcoins)
Re: How can I SOLO mine any Altcoin
by
LPape
on 07/03/2016, 20:08:10 UTC
*** Example of config file***

{C:\Users\%Windowsusername%\AppData\Roaming\altcoin\altcoin.conf}
Code:
rpcuser=username ; Your Miner's Username
rpcpassword=password ; Your Miner's Password

rpcallowip=127.0.0.1 ; Open your Localhoast IP Address
rpcallowip=192.168.*.* ; Open IP Address from a different IP on Router
rpcconnect=127.0.0.1 ; Allow Miner to connect by Localhost.
rpcconnect=192.168.*.* ;  Allow Miner to connect by a different IP on Router

rpcport=9332 ; Port to Mine to(Check to make sure that your wallet supports a specific port)
listen=1 ; Wait for connections
daemon=1 ; May or may not be needed?
algo=sha256d ; Use Mining algorithm(Some wallets use different algorithms)
server=1 ; Allow Local Mining
gen=0 ; CPU Mining with Wallet Program(0 = off, 1 = on)

*** Example of Batch file***
{runaltcoin.bat}
Code:
cgminer.exe -o http://localhost:9332 -u username -p password --btc-address YourAltCoinAddress
pause ; Pause allowed after program finished for display of any errors.

If there are any other questions, I'm sure the Community here would love to help!

thanks for the help I will let you know if the miner can find it.