Public API that enables thin clients to communicate with the Bitcoin network.
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
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
First permanent deployment is online at https://exit.trucoin.com:3125/
Prototype software, use at your own peril.