Git Product home page Git Product logo

Comments (5)

wstrik avatar wstrik commented on July 29, 2024 2

Hi @KtorZ,

Just did the migration. Here are the PowerShell scripts:

Step 2: Restore Your Byron Wallet
$response = curl http://localhost:8090/v2/byron-wallets
-Method POST
-Headers @{"Content-Type"="application/json"}
-Body '{' "name": "MyByronWallet", "passphrase": "MySecurePassphrase", "mnemonic_sentence": [ "survey", "wonder", ... ]}'
echo $response.Content

$BYRON_ID='aa129a07d1ce083e67597348f1788747a034686e'

Step 4: Migrate your Byron wallet
curl http://localhost:8090/v2/byron-wallets/$BYRON_ID/migrations/$SHELLEY_ID
-Method POST
-Headers @{"Content-Type"="application/json"}
-Body '{ "passphrase": "MySecurePassphrase" }'

from incentivized-testnet-stakepool-registry.

 avatar commented on July 29, 2024

Yes, we would also like to know what this exactly means. So the pledge address is one of the addresses that we used for the snapshot. How do we derive the addresses and is it possible to do this offline ?

from incentivized-testnet-stakepool-registry.

edescourtis avatar edescourtis commented on July 29, 2024

Any update on this?

from incentivized-testnet-stakepool-registry.

SViksha avatar SViksha commented on July 29, 2024

use where jcli is installed, if you already have your private and public key

./jcli address account --testing --prefix addr YOUR PUBLIC KEY > owner.addr

owner.addr file will have generated address

from incentivized-testnet-stakepool-registry.

KtorZ avatar KtorZ commented on July 29, 2024

@wstrik @edescourtis

You'll have to:

1/ Migrate your Byron wallet to a new Shelley wallet (see https://github.com/cardano-foundation/incentivized-testnet-stakepool-registry/wiki/How-to-migrate-a-Byron-wallet-using-the-command-line)

2/ Get your reward credentials as described in Step 2: https://github.com/cardano-foundation/incentivized-testnet-stakepool-registry/wiki/How-to-Register-Your-Stake-Pool#step-2-get-your-reward-credentials

from incentivized-testnet-stakepool-registry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.