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

Add createwallet #101

Open
zyo2012 opened this issue Dec 6, 2018 · 1 comment
Open

Add createwallet #101

zyo2012 opened this issue Dec 6, 2018 · 1 comment

Comments

@zyo2012
Copy link

zyo2012 commented Dec 6, 2018

Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the createwallet command with a unique id and the connection can have the --rpcwallet with the same id.

What are the alternative if I need to handle more than 1 wallet. Thanks

@moodmosaic
Copy link
Contributor

createwallet needs to be added first in BitcoinLib. (Feel free to send a pull request for it.)

Keep in mind though, this is about creating multiple wallets, each with a separate set of addresses.

@moodmosaic moodmosaic changed the title Multiple wallets Add createwallet Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@moodmosaic @zyo2012 and others