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
Hi Cedric.
I've been trying to get karlsencoin working.
I made the settings similar to kaspa in config.json.
However, mininincore always says that it is waiting for the daemon to come online.
the node is synchronized, karlsenwalletd is ok, and I don't receive any requests on Karlsen's node, am I missing some extra config or have you not completed it yet?
[2024-01-04 07:02:31.9446] [D] [kls] Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: An error occurred while sending the request. IOException: The request was aborted. IOException: An HTTP/2 connection could not be established because the server did not complete the HTTP/2 handshake. IOException: Unable to read data from the transport connection: Connection reset by peer. SocketException: Connection reset by peer", DebugException="System.Net.Http.HttpRequestException: An error occurred while sending the request.") Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: An error occurred while sending the request. IOException: The request was aborted. IOException: An HTTP/2 connection could not be established because the server did not complete the HTTP/2 handshake. IOException: Unable to read data from the transport connection: Connection reset by peer. SocketException: Connection reset by peer", DebugException="System.Net.Http.HttpRequestException: An error occurred while sending the request.")
6|Miningcore | ---> System.Net.Http.HttpRequestException: An error occurred while sending the request.
6|Miningcore | ---> System.IO.IOException: The request was aborted.
6|Miningcore | ---> System.IO.IOException: An HTTP/2 connection could not be established because the server did not complete the HTTP/2 handshake.
6|Miningcore | ---> System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
6|Miningcore | ---> System.Net.Sockets.SocketException (104): Connection reset by peer
6|Miningcore | --- End of inner exception stack trace ---
6|Miningcore | at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
6|Miningcore | at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
6|Miningcore | at System.Net.Http.Http2Connection.ReadFrameAsync(Boolean initialFrame)
6|Miningcore | at System.Net.Http.Http2Connection.ProcessIncomingFramesAsync()
6|Miningcore | --- End of inner exception stack trace ---
6|Miningcore | at System.Net.Http.Http2Connection.ProcessIncomingFramesAsync()
6|Miningcore | --- End of inner exception stack trace ---
6|Miningcore | at System.Net.Http.Http2Connection.ThrowRequestAborted(Exception innerException)
6|Miningcore | at System.Net.Http.Http2Connection.Http2Stream.CheckResponseBodyState()
6|Miningcore | at System.Net.Http.Http2Connection.Http2Stream.TryEnsureHeaders()
6|Miningcore | at System.Net.Http.Http2Connection.Http2Stream.ReadResponseHeadersAsync(CancellationToken cancellationToken)
6|Miningcore | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
6|Miningcore | --- End of inner exception stack trace ---
6|Miningcore | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
6|Miningcore | at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
6|Miningcore | at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
6|Miningcore | at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
6|Miningcore | at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
6|Miningcore | at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
6|Miningcore | at Grpc.Net.Client.Internal.GrpcCall2.RunCall(HttpRequestMessage request, Nullable1 timeout)
6|Miningcore | --- End of inner exception stack trace ---
6|Miningcore | at Miningcore.Util.ActionUtils.Guard[T](Func1 func, Action1 errorHandler) in /home/edvaldo/miningcore/src/Miningcore/Util/ActionUtils.cs:line 63 at Miningcore.Util.ActionUtils.Guard[T](Func1 func, Action1 errorHandler) in /home/edvaldo/miningcore/src/Miningcore/Util/ActionUtils.cs:line 63
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
-
Hi Cedric.
I've been trying to get karlsencoin working.
I made the settings similar to kaspa in config.json.
However, mininincore always says that it is waiting for the daemon to come online.
the node is synchronized, karlsenwalletd is ok, and I don't receive any requests on Karlsen's node, am I missing some extra config or have you not completed it yet?
"daemons": [ { "host": "127.0.0.1", "port": 42110, "user": "", "password": "", "serviceName": "protowire.RPC" }, { "host": "127.0.0.1", "port": 8082, "user": "", "password": "/////////", "serviceName": "karlsenwalletd.karlsenwalletd", "category": "wallet" }
Beta Was this translation helpful? Give feedback.
All reactions