You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am running latest git clone of mining core. Pool works fine everything is perfect. But what happens is every 24 hours or so miningcore process gets killed. And i dont get any log in log file also. I have kept logs at debug level but still dont get any log entry for this. Just in screen which miningcore process is running show last line as below.
Setup is master slave .. there is one master server and two slave servers configured with sharerelay
To Reproduce
Steps to reproduce the behavior:
Ubuntu Version 22.04
Install kudaraidee as per guide for Master server
Install kudaraidee repo as per guide without database for salve as stratum only
run screen -S pool
./Miningcore -c config.json
Expected behavior
Should run pool without getting killed
Screenshots
Screenshot of master server console shared as above
Additional context
This behavior of service getting killed is observed in all three server master and two slave. But do not get any detailed debugging log entry in log file.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am running latest git clone of mining core. Pool works fine everything is perfect. But what happens is every 24 hours or so miningcore process gets killed. And i dont get any log in log file also. I have kept logs at debug level but still dont get any log entry for this. Just in screen which miningcore process is running show last line as below.
[2024-12-24 02:45:25.3969] [D] [DefaultHttpClientFactory] Starting HttpMessageHandler cleanup cycle with 1 items
[2024-12-24 02:45:25.4012] [D] [DefaultHttpClientFactory] Ending HttpMessageHandler cleanup cycle after 0.3538ms - processed: 0 items - remaining: 1 items
Killed
Just get one word as "Killed".. above lines are form on screen
Below are two last lines from log file
2024-12-24 02:45:25.3969] [D] [DefaultHttpClientFactory] Starting HttpMessageHandler cleanup cycle with 1 items
[2024-12-24 02:45:25.4012] [D] [DefaultHttpClientFactory] Ending HttpMessageHandler cleanup cycle after 0.3538ms - processed: 0 items - remaining: 1 items
Config file setting for logs
logging": {
"level": "debug",
"enableConsoleLog": true,
"enableConsoleColors": true,
"logFile": "pool.log",
"logBaseDirectory": "/home/logs/",
"perPoolLogFile": true
},
Setup is master slave .. there is one master server and two slave servers configured with sharerelay
To Reproduce
Steps to reproduce the behavior:
Ubuntu Version 22.04
Install kudaraidee as per guide for Master server
Install kudaraidee repo as per guide without database for salve as stratum only
run screen -S pool
./Miningcore -c config.json
Expected behavior
Should run pool without getting killed
Screenshots
Screenshot of master server console shared as above
Additional context
This behavior of service getting killed is observed in all three server master and two slave. But do not get any detailed debugging log entry in log file.
The text was updated successfully, but these errors were encountered: