FLARE LINUX
https://flarelinux.xyz
Run a Flare server node on your computer now!
Requirements:
- Docker is installed on your computer: https://docs.docker.com/get-docker/,
- An additional 16 Gb of RAM for each Node server you wish to run on your computer,
- 500 Gb of storage (HDD or SSD),
Follow these steps:
- Open a Bash or a ZSH terminal (Mac or Linux), or a Powershell CLI (Windows),
- Enter the following command in the terminal, and wait for the server to finish bootstrapping (ETA in /home/flareuser/.flare/logs/C.log):
$ docker run -dit --restart=always -e FLARE_BIND_ADDRESS=0.0.0.0 -p 9650:9650 --name my_flare_server asclinux/flarelinux:1.1.2 flare --flare-coston2
PLEASE NOTE : You can run the server in detached mode by adding the 'd' option, like so: docker run -dit [...]
Start testing the Flare API:
Validate a real XRP transaction:
- Open ANOTHER Bash or a ZSH terminal (Mac or Linux), or ANOTHER Powershell CLI (Windows),
- Enter the following command:
$ docker exec -it my_flare_server /bin/bash
- Once you are done testing, you can exit the container by typing 'exit'.
- To stop the Flare server, please enter the following command:
$ docker stop my_flare_server
Enjoy your new Flare server!