Skip to content

Node.js server for providing Bitcoin webservices to thin clients

Notifications You must be signed in to change notification settings

RandomMinds/node-bitcoin-exit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Node.js server for providing Bitcoin webservices to thin clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published