update docs inca

This commit is contained in:
Mik-TF 2024-06-17 17:41:11 -04:00
parent 15c2b0d9ef
commit 0ac9e5596c
4 changed files with 14 additions and 28 deletions

View File

@ -18,7 +18,7 @@ export default defineConfig({
],
},
{
label: 'Guides',
label: 'Steps',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Install ThreeFold Connect', link: '/guides/threefold_connect/' },
@ -42,6 +42,7 @@ export default defineConfig({
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Glossary', link: '/references/glossary/' },
{ label: 'Disclaimer', link: '/references/disclaimer/' },
],
},
],

View File

@ -29,11 +29,4 @@ We cover the steps to create a wallet:
- In the menu, click on `Wallet`
- Click on `Create Initial Wallet`
Once you've installed ThreeFold Connect and created a wallet, create a farm. More on this in the next section!
## Disclaimer
> The information provided in this tutorial or any related discussion is not intended as investment advice. The purpose is to provide educational and informational content only. Investing in cryptocurrencies or any other assets carries inherent risks, and it is crucial to conduct your own research and exercise caution before making any investment decisions.
>
> **The INCA Token** is not to be considered as a traditional investment instrument. The value of cryptocurrencies can be volatile, and there are no guarantees of profits or returns. Always be aware of the risks involved and make informed choices based on your own assessment and understanding.
Once you've installed ThreeFold Connect and created a wallet, create a farm. More on this in the next section!

View File

@ -0,0 +1,10 @@
---
title: Disclaimer
description: Disclaimer concerning Project INCA
---
## Disclaimer
> The information provided in these tutorials or any related discussion is not intended as investment advice. The purpose is to provide educational and informational content only. Investing in cryptocurrencies or any other assets carries inherent risks, and it is crucial to conduct your own research and exercise caution before making any investment decisions.
>
> **The INCA Token** is not to be considered as a traditional investment instrument. The value of cryptocurrencies can be volatile, and there are no guarantees of profits or returns. Always be aware of the risks involved and make informed choices based on your own assessment and understanding.

View File

@ -46,8 +46,6 @@ Here are some examples to guide you:
> Hint: Check the Z-OS monitor screen and make sure that all the 3Nodes are within the same lan (e.g. all 3Nodes addresses are between 192.168.15.00 and 192.168.15.255).
For more information on WOL, [read this section](farmerbot_information.md#how-to-prepare-your-farm-for-the-farmerbot-with-wol).
## Deploy a Full VM
For this guide, we run the Farmerbot on a Full VM running on the TFGrid. Note that while you do not need to run the Farmerbot on the TFGrid, the whole process is very simple as presented here.
@ -114,8 +112,6 @@ For farmers with **ed25519** keys, the flag `-k` should be used. Note that by de
farmerbot run -k ed25519 -e ~/farmerbotfiles/.env -c ~/farmerbotfiles/config.yml -d
```
For more information on the supported commands, the [Additional Information section](farmerbot_information.md#supported-commands-and-flags). You can also consult the [Farmerbot repository](https://github.com/threefoldtech/tfgrid-sdk-go/tree/development/farmerbot).
Once you've verified that the Farmerbot runs properly, you can stop the Farmerbot and go to the next section to set a Farmerbot service. This step will ensure the Farmerbot keeps running after exiting the VM.
### Set a systemd Service
@ -222,10 +218,6 @@ power:
periodic_wake_up_start: 01:00PM
```
For more information on the configuration file, refer to the [Additional Information section](farmerbot_information.md#yaml-configuration-file-template).
You can also consult the [Farmerbot repository](https://github.com/threefoldtech/tfgrid-sdk-go/tree/development/farmerbot).
### Environment Variables File Template (.env)
The network can be either `main`, `tets`, `dev` or `qa`. The following example is with the main network.
@ -260,14 +252,4 @@ For example, the services of two Farmerbots could be named as follows:
```
farmerbot1.service
farmerbot2.service
```
## Questions and Feedback
This guide is meant to get you started quickly with the Farmerbot. That being said, there is a lot more that can be done with the Farmerbot.
For more information on the Farmerbot, please refer to the [Additional Information section](./farmerbot_information.md). You can also consult the [official Farmerbot Go repository](https://github.com/threefoldtech/tfgrid-sdk-go/tree/development/farmerbot).
If you have any questions, you can ask the ThreeFold community for help on the [ThreeFold Forum](https://forum.threefold.io/) or on the [ThreeFold Farmers Chat](https://t.me/threefoldfarmers) on Telegram.
> This is the new version of the Farmerbot written in Go. If you have any feedback and issues, please let us know!
```