Bitcoin Forum
May 02, 2024, 06:11:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How can I SOLO mine any Altcoin  (Read 1154 times)
The_Clown (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 04, 2015, 12:50:31 AM
 #1

How can I SOLO mine any altcoin weather it be scrypt SHA etc i need help please respond
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714673475
Hero Member
*
Offline Offline

Posts: 1714673475

View Profile Personal Message (Offline)

Ignore
1714673475
Reply with quote  #2

1714673475
Report to moderator
1714673475
Hero Member
*
Offline Offline

Posts: 1714673475

View Profile Personal Message (Offline)

Ignore
1714673475
Reply with quote  #2

1714673475
Report to moderator
MarkAz
Hero Member
*****
Offline Offline

Activity: 687
Merit: 511



View Profile
October 04, 2015, 05:31:54 AM
 #2

I can only speak with experience using an ASIC (A2 Terminator's) and CGMiner, but it's really pretty simple - you just install the wallet for whatever coin you're going to mine, and configure the RPC port, make sure that server is set in it's .conf file and that it allows the IP address of your hardware.  Then on the miner, just point it to the RPC IP and port where the wallet is running - and that's it!  Assuming you have everything setup correctly, it should be mining away, and if you look at CGMiner's stats, you should see it getting works, etc.

Each client is slightly different, so there's no one-size-fits-all way to get them running, but once you follow the instructions to get one one, and have it working - all of the others are almost the same, with maybe a few tweaks here and there to get them working. 

It's also worth noting that I had problems pointing more than one Terminator at a wallet, so in general just assume you can only point one machine at them - or if you want to use more, you'll have to setup a pool (like P2Pool) - but that is a story for another day.  Wink

Hope that helps!
tittiecoiner
Full Member
***
Offline Offline

Activity: 224
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
October 04, 2015, 10:12:05 PM
 #3

A good how-to can be found in this post

LPape
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 07, 2016, 12:04:21 AM
 #4

I can only speak with experience using an ASIC (A2 Terminator's) and CGMiner, but it's really pretty simple - you just install the wallet for whatever coin you're going to mine, and configure the RPC port, make sure that server is set in it's .conf file and that it allows the IP address of your hardware.  Then on the miner, just point it to the RPC IP and port where the wallet is running - and that's it!  Assuming you have everything setup correctly, it should be mining away, and if you look at CGMiner's stats, you should see it getting works, etc.

Each client is slightly different, so there's no one-size-fits-all way to get them running, but once you follow the instructions to get one one, and have it working - all of the others are almost the same, with maybe a few tweaks here and there to get them working. 

It's also worth noting that I had problems pointing more than one Terminator at a wallet, so in general just assume you can only point one machine at them - or if you want to use more, you'll have to setup a pool (like P2Pool) - but that is a story for another day.  Wink

Hope that helps!


example of conf file please

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=9332
daemon=1
server=1
gen=0
WorkHorse78
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
March 07, 2016, 07:42:49 PM
 #5

*** Example of config file***

{C:\Users\%Windowsusername%\AppData\Roaming\altcoin\altcoin.conf}
Code:
rpcuser=username ; Your Miner's Username
rpcpassword=password ; Your Miner's Password

rpcallowip=127.0.0.1 ; Open your Localhoast IP Address
rpcallowip=192.168.*.* ; Open IP Address from a different IP on Router
rpcconnect=127.0.0.1 ; Allow Miner to connect by Localhost.
rpcconnect=192.168.*.* ;  Allow Miner to connect by a different IP on Router

rpcport=9332 ; Port to Mine to(Check to make sure that your wallet supports a specific port)
listen=1 ; Wait for connections
daemon=1 ; May or may not be needed?
algo=sha256d ; Use Mining algorithm(Some wallets use different algorithms)
server=1 ; Allow Local Mining
gen=0 ; CPU Mining with Wallet Program(0 = off, 1 = on)

*** Example of Batch file***
{runaltcoin.bat}
Code:
cgminer.exe -o http://localhost:9332 -u username -p password --btc-address YourAltCoinAddress
pause ; Pause allowed after program finished for display of any errors.

If there are any other questions, I'm sure the Community here would love to help!
LPape
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 07, 2016, 08:08:10 PM
 #6

*** Example of config file***

{C:\Users\%Windowsusername%\AppData\Roaming\altcoin\altcoin.conf}
Code:
rpcuser=username ; Your Miner's Username
rpcpassword=password ; Your Miner's Password

rpcallowip=127.0.0.1 ; Open your Localhoast IP Address
rpcallowip=192.168.*.* ; Open IP Address from a different IP on Router
rpcconnect=127.0.0.1 ; Allow Miner to connect by Localhost.
rpcconnect=192.168.*.* ;  Allow Miner to connect by a different IP on Router

rpcport=9332 ; Port to Mine to(Check to make sure that your wallet supports a specific port)
listen=1 ; Wait for connections
daemon=1 ; May or may not be needed?
algo=sha256d ; Use Mining algorithm(Some wallets use different algorithms)
server=1 ; Allow Local Mining
gen=0 ; CPU Mining with Wallet Program(0 = off, 1 = on)

*** Example of Batch file***
{runaltcoin.bat}
Code:
cgminer.exe -o http://localhost:9332 -u username -p password --btc-address YourAltCoinAddress
pause ; Pause allowed after program finished for display of any errors.

If there are any other questions, I'm sure the Community here would love to help!

thanks for the help I will let you know if the miner can find it.
Grctest
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
April 07, 2016, 06:49:57 PM
 #7

You can solo crunch Gridcoin pretty easily. There's guides on how to do so on the main website: http://www.gridcoin.us
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!