Post
Topic
Board Announcements (Deutsch)
Re: [ANN] STRATIS | Blockchain Entwicklungsplattform | Blockchain ist live!
by
c_lab
on 19/02/2021, 21:30:35 UTC
Stratis ist zu Strax geschwappt. Wer`s verpennt hat, muss etwas rumorgeln:

https://www.stratisplatform.com/2020/11/17/strax-token-swap-process/

Hey,
ich hatte meine STRAT jetzt seit 2017 auf meinem Electrum-Stratis Wallet 2.7.17 und quasi vergessen gehabt. Habe nun mehrere Anleitungen zum swappen befolgt, bin aber leider nirgends weiter gekommen. Hast du vielleicht eine Idee oder die "ultimative Anleitung"? Smiley

Hi,
unter Win sollte es mit dieser Anleitung klappen: https://www.stratisplatform.com/wp-content/uploads/2020/11/STRAX-Token-Swap-Manual-Token-Swap-Windows.pdf

Stolperstein, ein simples Kopieren der  Kommandos
Code:
AddressOwnershipTool.exe-privkeyfile=“C:\Users\StratisUser\Desktop\WalletBackup\wallet.txt”-destination=destinationaddress
bzw.
Code:
AddressOwnershipTool.exe-name=StratisCoreWalletName-password=walletPassword-destination=STRAXAddress
löscht wie oben die nötigen Leerzeichen.

Richtig:
Code:
AddressOwnershipTool.exe -privkeyfile=“C:\Users\StratisUser\Desktop\WalletBackup\wallet.txt” -destination=destinationaddress
bzw.
Code:
AddressOwnershipTool.exe -name=StratisCoreWalletName -password=walletPassword -destination=STRAXAddress

Und die Pfade müssen natürlich passen.