Author

Topic: How to solo mine(without stratum) with sgminer ? (Read 3101 times)

full member
Activity: 235
Merit: 100
September 06, 2015, 02: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
full member
Activity: 140
Merit: 100
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
Jump to: