Skip to content

Commit

Permalink
Merge pull request #22 from ScottTpirate/nodedocs
Browse files Browse the repository at this point in the history
"Some link fixes and normal doc clean up"
  • Loading branch information
dylanschultzie committed Nov 29, 2021
2 parents e6851c9 + e156f9c commit d13a83d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Mainnet is out! Get the latest release at [https://github.com/enigmampc/SecretNe
- Homepage: [https://scrt.network](https://scrt.network)
- Blog: [https://blog.scrt.network](https://blog.scrt.network)
- Forum: [https://forum.scrt.network](https://forum.scrt.network)
- Wiki: [https://learn.scrt.network](https://learn.scrt.network)
- Wiki: [https://docs.scrt.network](https://docs.scrt.network)
- Discord: [https://chat.scrt.network](https://chat.scrt.network)
- Twitter: [https://twitter.com/SecretNetwork](https://twitter.com/SecretNetwork)
- Community Telegram Channel: [https://t.me/SCRTnetwork](https://t.me/SCRTnetwork)
Expand All @@ -43,15 +43,16 @@ Secret Network is secured by the SCRT coin (Secret), which is used for fees, sta

# Docs

- [Install the `secretcli` light client (Windows, Mac & Linux)](docs/light-client-mainnet.md)
- [How to use the `secretcli` light client](docs/node-guides/secretcli.md)
- [Install the `secretcli` light client (Windows, Mac & Linux)](docs/cli/install-cli.md)
- [How to use the `secretcli` light client](docs/cli/secretcli.md)
- [How to participate in on-chain governance](docs/protocol/governance.md)
- [How to run a full node on mainnet](docs/node-guides/run-full-node-mainnet.md)
- [How to run an LCD server](docs/lcd-server-example.md)
- [Ledger Nano S (and X) support](docs/guides/ledger-nano.md)
- [How to join as a mainnet validator](docs/node-guides/join-validator-mainnet.md)
- [How to backup a validator](docs/node-guides/backup-a-validator.md)
- [How to backup a everything (Validators, Full Nodes, Wallets)](docs/backups.md)
- [How to backup a validator](docs/backup/backup-a-validator.md)
- [How to backup a Full Nodes](docs/backup/backup-a-full-node.mdd)
- [How to backup Wallets)](docs/backup/wallets.md)
- [How to migrate a validator to a new machine](docs/node-guides/migrate-a-validator.md)
- [How to setup SGX on your machine](docs/node-guides/setup-sgx.md)
- [How to verify the SGX setup on your machine](docs/node-guides/verify-sgx.md)
Expand Down
6 changes: 4 additions & 2 deletions docs/node-guides/hardware-compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Verified compliant processors:
Verified non-compliant processors:
- CPU: all 3rd generation `E-23xxG` processors are confirmed not working.

NOTE: CPU must support SGX via SPS. CPUs that only support SGX via intelME will not work.
IMPORTANT NOTE: __CPU must support SGX via SPS.__ CPUs that only support SGX via intelME will not work.

[List of Processors that Support Intel® Software Guard Extensions](https://www.intel.com/content/www/us/en/support/articles/000028173/processors.html)

#### Supermicro Information

Expand Down Expand Up @@ -53,4 +55,4 @@ Supermicro builds several boards that are mainnet compliant. Here is a current w
* [FreshSCRT](https://secretnodes.com/secret/chains/secret-2/validators/6AFCF9EB1AC264954C784274A6ABF012D50EB0B6)
* [secretnodes](https://secretnodes.com/secret/chains/secret-2/validators/81EBCE2FFC29820351C086E9EDA6A220098FF41C)
* [chainofsecrets](https://secretnodes.com/secret/chains/secret-2/validators/1B68882AB7CD6BC4CDDD742FC8F3D1FDE31C1A82)
* [Mario](https://secretnodes.com/secret/chains/secret-2/validators/2DD098C8ECAF04DFE31BBC59799C786AC09BF53F)
* [Mario](https://secretnodes.com/secret/chains/secret-2/validators/2DD098C8ECAF04DFE31BBC59799C786AC09BF53F)
2 changes: 1 addition & 1 deletion docs/node-guides/run-full-node-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Configure `secretcli`. Initially you'll be using the bootstrap node, as you'll n

```bash
secretcli config chain-id secret-4
secretcli config node tcp://TBD:26657
secretcli config node http://api.scrt.network:26657/
secretcli config output json
```

Expand Down

0 comments on commit d13a83d

Please sign in to comment.