btcwallet icon indicating copy to clipboard operation
btcwallet copied to clipboard

Account1 not found after unlocking wallet.

Open blockchainsolutionshi opened this issue 7 years ago • 4 comments

I created a new account (not default) and sent tBTC to it but now I can't send from that account as -32603: account 1 not found.

In addition, the Move command returns -Request unsupported by btcwallet

blockchainsolutionshi avatar Sep 20 '18 20:09 blockchainsolutionshi

I have the same issue

heshsmurf avatar Oct 16 '18 12:10 heshsmurf

I have the same issue too.

bennyzouchina avatar Oct 17 '18 08:10 bennyzouchina

This is the error I've always taken.

I use sendmany command:

sendmany accounname '{"SMrto3dWZ2ZPVDse9hcGNgt9ocnvtiVmfk":1}'
-32603: account 1 not found

listaccounts outputs:

{
  "default": 0,
  "imported": 0,
  "accounname": 5600
}

getinfo output:

{
  "version": 120000,
  "protocolversion": 70002,
  "walletversion": 5,
  "balance": 5600,
  "blocks": 211,
  "timeoffset": 0,
  "connections": 0,
  "proxy": "",
  "difficulty": 1,
  "testnet": false,
  "keypoololdest": 0,
  "keypoolsize": 0,
  "unlocked_until": 0,
  "paytxfee": 1000,
  "relayfee": 0.00001,
  "errors": ""
}

c1982 avatar Nov 13 '18 10:11 c1982

Thank you, this is still an issue and your pull request does in fact fix the issue! I have run into the issue sending from non default accounts, "Error: "-26: TX rejected: transaction --- has witness data, but segwit isn't active yet".

dmulrooney avatar Oct 08 '19 17:10 dmulrooney