Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
patelbhavinoutlook opened this issue Dec 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@patelbhavinoutlook
Copy link

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.

@patelbhavinoutlook patelbhavinoutlook added the bug Something isn't working label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant