Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvsol authored Nov 3, 2024
1 parent b427c9f commit ea31b0a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [WIP] Speed up validator setup
# Speed up validator setup

A guide for validator setup. I have been playing with different hardware so actively switching machines so this acts as a helpful resource to me. This covers how to setup a validator and the required hardware and system tuning that I prefer to do.

Expand Down Expand Up @@ -159,6 +159,10 @@ alias catchup='solana catchup --our-localhost'
alias monitor='solana-validator --ledger /mnt/ledger monitor'
alias logtail='tail -f /home/sol/solana-validator.log'
```
3. Start script
Use the start script [here](https://github.com/dhruvsol/ice-staking/blob/main/start/start.sh), specifically configured for a voting validator node. Note that the configuration includes modifications to support RPC functionality.
addition flag for RPC node [here](https://docs.anza.xyz/operations/setup-an-rpc-node)


### Additional Resources
- Installation script source: [ice-staking repository](https://github.com/dhruvsol/ice-staking/blob/main/start/init.sh)
Expand Down Expand Up @@ -325,10 +329,10 @@ tail -f solana-validator.log

# Credits
- Solana Labs / [docs](https://docs.solanalabs.com/operations/setup-a-validator)
- Tim Garcia / [youtube](https://www.youtube.com/playlist?list=PLilwLeBwGuK6jKrmn7KOkxRxS9tvbRa5p)
- Overclock / [setup guide](https://github.com/overclock-Validator/autoclock-validator/)
- Ferric / [StakeWare](https://www.stakeware.xyz)
- Pumpkin's Pool / [Pumpkin's pool](https://pumpkins-pool.gitbook.io/pumpkins-pool)
-



Expand Down

0 comments on commit ea31b0a

Please sign in to comment.