Mining Solo with GPU´s on different Rigs:
Tell your Wallet to listen RPC: /user/xyz/appdata/roaming/Elysium/elysium.conf (create if not exist).
Example elysium.conf :
rpcuser=xyz
rpcpassword=xyz
rpcconnect=your wallet ip
rpcallowip=192.168.1.*
rpcallowip=127.0.0.1
rpcport=10498
server=1
listen=1
daemon=1
gen=0
genproclimit=18
addnode=59.95.128.66
Download sgminer5 (i use sgminer 5.5.5-gm 4) or any other with scrypt Algo Support. Start sgminer.exe --config sgminer.conf
Example sgminer.conf :
{
"pools": [{
"url": "your wallet ip:10498",
"user": "xyz",
"pass": "xyz"
}],
"profiles": [{
"gpu-powertune": "0",
"name": "els",
"algorithm": "scrypt",
"gpu-threads": "2",
"xintensity": "21"
}],
"no-extranonce": "true",
"default-profile": "eth",
"temp-cutoff": "85",
"api-listen": true
}
Tested with RX 480 (620 Mhs) and R9 390 (720 Mhs).
ELS Address for Bounty ^^ ZEsTzPwzr2WPK6zqfVn3RgzHRn1AiBm4mx
hope this helps
Gary
PS: SGMiner should work on Pools too.
Could you post the config files EXACTLY as YOU have it?
I'm trying to solo mine on RX 480 and RX 470 and get error:
http://imgur.com/a/ykBZosgminer.conf rx 470/480
{
"pools":[
{
"name":"elysium",
"url": "stratum+tcp://theminingpool.thruhere.net:3410",
"user": "Za1a2Utu7xjSLmPtVutXBw4Djx6MVyvtTd",
"pass": "x",
"algorithm":"ckolivas",
"nfactor":"10"
},
{
"name":"elysium",
"url": "http://127.0.0.1:10320",
"user": "romi",
"pass": "pass",
"algorithm":"ckolivas",
"nfactor":"10"
}
],
"profiles": [],
"failover-only": true,
"algorithm": "ckolivas",
"device": "all",
"lookup-gap": "2",
"xintensity": "256",
"thread-concurrency" : "8192",
"worksize": "128",
"gpu-threads": "2",
"gpu-engine" : "0-0",
"auto-gpu" : true,
"auto-fan" : true,
"gpu-powertune" : "50",
"temp-cutoff": "95",
"temp-overheat": "85",
"temp-target": "70",
"gpu-memdiff": "0",
"shares": "0",
"kernel-path": "/usr/local/bin",
"api-listen": true,
"api-mcast-port": "4028",
"api-port": "4028",
"failover-switch-delay": "300",
"gpu-dyninterval": "7",
"gpu-platform": "-1",
"hamsi-expand-big": "4",
"keccak-unroll": "0",
"log": "15",
"log-show-date": true,
"no-pool-disable": true,
"no-client-reconnect": true,
"queue": "5",
"scan-time" : "30",
"tcp-keepalive": "30",
"temp-hysteresis": "3",
"watchpool-refresh": "10"
}