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

[eMarkd] DEM Waiting for daemons to come online #52

Open
ketrin604 opened this issue Mar 1, 2024 · 4 comments
Open

[eMarkd] DEM Waiting for daemons to come online #52

ketrin604 opened this issue Mar 1, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@ketrin604
Copy link

ketrin604 commented Mar 1, 2024

pool.json
{

    "id": "eMarkd",
    "enabled": true,
    "coin": "emark",
    "address": "NambHxh5RJn9vG5iFQL9N8kTWmGJzGT9RQ",
    "rewardRecipients": [
      {
        "type": "op",
        "address": "NambHxh5RJn9vG5iFQL9N8kTWmGJzGT9RQ",
        "percentage": 0.1
      }
    ],
    "blockRefreshInterval": 120,
    "clientConnectionTimeout": 600,
    "banning": {
      "enabled": false,
      "time": 600,
      "invalidPercent": 50,
      "checkThreshold": 50
    },
    "ports": {
      "4100": {
        "listenAddress": "0.0.0.0",
        "difficulty": 256000,
		"name": "ASIC Mining"
      }
    },
    "daemons": [
      {
        "host": "127.0.0.1",
        "port": 4444,
        "user": "username",
        "password": "password"
      }
    ],
    "paymentProcessing": {
      "enabled": true,
      "minimumPayment": 100,
      "payoutScheme": "SOLO",
      "payoutSchemeConfig": {
        "factor": 0.5
      }
    }
  }

eMark.conf
daemon=1
server=1
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=4444

the wallet is synchronized. but there is a demon waiting.Help me, what's the problem?

@ketrin604 ketrin604 added the bug Something isn't working label Mar 1, 2024
@b2d2dbone
Copy link

This happens when there are two daemons running at the same time try shutting down all the other daemons even if it another coin then run just DEM on miningcore if the problem disappear then you need to see the connection setting of the daemons and make sure to use unique port per coin per service

@ketrin604
Copy link
Author

This happens when there are two daemons running at the same time try shutting down all the other daemons even if it another coin then run just DEM on miningcore if the problem disappear then you need to see the connection setting of the daemons and make sure to use unique port per coin per service

the problem has not gone away.I even reinstalled mining core and only full node DEM
it feels like mining core doesn't see the demon.although the daemon is active and responds to curl get requests

@lurchinms
Copy link

DEM is a legacy daemon and it has been written out the code,

@lurchinms
Copy link

I have the same issue

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

3 participants