Commit Graph

76 Commits

Author SHA1 Message Date
Patrick Nagurny
bb36f5f044 rename bitcoind to daemon 2015-07-20 10:39:07 -06:00
Patrick Nagurny
f9fef7a07f update index file and examples 2015-07-20 10:37:17 -06:00
Braydon Fuller
b1aac02078 Fix example and formatting issue. 2015-07-09 12:55:53 -04:00
Chris Kleeschulte
36c9f44050 1. Changed build script libbitcoind to support debug builds as well as release builds
2. Added node binding.gyp build script
3. Adjust authors and removed unneeded npm modules
4. Removed unneeded polling of hook packets every 50ms in bitcoind.js
5. Removed hard-coded path to --prefix
2015-07-09 10:46:35 -04:00
k
e4b7f37805 cleaned up the project! 2015-07-02 14:59:14 -04:00
Chris Kleeschulte
2039e4c6dc Added some fixes for the bindings.gyp file. 2015-06-26 16:03:43 -04:00
Chris Kleeschulte
ab598e3523 Updated the patch for a better version of LDFLAGS. 2015-06-24 17:06:27 -04:00
Chris Kleeschulte
5e95650736 Removed the wallet stuff and moved the header includes into the main header file. 2015-06-11 08:34:38 -04:00
Chris Kleeschulte
4e0939ca3c Made the bindings work with node v0.12. There was A LOT of api breakages in node and v8 since! 2015-06-08 17:18:06 -04:00
Chris Kleeschulte
2888e814f2 incremental 2015-06-04 14:54:57 -04:00
Christopher Jeffrey
00975732a7 revise readme. add example again. 2014-12-07 00:21:24 -08:00
Christopher Jeffrey
34de63fb23 remove example for now. 2014-12-02 03:41:51 -08:00
Christopher Jeffrey
78c38743d8 add address to scriptSig. 2014-11-06 02:55:22 -08:00
Christopher Jeffrey
9cd8bd9ee5 rename methods. 2014-10-30 15:07:29 -07:00
Christopher Jeffrey
f8fccb8eaf fix parsed again. emit digest. 2014-10-27 14:58:03 -07:00
Christopher Jeffrey
5d8332c710 convenience for fromHex. 2014-10-23 16:22:39 -07:00
Christopher Jeffrey
37395021f8 clean up example. 2014-10-23 16:04:14 -07:00
Christopher Jeffrey
a07fe6fffb prevblock work. 2014-10-23 15:04:28 -07:00
Christopher Jeffrey
4be3e4b3bc TODO: fix hex check. 2014-10-23 13:41:40 -07:00
Christopher Jeffrey
9681c58fc0 refactor example. 2014-10-23 13:37:44 -07:00
Christopher Jeffrey
1c69a1392f better fromHex testing. 2014-10-23 13:36:08 -07:00
Christopher Jeffrey
54a356fcbf test fromHex more. 2014-10-23 13:24:39 -07:00
Christopher Jeffrey
7fab896ead test fromHex. 2014-10-23 13:21:25 -07:00
Christopher Jeffrey
d1d9396d3d fix example. 2014-10-23 13:15:25 -07:00
Christopher Jeffrey
7977247b79 packet events. 2014-10-23 13:07:40 -07:00
Christopher Jeffrey
677df7f787 more packet polling. 2014-10-21 18:51:05 -07:00
Christopher Jeffrey
5150a64e90 example. 2014-10-20 09:21:35 -07:00
Christopher Jeffrey
8d9df74d76 fix exmaple. 2014-10-20 09:02:03 -07:00
Christopher Jeffrey
42c8dd934e clean up code. dispose callback. 2014-10-20 08:52:00 -07:00
Christopher Jeffrey
69feec24a0 improve example. 2014-10-17 16:18:40 -07:00
Christopher Jeffrey
f0ebef4e8c add GetAddresses(). add "addr" event. 2014-10-17 16:12:57 -07:00
Christopher Jeffrey
6fadefe761 add "peer" and "version" event. 2014-10-17 14:23:19 -07:00
Christopher Jeffrey
965d419801 add GetPeerInfo(). fix GetInfo(). 2014-10-17 13:47:56 -07:00
Christopher Jeffrey
a09c735a9b datadir fixes. wait for wallet to load. 2014-10-16 15:14:44 -07:00
Christopher Jeffrey
ef0bfa14eb add custom datadir option. 2014-10-16 13:54:44 -07:00
Christopher Jeffrey
e2ad9320ff improve start_node and example. 2014-10-15 16:38:10 -07:00
Christopher Jeffrey
1eafe41bab add fromhex methods. 2014-10-03 18:29:29 -07:00
Christopher Jeffrey
41fe58077b tests passed. remove javascript conversions. 2014-10-03 17:59:46 -07:00
Christopher Jeffrey
106ff37179 work. try to get tx hashes working. 2014-10-03 16:39:26 -07:00
Christopher Jeffrey
b69ef31007 start testing hashes and hex. major changes/fixes. 2014-10-03 14:21:37 -07:00
Christopher Jeffrey
bb83e2ef6e start using proper conversions again for txs and blocks. 2014-10-03 11:23:04 -07:00
Christopher Jeffrey
07cdeeb7cc add list option 2014-10-01 11:20:39 -07:00
Christopher Jeffrey
7283d1bc22 wallet work. listaccounts is now extremely useful. 2014-09-26 15:43:55 -07:00
Christopher Jeffrey
41c0cb5a4e bitcoindjs.verifyBlock. 2014-09-26 11:23:21 -07:00
Christopher Jeffrey
4b6fceee37 fix getTx. 2014-09-26 10:16:10 -07:00
Christopher Jeffrey
f691072e33 fallback for getTx. 2014-09-26 10:13:39 -07:00
Christopher Jeffrey
c6ca9d5dbf minor: fixes. 2014-09-25 15:26:49 -07:00
Christopher Jeffrey
ebb2341323 refactor example. 2014-09-25 15:23:45 -07:00
Christopher Jeffrey
6eb95cf293 minor: output. 2014-09-25 15:13:59 -07:00
Christopher Jeffrey
6467c8a058 refactor example and ./lib. 2014-09-25 14:33:37 -07:00