miningcore icon indicating copy to clipboard operation
miningcore copied to clipboard

Add some coins to the pool.

Open says112 opened this issue 3 years ago • 6 comments

Hello! Please give the configuration file for several coins at once.

says112 avatar Feb 14 '23 17:02 says112

did you managed to do it

ghost avatar Apr 15 '23 02:04 ghost

Yes!

says112 avatar Apr 15 '23 07:04 says112

Can you send me your config file please really need help with

ghost avatar Apr 15 '23 14:04 ghost

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

ghost avatar Apr 16 '23 15:04 ghost

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

ghost avatar Apr 18 '23 01:04 ghost