You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe people gave up on solo mining so this option is finished, but here goes anyway..
Trying to connect cpuminer using GR algo to either YERBAS or RTM wallet or daemon using RPC.
Will connect but whenever it hits a block cpuminer just writes "Skip stale share.", 100% of the time.
For days I've tried to tweak the wallet and daemon.. have following options on:
rpcuser={a user}
rpcpassword={a password}
rpcbind={a local 192.168 ip}
rpcallowip={local 192.168 ip from miners}
...
externalip={external IP & port to accept connections from outside}
daemon=1
server=1
listen=1
txindex=1
port={standard IP port for coin nodes}
rpcpost={port for miner}
onlynet=ipv4
followed by a bunch of "addnodes" to add connections.
have a bunch of outbound and inbound connections in the wallet, wallet fully synched, no apparent problems anywhere.
cpuminer-zen3 -a gr -o http://{local wallet IP}:{rpc port for miner} --userpass={user}:{pass} --coinbase-add={my address for coin} --no-stratum --no-tune --no-longpoll
It connects, appears to mine, but always 100% stale. Even tried reindexing. Nada.
If I ommit "--no-longpoll" it swamps the wallet & daemon and they freeze for many minutes stopping all mining or blockchain activities. I end up with a bucketload of JSON and RPC errors so apparently longpoll doesn't work.
Has anyone successfully got cpuminer to solo mine to either their wallet or daemon now? or ever?
The text was updated successfully, but these errors were encountered:
The miner does not have a proper logic to serve gbt for RTM, or any coin for that matter that has more coinbase transactions than just main mint.
Here it needs to put user wallet, smartnode wallet (possibly smartnode split wallet) and coin development funds wallet which it does not recognise.
Cześć,
It's sneaky, doesn't give you any indication its efforts are futile. Glad
I tested on YERB and not RTM where it takes days to find a block.
What would be involved in getting it to work with ghostrider-style QT
wallets or daemons?
I've been really trying to find any ghostrider mining software that can
do this solo mining, looks like not even 1 exists, at least not publicly.
If all else fails I'll have to take the original advice and install a
pool, which is way overkill and also lacks documentation/reference
information, so another rabbit hole full of complications and problems.
Rafał
On Mon, Oct 24, 2022 at 3:32 PM Michał Żurkowski ***@***.***> wrote:
The miner does not have a proper logic to serve gbt for RTM, or any coin
for that matter that has more coinbase transactions than just main mint.
Here it needs to put user wallet, smartnode wallet (possibly smartnode
split wallet) and coin development funds wallet which it does not recognise.
—
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXJM3XDPOWLOD7RBU27NDT3WE3P37ANCNFSM6AAAAAARNHB7WQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Maybe people gave up on solo mining so this option is finished, but here goes anyway..
Trying to connect cpuminer using GR algo to either YERBAS or RTM wallet or daemon using RPC.
Will connect but whenever it hits a block cpuminer just writes "Skip stale share.", 100% of the time.
For days I've tried to tweak the wallet and daemon.. have following options on:
rpcuser={a user}
rpcpassword={a password}
rpcbind={a local 192.168 ip}
rpcallowip={local 192.168 ip from miners}
...
externalip={external IP & port to accept connections from outside}
daemon=1
server=1
listen=1
txindex=1
port={standard IP port for coin nodes}
rpcpost={port for miner}
onlynet=ipv4
followed by a bunch of "addnodes" to add connections.
have a bunch of outbound and inbound connections in the wallet, wallet fully synched, no apparent problems anywhere.
cpuminer-zen3 -a gr -o http://{local wallet IP}:{rpc port for miner} --userpass={user}:{pass} --coinbase-add={my address for coin} --no-stratum --no-tune --no-longpoll
It connects, appears to mine, but always 100% stale. Even tried reindexing. Nada.
If I ommit "--no-longpoll" it swamps the wallet & daemon and they freeze for many minutes stopping all mining or blockchain activities. I end up with a bucketload of JSON and RPC errors so apparently longpoll doesn't work.
Has anyone successfully got cpuminer to solo mine to either their wallet or daemon now? or ever?
The text was updated successfully, but these errors were encountered: