Sign inSign up

asclinux/flarelinux

By asclinux

Updated 3 months ago

Flare Linux is a custom-built GNU/Linux stack to run Flare server nodes. https://flarelinux.xyz

Image
2

3.6K

asclinux/flarelinux repository overview

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!

Tag summary

Content type

Image

Digest

sha256:3b0dea6c0

Size

2.8 GB

Last updated

over 2 years ago

docker pull asclinux/flarelinux