Commit graph

19 commits

Author SHA1 Message Date
Dan Janosik
6b59690a2b
updated server versions 2024-11-18 12:09:02 -05:00
Dan Janosik
b51134e5bf
Update Server-Setup.md 2021-10-08 15:49:45 +00:00
Dan Janosik
5dacdc8fe1
moving public site to BitcoinExplorer.org
BIG thanks to @SatoshisDomains (Satoshis.domains) for supporting the project in this way!
2021-04-11 13:27:40 -04:00
Dan Janosik
42582150ff
Update Server-Setup.md 2021-04-06 22:54:36 -04:00
Dan Janosik
6699d9a26b
Update Server-Setup.md 2020-09-02 02:35:22 +00:00
Dan Janosik
0a5b68e16e
Update Server-Setup.md 2020-09-02 02:34:27 +00:00
Dan Janosik
784397b91f
improvements and cleanup 2020-09-02 02:03:28 +00:00
Dan Janosik
f4fcae2fa2
More misc improvements, prepping for 2.0:
- major memory usage improvements for loading txs with inputs: appropriate input-vouts are now extracted from their source txs and summarized (asm/hex are dropped since they're never used), rather than keeping the whole of input-txs in memory; this dramatically improves memory usage (and avoids crashing due to OOMEs), particularly when loading txs with "heavy" inputs (i.e. many, large input txs); this is relevant for /tx/TXID pages, and particularly important for the new /block-analysis pages which necessarily load many, many txs
- cache-key prefixes for coreApi's caching functionality: to avoid loading old-format data from a persistent cache and barfing on it
- several important code-reuse fixes: there were almost-duplicate chunks of code that were essentially calls to getRawTransactionWithInputs - now just use that function
- new minor /admin page for showing memory usage
- on homepage Network Summary: show full tx count (non abbreviated)
- use new domain everywhere
2020-03-24 11:30:22 -04:00
Dan Janosik
9d64902025
nvm version bump 2019-12-19 22:47:22 +00:00
Dan Janosik
ab6cde8e08
use nvm for node version mgmt 2018-11-29 13:01:10 -05:00
Dan Janosik
c638beee0f
Update Server-Setup.md 2018-05-11 17:22:19 -04:00
Dan Janosik
698c3afd65
Update Server-Setup.md 2017-12-10 23:42:33 -05:00
Dan Janosik
2f56472ab8
Update Server-Setup.md 2017-12-10 23:22:56 -05:00
Dan Janosik
4e79551299
Update Server-Setup.md 2017-12-10 23:11:31 -05:00
Dan Janosik
f9fbb5d14d
Update Server-Setup.md 2017-12-10 13:51:36 -05:00
Dan Janosik
92ea179e54
Update Server-Setup.md 2017-12-10 12:27:32 -05:00
Dan Janosik
3ab8cf8a17
Update Server-Setup.md 2017-12-10 12:13:33 -05:00
Dan Janosik
0adacfe153
Update Server-Setup.md 2017-12-10 11:43:51 -05:00
Dan Janosik
bce068821f
Create Server-Setup.md 2017-12-10 11:39:48 -05:00