Skip to content
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

Unable to connect to Bitcoin RPC #4

Open
guscalonico opened this issue Jan 10, 2025 · 2 comments
Open

Unable to connect to Bitcoin RPC #4

guscalonico opened this issue Jan 10, 2025 · 2 comments

Comments

@guscalonico
Copy link

Using the example provided in description fails to connect to nigiri Bitcoin RPC:

UserPass("admin1", "123") "http://127.0.0.1:18443/wallet/6udklq7e"
Error: failed to initialize Alice

Caused by:
   0: failed to initialize Bitcoin wallet with its RPC client
   1: failed to initialize Bitcoin RPC client for wallet
   2: RPC client error: JSON error: invalid type: sequence, expected a string

Location:
    src/config.rs:95:30
@guscalonico
Copy link
Author

Apparently, crate bdk got separated into multiple crates, and its BitcoinRPC doesn't work as intended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@guscalonico and others