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
I have done master slave configuration. Mining works perfect even blocks are found and also shares are stored in database and payment is working partial. Partial because for payment even after keeping pool fees complete payment is getting transferred to miner wallet and pool fees goes to some random wallet address every time. And this random wallet address is not configured in config file. fee wallet does not get any credit.. my config file details as below
Ideally before processing payment to miner from core wallet payment has to be done in two parts one miner reward as solo miner deducting pool fees of 0.8%
can you please help me here
The text was updated successfully, but these errors were encountered:
ticket ID BTC7638
Hello
I have done master slave configuration. Mining works perfect even blocks are found and also shares are stored in database and payment is working partial. Partial because for payment even after keeping pool fees complete payment is getting transferred to miner wallet and pool fees goes to some random wallet address every time. And this random wallet address is not configured in config file. fee wallet does not get any credit.. my config file details as below
{
"id": "btco1",
"name": "BitcoinOil - SOLO",
"enabled": true,
"coin": "bitcoinoil",
"enableInternalStratum": false,
"address": "Core Wallet",
"rewardRecipients": [
{
"address": "Pool Fee Wallet",
"percentage": 0.8
}
],
Ideally before processing payment to miner from core wallet payment has to be done in two parts one miner reward as solo miner deducting pool fees of 0.8%
can you please help me here
The text was updated successfully, but these errors were encountered: