
0
Under review
Electroneum sgminer configuration
Hi,
i downloaded windows amd sgminer for electroneum from the https://poolmining.org/pool/etn and i dont know how to set it.
Instruction says to modify sgminer-etn.conf but those file isnt included
so i create a new file according to instruction but when i tried to mine miner says:
[19:08:46] sgminer: -c: Error: JSON decode of file "sgminer-etn.conf" failed:
control character 0xd
my start.bat :
@echo off
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
:loop
sgminer -c sgminer-xmr.conf --gpu-reorder
echo restart miner...
goto loop
any advice ?
sorry for bad english.
Customer support service by UserEcho
No problem. If you could provide the wallet address you want to mine with, I'll build the config for you.
my etn wallet:
etnk15ddxy5TEUNME8ECUBge3YehC14tVRuZ7yv4hSkNdRUTsz8XqZ4PdgpYZUUDHDG73pk5UTnN4TPivCZjoKCpAQh9aFZWdN
no luck? I am looking for same files for sgminer and electroneum. thanks
Your start.bat is configured to use the wrong config: "sgminer-xmr.conf".
Change it to "sgminer-etn.conf"...
good advice i fixed it but still my graphic cards not working while mining (i check watts usage and they are definitly not working)
my start bat now :
@echo off
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
:loop
sgminer -c sgminer-etn.conf --gpu-reorder
echo restart miner...
goto loop
my sgminer-etn.conf:
{
"pools":
[
{
"name": "poolmining.org",
"url": "stratum+tcp://etn.poolmining.org:3102",
"user": "etnk15ddxy5TEUNME8ECUBge3YehC14tVRuZ7yv4hSkNdRUTsz8XqZ4PdgpYZUUDHDG73pk5UTnN4TPivCZjoKCpAQh9aFZWdN",
"pass": "x",
"priority": "0",
"profile": "etn"
}
],
"profiles":
[
{
"name": "etn",
"algorithm": "cryptonight",
"rawintensity": "896",
"worksize": "8",
"gpu-threads": "1"
}
],
"default-profile": "etn",
"no-extranonce": true,
"gpu-platform": "1"
}
still my miner just restarting, my cards eating 90 Watt while i mining eth its about 360W for entire computer, whats wrong ? :(