This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Replies: 2 comments
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I've had the same problem. I solved this including this parameter on get start "--http.api=personal,eth,net,web3". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning guys, I need help with MiningCore,
I've been a few days and I can't make my environment work, the mining ports don't go up.... here's a description of the environment....
Can someone shed some light please! Sorry for the english by google....
Hi have a server with Geth 192.168.88.10 and this configuration in service.. /root/geth.service
ExecStart=/usr/bin/geth --datadir=/node --maxpeers 250 --txpool.globalslots=1000 --miner.etherbase='0xdeb5bdda098a5bd382c0188c6d3715f958b2dedc' --mine --miner.threads=0 --miner.extradata='MiningDAO' --miner.notify='http://127.0.0.1:8107/' --cache="16384" --http.addr 192.168.88.10 --http --ws --http.api=eth --ws.addr 192.168.88.10 --nat extip:145.44.2.26
finished synch....
Jun 3 08:11:13 poolmaster geth[943]: INFO [06-03|08:11:13.996] Imported new chain segment blocks=1 txs=131 mgas=13.032 elapsed=124.005ms mgasps=105.091 number=14,896,784 hash=9043c1..a3f9cc dirty=874.81MiB
and have another server with MiningCore 192.168.88.12
config.json
{
"$schema": "https://raw.githubusercontent.com/oliverw/miningcore/master/src/Miningcore/config.schema.json",
"logging": {
"level": "debug",
"enableConsoleLog": true,
"enableConsoleColors": true,
"logFile": "core.log",
"apiLogFile": "api.log",
"logBaseDirectory": "/miningcore/build/logs/",
"perPoolLogFile":true
},
"banning": {
"manager": "Integrated",
"banOnJunkReceive": false,
"banOnInvalidShares": false
},
"notifications": {
"enabled": false,
"email": {
"host": "smtp.example.com",
"port": 587,
"user": "user",
"password": "password",
"fromAddress": "[email protected]",
"fromName": "pool support"
},
"admin": {
"enabled": false,
"emailAddress": "[email protected]",
"notifyBlockFound": true
}
},
"persistence": {
"postgres": {
"host": "127.0.0.1",
"port": 5432,
}
./Miningcore -c config.json
Using configuration file 'config.json'
[2022-06-03 08:17:29.1157] [I] [Core] Version 69.0.1.0-master [3e313fd]
[2022-06-03 08:17:29.1400] [I] [Core] Runtime .NET 6.0.5 on Linux 5.15.0-33-generic #34-Ubuntu SMP Wed May 18 13:34:26 UTC 2022 [X64]
[2022-06-03 08:17:29.1447] [I] [Core] Prometheus Metrics API listening on http://0.0.0.0:4000/metrics
[2022-06-03 08:17:29.1447] [I] [Core] WebSocket Events streaming on ws://0.0.0.0:4000/notifications
[2022-06-03 08:17:29.1514] [I] [Core] Payment processing is not enabled
[2022-06-03 08:17:29.9642] [I] [ShareRecorder] Online
[2022-06-03 08:17:29.9642] [D] [MessageBus] Listening to Miningcore.Mining.StratumShare:
[2022-06-03 08:17:29.9934] [D] [MessageBus] Listening to Miningcore.Notifications.Messages.TelemetryEvent:
[2022-06-03 08:17:29.9934] [D] [MessageBus] Listening to Miningcore.Notifications.Messages.PoolStatusNotification:
[2022-06-03 08:17:29.9970] [I] [StatsRecorder] Online
[2022-06-03 08:17:30.0566] [I] [Core] 60 coins loaded from '/miningcore/build/coins.json'
[2022-06-03 08:17:30.0694] [I] [eth1] Starting Pool ...
[2022-06-03 08:17:30.0694] [I] [eth1] ExtraNonceProvider using 4 bits for instance id, 12 bits for 4095 values, instance id = 0x8
[2022-06-03 08:17:30.0757] [I] [eth1] Starting Job Manager ...
[2022-06-03 08:17:30.1242] [I] [Core] API Access to /api/admin restricted to 127.0.0.1,::1,::ffff:127.0.0.1
[2022-06-03 08:17:30.1242] [I] [Core] API Access to /metrics restricted to 127.0.0.1,::1,::ffff:127.0.0.1
[2022-06-03 08:17:30.1242] [D] [MessageBus] Listening to Miningcore.Notifications.Messages.BlockFoundNotification:
[2022-06-03 08:17:30.1277] [D] [MessageBus] Listening to Miningcore.Notifications.Messages.BlockUnlockedNotification:
[2022-06-03 08:17:30.1277] [D] [MessageBus] Listening to Miningcore.Notifications.Messages.BlockConfirmationProgressNotification:
[2022-06-03 08:17:30.1277] [D] [MessageBus] Listening to Miningcore.Notifications.Messages.NewChainHeightNotification:
[2022-06-03 08:17:30.1277] [D] [MessageBus] Listening to Miningcore.Notifications.Messages.PaymentNotification:
[2022-06-03 08:17:30.1277] [D] [MessageBus] Listening to Miningcore.Notifications.Messages.HashrateNotification:
[2022-06-03 08:17:30.1374] [I] [eth1] All daemons online
[2022-06-03 08:17:30.1500] [I] [eth1] Waiting for daemon to connect to peers ...
[2022-06-03 08:17:30.1776] [I] [Lifetime] Now listening on: http://0.0.0.0:4000
[2022-06-03 08:17:30.1776] [I] [Lifetime] Application started. Press Ctrl+C to shut down.
[2022-06-03 08:17:30.1776] [I] [Lifetime] Hosting environment: Production
[2022-06-03 08:17:30.1776] [I] [Lifetime] Content root path: /miningcore/build/
[2022-06-03 08:17:40.0747] [I] [eth1] Waiting for daemon to connect to peers ...
[2022-06-03 08:17:45.0055] [I] [StatsRecorder] Performing Stats GC
[2022-06-03 08:17:45.0154] [I] [StatsRecorder] Stats GC complete
[2022-06-03 08:17:50.0815] [I] [eth1] Waiting for daemon to connect to peers ...
[2022-06-03 08:18:00.0808] [I] [eth1] Waiting for daemon to connect to peers ...
[2022-06-03 08:18:10.0807] [I] [eth1] Waiting for daemon to connect to peers ...
after strat MiningCore in this log display
[I] [eth1] Waiting for daemon to connect to peers ...
[I] [eth1] Waiting for daemon to connect to peers ...
[I] [eth1] Waiting for daemon to connect to peers ...
i make tesk telnet and the port not open
root@poolmining:/miningcore/build# telnet 192.168.88.12 3333
Trying 192.168.88.12...
telnet: Unable to connect to remote host: Connection refused
root@poolmining:/miningcore/build#
Beta Was this translation helpful? Give feedback.
All reactions