0
I transferred all of my 0.0105 BTC in one address to “1Px92t3MBmZcMfomZmt2BKqaaWHRp2y7fQ” through Bitcoin Core. There are two transaction records as following:
Details are:
Status: 9 confirmations > Date: 2016/12/3 19:30 > Debit: -0.01036619 BTC > Net amount: -0.01036619 BTC > Transaction ID: e71a265559886a784b242a77d952f58821deada04c547d26b61032ee4f8f5360 > Output index: 0
Status: 10 confirmations, broadcast through 6 node(s) > Date: 2016/12/3 19:19 > To: huobi 1Px92t3MBmZcMfomZmt2BKqaaWHRp2y7fQ (watch-only) > Debit: -0.01036619 BTC > Credit: 0.01036619 BTC > Total debit: -0.01036619 BTC > Total credit: 0.01036619 BTC > Transaction fee: -0.00013381 BTC > Net amount: -0.00013381 BTC > Transaction ID: 9ff577cea7b86667eaea93084b4fb7ed75a5ed6d14bdc6e0557ca8fdc55efb82 > Output index: 0
Two questions:
FIRST Why there two transaction records and one of them with type “Payment to yourself”? My balance is 0 now.
SECOND getrawtransaction
9ff577cea7b86667eaea93084b4fb7ed75a5ed6d14bdc6e0557ca8fdc55efb82 1
results: No information available about transaction (code -5)
What does the transaction 9ff577cea7b86667eaea93084b4fb7ed75a5ed6d14bdc6e0557ca8fdc55efb82 represented?
1Also,
getrawtransactiononly works for unconfirmed transactions unless you run intxindexmode. Usegettransactioninstead, which requests wallet info about a transaction rather than node information. – Pieter Wuille – 2016-12-05T08:50:55.723Thx for your answer. Actually I had 0.0105 BTC in the account 19CtzwxLnkptTHp49BRVdvzVjxtYDkMvph, and I made a transfer to spend all of the 0.0105 BTC to 1Px92t3MBmZcMfomZmt2BKqaaWHRp2y7fQ. There should not be any remains to be paid back. If there is a payment to myself, I should not get a zero balance. – lu yuan – 2016-12-06T08:08:55.260