Bitcoin Forum
May 30, 2024, 04:22:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to solo mine(without stratum) with sgminer ?  (Read 3098 times)
kama (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
September 03, 2015, 09:10:43 AM
Last edit: September 03, 2015, 09:37:48 AM by kama
 #1

How can i do this ?

im trying to solo mine joincoin

edit:do i need to wait for blockchain to be up-to-date ?

edit2:that is right the blockchain must be fully downloaded to be able to solo mine

tanoury
Full Member
***
Offline Offline

Activity: 235
Merit: 100



View Profile
September 06, 2015, 06:33:02 AM
 #2

joincoin Algorithms that your miner can use:
sha x11 x13 x15 scrypt nist5 groestle pentablake whirlpool luffa keccak quark bastion

algorithm must be in the joincoin.conf file you create.
For example for x11 mining you must add the line: algo=x11
Code:
Quote
listen=1
daemon=1
server=1
rpcuser=yourusername
rpcpassword=yourpassword
rpcallowip=10.1.1.*
rpcport=9150
rpcconnect=127.0.0.1
algo=x11
Make sure your wallet is not open when you make changes to the .conf file
it will not recognize the desired algo until you input it into the joincoin.conf
then open your joincoin wallet.

1. Create your joincoin.conf file.
2. Start your joincoin wallet and let it sync.
3. Run sgminer:

If your OS is Linux run this from you sgminer directory:
Quote
DISPLAY=:0 GPU_MAX_ALLOC_PERCENT=100 GPU_USE_SYNC_OBJECTS=1 ./sgminer --algorithm darkcoin-mod -o http://127.0.0.1:9150 -u yourusername -p yourpassword --intensity 13

Happy Mining  Cheesy
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!