Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.23 KB

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.