Sia-GPU-Miner icon indicating copy to clipboard operation
Sia-GPU-Miner copied to clipboard

README doesn't explain how a wallet address is specified

Open burz opened this issue 7 years ago • 5 comments

How do we specify our own wallet address with this miner? The README does not seem to explain how this is done.

burz avatar May 29 '17 08:05 burz

hello, it's written "Make sure you have a recent version of Sia installed and running." so i guess if you run Sia UI first, unlock your wallet and then run the miner it should work (it does for me).

sylver-john avatar May 30 '17 18:05 sylver-john

well it does not work like that on windows

phDooY avatar May 30 '17 21:05 phDooY

The sia-gpu-miner is intended to be used with the Sia daemon (siad), so it will use whatever wallet the Sia instance you point it at uses. By default the miner will look for a Sia instance running on your local machine. You can specify a host address using the -H option in the command line, e.g.:

sia-gpu-miner.exe -H 127.0.0.1

droghio avatar May 30 '17 23:05 droghio

Can we just add what @droghio said to the readme.md for Windows/all users. A bit more documentation won't kill anybody you know.

sylido avatar Jun 15 '17 17:06 sylido

So I still don't understand. How do you use this against a pool? They generally expect an address. I've found the address in Sai, but how do you specify it on the command line for pool mining?

This is probably the most basic part of a miner yet here we are...

linux-mining avatar Jun 30 '17 01:06 linux-mining