-
Notifications
You must be signed in to change notification settings - Fork 19
Description
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 transfered to miner wallet without deducting fees and 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