User using really old version of ConfluxPortal might won't be able to access the export account page due to old removed RPC endpoint.
This tutorial provides a tool for users under the above condition to export their credentials.
Prerequisites
- You must have the right ConfluxPortal password
- The
decrypt.html
attachment at the bottom of this tutorial
Steps
- Open Google Chrome browser
- Paste
chrome://extensions/
into address bar and hit enter - Enable Developer mode at the upper right corner of the Extensions page
- Paste
ConfluxPortal
into theSearch extensions
search bar - Enable ConfluxPortal if it's not enabled
- Click the
background page
of link ConfluxPortal - In the newly opened window, select
Console
tab - Click on the console prompt (the
>
sign) - Paste
chrome.storage.local.get(storage => prompt('Encrypted Vault: ', `${storage.data.KeyringController.vault}`))
and hit enter - Copy the already selected text in the popup
- Open
decrypt.html
via double click - Paste the copied text into the popup, hit enter
- Type your ConfluxPortal password in the next popup and hit enter
- Your credentials should be displayed in the webpage
HD Key Tree
means seed phrase.Simple Key Pair
menas private key
Comments
0 comments
Article is closed for comments.