Skip to content

An app that enable users transfer ownership of bitcoin to heirs by using P2WSH addresses that can be redeemed by heirs when the owner dies

License

Notifications You must be signed in to change notification settings

tvpeter/bitcoin-inheritance

Repository files navigation

Description

To ensure your heirs can access your bitcoin after you pass away, all of your P2WSH addresses contain a second spending clause that after 1 year, a second key (held by your heir) can spend all of your outputs. With this program/script, you want to be able to quickly “refresh” all outputs that are coming close to being unlocked, e.g. within 3 months of the second spending path becoming viable. See https://bitcointalk.org/index.php?topic=5185907.0 for an example of the original setup.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

An app that enable users transfer ownership of bitcoin to heirs by using P2WSH addresses that can be redeemed by heirs when the owner dies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published