Commit Graph

44 Commits

Author SHA1 Message Date
daniel-farina 63e98309d9 Merge branch 'master' of https://github.com/ch4ot1c/bitcore-install into ch4ot1c-master
# Conflicts:
#	btcp_store_demo.sh
2018-07-11 03:59:28 -04:00
Daniel Farina cb45858780
Allow root on bower
Added --allow-root on the bower command. This is useful and needed when testing on a default Ubuntu Digital Ocean droplet, else the command will fail.
2018-07-11 01:29:12 -04:00
Daniel Farina 2054085fff
Fixed wrong URL
Removed v from the BitcoinPrivate release URL which resulted in a wrong url.
2018-07-11 01:14:09 -04:00
J62 970a84f38c
update random password generation
update random password generation to not include /=+

for this https://github.com/ch4ot1c/bitcore-install/blob/master/btcp_store_demo.sh#L92 I suggest

`local RPCPASSWORD=$(openssl rand -base64 32 | tr -d /=+ | cut -c -30)`
2018-05-19 01:41:17 -07:00
Jon Layton 667c0ea6ae Minor fixes + comments 2018-05-16 06:13:30 +00:00
ch4ot1c bd3a995996 Uglify, add store-demo service + swapfile for testing, modularity 2018-05-16 00:23:32 -05:00
Jon Layton a70a9fd25d ./ 2018-05-02 17:22:38 -04:00
Jon Layton 3e986dc8bf Symlink bitcore-node to btcp-explorer/, run directly with commander+bitcore 2018-05-02 17:11:04 -04:00
Jon Layton 2ff3b764c5 start/stop script, pm2 2018-05-02 16:27:00 -04:00
Jon Layton 943069e48b Remove insight-ui-btcp and store-demo, showmetrics=0 in conf 2018-05-02 14:16:41 -04:00
J62 ee927014dc
add -c to wget cmd
Hopefully prevent failed download
2018-04-27 23:55:28 -07:00
J62 495abab879
Update release for btcpd/btcp-cli 2018-04-27 12:16:28 -07:00
Daniel Farina 1982ccbab1
Merge pull request #7 from ch4ot1c/v0.0.2
v0.0.2
2018-04-27 13:55:47 -04:00
Daniel Farina d64994ba93
Merge pull request #5 from mattpass/patch-1
Install bower, browserify and get JS files
2018-04-27 13:53:54 -04:00
Jon Layton 20a44e3bda rpcpassword randomized 2018-04-27 11:28:28 -04:00
Matt Pass d1b1b343e0
Copy JS file to static served location 2018-04-27 14:57:16 +01:00
Matt Pass 015318bd95
Install bower, browserify and get JS files 2018-04-27 14:41:34 +01:00
Jon Layton 10f674ecd4 btcprivate.conf defaults 2018-04-27 08:16:56 -04:00
Jon Layton db7914563a Fetch .zcash-params for binaries 2018-04-19 15:52:09 -05:00
Jon Layton 5458ded936 Handle apt-get output 2018-04-19 14:53:12 -05:00
Jon Layton 7bf903fdd1 No spaces allowed in bash assignment 2018-04-19 14:48:48 -05:00
Jon Layton e3f11bc240 blockchain-explorer.tar.gz 2018-04-19 14:36:16 -05:00
Jon Layton 543c0cd215 Explorer release for download 2018-04-19 13:40:33 -05:00
Ubuntu 1e5b01c4ef Cleaned up dir structure, added info about working scripts to readme 2018-04-18 16:38:03 +00:00
Ubuntu 9f60d72f53 Disable binaries for now 2018-04-18 14:59:02 +00:00
Ubuntu 1ce9476d5b Merge remote-tracking branch 'btcp/master' into HEAD 2018-04-18 03:11:44 +00:00
Ubuntu 48190adfb8 Fetch prebuilt btcpd, modularize 2018-04-18 03:00:03 +00:00
J62 be5b95bc9b Update btcp_store_demo.sh 2018-04-17 18:36:58 +00:00
J62 958907def0 update blockchain download url and remove 7z 2018-04-17 18:36:58 +00:00
J62 6489c48aee expanded on comments 2018-04-17 18:36:58 +00:00
J62 d14d77482c removed commented out lines for testing 2018-04-17 18:36:58 +00:00
J62 e4c910b7c6 added blockchain download and extract 2018-04-17 18:36:58 +00:00
Jon Layton b0593b4349 Fixes 2018-04-16 17:33:19 -05:00
J62 8225265542
Update btcp_store_demo.sh 2018-04-13 11:19:29 -07:00
J62 8326c1a313
update blockchain download url and remove 7z 2018-04-13 10:49:40 -07:00
J62 403d9860b7
expanded on comments 2018-04-13 08:51:30 -07:00
J62 2bfa8272e3
removed commented out lines for testing 2018-04-13 08:47:41 -07:00
J62 0fbeb40ed9
added blockchain download and extract 2018-04-13 08:46:39 -07:00
Ubuntu 53c64935a2 dir fixes 2018-04-11 18:40:33 +00:00
Jon Layton 5d011525e5 uncomment swapfile gen for store demo 2018-04-11 11:28:36 -05:00
Jon Layton d1884ad8eb Renamed and cleaned up setup scripts 2018-04-11 11:25:08 -05:00
Jon Layton b0d0aa42bc Added mongodb installation steps for ubuntu 2018-04-10 14:37:41 -05:00
Jon Layton e3cb219cbf Untab for better shell style 2018-04-06 18:21:44 +00:00
Jon Layton 3a3760b63a Add btcp_store_demo.sh 2018-04-06 17:23:12 +00:00