Bitcoin Forum
May 11, 2024, 03:18:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: A "How to Guide" for Solo Mining  (Read 12849 times)
thecryptodude01 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 19, 2014, 12:42:05 AM
 #1

This is a guide to set up solo mining for cgminer and windows 7.

Replace Litecoin with the name of the altcoin you are solo mining.
This guide assumes you have the wallet of the altcoin you are solo mining, and it is fully synced.

Solo mining with GPU on same machine as Wallet


1.

Go to start, type %appdata%\Litecoin and press the enter key. You will then be in a folder with the Litecoin app-data. You will need to create a new text document called Litecoin. Open that document, and enter this data.

rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=3333
server=1
listen=1
daemon=1

Save this, and then rename the file to Litecoin.conf. It should then be a CONF file.

2.


Start up LiteCoin-qt

3.

Go to your cgminer, and change the .bat file to have the pool be http://127.0.0.1, the username to be user, and the password to be password.

sample:

cgminer.exe -o http://127.0.0.1:3333 --scrypt -u user -p password

The port is the rpcport in you conf file, the username is your rpcuser, and the password is your rpcpassword.

Start up your cgminer, and you should be solo mining!


Solo mining with GPU on different machine as Wallet



1.

Go to start, type %appdata%\Litecoin and press the enter key. You will then be in a folder with the Litecoin app-data. You will need to create a new text document called Litecoin. Open that document, and enter this data.

rpcuser=user
rpcpassword=password
rpcconnect=(Internal ip of your wallet machine, 192.168.1.*)
rpcallowip=(Internal ip of your mining machine, 192.168.1.*)
rpcport=3333
server=1
listen=1
daemon=1

Save this, and then rename the file to Litecoin.conf. It should then be a CONF file.

2.


Start up LiteCoin-qt

3.

Go to your cgminer, and change the .bat file to have the pool be http://127.0.0.1, the username to be user, and the password to be password.

sample:

cgminer.exe -o http://(Internal ip of your wallet machine, 192.168.1.*):3333 --scrypt -u user -p password

The port is the rpcport in you conf file, the username is your rpcuser, and the password is your rpcpassword.

Start up your cgminer, and you should be solo mining!
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715397484
Hero Member
*
Offline Offline

Posts: 1715397484

View Profile Personal Message (Offline)

Ignore
1715397484
Reply with quote  #2

1715397484
Report to moderator
1715397484
Hero Member
*
Offline Offline

Posts: 1715397484

View Profile Personal Message (Offline)

Ignore
1715397484
Reply with quote  #2

1715397484
Report to moderator
Coindgr
Hero Member
*****
Offline Offline

Activity: 1034
Merit: 500



View Profile
March 19, 2014, 06:53:37 AM
 #2

Very nice explanation.


Question1: And how to solo mine with GPU in the machine with wallet, AND other GPU in different machine? Possible?


           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion
.Anonymous and Untraceable.
ANN  Whitepaper  Facebook  Twitter  Telegram  Discord 





      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.
thecryptodude01 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 19, 2014, 03:32:44 PM
 #3

Very nice explanation.


Question1: And how to solo mine with GPU in the machine with wallet, AND other GPU in different machine? Possible?



Thanks.

It is possible to do that. You would have to treat the GPU on the same machine like it is on an external machine. So you would have to set cgminer on the same machine to connect to 192.168.1.*, the same as the other machine.

thanks for this guide I am still waiting for my first rig

You're welcome!   Wink
Coindgr
Hero Member
*****
Offline Offline

Activity: 1034
Merit: 500



View Profile
April 08, 2014, 09:45:19 PM
 #4

Can't put this to work.

I can ping the pc with the wallet, and it's ok, I have in the pc with the wallet, a conf file with "rpcallowip=192.168.1.*"

I've tried also "rpcallowip=*" and nothing

In a different pc I try to connect using in the conf file:

"http://192.168.1.*:rpcport in the wallet conf",
"user" : "username",
"pass" : "password"

pc with wallet: win8
pc with gpu: win7

Can anyone give his advice how to solomine with the wallet in other pc?

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion
.Anonymous and Untraceable.
ANN  Whitepaper  Facebook  Twitter  Telegram  Discord 





      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.
DeeSome
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
April 08, 2014, 11:02:15 PM
 #5

I found a very useful video tutorial on solo mining here https://www.youtube.com/watch?v=r-dF8X2_aJI , hope it helps someone.
thecryptodude01 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
April 09, 2014, 02:15:19 PM
 #6

Can't put this to work.

I can ping the pc with the wallet, and it's ok, I have in the pc with the wallet, a conf file with "rpcallowip=192.168.1.*"

I've tried also "rpcallowip=*" and nothing

In a different pc I try to connect using in the conf file:

"http://192.168.1.*:rpcport in the wallet conf",
"user" : "username",
"pass" : "password"

pc with wallet: win8
pc with gpu: win7

Can anyone give his advice how to solomine with the wallet in other pc?


I would check windows firewall on pc with wallet. Also, when you have 192.168.1.*, I assume you replaced the * with the end of your LAN ip?
elixir
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 27, 2014, 09:39:38 AM
 #7

ive done everything you said but im not sure if its working.

when i start up the miner it starts off saying, no suitable long-poll found for http://127.0.0.1:22531
then it carries on, network diff set to 0 ~ new block detected on network.

literally just now had a block accepted.

ive received some coins and now its stopped and given me options and said debug window enabled  Huh one option was restart cgminer so i have done that so now its giving all the thread hashes like when you cpu mine. is this still working as it looks like the accepted shares have stopped going up.  Huh

just wanted to know as im new to solo mining, how does the network know where to send the coins as usually in a pool you add your wallet address.

any advice would be greatful.  Cheesy

OPEC oc2E9cQ4StgaMW2a18pKuZGe5h9RZdLL9c

Non nobis solum, sed omnibus! - Franko

Ɖ ~ DSNJ49NdZM4KjLHfPSYEGWKRn7wSC4bWqi
Convicted2008
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile WWW
December 20, 2014, 05:39:22 AM
 #8

Is there a way to solo mine with Silverfish miners?

najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
December 23, 2014, 12:41:52 AM
 #9

Great guide , i usually pool mine new coins , gonna try this for mining some new coins Thanks a whole lot mate !  Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!