410 Commits

Author SHA1 Message Date
Stephan Oeste
ea743a9377 Update python version for FreeBSD 13 in prod install 2022-07-04 16:29:09 +02:00
Stephan Oeste
1295c46f19 Fixed dialog error in production installer 2022-07-03 17:11:25 +02:00
wiz
896dc879a7 Enable zmq for bitcoind, fix ./configure opts 2022-07-03 16:09:29 +02:00
wiz
dbb2d97703 [ops] Upgrade prod install to use Bitcoin v23 2022-07-03 12:31:18 +04:00
wiz
e6eecde8af [ops] Add mononaut's fork repo to list of trusted repos 2022-06-24 17:59:08 +09:00
wiz
20d9df1096 [ops] Fix prod nginx perma-cache URL patterns
Currently we perma-cache everything matching /api/block, but this
is bad because it also matches /api/block-height and /api/blocks/
API endpoints, which shouldn't be perma-cached. Add a trailing slash
to prevent those from getting matched.
2022-06-24 17:52:34 +09:00
wiz
a670e79844 [ops] Cache /api/block and /api/v1/block for 1 month 2022-06-22 23:26:41 +09:00
nymkappa
f98b829678 Index block summaries in db 2022-06-18 16:48:02 +02:00
wiz
6776a86d0d [ops] Fix mempool-build-all script exit code 2022-06-08 03:06:54 +09:00
nymkappa
109a5e9802 Update cache warmer 2022-05-23 09:08:41 +02:00
wiz
2766008bad Merge pull request #1669 from mempool/wiz/fix-prod-install-script-nodejs-v16.15
[installer] Add base64 to list of OS package deps
2022-05-19 01:31:49 +09:00
wiz
3636b6629c [installer] Add base64 to list of OS package deps 2022-05-19 01:30:02 +09:00
wiz
e62b2427c0 Merge pull request #1660 from mempool/wiz/fix-prod-install-script-nodejs-v16.15
Production installation fixes
2022-05-18 21:16:35 +09:00
wiz
c394cdb201 Merge pull request #1625 from knorrium/update_node_version
Update the recommended node version to v16.15.0 (LTS)
2022-05-17 21:57:27 +09:00
wiz
f7a3189953 [installer] Fix mempool checkout for bisq instance 2022-05-17 17:43:35 +09:00
wiz
6d30ae82f0 [prod] Clarify syslog.conf syntax for priorities to keybase 2022-05-17 17:26:05 +09:00
wiz
ca3068243b [installer] Checkout top-level mempool using master branch 2022-05-17 17:25:31 +09:00
wiz
d4b0b9edd7 [installer] Fix electrs patch sed pattern typo introduced in #1628 2022-05-17 17:13:17 +09:00
wiz
e6dde0ce4e [installer] Configure nvm to install Node.js v16.15.0 / npm v8.5.5 2022-05-17 17:13:03 +09:00
wiz
ca3c440710 Merge pull request #1636 from mempool/wiz/fix-minfee-node-bitcoin.conf
Modify minfee node bitcoin.conf to connect to external peers
2022-05-12 19:43:00 +09:00
wiz
f2f8e0d130 Modify minfee node bitcoin.conf to connect to external peers 2022-05-12 19:35:58 +09:00
wiz
db35a8a69b [ops] Reduce electrs loop time from 5 seconds to 1 second 2022-05-10 21:52:07 +09:00
Felipe Knorr Kuhn
adcaa712a8 Update the recommended node version to v16.5.0 (LTS) 2022-05-09 21:59:09 -07:00
hunicus
6c62266ea3 Add versions for node.js and npm 2022-05-09 01:07:21 -04:00
hunicus
ebd2707c42 Remove fiat from commands 2022-05-09 00:57:48 -04:00
hunicus
0908d920f0 Refine production readme 2022-05-07 18:35:17 -04:00
nymkappa
b9298233bf Update cache warmer 2022-04-15 18:05:58 +09:00
softsimon
6c9ea5c6bc Merge pull request #1499 from mempool/wiz/fix-newsyslog-for-backend
Fix log rotation configuration for mempool backend logs
2022-04-13 18:13:39 +04:00
nymkappa
8953f3dfba Update cache warmer 2022-04-11 21:20:20 +09:00
nymkappa
61df98ef94 Improve mining graphs timespan selection UX 2022-04-11 18:17:36 +09:00
nymkappa
aec8502ee9 Add new api to cache warmer 2022-04-11 15:32:17 +09:00
wiz
5117f510a9 Fix newsyslog configuration for mempool backend 2022-04-02 10:14:22 -04:00
wiz
2d1e4da01e Merge pull request #1475 from mempool/wiz/enable-nginx-warm-caching-for-all-mining-apis
Enable nginx warm cache for all /api/v1/mining API endpoints
2022-03-30 12:26:47 +00:00
nymkappa
d0221c616f Add missing endpoints to cache warmer 2022-03-30 19:52:06 +09:00
wiz
0c88ec1316 Enable nginx warm cache for all /api/v1/mining API endpoints 2022-03-29 12:07:16 -05:00
wiz
55c94a4b65 Fix nginx cache warmer script for url slugs 2022-03-29 11:40:37 -05:00
wiz
a2e8883216 Add jq to production deps in install script 2022-03-29 11:25:25 -05:00
nymkappa
fadb27a684 Use slugs in cache warmer 2022-03-30 01:06:42 +09:00
nymkappa
87df750f16 Move reward stats to component - Add /api/v1/mining/reward-stats/{blockCount} 2022-03-23 11:54:31 +09:00
wiz
d8438a8d91 Disable cluster mode in prod bisq backend config 2022-03-21 15:03:36 +00:00
wiz
20eb75b525 Merge pull request #1420 from mempool/wiz/add-minfee-node-to-install-script
Add minfee node setup to production install script
2022-03-20 23:14:51 +00:00
wiz
5ae5a498f6 Merge pull request #1419 from mempool/wiz/fix-crontab-backup-script-path
Fix path in mempool crontab for daily backup script
2022-03-20 23:14:40 +00:00
wiz
18c866e897 Add minfee node setup to production install script 2022-03-20 23:01:28 +00:00
wiz
f08c273226 Fix path in mempool crontab for daily backup script 2022-03-20 22:19:03 +00:00
wiz
14e045e363 Enable full block indexing on all Bitcoin networks 2022-03-20 01:29:01 +01:00
wiz
a8b5f0be2b Create zfs filesystem for /backup and chown to mempool 2022-03-19 16:02:14 +00:00
wiz
d5ca10970d Install mempool crontab from install script 2022-03-19 15:56:29 +00:00
wiz
7d0cced095 Merge pull request #1411 from mempool/wiz/fix-upgrade-script-for-keybase-alerts
Set build script to notify new location based Keybase channels
2022-03-19 15:55:06 +00:00
wiz
b3144f263b Set build script to notify new location based Keybase channels 2022-03-19 15:44:00 +00:00
wiz
bbfe4dd2e1 Add keybase to install script packages for alerts 2022-03-19 15:31:47 +00:00