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:
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:
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