Skip to content

Miningcore process gets killed every one day or so in 24 hours or so #12

@patelbhavinoutlook

Description

@patelbhavinoutlook

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

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions