You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: