0
I have already created a multi-sig address with funds, and I have already made transactions (2 of 4 Signatures needed). No problem.
But I want to add it to one of my accounts, or a new account, so I can watch the balance. Currently I have to use the Block Explorer to find balance and tx-information.
Do I use: importpubkey or importaddress or something else? I cannot figure out how.
The command setaccount gives me the "this address does not belong to you".
Thank you for the answer, but I have tried this countless times. The balance of the multisig-address doesn't appear when I list accounts nor getbalance of account. The "Label" is supposed to become the name of the account, right? Nothing happens :/ Please help more if you can. – Rouse – 2018-08-09T22:33:04.050
I tried "bitcoin-cli listaccounts 0 true" now, and now I can see the new account I made that reads the multisig-address balance! But it shows a balance which is 0.120005. And the default account named "" shows negative amount of -0.100005. The correct amount is 0.120005 - 0.100005 = 0.020000 ... Why is it doing that, and how do I make it show the normal balance? – Rouse – 2018-08-09T23:06:53.887
Try 'getbalance "account" 0 true' – JBaczuk – 2018-08-09T23:11:55.733
Also, see https://stackoverflow.com/q/22237621/3499115
– JBaczuk – 2018-08-09T23:22:45.413That "getbalance" only gives the same result which is 0.120005, which I checked shows exactly the same as "getreceivedbyaccount" and "getreceivedbyaddress". It doesn't make sense that the default "" account shows negative number of actually what is "totalsent". – Rouse – 2018-08-09T23:23:41.760