Building Old Faithful
Last updated
Basic installation of faithful can be done by downloading the repository and building it (requires Golang >1.20):
$ git clone https://github.com/rpcpool/yellowstone-faithful.git
$ makeThere are also binary builds for Linux available at https://github.com/rpcpool/yellowstone-faithful/releases.
If you want jsonParsed support in the RPC server, you will need to compile some additional Rust dependencies. To understand why this is the case, read here.
Last updated