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

Multiwallet question #127

Open
rebatepokerapp opened this issue Jan 21, 2021 · 0 comments
Open

Multiwallet question #127

rebatepokerapp opened this issue Jan 21, 2021 · 0 comments

Comments

@rebatepokerapp
Copy link

I had two wallets loaded, but when I try to access one by new Client setting the wallet:'G:\bitcoin\testnet3\wallets\testwallet1\wallet.dat' even with wallet:'G:\bitcoin\testnet3\wallets\testwallet1\' not works. I had install the bitcoin core on windows 10 system, and when I request the wallets list I got
[
'G:\bitcoin\testnet3\wallets\testwallet1\',
'G:\bitcoin\testnet3\wallets\'
]
The default wallet and the new one I create.

const Client= require('bitcoin-core');
const rpclient= new Client({network: 'testnet', wallet: 'G:\bitcoin\testnet3\wallets\testwallet1\wallet.dat', port: port, username: 'admin', password: '*******'});

I request the balance and got this: Requested wallet does not exist or is not loaded

But the wallet appears on loaded wallet list.
If you can help me I'll appreciate. Thanks in advance.

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

1 participant