Commit Graph

65 Commits

Author SHA1 Message Date
Braydon Fuller 1dec93edd4 bitcore -> bitcore-lib 2015-10-17 00:56:29 -04:00
Braydon Fuller fce7964dce Add prerequisites to readme. 2015-09-30 16:41:46 -04:00
Braydon Fuller 1183e0cae7 Service Documentation 2015-09-23 18:14:37 -04:00
Chris Kleeschulte 3daa8a7984 Readme should reference a beta.X and not the specific beta release. 2015-09-16 14:45:14 -04:00
Patrick Nagurny 6d514febf3 document the web service 2015-09-10 11:59:20 -04:00
Chris Kleeschulte 7142a6061f Update README.md
- Update install reference to beta.6
- directions for starting as a daemon
2015-09-09 14:11:40 -04:00
Braydon Fuller 854f98fe43 Update Documentation to reflect Service Architecture 2015-08-31 12:11:20 -04:00
Braydon Fuller 56ebf42403 Move Modules from DB to Node 2015-08-27 19:02:33 -04:00
Braydon Fuller 5361183a19 Use node as a reference in modules, db and chain. 2015-08-27 14:04:42 -04:00
Braydon Fuller ccab818d33 Use Bitcore Block/BlockHeader 2015-08-27 12:14:25 -04:00
Braydon Fuller 7559a4ffaa Update README with the correct links. 2015-08-25 14:02:28 -04:00
Braydon Fuller 4f37c3f15f Include cli command "call" in another iteration. 2015-08-25 13:22:55 -04:00
Braydon Fuller 450fb8981b Update README with updated command options. 2015-08-24 18:57:50 -04:00
Braydon Fuller 17b1bf15ab Start of module architecture and CLI for node configuration. 2015-08-24 18:51:07 -04:00
Braydon Fuller ec474bf17d Merge pull request #121 from kleetus/readme_binaries
Added a note about distributing binaries at the top of the README jus…
2015-08-12 21:20:18 -04:00
Chris Kleeschulte f168b021bf typo fix 2015-08-12 16:57:50 -04:00
Chris Kleeschulte 549eea419a Added a note about distributing binaries at the top of the README just in case someone is reading the README from npm or otherwise using the binaries. 2015-08-12 14:50:02 -04:00
Braydon Fuller 6584974413 Emit "synced" event when bitcoind is synced
- Added daemon IsSynced method
- Renamed GetProgress to SyncPercentage
- Improved logging when syncing is finished
2015-08-11 17:24:30 -04:00
Chris Kleeschulte afa51fdabc Added Fedora to README and added a check for shasum. 2015-08-06 16:55:00 -04:00
Chris Kleeschulte 2a576eae62 Added automake to the install directions. On Mint Linux, automake isn't part of auto tools package for some reason. 2015-08-06 13:56:39 -04:00
Braydon Fuller e4c42fa6cb Download and upload binary distribution. 2015-08-05 21:30:42 -04:00
Chris Kleeschulte c8f3cbe390 Fixed README for Bitcore versus Bitcoin. 2015-08-05 16:34:51 -04:00
Chris Kleeschulte a62410da67 Spacing, RELEASE notes, clean up
- Removed main Makefile
- Fixed wording in README
- Altered build script
- Fixed clean script
2015-08-05 16:29:30 -04:00
Chris Kleeschulte 6fe8bc7702 - put variables.sh in bin/
- fixed wording and description in README.md
- make clean in libbitcoind for clean script
- changed references to variables.sh
2015-08-05 16:27:20 -04:00
Chris Kleeschulte 0fe161c5f4 Updated the README.md 2015-08-05 16:27:20 -04:00
Braydon Fuller 22890b8863 Error message and environment variable fix for bin/start.js 2015-08-05 09:38:50 -04:00
Braydon Fuller 1f42d24e42 Update documentation for lib/daemon 2015-08-04 14:11:12 -04:00
Braydon Fuller 9ac7de325a Fix spelling of build 2015-08-03 14:28:51 -04:00
Braydon Fuller 2b7804271b Added build instructions for OSX 2015-08-03 14:19:44 -04:00
Braydon Fuller 2a9308a2e9 Updated README with detailed build instructions. 2015-08-03 14:17:14 -04:00
Chris Kleeschulte 78f20a1a8c Checking for the existing of Xcode command line tools in order to complete a successful build on mac. 2015-07-31 16:40:25 -04:00
Braydon Fuller f4061037b6 Update name to Bitcore Node 2015-07-31 13:26:48 -04:00
Braydon Fuller ddef234167 Include documentation for module event publishing. 2015-07-29 18:21:09 -04:00
Patrick Nagurny 9108b0f695 rename methods to getAPIMethods 2015-07-23 15:34:36 -06:00
Patrick Nagurny 990f508bbb update README with module docs 2015-07-23 15:03:18 -06:00
Braydon Fuller 53968e6f8d Fix debug flag and readme formatting. 2015-07-21 13:19:18 -04:00
Chris Kleeschulte cf6225c495 Regtest testing
- Removed config option for build scripts, replaced with env variable
- Updated README
- Added regtest option under test build, wallet built-in
- added network key to bindings
- datadir for the bitcoind object instead of directory
- added new config_options scripts for test and debug
2015-07-21 13:06:43 -04:00
Braydon Fuller 0bbc388ca6 Cleanup configuration options 2015-07-21 11:16:12 -04:00
Igor Barinov d8f858f785 git clone ssh to https change
You can only git clone using ssh if you have ssh keypair and pub key uploaded to github. Otherwise, you will get "Permission denied (publickey)."
it's recommended to use https e.g. git clone https://github.com/bitpay/bitcoind.js.git
2015-07-20 23:29:34 -07:00
Patrick Nagurny f41a641dee README formatting issue 2015-07-20 14:49:45 -06:00
Patrick Nagurny 02b2d165d7 updated readme 2015-07-20 10:40:36 -06:00
Chris Kleeschulte e45876e440 Update README.md
Added the requirement of prefix on Mac OS X manually building.
2015-07-10 15:36:35 -04:00
Braydon Fuller 4d8f1a1ea8 Various updates for the README 2015-07-10 10:57:15 -04:00
Braydon Fuller 50c3bc43ab Wait until bitcoind is stopped in test. 2015-07-09 14:39:23 -04:00
Braydon Fuller 60d4a1137f Update Readme 2015-07-09 09:47:02 -04:00
k 073f3f85e9 adjusted README 2015-07-07 13:47:22 -04:00
Chris Kleeschulte ab598e3523 Updated the patch for a better version of LDFLAGS. 2015-06-24 17:06:27 -04:00
Christopher Jeffrey 98a99c404f update readme. 2014-12-09 14:17:39 -08:00
Christopher Jeffrey b77bd43f93 readme again. 2014-12-07 01:00:35 -08:00
Christopher Jeffrey 00975732a7 revise readme. add example again. 2014-12-07 00:21:24 -08:00