Commit Graph

66 Commits

Author SHA1 Message Date
Daniel Farina 481003f586
Merge pull request #14 from BTCPrivate/ch4ot1c-master
Updates from Chaotic - Merged 28 conflicts.
2018-07-11 04:00:39 -04:00
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 30cbbbd661
Merge pull request #11 from daniel-farina/master
Fixed wrong URL & allow root for bower
2018-07-11 03:21:31 -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
Daniel Farina 89986e0b0b
Merge pull request #10 from ch4ot1c/v0.0.3
v0.0.3
2018-07-10 22:14:23 -04:00
Jon Layton 52caa4f911
Merge pull request #1 from interbiznw/patch-3
update random password generation
2018-05-19 12:45:27 -05: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 4849f52f1b v0.0.3 2018-05-02 17:38:54 -04: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 876736f7d5 chmod +x 2018-05-02 16:27:48 -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 b91353c961
Merge pull request #9 from interbiznw/master
add -c to wget cmd
2018-04-27 23:56:10 -07:00
J62 ee927014dc
add -c to wget cmd
Hopefully prevent failed download
2018-04-27 23:55:28 -07:00
J62 39d6373a31
Merge pull request #8 from interbiznw/master
Update btcpd/btcp-cli release
2018-04-27 12:17:45 -07:00
J62 495abab879
Update release for btcpd/btcp-cli 2018-04-27 12:16:28 -07:00
J62 1644f823ff
Merge pull request #1 from BTCPrivate/master
merge updates
2018-04-27 12:15:02 -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 e2f9f30ae8
Merge pull request #6 from mattpass/patch-2
Update to AMI name and reference
2018-04-27 13:55:09 -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
Daniel Farina 742ff80748
Merge pull request #4 from ch4ot1c/v0.0.1
btcprivate.conf defaults
2018-04-27 13:53:28 -04:00
Jon Layton 20a44e3bda rpcpassword randomized 2018-04-27 11:28:28 -04:00
Matt Pass 637044a18e
Update to AMI name and reference 2018-04-27 15:33:44 +01: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
Daniel Farina c968f9b4e2
Merge pull request #3 from ch4ot1c/v0.0.1
v0.0.1
2018-04-27 04:40:29 -04:00
Jon Layton 345378fbdd v0.0.1 2018-04-19 16:02:17 -05: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 69bef940ae
Merge pull request #2 from interbiznw/master
added blockchain download for faster sync
2018-04-13 11:33:27 -07: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