TRANSAKCE NA STARÉM BLOCKCHAINU

Tento článek se týká případů, kdy uživatelé provedli transakci Monero ale na starém blockchainu před přechodem na cryptonight v7. Většinou to začíná tak, že transakce neproběhla nebo prostředky nedorazily apod. Je třeba si prověřit na jaké verzi CLI a GUI jste transakci prováděli a zda byla časově shodná s nejaktuálnější verzí. Druhým krokem jak ověřit kde se transakce nachází, je třeba nahlédnout do samotných blockchainů. Samozřejmě je třeba znát informace o transakci tj. Tx ID, Payment ID, adresa, subadresa , číslo bloku, privátní view klíč.

Původní blockchain explorer, dnes Monero Classic.

Aktuální blockchain explorer, stále Monero.

Jinak vyjádřeno se jedná o rozdíl mezi verzemi klientů v0.11 a v0.12

 

Návod jak situaci vyřešit:

LOCAL NODE GUI:

  1. Go to the Settings page of the GUI.
  2. Press Show status
  3. A window should pop up.
  4. Type flush_txpool in the command box (you may need to highlight it with your mouse to see it, as we've gotten reports of it being fairly invisible). If you're unable to execute this command, proceed with step 7.
  5. Your transaction should now show as Failed on the History page.
  6. Your balance should now reflect the proper balance.
  7. If not, exit the GUI, but keep the daemon running.
  8. Browse to the directory your wallet files are located (Documents\Monero\<wallet-name> on Windows | ~/Monero/<wallet-name> on Linux and Mac OS X).
  9. Rename <wallet-name> (the file without extension) to <wallet-name>-old.
  10. Restart the GUI. This will trigger a wallet refresh from scratch, which shouldn't take longer than 30 minutes.
  11. You should see your proper balance once the wallet is fully refreshed.

LOCAL NODE CLI

  1. Type flush_txpool into monerod
  2. Use show_transfers (in monero-wallet-cli) to verify that your transaction now shows as failed
  3. Your balance should now reflect the proper balance.
  4. If not, type rescan_spent in monero-wallet-cli

REMOTE NODE GUI:

  1. Exit the GUI.
  2. Browse to the directory your wallet files are located (Documents\Monero\<wallet-name> on Windows | ~/Monero/<wallet-name> on Linux and Mac OS X).
  3. Rename <wallet-name> (the file without extension) to <wallet-name>-old.
  4. Restart the GUI. This will trigger a wallet refresh from scratch, which shouldn't take longer than 30 minutes.
  5. You should see your proper balance once the wallet is fully refreshed.

REMOTE NODE CLI:

  1. Exit the CLI.
  2. Note that, by default, the CLI stores the wallet files in the same directory as monero-wallet-cli
  3. Rename <wallet-name> (the file without extension) to <wallet-name>-old.
  4. Restart the CLI. This will trigger a wallet refresh from scratch, which shouldn't take longer than 30 minutes.
  5. You should see your proper balance once the wallet is fully refreshed.

Zdroj dEBRUYNE

Napsat komentář

Vaše e-mailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *