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

Shutting Down Without Any errors where to check for more info #1663

Closed ghost closed 1 year ago

ghost commented 1 year ago

when i start miningcore

./Miningcore -c /home/miningcore/config.json

███╗ ███╗██╗███╗ ██╗██╗███╗ ██╗ ██████╗ ██████╗ ██████╗ ██████╗ ███████╗ ████╗ ████║██║████╗ ██║██║████╗ ██║██╔════╝ ██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔████╔██║██║██╔██╗ ██║██║██╔██╗ ██║██║ ███╗██║ ██║ ██║██████╔╝█████╗ ██║╚██╔╝██║██║██║╚██╗██║██║██║╚██╗██║██║ ██║██║ ██║ ██║██╔══██╗██╔══╝ ██║ ╚═╝ ██║██║██║ ╚████║██║██║ ╚████║╚██████╔╝╚██████╗╚██████╔╝██║ ██║███████╗

https://github.com/oliverw/miningcore

Donate to one of these addresses to support the project:

ETH - miningcore.eth (ENS Address) BTC - miningcore.eth (ENS Address) LTC - miningcore.eth (ENS Address) DASH - XqpBAV9QCaoLnz42uF5frSSfrJTrqHoxjp ZEC - t1YHZHz2DGVMJiggD2P4fBQ2TAPgtLSUwZ7 ZCL - t1MFU1vD3YKgsK6Uh8hW7UTY8mKAV2xVqBr ETC - 0xF8cCE9CE143C68d3d4A7e6bf47006f21Cfcf93c0 XMR - 475YVJbPHPedudkhrcNp1wDcLMTGYusGPF5fqE7XjnragVLPdqbCHBdZg3dF4dN9hXMjjvGbykS6a77dTAQvGrpiQqHp2eH

Using configuration file '/home/miningcore/config.json'

[2023-04-16 16:25:25.3690] [I] [Core] Version 74.0.1.0-master [a553f62301f44c6df80891e408b6526d1dd98692] [2023-04-16 16:25:25.3899] [I] [Core] Runtime .NET 6.0.16 on Linux 5.4.0-146-generic #163-Ubuntu SMP Fri Mar 17 18:26:02 UTC 2023 [X64] [2023-04-16 16:25:25.3962] [I] [Core] Prometheus Metrics API listening on http://0.0.0.0:4000/metrics [2023-04-16 16:25:25.3962] [I] [Core] WebSocket Events streaming on ws://0.0.0.0:4000/notifications [2023-04-16 16:25:26.4352] [I] [XmlKeyManager] User profile is available. Using '/home/pool/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest. [2023-04-16 16:25:26.4679] [I] [ShareRecorder] Online [2023-04-16 16:25:26.5199] [I] [PayoutManager] Online [2023-04-16 16:25:26.5216] [I] [StatsRecorder] Online [2023-04-16 16:25:26.5420] [I] [Lifetime] Application is shutting down...

It simply shutdown

Where can i look for why its shutting down or any config errors

MiningCryptoLive commented 1 year ago

It's not a bug. Look at the logs. What coin are you mining?

ghost commented 1 year ago

Hello @MiningCryptoLive i thing it was a configuration error which seems to be fixed but i am facing another issue i.e

[clo1] Waiting for daemons to come online ...

I am trying to setup a pool for callisto and all configs are copied as default from example

callisto geth-linux-amd64 with the following flag

./geth-linux-amd64 --http --http.addr IP-ADDR (used my ip here) --http.port 8545

Am i missing something here

ghost commented 1 year ago

The shutting down with no errors seems to be a configuration issues on config.json or coins.json ,, fixed this

the Waiting for daemons to come online ... was solved by using actual IP of server instead of 127.0.0.1

Closing this issue