stealth.js

0.5.1 • Public • Published

StealthJS Build Status Coverage Status

Stealth addresses are a new form of bitcoin addresses that solve the problem of address reuse.

They allow the sender to generate new addresses for the receiver, and sending without anyone watching the blockchain knowing the receiver is the owner of the original stealth address.

The required extra data for the receiver to know the transaction is for her is included in the blockchain together with the transaction by using the OP_RETURN instruction.

You can see how a stealth transaction looks like.

Note: OP_RETURN is just supported as standard in the bitcoin network in recent versions of the mining software, so not all miners will confirm or propagate the transactions, this means at this moment sometimes they can take a bit longer to confirm. Also you probably won't see the unconfirmed transaction, but this is more an issue in our obelisk interaction or in obelisk.

Installation

You can install it using npm:

$ npm install stealth.js --save

And require it as a node module or as AMD.

How Stealth Addresses Work

More information at DarkWallet/Stealth.

Readme

Keywords

none

Package Sidebar

Install

npm i stealth.js

Weekly Downloads

4

Version

0.5.1

License

AGPLv3+

Last publish

Collaborators

  • sembrestels