SOLO mining no work ?my config{
"pools" : [
{
"url" : "127.0.0.1:14022",
"user" : "user",
"pass" : "pass"
}
]
,
"intensity" : "20,20,20,18",
"worksize" : "128,128,128,128",
"kernel" : "myriadcoin-groestl",
"lookup-gap" : "2,2,2,2",
"thread-concurrency" : "8192,8192,8192,8192",
"shaders" : "0,0,0,0",
"gpu-threads" : "2,2,2,2",
"gpu-engine" : "1000,1000,1000,925",
"gpu-fan" : "80,80,80,80",
"gpu-memclock" : "170,170,170,150",
"gpu-memdiff" : "0,0,0,0",
"gpu-powertune" : "0,0,0,0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "85,85,85,85",
"temp-target" : "75,75,75,75",
"api-mcast-port" : "4028,4028,4028,4028",
"api-port" : "4028,4028,4028,4028",
"expiry" : "28,28,28,28",
"failover-switch-delay" : "60,60,60,60",
"gpu-dyninterval" : "7,7,7,7",
"gpu-platform" : "0",
"log" : "5,5,5,5",
"no-pool-disable" : true,
"queue" : "1,1,1,1",
"scan-time" : "7,7,7,7",
"tcp-keepalive" : "30,30,30,30",
"temp-hysteresis" : "3,3,3,3",
"shares" : "0,0,0,0",
"kernel-path" : "/usr/local/bin"
}
and my bat no connect set GPU_MAX_ALLOC_PERCENT=100
setx GPU_MAX_ALLOC_PERCENT 100
sgminer -I 20,20,20,18 -g 4 -w 256 -k myriadcoin-groestl --no-submit-stale -o 127.0.0.1:14022 -u user -p pass --lookup-gap 2 --gpu-fan 80,80,80,80 --thread-concurrency 8192,8192,8192,8192
my digibyte.conf from roaming
rpcuser=user
rpcpassword=pass
rpcport=14022
rpcallowip=127.0.0.1
server=1
daemon=1
gen=0
txindex=1
algo=groestl
Help me please for solo mining!! on pool all work good
Hi we already had this discussion early on Telegram.
You need new rpcauth method!https://github.com/digibyte/digibyte/tree/6.14.0/share/rpcuserThis was some days ago on DigiByte Offical Chat hope it helps:
Gary Mckee, [25.03.17 16:06]
that branch is ahead of 5.4.2
Gary Mckee, [25.03.17 16:06]
rpcuser/rpcpassword should still work
twebit, [25.03.17 16:06]
the thing is I mine with the old deamon no problem but the new way of mining has changed something and rpcuser/rpcpassword doesn't work now
Gary Mckee, [25.03.17 16:06]
https://github.com/digibyte/digibyte/tree/6.14.0/share/rpcuserGary Mckee, [25.03.17 16:07]
so ./rpcuser user
Gary Mckee, [25.03.17 16:07]
will generate an auth for you to put in your digibyte.conf
twebit, [25.03.17 16:07]
I generated the .cookie file and put it in my config
twebit, [25.03.17 16:08]
already
twebit, [25.03.17 16:08]
rpcauth=_cookie_:numbers
Gary Mckee, [25.03.17 16:08]
whats your digibyte.conf look like
twebit, [25.03.17 16:09]
server=1
listen=1
deamon=1
algo=sha256d
rpcauth=__cookie__:thenumber
rpcpassword=thepw
rpcallowip=192.168.1.12/24
rpcport=14022
port=12024
maxconnections=10
addnode=46.4.66.6
Gary Mckee, [25.03.17 16:10]
what are you using for bfgminer password
Gary Mckee, [25.03.17 16:10]
should be no need for rpcpassword
Gary Mckee, [25.03.17 16:11]
if you have rpcauth
twebit, [25.03.17 16:11]
thepw (its a long number)
Gary Mckee, [25.03.17 16:11]
so if you run the script i linked before
Gary Mckee, [25.03.17 16:11]
the output is
Gary Mckee, [25.03.17 16:11]
String to be appended to digibyte.conf:
rpcauth=user:5958c94d2bfd7eca2db5cfd126fc7eb1$2b2b0f060afc89ce848d7a9a006eecbe4776e3271d533665e1504f3236ea20ef
Your password:
C-lqqs6x3gayJwBqPr_wxjAoQ3Gm82L45HQ6zN6l6d8=
Gary Mckee, [25.03.17 16:11]
rpcauth=user:5958c94d2bfd7eca2db5cfd126fc7eb1$2b2b0f060afc89ce848d7a9a006eecbe4776e3271d533665e1504f3236ea20ef
Gary Mckee, [25.03.17 16:11]
is what you would put in digibyte.conf
Gary Mckee, [25.03.17 16:11]
but
Gary Mckee, [25.03.17 16:11]
C-lqqs6x3gayJwBqPr_wxjAoQ3Gm82L45HQ6zN6l6d8=
Gary Mckee, [25.03.17 16:11]
is what you would use for bfgminer
twebit, [25.03.17 16:12]
oh no I copied it from the text file cookie eg; __cookie__:the long number
Gary Mckee, [25.03.17 16:12]
yeah that's probably why
Gary Mckee, [25.03.17 16:12]
try adding the rpcauth command i just posted into digibyte.conf
Gary Mckee, [25.03.17 16:13]
close/restart wallet
Gary Mckee, [25.03.17 16:13]
and use C-lqqs6x3gayJwBqPr_wxjAoQ3Gm82L45HQ6zN6l6d8= as your bfgminer password
twebit, [25.03.17 16:13]
ok so user:longnumber into the config ah ok and the pw for bfgminer OK I'll be back in 10 minutes while I startup again
Gary Mckee, [25.03.17 16:14]
also remove rpcpassword
twebit, [25.03.17 16:15]
what about the bfgminer user still the same I have digibyterpc as the user now
twebit, [25.03.17 16:15]
ok
Gary Mckee, [25.03.17 16:15]
user will be 'user'
twebit, [25.03.17 16:15]
ok
twebit, [25.03.17 16:21]
and then that same long number in my bfgminer for pw?
twebit, [25.03.17 16:22]
starting now will be 10 miutes
Gary Mckee, [25.03.17 16:22]
nah
Gary Mckee, [25.03.17 16:22]
gonna PM you
twebit, [25.03.17 16:22]
ok
Mike Jumbley, [25.03.17 16:50]
Don’t forget to document it all twe. 😊
twebit, [25.03.17 16:50]
I won't 😊