Disclaimer by Legal

This commit is contained in:
benbierens 2024-07-29 13:14:27 +02:00
parent bbab195e0b
commit 67ea7b14a2
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A
3 changed files with 11 additions and 0 deletions

5
DISCLAIMER.md Normal file
View File

@ -0,0 +1,5 @@
# Disclaimer Codex-Testnet-Starter
The code and instructions provided within this repository are provided “as-is”, without warranty of any kind, express or implied, including but not limited to the safety or correctness, or performance of the code or instructions provided. We make no assurance that the code will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information whilst using or running Codex on their machines.
Running Codex on your own machine is done at your own risk. As such, we are not responsible nor liable for any damage that may occur to your hardware, software, data, or network, or for any loss, claim, damage of whatever nature, or other liability arising from or in connection with the use of the provided code and instructions.

View File

@ -1,6 +1,9 @@
# Codex Testnet Starter
Hit the ground running with Codex.
## Disclaimer
This [disclaimer](./DISCLAIMER.md) applies to everything found in this repository. Be sure to read it.
## Home Setup
Want to try Codex? You can run it on your own hardware and from your home network. Join our public dev-net. Start [here](./SETUP_HOME.md)

View File

@ -4,6 +4,9 @@ With these instructions you can set up a Codex node on your machine at home. If
## Prerequisites for Home Setup
In order for Codex to work from your home machine, please make sure you know your public IP address and are able to forward ports on your router or modem. If you're planning to participate as a storage node, please keep in mind that storage nodes are expected to maintain uptime as soon as they are engaged in one or more storage contracts. Taking your storage node offline while it's hosting storage contracts may result in loss of tokens.
## Disclaimer
This [disclaimer](./DISCLAIMER.md) applies to everything found in this repository. Be sure to read it.
## Port Forwarding
Codex requires you to forward two ports: One for data exchange, and one for discovery. These ports can be configured with the CLI parameters `--listen-addrs` and `--disc-port`. We proceed with 8070 for the listen port, and 8090 for the discovery port.