Updated mdanter/ecc version. Some cron file updates based on new environment.
This commit is contained in:
parent
c8ca48220f
commit
27ff22ff5a
15 changed files with 504 additions and 507 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
/vendor/*
|
/vendor/*
|
||||||
/config/app.php
|
/config/app.php
|
||||||
/tmp/*
|
|
||||||
/logs/*
|
/logs/*
|
||||||
lbryexplorer.zip
|
lbryexplorer.zip
|
||||||
lbryexplorer.komodoproject
|
lbryexplorer.komodoproject
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"mobiledetect/mobiledetectlib": "2.*",
|
"mobiledetect/mobiledetectlib": "2.*",
|
||||||
"cakephp/migrations": "~1.0",
|
"cakephp/migrations": "~1.0",
|
||||||
"cakephp/plugin-installer": "~1.0",
|
"cakephp/plugin-installer": "~1.0",
|
||||||
"mdanter/ecc": "^0.4.2",
|
"mdanter/ecc": "^0.5.0",
|
||||||
"nesbot/carbon": "~1.18",
|
"nesbot/carbon": "~1.18",
|
||||||
"endroid/qrcode": "^2.2.2",
|
"endroid/qrcode": "^2.2.2",
|
||||||
"predis/predis": "^1.1.1"
|
"predis/predis": "^1.1.1"
|
||||||
|
|
982
composer.lock
generated
982
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake block addrtxamounts
|
bin/cake block addrtxamounts
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake block parsenewblocks
|
bin/cake block parsenewblocks
|
||||||
rm tmp/lock/parsenewblocks
|
rm tmp/lock/parsenewblocks
|
||||||
bin/cake block parsetxs
|
bin/cake block parsetxs
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake block parsetxs
|
bin/cake block parsetxs
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake block buildclaimindex
|
bin/cake block buildclaimindex
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng/cron
|
cd /home/lbry/explorer.lbry.io/cron
|
||||||
php -d extension=pthreads.so blockstuff.php
|
php -d extension=pthreads.so blockstuff.php
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake block fixzerooutputs
|
bin/cake block fixzerooutputs
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake block forevermempool &
|
bin/cake block forevermempool &
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake block parsemempool
|
bin/cake block parsemempool
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake aux pricehistory
|
bin/cake aux pricehistory
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake block updatespends
|
bin/cake block updatespends
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/www/lbry.block.ng
|
cd /home/lbry/explorer.lbry.io
|
||||||
bin/cake aux verifytags
|
bin/cake aux verifytags
|
||||||
|
|
||||||
|
|
4
tmp/.gitignore
vendored
Normal file
4
tmp/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
*
|
||||||
|
!*/
|
||||||
|
!.git*
|
||||||
|
|
Loading…
Reference in a new issue