You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Ghostrider coins, blocks are found and rewards deposited into wallets but the API and database is not picking them up.
the following errors are shown in the log:
[2023-10-03 22:14:24.3940] [I] [skyt1] Submitting block 23552 [1e5f7c0670573ff848636180b71208c40d34f57869e091b670f56a609532b5c1]
[2023-10-03 22:14:24.4153] [I] [skyt1] Daemon accepted block 23552 [1e5f7c0670573ff848636180b71208c40d34f57869e091b670f56a609532b5c1] submitted by ST1nKbvSChKhM98M3pKA5fwMqtgb92M3JY
[2023-10-03 22:14:24.5093] [W] [ShareRecorder] Retry 1 in 00:00:02 due to Npgsql: PostgresException (42703: column "minereffort" does not exist POSITION: 271)
[2023-10-03 22:14:26.5120] [W] [ShareRecorder] Retry 2 in 00:00:04 due to Npgsql: PostgresException (42703: column "minereffort" does not exist POSITION: 271)
[2023-10-03 22:14:30.5170] [W] [ShareRecorder] Retry 3 in 00:00:08 due to Npgsql: PostgresException (42703: column "minereffort" does not exist POSITION: 271)
[2023-10-03 22:14:38.5192] [W] [ShareRecorder] Fallback due to Npgsql: PostgresException (42703: column "minereffort" does not exist POSITION: 271)
[2023-10-03 22:14:38.5235] [F] [ShareRecorder] Fatal error during policy fallback execution. Share(s) will be lost! System.IO.DirectoryNotFoundException: Could not find a part of the path '/app/recovered-shares.txt'.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func2 errorRewriter) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at Miningcore.Mining.ShareRecorder.OnExecutePolicyFallbackAsync(Context context, CancellationToken ct) in /home/max/miningcore/src/Miningcore/Mining/ShareRecorder.cs:line 128 at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at Miningcore.Mining.ShareRecorder.OnExecutePolicyFallbackAsync(Context context, CancellationToken ct) in /home/max/miningcore/src/Miningcore/Mining/ShareRecorder.cs:line 128
Beta Was this translation helpful? Give feedback.
All reactions