Skip to content

Derives bitcoin addresses from account-level extended public keys. Supports BIP44 (xpub), BIP49 (ypub), and BIP84 (zpub) extended keys. Addresses are P2PKH, P2SH-P2WPKH, and P2WPKH respectively.

Notifications You must be signed in to change notification settings

Septem151/Deriver-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deriver Tool

Overview

The Deriver Tool functions as a standalone address deriver. Capable of deriving addresses from BIP44, BIP49, and BIP84 extended keys (xpub, ypub, and zpub respectively).

How To Use

Download the .zip file from the Releases page.

Program Flow

Prompt for an account-level extended public key
IF Input == "Q"
	Exit Program
ELSE
	Prompt for an Address index
	IF Input == "Q"
		Return to Beginning of Program
	ELSE IF extended key is BIP44 (xpub)
		Display P2PKH address at given index
	ELSE IF extended key is BIP49 (ypub)
		Display P2SH-P2WPKH address at given index
	ELSE IF extended key is BIP84 (zpub)
		Display P2WPKH address at given index

About

Derives bitcoin addresses from account-level extended public keys. Supports BIP44 (xpub), BIP49 (ypub), and BIP84 (zpub) extended keys. Addresses are P2PKH, P2SH-P2WPKH, and P2WPKH respectively.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages