Skip to content

zahin-mohammad/recover-btc-with-backup-bitgo

Repository files navigation

Installation

  • node 16 nvm install 16 && nvm use 16
  • yarn npm install -g yarn

Usage

Verify Access to Keys

yarn
yarn start --walletId 123 --keyType backup --env test --walletPassword 456 --accessToken 789

To reduce retries the following can be supplied via env vars via a .env file:

  • walletId => WALLET_ID
  • accessToken => ACCESS_TOKEN
  • env => BITGO_ENV

With the above added as environment variables will be:

yarn start --keyType user --walletPassword 123

Recover Funds from Wallet Using Backup Key

Access Token for this script requires a spending limit! Please contact support before attempting this recovery

# usage
yarn recover --accessToken XXX --walletId XXX --walletPassword XXX --destination XXX --env XXX --blockChairApiKey XXX

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published