Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Gamer67 on January 01, 2014, 03:19:43 AM



Title: Solo mining guide
Post by: Gamer67 on January 01, 2014, 03:19:43 AM
Can someone please give me a quick tutorial on how to set up solo mining.  ;)


Title: Re: Solo mining guide
Post by: efx on January 01, 2014, 03:21:50 AM
Your whatevercoin.conf needs to have a '-server' (...idk what I was thinking) 'server=1' parameter within it.

Then, connect your miner to 127.0.0.1 (localhost) and use whatever rpcport is indicated in the .conf.

Let me know if you're attempting to connect multiple machines to a single host through your lan.




Ideally, the .conf should contain this information at a minimum:

listen=1
daemon=1
server=1
rpcuser=yourusername
rpcpassword=yourpass
rpcport=coin's rpc port


You can launch with the -server parameter as a shortcut target modification or through the cmd prompt. However, just adding it to the .conf is the most sensible solution imo.


Edit* forgot rpcallowip=127.0.0.1


Title: Re: Solo mining guide
Post by: Gamer67 on January 01, 2014, 03:27:58 AM
Single host.

Great, thanks.


Title: Re: Solo mining guide
Post by: KickAzzDude on January 01, 2014, 03:38:37 AM
How do you connect the other computers on the network? I tried using the IP of the pc with the wallets and it was not working


Title: Re: Solo mining guide
Post by: MassimoJee on January 01, 2014, 03:59:12 AM
How do you connect the other computers on the network? I tried using the IP of the pc with the wallets and it was not working

Right know I'm discussing exactly about this with another user of the forum, I have the same problem.


Title: Re: Solo mining guide
Post by: Honeypot on January 01, 2014, 04:02:16 AM
Your whatevercoin.conf needs to have a '-server' parameter within it.

Then, connect your miner to 127.0.0.1 (localhost) and use whatever rpcport is indicated in the .conf.

Let me know if you're attempting to connect multiple machines to a single host through your lan.




Ideally, the .conf should contain this information at a minimum:

listen=1
daemon=1
server=1
rpcuser=yourusername
rpcpassword=yourpass
rpcport=coin's rpc port


You can launch with the -server parameter as a shortcut target modification or through the cmd prompt. However, just adding it to the .conf is the most sensible solution imo.

Are you talking about lauching the wallet with -server parameter in the properties?

Noob question. How do you input the -server parameter?


Thank you.


Title: Re: Solo mining guide
Post by: HashHound on January 01, 2014, 04:05:28 AM
Your whatevercoin.conf needs to have a '-server' parameter within it.

Then, connect your miner to 127.0.0.1 (localhost) and use whatever rpcport is indicated in the .conf.

Let me know if you're attempting to connect multiple machines to a single host through your lan.




Ideally, the .conf should contain this information at a minimum:

listen=1
daemon=1
server=1
rpcuser=yourusername
rpcpassword=yourpass
rpcport=coin's rpc port


You can launch with the -server parameter as a shortcut target modification or through the cmd prompt. However, just adding it to the .conf is the most sensible solution imo.

Are you talking about lauching the wallet with -server parameter in the properties?

Noob question. How do you input the -server parameter?


Thank you.

Right click on your qt client and go to properties... Then just add "-server" to the end of the launch path.


Title: Re: Solo mining guide
Post by: Gamer67 on January 01, 2014, 04:05:55 AM
Your whatevercoin.conf needs to have a '-server' parameter within it.

Then, connect your miner to 127.0.0.1 (localhost) and use whatever rpcport is indicated in the .conf.

Let me know if you're attempting to connect multiple machines to a single host through your lan.




Ideally, the .conf should contain this information at a minimum:

listen=1
daemon=1
server=1
rpcuser=yourusername
rpcpassword=yourpass
rpcport=coin's rpc port


You can launch with the -server parameter as a shortcut target modification or through the cmd prompt. However, just adding it to the .conf is the most sensible solution imo.

When you say adding it to the conf. I assume that is what you are describing in your example by 'server=1' ?


Title: Re: Solo mining guide
Post by: efx on January 01, 2014, 04:43:12 AM
Agh.

Exactly. I should really proofread.

Noticed something else I forgot:

rpcallowip=127.0.0.1

 :-[

Use the same parameter to 'allow' other machines to connect by simply specifying their IP.



Title: Re: Solo mining guide
Post by: iram5110 on January 03, 2014, 04:58:58 AM
lot of youtube tutorials for this too


Title: Re: Solo mining guide
Post by: Gamer67 on January 03, 2014, 05:18:12 AM
I got it going. Was pretty straightforward. Thanks