Bitcoin Forum

Bitcoin => Project Development => Topic started by: RGBKey on January 06, 2015, 03:48:11 AM



Title: Node.js and Bitcoin
Post by: RGBKey on January 06, 2015, 03:48:11 AM
Has anyone done any work with bitcoin backend with node.js? I'd be interested to know how many people use it and with what.


Title: Re: Node.js and Bitcoin
Post by: Parazyd on January 06, 2015, 11:48:22 AM
This should help you:

https://github.com/bitcoinjs


Title: Re: Node.js and Bitcoin
Post by: Jarx on January 06, 2015, 12:05:32 PM
Bitpay is using Node. Just-Dice, Dicebitco.in, Moneypot and a lot of site using it.
You can check bitpay's open source bitcoin library for node: http://bitcore.io/


Title: Re: Node.js and Bitcoin
Post by: siameze on January 06, 2015, 12:10:30 PM
I use this, mainly because I like the block explorer in terminal: https://github.com/chjj/termcoin

For me it is a little fussy, but a really nice design.


Title: Re: Node.js and Bitcoin
Post by: Parazyd on January 06, 2015, 12:17:59 PM
I use this, mainly because I like the block explorer in terminal: https://github.com/chjj/termcoin

For me it is a little fussy, but a really nice design.

I am so gonna port this for offline use :D


Title: Re: Node.js and Bitcoin
Post by: 3x2 on January 06, 2015, 12:22:15 PM
NODE coin is based on Node.js https://bitcointalk.org/index.php?topic=590421.0


Title: Re: Node.js and Bitcoin
Post by: siameze on January 06, 2015, 12:51:58 PM
I use this, mainly because I like the block explorer in terminal: https://github.com/chjj/termcoin

For me it is a little fussy, but a really nice design.

I am so gonna port this for offline use :D

If you are successful in doing so let me know lol. I thought it was a neat little project and I guess development on it stalled. If there was a bitcointalk CLI, I'd probably be using it.


Title: Re: Node.js and Bitcoin
Post by: onemorebtc on January 06, 2015, 12:54:56 PM
I use this, mainly because I like the block explorer in terminal: https://github.com/chjj/termcoin

For me it is a little fussy, but a really nice design.

I am so gonna port this for offline use :D

If you are successful in doing so let me know lol. I thought it was a neat little project and I guess development on it stalled. If there was a bitcointalk CLI, I'd probably be using it.

https://bitcointalk.org/index.php?topic=668475.msg7555291#msg7555291
^ bitcoin ncurses


Title: Re: Node.js and Bitcoin
Post by: siameze on January 06, 2015, 01:01:22 PM
https://bitcointalk.org/index.php?topic=668475.msg7555291#msg7555291
^ bitcoin ncurses


That looks quite nice, thanks onemorebtc. Cloning it now.

EDIT: Works great, the interface is nothing to write home about but the code runs way more stable for me than the other version I posted.