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
The pool reports an error when sending payments: Error trying to send payments with RPC sendmany {"code":-5,"message":"Invalid BTCSQ address: 17oAU2og"}
I was able to reproduce this by having a miners share accepted while the miner address contains an addition, like a rigname: 3CqDjU8CzWaaAA7Ho8XzaFXMVbY2Dx5tZG.rig12
I noticed that when I try to add an extension having more than 5 characters then the miner won't be authorized on the pool (unauthorized) but having up to 5 characters the miner is authorized. But when the bloch reaches enough confirmations and payments are being send then the pool generates the error mentioned above.
I started the pool using a clean database and mined one block. Redis shows:
The pool reports an error when sending payments:
Error trying to send payments with RPC sendmany {"code":-5,"message":"Invalid BTCSQ address: 17oAU2og"}
I was able to reproduce this by having a miners share accepted while the miner address contains an addition, like a rigname:
3CqDjU8CzWaaAA7Ho8XzaFXMVbY2Dx5tZG.rig12
I noticed that when I try to add an extension having more than 5 characters then the miner won't be authorized on the pool (unauthorized) but having up to 5 characters the miner is authorized. But when the bloch reaches enough confirmations and payments are being send then the pool generates the error mentioned above.
I started the pool using a clean database and mined one block. Redis shows:
After 100 blocks (mined by other pools) the block reaches enough confirmations and payment goes out but every time this error occurs:
After this I have to flush the redis database and start over but for miners it's very easy to mess up again with the pools payments...
The text was updated successfully, but these errors were encountered: