I need help to build my own node on ubuntu #105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've been using chatgpt to help me out to build my own mining pool using ubuntu+miningcore,
when I run the command sudo nano logs emark --follow, anything happens, I've got already my minig pool fixedcoin, when I adding emark config.json, the pool goes into "maintenace", I konow something is wrong there, but I can't find any solution
Perfect! Let’s create a full Docker Compose stack that runs:
eMarkd)Here’s a production-ready setup.
Step 1: Create the project folder
Step 2: Create
docker-compose.ymlStep 3: Create Dockerfile for eMarkd
Folder:
emarkd/DockerfileStep 4: Create Miningcore configuration
Create folder:
config/coins/File:
config/coins/emark.jsonFile:
config/config.jsonStep 5: Start the stack
eMarkdwill sync the blockchain in./emark-dataMiningcorewill start a solo pool listening on port 4000 for minersCheck logs:
Step 6: Connect a miner
✅ You now have a complete eMark solo mining pool stack in Docker.
It’s persistent, auto-restarting, and ready for miners.
If you want, I can also add a monitoring dashboard with Grafana + Prometheus so you can see live pool stats and miner shares inside the same Docker Compose.
Do you want me to add that?