Retrieve private key


  1. Open the SCRIV desktop wallet.

Untitled

<aside> ℹ️ You can download the wallet here. Copy your wallet.dat backup file to the SCRIV wallet directory.

</aside>

<aside> ℹ️ You don’t need to wait for the blockchain synchronization to retrieve your private keys.

</aside>

  1. Go to “Settings” → “Options” → “Wallet” tab → Check “Enable coin control features”.

Untitled

  1. Go to “Send” wallet tab → “Inputs…” → Right-click + copy your wallet address.

Untitled

  1. Go to “Tools” → “Debug console” → Execute command dumpprivkey **your_wallet_address** (in our example, the command will be dumpprivkey sUxvqrpshQXLvEJ7petwNRsy4uUhsYaikw).

Untitled

  1. Copy your output (in our example XCVfceAbqny5YtTLntrNyWavKWvKHscVfyKJscq5qw6Xrdj2jxVA). This is the private key of your wallet address.

<aside> ℹ️ Don’t close your wallet yet. You will need to execute one more command later.

</aside>

Convert SCRIV wallet private key into Ethereum private key


<aside> ℹ️ Сlarification for the next steps All manipulations with private keys are privacy-sensitive. Never share your private key with anyone. For additional security, you can do the following:

  1. Save Base58 Encoder / Decoder web page locally
  2. Disable your internet connection
  3. Perform decoding
  4. Save results
  5. Delete the web page file

</aside>

  1. Go to https://appdevtools.com/base58-encoder-decoder (or you can use any other Base58 decoder).
  2. Go to “Decode” → Switch to “HEX”.