Bitcoin Forum
May 07, 2024, 05:30:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: help needed in solo miner guiminer setup  (Read 4442 times)
shoaib20695 (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
September 28, 2013, 11:37:27 PM
 #1

Hi. I'm new to solo mining. Kindly guide me how to make a config file for guiminer and other settings like how do i make a username and password in solo mining because we don't use a pool. Kindly make a complete config for to run. Thnks
1715059800
Hero Member
*
Offline Offline

Posts: 1715059800

View Profile Personal Message (Offline)

Ignore
1715059800
Reply with quote  #2

1715059800
Report to moderator
1715059800
Hero Member
*
Offline Offline

Posts: 1715059800

View Profile Personal Message (Offline)

Ignore
1715059800
Reply with quote  #2

1715059800
Report to moderator
1715059800
Hero Member
*
Offline Offline

Posts: 1715059800

View Profile Personal Message (Offline)

Ignore
1715059800
Reply with quote  #2

1715059800
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715059800
Hero Member
*
Offline Offline

Posts: 1715059800

View Profile Personal Message (Offline)

Ignore
1715059800
Reply with quote  #2

1715059800
Report to moderator
1715059800
Hero Member
*
Offline Offline

Posts: 1715059800

View Profile Personal Message (Offline)

Ignore
1715059800
Reply with quote  #2

1715059800
Report to moderator
1715059800
Hero Member
*
Offline Offline

Posts: 1715059800

View Profile Personal Message (Offline)

Ignore
1715059800
Reply with quote  #2

1715059800
Report to moderator
TheSpiral
Full Member
***
Offline Offline

Activity: 322
Merit: 113


Sinbad Mixer: Mix Your BTC Quickly


View Profile
September 29, 2013, 12:10:00 AM
 #2

Hi. I'm new to solo mining. Kindly guide me how to make a config file for guiminer and other settings like how do i make a username and password in solo mining because we don't use a pool. Kindly make a complete config for to run. Thnks
Found this article on how to set it up: http://maunderingcabal.blogspot.com/2013/02/bitcoin-mining-log-9-how-to-solo-mine.html
I'll just highlight the relevant parts (and linux if needed):

Quote
Now you need to find where the .conf file will go. This stores your local miner info so you can get credit for mining off of your local host address.

You need to create this file by first finding the folder it goes in. It should be hidden in the appdata folder (or home folder on linux). For example at:

C:\Users\YOURUSERNAME\AppData\Roaming\Bitcoin
or on linux: ~/.Bitcoin/

Obviously replace YOURUSERNAME with whatever your computer user name is, the name you use when you log on to windows.

Then once you have found the folder for the particular coin you want to mine create a text file and name it bitcoin.conf or terracoin.conf or whatever coin your mining.

What to write in the text file is:

Code:
server=1
daemon=1
rpcuser=YOURMINERNAME
rpcpassword=YOURPASSWORD
rpcallowip=127.0.0.1
rpcport=18332

Bitcoin's port is 8332, some coins have a port they usually use. Though any random unused port can be used. So any random set of numbers that are free on local host.

Save the text file as whatever.conf

4. Start your miner

You will need to open your wallet first in server mode. To do this go to the folder where you start your wallet. Where the binary file is.
Windows: Then make a text file in that folder. Name it Server.bat. Change the text file to a .bat file. Then edit it in a text editor to say "bitcoin.exe -server" (replace with the name of whatever wallet exe you are trying to start). Save. Then run the .bat file and it should start the wallet.
Linux: run ./bitcoin-qt --daemon

Once the wallet is synced open your miner too. Type in your local host info and port. (Some miners do this on two lines, if port isn't asked for assume you need to do both on one line). Like this example for host:

127.0.0.1:18332

Hit enter, then type the user name you put in the .conf file

YOURUSERNAME

Hit enter, then type your password from the .conf file

YOURPASSWORD

Hit enter and you should start mining.
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!