Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Hashrate and shares not showing up on pool #1722

Open
BillPlayz opened this issue Oct 16, 2023 · 6 comments
Open

Hashrate and shares not showing up on pool #1722

BillPlayz opened this issue Oct 16, 2023 · 6 comments
Labels

Comments

@BillPlayz
Copy link

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

@BillPlayz BillPlayz added the bug label Oct 16, 2023
@MiningCryptoLive
Copy link

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

@BillPlayz
Copy link
Author

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
Copy link
Author

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
Copy link
Author

Made sure also that the API port is open

@MiningCryptoLive
Copy link

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

@BillPlayz
Copy link
Author

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants