You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested the second possibility mentioned by you here, i.e. you wrote
"The differences you spotted among versions with -w and without -w can be explained...:"
and then
"...if there are transactions not sent from your wallet, but with an output received by your wallet."
So I did the following:
I've stopped my slimcoind,
renamed the wallet.dat that I'm running usually into wallet1.dat and placed another wallet.dat instead,
restarted slimcoind,
set up the new wallet's address muhhYam1NXMSUqKx4uSrfjS7N7Fcz6j6Qx as main,
burned coins from that address with the change on the address of the wallet1.dat (by running pobtoken burn_coins 1 -c mw6J8BWwsbERhCmVYPdS4Kk5W21FuK3Qt3), which has produced transaction 968a55d717298b156235a4b261beb378f3fdfd9f01c9a6b9fbbc9475c7afe246,
stopped slimcoind and restarted it with the wallet1.dat renamed it into wallet.dat again,
At this point I was expecting the above transaction to be displayed in transaction list -b | grep 968a55d717298b156235a4b261beb378f3fdfd9f01c9a6b9fbbc9475c7afe246 or transaction list -b -w | grep 968a55d717298b156235a4b261beb378f3fdfd9f01c9a6b9fbbc9475c7afe246, but it was not there.
And even more, my address mw6J8BWwsbERhCmVYPdS4Kk5W21FuK3Qt3 doesn't seem to have received any change, i.e. it's address balance mw6J8BWwsbERhCmVYPdS4Kk5W21FuK3Qt3 is
{'balance': 0.0}
while according to transaction show 968a55d717298b156235a4b261beb378f3fdfd9f01c9a6b9fbbc9475c7afe246 -s output:
I've tested the second possibility mentioned by you here, i.e. you wrote
"The differences you spotted among versions with -w and without -w can be explained...:"
and then
"...if there are transactions not sent from your wallet, but with an output received by your wallet."
So I did the following:
muhhYam1NXMSUqKx4uSrfjS7N7Fcz6j6Qx
as main,pobtoken burn_coins 1 -c mw6J8BWwsbERhCmVYPdS4Kk5W21FuK3Qt3
), which has produced transaction968a55d717298b156235a4b261beb378f3fdfd9f01c9a6b9fbbc9475c7afe246
,At this point I was expecting the above transaction to be displayed in
transaction list -b | grep 968a55d717298b156235a4b261beb378f3fdfd9f01c9a6b9fbbc9475c7afe246
ortransaction list -b -w | grep 968a55d717298b156235a4b261beb378f3fdfd9f01c9a6b9fbbc9475c7afe246
, but it was not there.And even more, my address
mw6J8BWwsbERhCmVYPdS4Kk5W21FuK3Qt3
doesn't seem to have received any change, i.e. it'saddress balance mw6J8BWwsbERhCmVYPdS4Kk5W21FuK3Qt3
iswhile according to
transaction show 968a55d717298b156235a4b261beb378f3fdfd9f01c9a6b9fbbc9475c7afe246 -s
output:it should be 998.99
The text was updated successfully, but these errors were encountered: