Someone can show me how to configure SGminer? I can't start.
This guide is awesome, but in the SGminer is confuse for me, I put URL, addres, etc. But when I click on start.bat is reinitiate in a loop.
sgminer has also a readme in the directory and you get example config files. Don’t rewrite from scratch but use what is already there.
Difficulty decreased again bigtime - until the next pump comes around the corner 😂
Im sorry, im very noob on this themes. I can configure XMR-Stak but I can't with SGMiner.
This is what I have:
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"
sgminer-xmr.config:
"{
"pools":
[
{
"name": "MoneroPool",
"url": "stratum+tcp://mine.electroneum.vip:5555",
"user": "48gdNRRgharDezeC2ytzEeQNKY8gyoLgcfGXg8md75y23UhVXR96zRZFAYRajDTbixaFJQy3UjWYo53
AwtoGeKTz1nePts6",
"pass": "x",
"priority": "0",
"profile": "xmr"
}
],
"profiles":
[
{
"name": "xmr",
"algorithm": "cryptonight",
"rawintensity": "896",
"worksize": "8",
"gpu-threads": "1"
}
],
"default-profile": "xmr",
"no-extranonce": true,
"gpu-platform": "1"
}"
(That's not my real wallet)
When I open start.bat the program show: "restart miner" and close and open in a loop.