Skip to content

Commit

Permalink
edit link to point at to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsutton committed Jun 28, 2023
1 parent 4a5dfde commit 3fff657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testnet11.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Testnet11 uses a dedicated P2P port (16311) so that nodes from the usual tesnet
We reiterate that only the included miner should be used to maintain a level playing field.

First, we set-up a node:
1. Download and extract the [rusty-kaspa binaries](https://github.com/kaspanet/rusty-kaspa/releases/tag/v0.1.1). Alternatively, you can compile it from source yourself by following the instructions [here](https://github.com/kaspanet/rusty-kaspa/blob/master/README.md). The rest of the instructions are written assuming the former option. If you choose to locally compile the code, replace any command of the form ``<program> <arguments>`` with ``cargo run --bin <program> --release -- <arguments>`` (see example in the next item). All actions described below should be performed on a command line window where you navigated to the directory into which the binaries were extracted.
1. Download and extract the [rusty-kaspa binaries](https://github.com/kaspanet/rusty-kaspa/releases). Alternatively, you can compile it from source yourself by following the instructions [here](https://github.com/kaspanet/rusty-kaspa/blob/master/README.md). The rest of the instructions are written assuming the former option. If you choose to locally compile the code, replace any command of the form ``<program> <arguments>`` with ``cargo run --bin <program> --release -- <arguments>`` (see example in the next item). All actions described below should be performed on a command line window where you navigated to the directory into which the binaries were extracted.
2. Start the ``kaspad`` client with ``utxoindex`` enabled:

```
Expand Down

0 comments on commit 3fff657

Please sign in to comment.