From b3c11c5fc534a76a24fc2956e4f649fd38de5e2b Mon Sep 17 00:00:00 2001 From: Jakub Matys Date: Wed, 29 Aug 2018 10:13:17 +0200 Subject: [PATCH] added requirements --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73abe67a..e42dcad0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Build and installation instructions +Officially supported platform is **Debian Linux** and **AMD64** architecture. Memory requirements for initial sync are +around 32 GB RAM and 100 GB of disk size. Fully synchronized instance takes around 10 GB RAM. Note that fast SSD disks +are highly recommended. + Developer build guide is [here](/docs/build.md). Sysadmin installation guide is [here](https://wiki.trezor.io/Blockbook). @@ -40,7 +44,6 @@ Reserved ports are described [here](/docs/ports.md) - add db data version (column data version) checking to db to avoid data corruption - improve txcache (time of storage, number/size of cached txs, purge cache) -- update documentation - create/integrate blockchain explorer - support all coins from https://github.com/trezor/trezor-common/tree/master/defs/coins - full ethereum support (tokens, balance) @@ -49,6 +52,7 @@ Reserved ports are described [here](/docs/ports.md) - tests - fix program dependencies to concrete versions - protect socket.io interface against illicit usage +- ~~update documentation~~ - ~~collect blockbook db stats (number of items in indexes, etc)~~ - ~~optimize mempool (use non verbose get transaction, possibly parallelize)~~ - ~~update used paths and users according to specification by system admin~~