Skip to content

A simple bitcoin wallet script to use with counterparty

Notifications You must be signed in to change notification settings

CNTRPRTY/simplest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simplest Bitcoin Wallet

THE FOLLOWING WALLET COMPROMISES SAFE BITCOIN HANDLING FOR (VERIFIABLE) SIMPLICITY!

Use at your own risk, preferably with small amounts of bitcoin. Avoid using this wallet ONLINE with large amounts of assets.

OFFLINE use is SMART.

Requirements / Usage:

Generate your key and deposit bitcoin

  1. basic knowledge of NodeJS, study / verify the code, then: npm install

  2. run wallet-address-sign.js as is to obtain your key (and store safely!)

  3. edit wallet-address-sign.js to use the key generated in step 1 (and delete afterwards appropriately!)

  4. send bitcoin to the generated address (check if received / confirmed: https://mempool.space/address/PutAddressHere)

  5. you have bitcoin!

Use with Counterparty

  1. use address to generate your desired (unsigned) CNTRPRTY transaction hex (you can use: xcp.dev/wallet)

  2. input the generated unsigned hex into wallet-address-sign.js

  3. run wallet-address-sign.js to generate a signed transaction hex

  4. finally broadcast your signed transaction (https://mempool.space/tx/push)


Script based on counterwallet.

About

A simple bitcoin wallet script to use with counterparty

Resources

Stars

Watchers

Forks