Please help me in simplemining
I want mined etn with this miner in simplemining
But not can
This code true
--kernel CryptoNight -o ssl://etn-eu1.nanopool.org:13433 etnkAay8c8VgLCvBRK5cXmQu7urcG9mDjBpZj1UdzB3nXTsxQfK5Sg6K3vWN5RzYSdFgR8s1kyGZhGR eNDW2Cmpb8i7jAf9myY.test -p x -T
Not working
Miner ended crashed
USE A CONFIGURATION FILE--
Take the following and paste it into a configuration file, i.e. "test.conf". Run sgminer with "sgminer -c test.conf". I do not think SGminer-GM supports the SSL URL. Be sure to set the environment variables prior to launching SGminer-GM. So, in a Windows batch file, the variables will precede the SGminer-GM launch line above.
Configuration File:
===========
{
"pools": [{
"url": "etn-eu1.nanopool.org:13333",
"user": "YOURWALLETADDRESS.WORKER",
"pass": "x"
},
{
"url": "etn-us-west1.nanopool.org:13333",
"user": "YOURETNADDRESS.WORKER",
"pass": "x"
}],
"profiles": [{
"worksize": "8",
"name": "xmr",
"algorithm": "cryptonight",
"gpu-threads": "1",
"rawintensity": "1016"
}],
"default-profile": "xmr",
"no-extranonce": false,
"no-submit-stale": true,
"api-listen": true,
"api-port": 4028,
"api-mcast-port": 4028,
"api-allow": "W:127.0.0.1,W:192.168.1.1/24",
"temp-cutoff": "85",
"temp-overheat": "80"
}
Batch File:
======
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
sgminer -c test.conf
pause
Raw Intensity can be adjusted to 1008-1016, or cut in half with "threads" =2. If you have a smaller GPU, you may need to use 1/2 the Raw Intensity with "threads" =1. If you still have trouble, start with RI = 896, or 448. Worksize could be 4, or 8, but adjust RI accordingly.
SGminer-GM runs for weeks on my AMD cards. --scryptr