doughwallet_recovery

command module
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2026 License: GPL-2.0 Imports: 15 Imported by: 0

README

Readme Card

Go Report Card GitHub issues License GitHub release Go Reference

Simple CLI tool to recover Dough Wallets

Usage:

./doughwallet_recovery
 --------------------------- 
|   Dough Wallet Recovery   |
| github.com/cyclone-github |
 --------------------------- 

Enter your Dough Wallet's 12-word recovery phrase:
abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon

External (Receive) Chain: m/0'/0/n

  m/0'/0/0
    Address:     DNf2JUSPdFBUAwC6NauoCMwzQ5idABnf3J
    Private Key: QTk8fDB45XbHUdesGyPgtA3pJvBmpxNtSEw3WWi958JkApPR4ctV

Internal (Change) Chain: m/0'/1/n

  m/0'/1/0
    Address:     DP4ZdihCRgx88YtfiM8nSW7wkcRHeiCVUk
    Private Key: QVf7tKti8JvGUrm3DchjAB7iqVb7MEmqqXrcTzhmYoXnm7SqRnSH

Generate 10 addresses per derivation path:

./doughwallet_recovery -count 10
 ---------------------------- 
| Dough Wallet Recovery Tool |
 ---------------------------- 

Enter your Dough Wallet's 12-word recovery phrase:

Pipe seed phrase:

echo "dough wallet word seed phrase.." | ./doughwallet_recovery

Dough Wallet Info:

Install latest release:

go install github.com/cyclone-github/doughwallet_recovery@latest

Install from latest source code (bleeding edge):

go install github.com/cyclone-github/doughwallet_recovery@main

Compile from source:

  • This assumes you have Go and Git installed
    • git clone https://github.com/cyclone-github/doughwallet_recovery.git # clone repo
    • cd doughwallet_recovery # enter project directory
    • go mod init doughwallet_recovery # initialize Go module (skips if go.mod exists)
    • go mod tidy # download dependencies
    • go build -ldflags="-s -w" . # compile binary in current directory
    • go install -ldflags="-s -w" . # compile binary and install to $GOPATH
  • Compile from source code how-to:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL