Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: SwedishBitMiner on January 25, 2016, 09:30:46 PM



Title: Need help Solo mining from my Raspberry Pi setup...
Post by: SwedishBitMiner on January 25, 2016, 09:30:46 PM
Hello!

I got a Raspberry Pi 2 B+ running with a couple of Antminer U3's and I got it working good when I connect to pools, but I want to set it up to solo mine...
Can someone tell me if it is possible to do it directly on my Raspberry Pi setup?

I did try to download an altcoin wallet qt, and made the conf file like this:

rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
daemon=1
server=1
listen=1
port=15579
rpcport=15578
addnode=185.61.148.218
addnode=185.86.149.151
addnode=142.54.185.146
addnode=192.52.166.80
addnode=31.17.115.103
addnode=37.59.18.108

and i start up my wallet qt by typing: WalletName-qt.exe -server


and from my Raspberry Pi setup i do the cgminer command like I usually do when I connect to any pool except that I try to use my local IP to the PC..

sudo ./cgminer --bmsc-options 115200:0.54 -o http://192.168.0.154:15578 -u user -p pass --bmsc-voltage 0830 --bmsc-freq 0982
as soon as it connect it says something about that I dont have any BTC wallet and cant solo mine... Can someone help me with this?
(192.168.0.154 is the ip on my pc where I have the wallet downloaded)

Or is there any easier way to solo mine?


Title: Re: Need help Solo mining from my Raspberry Pi setup...
Post by: SwedishBitMiner on January 26, 2016, 06:07:08 PM
I DID FIND A SOLUTION! Here is how I did to make it work...

Code:
sudo ./cgminer --bmsc-options 115200:0.54 -o http://192.168.0.154:15578 -u user -p pass --btc-address 1xxxxxxxxxxxxxxxxxxxx --bmsc-voltage 0830 --bmsc-freq 0982

where the 1xxxxxxxxxxxxxxxxxxxxx is the wallet for the coin you're mining.

Good luck