bitcoinlib icon indicating copy to clipboard operation
bitcoinlib copied to clipboard

Add createwallet

Open zyo2012 opened this issue 6 years ago • 1 comments
trafficstars

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

zyo2012 avatar Dec 06 '18 18:12 zyo2012

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 avatar Dec 06 '18 21:12 moodmosaic