Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Burn transaction from another wallet touching mine #211

Open
buhtignew opened this issue Oct 29, 2024 · 0 comments
Open

Burn transaction from another wallet touching mine #211

buhtignew opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
anomaly If something works not as expected

Comments

@buhtignew
Copy link
Collaborator

buhtignew commented Oct 29, 2024

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:

{
    'inputs': [
        {'sender': ['mkbU3SGSMxt4tjVepPHGywWWJ7gYGrhoBG'], 'value': 1000.0}
    ],
    'outputs': [
        {'receivers': ['mmSLiMCoinTestnetBurnAddress1XU5fu'], 'value': 1.0},
        {'receivers': ['mw6J8BWwsbERhCmVYPdS4Kk5W21FuK3Qt3'], 'value': 998.99}
    ],
    'blockheight': 590292
}

it should be 998.99

@buhtignew buhtignew added the anomaly If something works not as expected label Oct 29, 2024
@d5000 d5000 self-assigned this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
anomaly If something works not as expected
Projects
None yet
Development

No branches or pull requests

2 participants