According to this page (
https://en.bitcoin.it/wiki/Help:Accounts_explained#The_Default_Account) there is a move function between accounts on our wallet.
Are these moves instant and do not show up on blockchain?
Please check my last test transactions:
{
"account": "Account2",
"address": "1AiXzU8AA7NL6oVKrPR9d9hwATKWwMaadS",
"category": "receive",
"amount": 0.00100000,
"label": "Account2",
"vout": 0,
"confirmations": 196,
"blockhash": "0000000000000000007b634b3278a4d75744e77129bb961126246a6e5b7d06a6",
"blockindex": 1147,
"blocktime": 1507270616,
"txid": "2e2d2869cea148a59a1033531042b7590867baba37b2b72b4787bbfcf370b778",
"walletconflicts": [
],
"time": 1507270440,
"timereceived": 1507270440,
"bip125-replaceable": "no"
},
{
"account": "Account1",
"address": "15z2XgtEbjE1dZ4pFuN1FnZvinfYEmGfmg",
"category": "receive",
"amount": 0.00100000,
"label": "Account1",
"vout": 1,
"confirmations": 192,
"blockhash": "00000000000000000095b8f42ab53956052145534d9e1683c3b1a97668b5d802",
"blockindex": 949,
"blocktime": 1507274365,
"txid": "39fc0d67a5c4830e8092654d28b555943f73f4f228c5dd837f6610a7c39243f2",
"walletconflicts": [
],
"time": 1507270616,
"timereceived": 1507270616,
"bip125-replaceable": "no"
},
{
"account": "Account2",
"category": "move",
"time": 1507274482,
"amount": -0.00100000,
"otheraccount": "Account1",
"comment": ""
},
{
"account": "Account1",
"category": "move",
"time": 1507274482,
"amount": 0.00100000,
"otheraccount": "Account2",
"comment": ""
}
So I received 0.001 to both Account1 and Account2 then moved 0.001 from Account1 to Account2.
However, this move does not have a transaction id and if I check on blockchain, the 2 addresses have the same balance (0.001).
https://blockchain.info/address/1AiXzU8AA7NL6oVKrPR9d9hwATKWwMaadShttps://blockchain.info/address/15z2XgtEbjE1dZ4pFuN1FnZvinfYEmGfmg