-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running daemon #9
Comments
The issue is when I run the BAT file - "Unable to start karlsend: not found" My BAT file states the following - : XXX karlsend.exe --utxoindex goto xxx Here is my Dir - Mode LastWriteTime Length Name -a---- 11/18/2023 6:34 AM 23070693 genkeypair.exe |
Same problem |
i have similar:
like github.com/karlsen-network/karlsend/infrastructure/network/rpcclient.init is missing also Method unavailable when karlsend is run without --utxoindex show up while karlsend.exe –-utxoindex runs in cmd as admin if karlsend not running: this is what karlsend see while tryining tun daemon: |
Same issue on linux while running command ./karlsend –utxoindex in another windows |
let me add i tried with -- and - for utxoindex |
guys silly thing when .\karlsend.exe --utxoindex doesnt works but .\karlsend.exe /utxoindex works |
Solved for me. I deleted the datadir2 folder in C:\Users...\AppData\Local\Karlsend\karlsen-mainnet. |
Hi guys, I'm currently creating a wallet but I'm receiving the following error when initially trying to run the daemon - "Error connecting to RPC server localhost: error connecting to address localhost:42110: error connecting to localhost:42110: context deadline exceeded". Any idea?
Error received after the following:
2023-12-07 12:48:09.702 [INF] KSWD: Listening to TCP on localhost:8082
2023-12-07 12:48:09.702 [INF] KSWD: Connecting to a node at localhost...
I hope someone has an idea. This is over my head :) Thanks!
The text was updated successfully, but these errors were encountered: