Add some coins to the pool.
Hello! Please give the configuration file for several coins at once.
did you managed to do it
Yes!
Can you send me your config file please really need help with
hello , i copied the config from the example
{ "$schema": "https://raw.githubusercontent.com/oliverw/miningcore/master/src/Miningcore/config.schema.json", "logging": { "level": "info", "enableConsoleLog": true, "enableConsoleColors": true, "logFile": "", "apiLogFile": "", "logBaseDirectory": "", "perPoolLogFile": false }, "banning": { "manager": "Integrated", "banOnJunkReceive": false, "banOnInvalidShares": false }, "notifications": { "enabled": false, "email": { "host": "smtp.example.com", "port": 587, "user": "user", "password": "password", "fromAddress": "[email protected]", "fromName": "pool support" }, "admin": { "enabled": false, "emailAddress": "[email protected]", "notifyBlockFound": true } }, "persistence": { "postgres": { "host": "127.0.0.1", "port": 5432, "user": "miningcore", "password": "password", "database": "miningcore" } }, "paymentProcessing": { "enabled": true, "interval": 100, "shareRecoveryFile": "recovered-shares.txt" }, "api": { "enabled": true, "listenAddress": "", "port": 4000, "metricsIpWhitelist": [], "rateLimiting": { "disabled": true, "rules": [ { "Endpoint": "", "Period": "1s", "Limit": 5 } ], "ipWhitelist": [ "" ] } }, "clusterName": "pool", "pools": [ { "id": "OCTA", "enabled": true, "coin": "OCTA", "address": "0x8A4b79aB5D910a217b2E75fB8fd4e509fb090734", "rewardRecipients": [ { "type": "op", "address": "0x8A4b79aB5D910a217b2E75fB8fd4e509fb090734", "percentage": 1.0 } ], "blockRefreshInterval": 120, "clientConnectionTimeout": 600, "banning": { "enabled": true, "time": 600, "invalidPercent": 50, "checkThreshold": 50 }, "ports": { "4073": { "name": "GPU-SMALL", "listenAddress": "*", "difficulty": 0.1, "varDiff": { "minDiff": 0.1, "maxDiff": null, "targetTime": 15, "retargetTime": 90, "variancePercent": 30 } } }, "chainTypeOverride": "OCTA.SPACE", "dagDir": "/home/miningcore/", "daemons": [ { "host": "127.0.0.1", "port": 8545 , "user": "", "password": "" } ], "paymentProcessing": { "enabled": true, "minimumPayment": 1, "payoutScheme": "PPLNS", "payoutSchemeConfig": { "factor": 0.8 }, "gas": 5, "maxFeePerGas": 50000000000, "keepUncles": false, "keepTransactionFees": false } } ] }
I also have coins.json edit and only kept one coin there
"octa.space": { "name": "OCTA.SPACE", "canonicalName": "OCTA.SPACE", "symbol": "OCTA", "family": "ethereum", "website": "", "market": "", "twitter": "", "telegram": "", "discord": "", "explorerBlockLinks": { "block": "https://explorer.octa.space/blocks/$height$", "uncle": "https://explorer.octa.space/uncles/$height$" }, "explorerTxLink": "https://explorer.octa.space/tx/{0}", "explorerAccountLink": "https://explorer.octa.space/address/{0}" },
Miningcore starts and shuts down immediately ,,please help if you can
Hello Now my pool runs nice thanks for your Input However i am having issues when the pool tries to payout
I am running two coins OCTA and COL
The payout on OCTA has many errors and COL cannot payout too , i think its something with the coin daemon not having the accounts
Is there a way you could help me out thanks