pooler / cpuminer

CPU miner for Litecoin and Bitcoin
https://bitcointalk.org/index.php?topic=55038.0
Other
2.77k stars 1.21k forks source link

how to solomine #216

Closed DumbGameMaker closed 3 years ago

DumbGameMaker commented 3 years ago

i am trying to solomine LTC but when I try it asks for a URL. What should I put the URL as? localhost? my command is this ./minerd -a scrypt --coinbase-addr=LTLke7G9PJftfhGZbddbkWcSHeGiSnWAMc that is not a coinbase address, it is the address of my local wallet, but i didnt see an option for --wallet-addr

pooler commented 3 years ago

You will need to pass the address of your mining server (whether local or not) using the -o option. For instance it could be something like -o http://localhost:9332.

This is not a support forum, closing.