Skip to content

Commit

Permalink
WIP: run on mainnet howto
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed May 8, 2024
1 parent b4d169b commit 3f37b7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,3 @@ The `--tx-in` value is a UTxO obtained from the `GET /snapshot/utxo` request. Fo
We provide sample node configurations that will help you get started hosting a Hydra node on virtual machines in the Cloud in the [`sample-node-config/` directory](https://github.com/input-output-hk/hydra/tree/master/sample-node-config/gcp/). In particular, this setup contains a [docker-compose.yaml](https://github.com/input-output-hk/hydra/blob/master/sample-node-config/gcp/docker-compose.yaml) specification which gives a good template for configuring cardano-node + hydra-node services. It also offers various useful scripts to setup your cluster.
> Note: This setup is meant to configure your cluster for devnet network. If you want to run the node on mainnet check out _Running on Mainnet_ paragraph.
## Running on Mainnet
Hydra node is compatible with the mainnet network. To choose this network you need to specify `--mainnet` flag for the network id in the hydra-node arguments. We publish the hydra scripts on each new release and you can find them on the [release page](https://github.com/input-output-hk/hydra/releases) (look for section _Hydra Scripts_).
Please be sure to read the [relevant section](/docs/known-issues) section to fully understand the limitations and consequences of running Hydra nodes on mainnet.
5 changes: 5 additions & 0 deletions docs/docs/how-to/run-on-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Run on mainnet

Hydra node is compatible with the mainnet network. To choose this network you need to specify `--mainnet` flag for the network id in the hydra-node arguments. We publish the hydra scripts on each new release and you can find them on the [release page](https://github.com/input-output-hk/hydra/releases) (look for section _Hydra Scripts_).

Please be sure to read the [relevant section](/docs/known-issues) section to fully understand the limitations and consequences of running Hydra nodes on mainnet.
1 change: 0 additions & 1 deletion docs/docs/run-on-mainnet.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ module.exports = {
type: "autogenerated",
dirName: "how-to",
},
{
type: "doc",
id: "run-on-mainnet",
label: "Run Hydra on mainnet",
},
{
type: "link",
href: "/",
Expand Down

0 comments on commit 3f37b7f

Please sign in to comment.