added requirements
This commit is contained in:
parent
c55ad72210
commit
b3c11c5fc5
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
## Build and installation instructions
|
## 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).
|
Developer build guide is [here](/docs/build.md).
|
||||||
|
|
||||||
Sysadmin installation guide is [here](https://wiki.trezor.io/Blockbook).
|
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
|
- 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)
|
- improve txcache (time of storage, number/size of cached txs, purge cache)
|
||||||
- update documentation
|
|
||||||
- create/integrate blockchain explorer
|
- create/integrate blockchain explorer
|
||||||
- support all coins from https://github.com/trezor/trezor-common/tree/master/defs/coins
|
- support all coins from https://github.com/trezor/trezor-common/tree/master/defs/coins
|
||||||
- full ethereum support (tokens, balance)
|
- full ethereum support (tokens, balance)
|
||||||
@ -49,6 +52,7 @@ Reserved ports are described [here](/docs/ports.md)
|
|||||||
- tests
|
- tests
|
||||||
- fix program dependencies to concrete versions
|
- fix program dependencies to concrete versions
|
||||||
- protect socket.io interface against illicit usage
|
- protect socket.io interface against illicit usage
|
||||||
|
- ~~update documentation~~
|
||||||
- ~~collect blockbook db stats (number of items in indexes, etc)~~
|
- ~~collect blockbook db stats (number of items in indexes, etc)~~
|
||||||
- ~~optimize mempool (use non verbose get transaction, possibly parallelize)~~
|
- ~~optimize mempool (use non verbose get transaction, possibly parallelize)~~
|
||||||
- ~~update used paths and users according to specification by system admin~~
|
- ~~update used paths and users according to specification by system admin~~
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user