Replies: 1 comment 12 replies
-
Hi, My bad, i committed a mistake in the Also be mindful, the coin also exists in the miningcore/src/Miningcore/coins.json Line 4768 in e3c65ca |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
any idea why i cannot connect to daemon?
daemon is fully synced
./karlsend --utxoindex
./karlsenwallet start-daemon -l 127.0.0.1:8083 -s 127.0.0.1:42110
config.json
"daemons": [
{
"host": "127.0.0.1",
"port": 42110,
"user": null,
"password": null,
"serviceName": "protowire.RPC"
},
{
"host": "127.0.0.1",
"port": 8083,
"user": null,
"password": null,
"serviceName": "kaspawalletd.kaspawalletd",
"category": "wallet"
}
],
Beta Was this translation helpful? Give feedback.
All reactions