Skip to content

Commit 6180975

Browse files
Alex Hertleingitbook-bot
Alex Hertlein
authored andcommitted
GITBOOK-797: No subject
1 parent bae12b3 commit 6180975

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

development/resources-api-contract-addresses/connecting-to-the-network/mainnet-secret-4.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,18 @@
2222
Additional API nodes may be found in the [Cosmos chain registry](https://github.com/cosmos/chain-registry/blob/master/secretnetwork/chain.json)
2323
{% endhint %}
2424

25+
### Archive Node Endpoint 
26+
27+
These archive node endpoints are provided by [Mario](https://www.mintscan.io/secret/validators/secretvaloper16p9uqwcq2gvz75y5p9zvhn7vek9ra9zfunwyf0/) Validator. Note that the timespan of block coverage for each of these is different.
28+
29+
<table><thead><tr><th width="140.66666666666666">Type</th><th width="342">API</th><th>Timespan</th></tr></thead><tbody><tr><td>RPC</td><td><code>https://rpc.archive.scrt.marionode.com</code></td><td>2022-12-14 - now</td></tr><tr><td>RPC</td><td><code>https://oldarchive.scrt.marionode.com:1317</code></td><td>2021-11-10 - 2022-12-02</td></tr><tr><td>LCD</td><td><code>https://lcd.archive.scrt.marionode.com</code></td><td>2022-12-14 - now</td></tr><tr><td>LCD</td><td><code>https://oldarchive.scrt.marionode.com:1317</code></td><td>2021-11-10 - 2022-12-02</td></tr></tbody></table>
30+
2531
### Seed nodes
2632

2733
* `6fb7169f7630da9468bf7cc0bcbbed1eb9ed0d7b@scrt-seed-01.scrtlabs.com:26656`
2834
* `ab6394e953e0b570bb1deeb5a8b387aa0dc6188a@scrt-seed-02.scrtlabs.com:26656`
2935
* `9cdaa5856e0245ecd73bd464308fb990fbc53b57@scrt-seed-03.scrtlabs.com:26656`
3036
31-
* `ebc272824924ea1a27ea3183dd0b9ba713494f83@secret.mainnet.seed.autostake.net:26656`
3237

3338
{% hint style="success" %}
3439
**Are we missing your endpoint or tool?** Submit a Pull Request at [https://github.com/SecretFoundation/docs](https://github.com/SecretFoundation/docs)

infrastructure/running-a-node-validator/maintaining-a-node-validator/migrating-a-validator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Migrating a Validator
22

33
{% hint style="danger" %}
4-
Ensure you [backup your validator](https://docs.scrt.network/backup/backup-a-validator.html) before you migrate it. Do not forget!
4+
Ensure you [validator-backup.md](validator-backup.md "mention") before you migrate it. Do not forget!
55
{% endhint %}
66

77
### [Run A Full Node](https://docs.scrt.network/node-guides/run-full-node-mainnet.html) On A New Machine <a href="#id-1-run-a-new-full-node-on-a-new-machine" id="id-1-run-a-new-full-node-on-a-new-machine"></a>

infrastructure/running-a-node-validator/maintaining-a-node-validator/validator-backup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ If you are using the software sign (which is the default signing method of tende
1010
2. Backup `~/.secretd/data/priv_validator_state.json`.
1111
3. Backup the self-delegator wallet. See the [wallet section](https://docs.scrt.network/backup/backup/wallets).
1212

13-
Or you can use hardware to manage your Tendermint Key much more safely, such as [YubiHSM2](https://developers.yubico.com/YubiHSM2/).
13+
Or you can use hardware to manage your Tendermint Key much more safely, such as [YubiHSM2](https://docs.yubico.com/hardware/yubihsm-2/hsm-2-user-guide/index.html).

infrastructure/running-a-node-validator/sentry-archive-and-ibc-node-setup/archive-nodes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Archive Nodes
22

3+
{% hint style="danger" %}
4+
Creating Archives nodes is not possible as this time. Please use the provided API Archive nodes in [mainnet-secret-4.md](../../../development/resources-api-contract-addresses/connecting-to-the-network/mainnet-secret-4.md "mention") if you need access to an Archive.
5+
{% endhint %}
6+
37
## Archive All Blockchain Data. <a href="#archive-all-blockchain-data" id="archive-all-blockchain-data"></a>
48

59
An archive node keeps all the past blocks. An archive node makes it convenient to query the past state of the chain at any point in time. Finding out what an account's balance, stake size, etc at a certain block was, or which extrinsics resulted in a certain state change are fast operations when using an archive node. However, an archive node takes up a lot of disk space - nearly 2TB for `secret-4` as of Feb 1, 2023.

infrastructure/running-a-node-validator/setting-up-a-node-validator/node-setup/install-sgx-1.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ If you're running a local machine and not a cloud-based VM -
1818
Please use Ubuntu 22.04 LTS If you install SGX on a fresh node to ensure that DCAP will work correctly. Ubuntu 20.04 LTS is not supported by default anymore.
1919
{% endhint %}
2020

21-
Ensure your hardware is [hardware-compliance.md](../hardware-setup/hardware-compliance.md "mention").
22-
2321
## Check latest SGX DCAP driver
2422

2523
Make sure the SGX driver is installed. The following devices should appear:

0 commit comments

Comments
 (0)