-
-
Notifications
You must be signed in to change notification settings - Fork 689
Ethereum pool issue #1070
Comments
You have cut off the version information from the top of the logs 😸 |
Using configuration file 'src/Miningcore/config.json' [2022-01-06 12:15:08.5328] [I] [Core] Version 66.0.1.0-patch-1 [7877a70] |
Anything related in |
I don't think so |
Jan 6 00:00:17 systemd[1]: logrotate.service: Succeeded. This is syslog. |
No idea what's going wrong at the moment. Try running with |
[2022-01-06 13:10:44.3787] [I] [Core] Version 66.0.0.0-master [f5a7f1a] |
[2022-01-06 11:41:02.1969] [W] [Core] Running as root is discouraged!
[2022-01-06 11:41:02.2035] [I] [Core] Prometheus Metrics 127.0.0.1:4000/metrics
[2022-01-06 11:41:02.2035] [I] [Core] WebSocket notifications streaming 127.0.0.1:4000/notifications
[2022-01-06 11:41:03.0683] [I] [ShareRecorder] Online
[2022-01-06 11:41:03.1008] [I] [PayoutManager] Online
[2022-01-06 11:41:03.1023] [I] [StatsRecorder] Online
[2022-01-06 11:41:03.1718] [I] [Core] 59 coins loaded from '/home/dev/miningcore/build/coins.json'
[2022-01-06 11:41:03.1948] [I] [Core] API Access to /api/admin restricted to 127.0.0.1,::1,::ffff:127.0.0.1
[2022-01-06 11:41:03.1948] [I] [Core] API Access to /metrics restricted to 127.0.0.1,::1,::ffff:127.0.0.1
[2022-01-06 11:41:03.2072] [I] [eth] Starting Pool ...
[2022-01-06 11:41:03.2111] [I] [eth] ExtraNonceProvider using 4 bits for instance id, 12 bits for 4095 values, instance id = 0xF
[2022-01-06 11:41:03.2271] [I] [eth] Starting Job Manager ...
[2022-01-06 11:41:03.3054] [E] [Host] BackgroundService failed System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Miningcore.Mining.StatsRecorder.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Mining/StatsRecorder.cs:line 373
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Miningcore.Mining.StatsRecorder.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Mining/StatsRecorder.cs:line 373
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3103] [I] [eth] Waiting for daemons to come online ...
[2022-01-06 11:41:03.3158] [F] [Host] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted. System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Miningcore.Mining.StatsRecorder.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Mining/StatsRecorder.cs:line 373
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Miningcore.Mining.StatsRecorder.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Mining/StatsRecorder.cs:line 373
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3158] [I] [Lifetime] Application is shutting down...
[2022-01-06 11:41:03.3158] [E] [Host] BackgroundService failed System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Miningcore.Blockchain.JobManagerBase
1.StartDaemonAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 46 at Miningcore.Blockchain.JobManagerBase
1.StartAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 108at Miningcore.Blockchain.Ethereum.EthereumPool.SetupJobManager(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs:line 353
at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Mining/PoolBase.cs:line 371
at Miningcore.Program.<>c__DisplayClass17_0.<b__0>d.MoveNext() in /home/dev/miningcore/src/Miningcore/Program.cs:line 379
--- End of stack trace from previous location ---
at Miningcore.Program.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Program.cs:line 354
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Miningcore.Blockchain.JobManagerBase
1.StartDaemonAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 46 at Miningcore.Blockchain.JobManagerBase
1.StartAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 108at Miningcore.Blockchain.Ethereum.EthereumPool.SetupJobManager(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs:line 353
at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Mining/PoolBase.cs:line 371
at Miningcore.Program.<>c__DisplayClass17_0.<b__0>d.MoveNext() in /home/dev/miningcore/src/Miningcore/Program.cs:line 379
--- End of stack trace from previous location ---
at Miningcore.Program.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Program.cs:line 354
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3201] [F] [Host] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted. System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Miningcore.Blockchain.JobManagerBase
1.StartDaemonAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 46 at Miningcore.Blockchain.JobManagerBase
1.StartAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 108at Miningcore.Blockchain.Ethereum.EthereumPool.SetupJobManager(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs:line 353
at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Mining/PoolBase.cs:line 371
at Miningcore.Program.<>c__DisplayClass17_0.<b__0>d.MoveNext() in /home/dev/miningcore/src/Miningcore/Program.cs:line 379
--- End of stack trace from previous location ---
at Miningcore.Program.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Program.cs:line 354
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Miningcore.Blockchain.JobManagerBase
1.StartDaemonAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 46 at Miningcore.Blockchain.JobManagerBase
1.StartAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/JobManagerBase.cs:line 108at Miningcore.Blockchain.Ethereum.EthereumPool.SetupJobManager(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs:line 353
at Miningcore.Mining.PoolBase.RunAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Mining/PoolBase.cs:line 371
at Miningcore.Program.<>c__DisplayClass17_0.<b__0>d.MoveNext() in /home/dev/miningcore/src/Miningcore/Program.cs:line 379
--- End of stack trace from previous location ---
at Miningcore.Program.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Program.cs:line 354
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3158] [E] [Host] BackgroundService failed System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Miningcore.Payments.PayoutManager.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Payments/PayoutManager.cs:line 261
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Miningcore.Payments.PayoutManager.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Payments/PayoutManager.cs:line 261
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3296] [F] [Host] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted. System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Miningcore.Payments.PayoutManager.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Payments/PayoutManager.cs:line 261
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Miningcore.Payments.PayoutManager.ExecuteAsync(CancellationToken ct) in /home/dev/miningcore/src/Miningcore/Payments/PayoutManager.cs:line 261
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3312] [E] [Host] BackgroundService failed System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3312] [F] [Host] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted. System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3312] [E] [Host] BackgroundService failed System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[2022-01-06 11:41:03.3312] [F] [Host] The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted. System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService) at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
root@inodeva:/home/dev/miningcore#
The text was updated successfully, but these errors were encountered: