SOLO MINING NEEDS A FULLY SYNCHED WALLET--
You will need to fully synchronize Sia-UI and direct your miner to "127.0.0.1:9980" via http. The Sia wallet (Sia-UI) will listen by default and needs no special configuration file, like older wallets. Here is my Go-miner batch file:
:loop
gominer.exe -I 30 -H 127.0.0.1:9980 -Q "address=generateasiawalletaddressandplaceithere&worker=gpuX"
pause
goto loop
If you plan on directing several rigs on a LAN at the wallet, us the LAN address of the computer with the wallet instead of "127.0.0.1". Two months ago, everybody was solo, no pools. Now, unless you have several rigs, it will be more than a month or two between blocks. Blocks are worth about 1/3 BitCoin, currently.
Go-miner works really well on both nVidia and AMD GPUs. It does not require a separate instance for each GPU. I like it. --scryptr
can i replace the gominer with claymore and run the solo, ie. as above