Skip to content

Commit

Permalink
updated gensis urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Nov 18, 2024
1 parent 62845c1 commit c7d6c8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/content/operator/genesis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Genesis is the initial state of the IOTA blockchain. To launch a network, the in

## Genesis blob locations

The genesis.blob files for each network are in the [iota-genesis](https://github.com/iotaledger/iota-genesis) repository.
The genesis.blob files for each network are in:

- [Testnet genesis blob](https://dbfiles.testnet.iota.cafe/genesis.blob):
`curl -fLJO https://dbfiles.testnet.iota.cafe/genesis.blob`
- [Devnet genesis blob](https://dbfiles.devnet.iota.cafe/genesis.blob):
`curl -fLJO https://dbfiles.devnet.iota.cafe/genesis.blob`

See [IOTA Full Node](iota-full-node.mdx#setting-up-a-full-node-from-source) for how to get the genesis.blob file for each network.
2 changes: 1 addition & 1 deletion docs/content/references/exchange-integration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Run the command in this section using the same branch of the repository for each
```
1. Download the genesis.blob file:
```bash
wget https://github.com/iotaledger/iota-genesis/raw/main/branch-name/genesis.blob
wget https://dbfiles.testnet.iota.cafe/genesis.blob
```
1. Start the Full node. The -d switch starts it in the background (detached mode).
```bash
Expand Down

0 comments on commit c7d6c8e

Please sign in to comment.