Skip to content
Discussion options

You must be logged in to vote

Actually the best way to do this is to change the providers.json file in the .bitcoinlib directory. So not in the library code itself but in the settings directory. You can remove providers from providers.json or disable them by setting the proirity to 0.

You can alse specify providers after creating a Wallet object:

w = wallet_create_or_open("mywalletfullofcoins") w.providers = ['electrumx'] 

Now only the ElectrumX provider is used.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mccwdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants