Bitcoin Forum
November 04, 2024, 08:14:23 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: [Bitcoin-qt] When exporting txns to csv, ledger doesn't match wallet balance. on: August 03, 2020, 10:05:38 AM
I found that I have many unconfirmed transactions from years ago.
Probably those transactions are dropped.

I fix the report by adding 3 additional columns

H      =IF(A2,IF(C2="Payment to yourself",0,1),0)
I       =I3+H2*F2
J       =J1-H2*F2               
And  filling J1 with current balance.

Now summary differs only by 0.001%
I thought it is because of rounding on calculations (it is libre office) so I multiplied all amounts by 100000000.
But still the is the same difference.
2  Bitcoin / Development & Technical Discussion / Re: [Bitcoin-qt] When exporting txns to csv, ledger doesn't match wallet balance. on: August 03, 2020, 09:33:51 AM
I have the same issue.
Summary on exported data for the 2020-08-01 misses about 40% of balance.
The wallet is 5 years old.

It must be something more than "Payment to yourself" records since i removed them manualy.

Any way
I think it would be a good idea to change amount to 0 on "Payment to yourself" lines.
Address column for those record is empty - only transaction id and date are filled.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!