oliverw / miningcore

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
https://store.miningcore.pro
MIT License
717 stars 662 forks source link

Hashrate and shares not showing up on pool #1722

Open BillPlayz opened 10 months ago

BillPlayz commented 10 months ago

Hello I have added a new coin to my pool but im having an issue when mining everything connects fine but my pool stats and shares still remain zero .

i'm not sure why this happening

Coin i'm mining is Raptoreum

any help would be amazing

MiningCryptoLive commented 10 months ago

This is not a bug. The api is not set for if the stats are not showing.

BillPlayz commented 10 months ago

This is not a bug. The api is not set for if the stats are not showing.

Hello thank you for getting back to me so fast. I currently have another coin on my veruscoin that i'm mining and the stats show for that. does each coin need a different api??

BillPlayz commented 10 months ago

This is not a bug. The api is not set for if the stats are not showing.

Hello thank you for getting back to me so fast. I currently have another coin on my veruscoin that i'm mining and the stats show for that. does each coin need a different api?? }, "api": { "enabled": true, "listenAddress": "0.0.0.0", "port": 4000, "metricsIpWhitelist": [], "rateLimiting": { "disabled": false, "rules": [ { "Endpoint": "*", "Period": "1s", "Limit": 30 } ], "ipWhitelist": [] } },

This is the current API

BillPlayz commented 10 months ago

Made sure also that the API port is open

MiningCryptoLive commented 10 months ago

ListenAddress should be 127.0.0.1 so hackers can't access your server. The api only needs one port.

BillPlayz commented 10 months ago

ListenAddress should be 127.0.0.1 so hackers can't access your server. The api only needs one port.

sweet thanks i made the change still nothing been shown accepted shares and hashrate i can see them in the miner but not the pool anything else you think i should check?