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
I'm running both btcwallet and btcd, and I think I have the right configurations for them to talk to each other. But when I run the following curl command:
I looked through the code, and I'm not sure if I'm reading it correctly, but here's what I found out...
I'm starting btcwallet with the --noinitialload flag, which disables the rpcClientConnectLoop function. chainClient gets set inside rpcClientConnectLoop, which never runs because of --noinitialload.
I tried using the RPC command createwallet, but it still returned "Chain RPC is inactive", which makes sense given the way the code is written.
Now I'm not sure how to create a wallet programmatically without using --noinitialload.
I'm running both btcwallet and btcd, and I think I have the right configurations for them to talk to each other. But when I run the following curl command:
I get
btcd is still going through initial block download. Is that why I'm getting the error? Or is it something else?
The text was updated successfully, but these errors were encountered: