Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ELS]| Elysium| Global Digital Currency for Governments & Citizen ⛏POW⛏
by
gary_aut
on 05/02/2017, 04:33:41 UTC
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 :

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

Code:
{
 "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.