From 3f2b2eeed6bbd8c93214c2988f1871a022be748a Mon Sep 17 00:00:00 2001 From: mik-tf Date: Sun, 23 Feb 2025 11:06:41 -0700 Subject: [PATCH] add docs for v4 3node guide --- docs/v4_3node_guide.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/v4_3node_guide.md diff --git a/docs/v4_3node_guide.md b/docs/v4_3node_guide.md new file mode 100644 index 0000000..5f06355 --- /dev/null +++ b/docs/v4_3node_guide.md @@ -0,0 +1,17 @@ +# ThreeFold V4 3Node Guide + +## Introduction + +We present how to create a ThreeFold V4 DIY 3Node. + +## Steps + +There are 4 main steps: + +- [Create an account](https://github.com/threefoldtech/tfgrid4-sdk-go/tree/development/node-registrar/tools/account) +- [Create a farm](https://github.com/threefoldtech/tfgrid4-sdk-go/tree/development/node-registrar/tools/farm) +- Create a bootstrap image using the [Zero-OS V4 Boot Generator](https://v4.bootstrap.grid.tf/) + - Use the Farm ID created in step 2 with the proper network (e.g. main, test, qa or test) +- [Wipe the disks on your 3Node](https://manual.grid.tf/documentation/farmers/3node_building/4_wipe_all_disks.html) +- [Set the BIOS/UEFI](https://manual.grid.tf/documentation/farmers/3node_building/5_set_bios_uefi.html) +- Boot the node with the bootstrap image USB key \ No newline at end of file