How to import cyberlinks from `euler-5` to `euler-6`

by savetheales on 2020-04-19

This guide will explain several ways to migrate your cyberlinks.

Following our migration proposal, the IPLD structure with the links made by masters has been prepared and is ready to be moved across testnets. These are the tools masters can use to migrate their links from euler-5 to euler-6 network, depending on how you created your links:

Nice! Connect your Ledger device to the cyber.page app and pocket it by clicking the robot icon in the top right corner and pushing the put ledger button. If you don’t see the button, your cookies are saved and you should just skip the first step.

  1. Your Ledger should be connected to the computer and the cosmos app should be open:

connetc_ledger

  1. After a successful connection, you should see your cyber and cosmos addresses and the box with the proposal to import the cyberlinks using your Ledger (if you don’t see this box, but you are sure that you have used your Ledger to cyberlink, click on the top box with the addresses and a Drop key button in the bottom will appear. Click it and reload the page):

pocket

  1. Ledgers memory capability only allows signing 7 messages at a time. This means that you need to make several transactions to import all your links if they amount to more than 7:

  1. Click on the first cyberlink and push the sign button to generate the transaction:

  1. Confirm the transaction data on your Ledger device, press Fuck Google on the screen, rinse and repeat until done.

1.In this case, import your cyber address manually by clicking the put read-only address button:

connetc_ledger

  1. You should see a box that says: You created N cyberlinks in euler-5. Import cli:

  1. Click on the section. The tx_links.json file should start to download automatically. If not, try reloading the page.

  2. Open the console and sign the transaction file with your account (obviosuly your Ledger should be connected with the Cosmos app opened):

cyberdcli tx sign /tx_links.json --from  --output-document /tx_links_signed.json --chain-id euler-6
  1. The output document is a signed transaction ready for broadcasting. Let’s send it to the network:
cyberdcli tx broadcast  /tx_links_signed.json --chain-id euler-6
  1. After the transaction has been confirmed by the network, you will see your euler-5 links in the euler-6 network.
  1. Open the cyb~Virus extension and export your private key

  2. You need to import your private key into cyber, using the CLI. Open the console and import the key:

 cyberdcli keys add private 

is just any random nickname you choose. The system will ask you to enter a passphrase, you should do this.

  1. Next, type in the following command:
 cyberdcli keys list

This will return your cyber address (under the name you picked earlier). Copy the cyber address.

  1. Go to the All my cyberlinks were done using the CLI section of this document and do steps 1 - 6.

Comments