README.md
1 # Welcome to Aeternity node documentation 2 3 The documentation describes how to install, configure and operate an aeternity node. 4 One can install it from a package, run a docker image or build it themselves. 5 There is also additional documentation on mining with CUDA and build and/or join a Stratum pool. 6 7 ## Index 8 9 - [Installation](installation.md) 10 - [Configuration](configuration.md) 11 - [Hyperchains](hyperchains.md) 12 - [Operation](operation.md) 13 - [Update](update.md) 14 - [Docker](docker.md) 15 - [Build from source](build.md) 16 - [CUDA Miner](cuda-miner.md) 17 - [Stratum](stratum.md) 18 - [Network Monitoring](monitoring.md) 19 - [Fork Resistance](fork-resistance.md) 20 - [Garbage Collection](garbage-collection.md) 21 - [Node API](api.md) 22 - [Testing](testing.md) 23 - [Hacking](hacking.md) 24 - [Rebar Quick Guide](rebar.md)