Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 765 Bytes

File metadata and controls

39 lines (25 loc) · 765 Bytes

node-bitcoin-exit

Public API that enables thin clients to communicate with the Bitcoin network.

Installation

First you need to install node-bitcoin-p2p.

Make sure you download the block chain after configuring node-bitcoin-p2p.

Then, clone node-bitcoin-exit.

git clone git://github.com/bitcoinjs/node-bitcoin-exit.git --recursive

Usage

Start the server with

node server.js

We recommend using forever to make sure the server is automatically restarted in case of an error.

forever start server.js

Status

First permanent deployment is online at https://exit.trucoin.com:3125/

Prototype software, use at your own peril.