Compare commits
81 Commits
0ce54b2025
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
ccd01c291d | |||
52db50342a | |||
|
47a8d32acb | ||
|
323b6df112 | ||
|
2a60caaa77 | ||
a7cbdd198c | |||
73d2cb52b9 | |||
2c96baf3db | |||
f852c6c5a3 | |||
376bb081ca | |||
6237ce65da | |||
7b9926e4e0 | |||
0366c8de4e | |||
9de2ca77dd | |||
69f54eba15 | |||
8d661614d2 | |||
7614ea0ec6 | |||
3d58652549 | |||
ca75d6d395 | |||
03dfa650b5 | |||
a884951d48 | |||
d55271a28b | |||
d125cfd7e9 | |||
9a2a339fa1 | |||
6e78c01b6d | |||
b5c222373e | |||
f4130313ed | |||
f24b7bbdd3 | |||
a37b58bae1 | |||
0cdd405492 | |||
d45e6b1764 | |||
5e6619f3ef | |||
2bbe563a0a | |||
28882d4946 | |||
7c0b980940 | |||
a2bb5faaf0 | |||
53a22140c0 | |||
cef9bdd346 | |||
aa3e5c856d | |||
2acfd92b63 | |||
058f964a19 | |||
d8a69a277b | |||
9833fbd68d | |||
55354f3ac8 | |||
41ea5922fc | |||
8a29b6fe9a | |||
644232921f | |||
7fcb848464 | |||
|
bbc78a3bfc | ||
465c71806a | |||
f3964bd67c | |||
07dab2ae37 | |||
|
834d524faa | ||
3a08902ea6 | |||
|
b7a81dc0b8 | ||
2a31b2120d | |||
c2b2304b46 | |||
0424b65ec9 | |||
|
8e0c380c7d | ||
f7d1e0d634 | |||
|
1b7dc1b23c | ||
4a8656ff94 | |||
|
d8aa671119 | ||
db40adc03e | |||
|
7dd53d1e32 | ||
7416aef04a | |||
|
c6d20f36d7 | ||
|
800022e588 | ||
ddfa5a3594 | |||
|
e113964d14 | ||
5b868741a9 | |||
|
ddd216464e | ||
f7657be893 | |||
|
ebaea4ad54 | ||
066169ad5f | |||
|
f7174a048a | ||
|
5a8f4886a0 | ||
76c820817c | |||
55b06dc4b8 | |||
72b1828bbd | |||
10e28b29ae |
25
README.md
@@ -7,6 +7,7 @@
|
|||||||
- [Install and Use Hero](#install-and-use-hero)
|
- [Install and Use Hero](#install-and-use-hero)
|
||||||
- [Create a New mdBook](#create-a-new-mdbook)
|
- [Create a New mdBook](#create-a-new-mdbook)
|
||||||
- [Use Hero with Docker](#use-hero-with-docker)
|
- [Use Hero with Docker](#use-hero-with-docker)
|
||||||
|
- [Basic Mdbook Info](#basic-mdbook-info)
|
||||||
- [Contribute](#contribute)
|
- [Contribute](#contribute)
|
||||||
- [Branches and Forks](#branches-and-forks)
|
- [Branches and Forks](#branches-and-forks)
|
||||||
- [Overview](#overview-1)
|
- [Overview](#overview-1)
|
||||||
@@ -16,7 +17,7 @@
|
|||||||
|
|
||||||
This repository contains TFGrid docs in the form of mdbooks generated with the [Hero](https://github.com/freeflowuniverse/crystallib/tree/development/cli/hero) tool.
|
This repository contains TFGrid docs in the form of mdbooks generated with the [Hero](https://github.com/freeflowuniverse/crystallib/tree/development/cli/hero) tool.
|
||||||
|
|
||||||
To see the whole list of books, check the [heroscript directory](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript).
|
To see the whole list of books, check the [heroscript directory](https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/heroscript).
|
||||||
|
|
||||||
## Basic Hero mdBook Commands
|
## Basic Hero mdBook Commands
|
||||||
|
|
||||||
@@ -24,39 +25,39 @@ Once Hero is set on your machine, you can run the following commands to preview
|
|||||||
|
|
||||||
- Pull new changes
|
- Pull new changes
|
||||||
```
|
```
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -gp
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -gp
|
||||||
```
|
```
|
||||||
|
|
||||||
- Build the book
|
- Build the book
|
||||||
```
|
```
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook
|
||||||
```
|
```
|
||||||
- Preview on a web browser
|
- Preview on a web browser
|
||||||
```
|
```
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -o
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -o
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note: You can use -p instead of -u and set a path to your heroscript directory, as explained in the [docs](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs).
|
> Note: You can use -p instead of -u and set a path to your heroscript directory, as explained in the [docs](https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/docs).
|
||||||
|
|
||||||
## Install and Use Hero
|
## Install and Use Hero
|
||||||
|
|
||||||
install hero as follows
|
You can install Hero with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh | bash /tmp/hero_install.sh
|
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh | bash /tmp/hero_install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
you can also do it on a VM (experts only)
|
|
||||||
|
|
||||||
To install and use Hero on a full VM running on the grid, read the [full VM guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_mdbook_fullvm.md).
|
|
||||||
|
|
||||||
## Create a New mdBook
|
## Create a New mdBook
|
||||||
|
|
||||||
To create a new mdbook, read the [mdbook creation guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_create_mdbook.md).
|
To create a new mdbook, read the [mdbook creation guide](./docs/hero_create_mdbook.md).
|
||||||
|
|
||||||
## Use Hero with Docker
|
## Use Hero with Docker
|
||||||
|
|
||||||
You can use Hero with Docker. Read the docs [here](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_mdbook_docker.md).
|
You can use Hero with Docker. Read the docs [here](./docs/hero_mdbook_docker.md).
|
||||||
|
|
||||||
|
## Basic Mdbook Info
|
||||||
|
|
||||||
|
To get started with Mdbook before learning Hero Mdbook, read [this documentation](./docs/mdbook_basics.md).
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=devs
|
export NAME=devs
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=duniayetu_dar
|
export NAME=duniayetu_dar
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
åç
|
åç
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=farmers
|
export NAME=farmers
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=knowledge_base
|
export NAME=knowledge_base
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
|
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
- [Introduction](kristof/kristof.md)
|
|
||||||
- [eBook Sustainable Life](kristof/sustainable_world.md)
|
|
||||||
- [Projects Personal](kristof/projects_personal.md)
|
|
||||||
- [Funding Round](kristof/funding.md)
|
|
||||||
- [Projects Tech](kristof/projects_tech.md)
|
|
||||||
- [OurWorld Venture Creator](kristof/owh.md)
|
|
||||||
- [Digital FreeZone](partners_utilization/freezone.md)
|
|
||||||
- [Tanzania](partners_utilization/tanzania.md)
|
|
||||||
- [TF9](kristof/tf9.md)
|
|
||||||
- [ThreeFold](kristof/threefold.md)
|
|
||||||
- [Personal Writings](kristof/writings.md)
|
|
||||||
- [Interesting info](kristof/info.md)
|
|
||||||
- [Values](values/planet_people_first.md)
|
|
||||||
- [Passion](kristof/passion.md)
|
|
||||||
- [CoCreation](kristof/cocreation.md)
|
|
||||||
- [Research](kristof/research.md)
|
|
@@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -ex
|
|
||||||
export NAME=kristof
|
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
|
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=legal
|
export NAME=legal
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=library
|
export NAME=library
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=manual
|
export NAME=manual
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=mbweni
|
export NAME=mbweni
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -ex
|
|
||||||
export NAME=projectinca
|
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
|
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
|
@@ -1,8 +1,8 @@
|
|||||||
set -ex
|
set -ex
|
||||||
#~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/manual/sync_production.sh
|
#~/code/git.threefold.info/tfgrid/info_tfgrid/books/manual/sync_production.sh
|
||||||
~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/kristof/sync_production.sh
|
~/code/git.threefold.info/tfgrid/info_tfgrid/books/kristof/sync_production.sh
|
||||||
~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/legal/sync_production.sh
|
~/code/git.threefold.info/tfgrid/info_tfgrid/books/legal/sync_production.sh
|
||||||
~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/tech/sync_production.sh
|
~/code/git.threefold.info/tfgrid/info_tfgrid/books/tech/sync_production.sh
|
||||||
~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/tfgrid3/sync_production.sh
|
~/code/git.threefold.info/tfgrid/info_tfgrid/books/tfgrid3/sync_production.sh
|
||||||
#~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/mbweni/sync_production.sh
|
#~/code/git.threefold.info/tfgrid/info_tfgrid/books/mbweni/sync_production.sh
|
||||||
#~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/duniayetu_dar/sync_production.sh
|
#~/code/git.threefold.info/tfgrid/info_tfgrid/books/duniayetu_dar/sync_production.sh
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
export NAME=sysadmins
|
export NAME=sysadmins
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
||||||
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tfgrid3
|
hero mdbook -u https://git.threefold.info/tfgrid/info_tfgrid/src/branch/main/heroscript/tfgrid3
|
||||||
rsync -rv ~/hero/www/info/tfgrid3/ root@info.ourworld.tf:/root/hero/www/info/tfgrid3/
|
rsync -rv ~/hero/www/info/tfgrid3/ root@info.ourworld.tf:/root/hero/www/info/tfgrid3/
|
||||||
|
@@ -49,5 +49,5 @@ Please see below the ThreeFold DMCC license:
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
!!wiki.def alias:threefold_fzc,tf_fzc,threefold_dubai,tf_dubai
|
!!wiki.def alias:threefold_dmcc,tf_dmcc
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
@@ -1494,7 +1494,7 @@ You can read this [documentation](farmers@@5_set_bios_uefi) to learn more about
|
|||||||
|
|
||||||
### For my 3Node server, do I need to enable virtualization in BIOS or UEFI?
|
### For my 3Node server, do I need to enable virtualization in BIOS or UEFI?
|
||||||
|
|
||||||
Yes, you should enable virtualization. On Intel, it is denoted as *CPU virtualization* and on ASUS, it is denoted as *SVM*. Make sure virtualization is enabled and look for the precise terms in your specific BIOS/UEFI.
|
Yes, you should enable virtualization. On Intel, it is denoted as _CPU virtualization_ and on ASUS, it is denoted as *SVM*. Make sure virtualization is enabled and look for the precise terms in your specific BIOS/UEFI.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1780,7 +1780,7 @@ Short answer: no. Long answer: [click here](https://forum.threefold.io/t/does-it
|
|||||||
|
|
||||||
### My 3Node lost power momentarily and I had to power it back on manually. Is there a better way to proceed?
|
### My 3Node lost power momentarily and I had to power it back on manually. Is there a better way to proceed?
|
||||||
|
|
||||||
In your BIOS, go in *Security Settings* and choose *Last* for *AC Power Recovery*. If you want, set a delay between 60 and 240 seconds. This will ensure your 3Node does not power on and off frantically if your power flickers on and off, thus potentially damaging the unit. On other BIOS, it's *After Power Loss*, and you should choose *Previous State*.
|
In your BIOS, go in *Security Settings* and choose *Last* for _AC Power Recovery_. If you want, set a delay between 60 and 240 seconds. This will ensure your 3Node does not power on and off frantically if your power flickers on and off, thus potentially damaging the unit. On other BIOS, it's *After Power Loss*, and you should choose *Previous State*.
|
||||||
|
|
||||||
*Depending on your 3Node, the parameter might have a different name.
|
*Depending on your 3Node, the parameter might have a different name.
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<h1>GPU Farming</h1>
|
<h1>GPU Farming</h1>
|
||||||
|
|
||||||
Welcome to the *GPU Farming* section of the ThreeFold Manual!
|
Welcome to the _GPU Farming_ section of the ThreeFold Manual!
|
||||||
|
|
||||||
In this guide, we delve into the realm of GPU farming, shedding light on the significance of Graphics Processing Units (GPUs) and how they can be seamlessly integrated into the ThreeFold ecosystem.
|
In this guide, we delve into the realm of GPU farming, shedding light on the significance of Graphics Processing Units (GPUs) and how they can be seamlessly integrated into the ThreeFold ecosystem.
|
||||||
|
|
||||||
|
@@ -289,13 +289,13 @@ As a general advice, you can Load Defaults (Settings) on your BIOS, then make su
|
|||||||
|
|
||||||
* Choose the correct combination of BIOS/UEFI and bootstrap image on [https://bootstrap.grid.tf/](https://bootstrap.grid.tf/)
|
* Choose the correct combination of BIOS/UEFI and bootstrap image on [https://bootstrap.grid.tf/](https://bootstrap.grid.tf/)
|
||||||
* Newer system will use UEFI --> the Dell Optiplex 7020 uses UEFI
|
* Newer system will use UEFI --> the Dell Optiplex 7020 uses UEFI
|
||||||
* Bootstrap image: *EFI IMG* and *EFI FILE*
|
* Bootstrap image: _EFI IMG_ and _EFI FILE_
|
||||||
* Older system will use Legacy BIOS
|
* Older system will use Legacy BIOS
|
||||||
* Bootstrap image: *ISO* and *USB*
|
* Bootstrap image: *ISO* and *USB*
|
||||||
* Set *Multi-Processor* and *Hyperthreading* at Enabled
|
* Set *Multi-Processor* and *Hyperthreading* at Enabled
|
||||||
* Sometimes, it will be written *Virtual Cores*, or *Logical Cores*.
|
* Sometimes, it will be written *Virtual Cores*, or *Logical Cores*.
|
||||||
* Set *Virtualization* at Enabled
|
* Set *Virtualization* at Enabled
|
||||||
* On Intel, it is denoted as *CPU virtualization* and on ASUS, it is denoted as *SVM*.
|
* On Intel, it is denoted as _CPU virtualization_ and on ASUS, it is denoted as *SVM*.
|
||||||
* Make sure virtualization is enabled and look for the precise terms in your specific BIOS/UEFI.
|
* Make sure virtualization is enabled and look for the precise terms in your specific BIOS/UEFI.
|
||||||
* Enable *Network Stack* (sometimes called *Network Boot*)
|
* Enable *Network Stack* (sometimes called *Network Boot*)
|
||||||
* Set *AC Recovery* at *Last Power State*
|
* Set *AC Recovery* at *Last Power State*
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
boats.png
|
|
||||||
kristof.png
|
|
||||||
mbweniruinsandgardens.png
|
|
||||||
ourworld1.png
|
|
||||||
restore_commons.png
|
|
||||||
tf.png
|
|
||||||
tf9.png
|
|
||||||
sustainable_world.png
|
|
@@ -1 +0,0 @@
|
|||||||
../../books/kristof/SUMMARY.md
|
|
Before Width: | Height: | Size: 1.4 MiB |
@@ -1,7 +0,0 @@
|
|||||||
|
|
||||||

|
|
||||||
|
|
||||||
A topic I am passionate and have been thinking about for + 20 years (-:
|
|
||||||
|
|
||||||
|
|
||||||
see [https://threefold.info/cocreation](https://threefold.info/cocreation)
|
|
Before Width: | Height: | Size: 262 KiB |
@@ -1,31 +0,0 @@
|
|||||||
|
|
||||||

|
|
||||||
|
|
||||||
**Dear Friend,**
|
|
||||||
|
|
||||||
We are fundraising for our venture creator, **OurWorld**, and we greatly appreciate any help.
|
|
||||||
|
|
||||||
> The fundraise has the upside potential of a high-tech startup and the downside protection of a later-stage venture builder.
|
|
||||||
|
|
||||||
We are aiming to raise **30 million USD**, and the fundraise has a novel structure.
|
|
||||||
|
|
||||||
- The investment is structured as a **SAFE** (Simple Agreement for Future Equity).
|
|
||||||
- The investment remains as a loan until converted.
|
|
||||||
- The conversion can be made into shares of the mother company or one of our high-profile startups such as **TF9**. It can even be converted to tokens if relevant.
|
|
||||||
- The investor's risk is low due to the diverse portfolio of startups we own, including **ThreeFold**, the **Digital Freezone**, **TF9**, and more.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**If interested to know more, ask us for more info: kristof@incubaid.com**
|
|
||||||
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
|
|
||||||
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
|
|
||||||
border-radius: 8px; will-change: transform;">
|
|
||||||
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
|
|
||||||
src="https://www.canva.com/design/DAGN3J_eYkk/9egra2qP_qG_P-72UbfELA/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
|
|
||||||
</iframe>
|
|
||||||
</div>
|
|
||||||
<a href="https://www.canva.com/design/DAGN3J_eYkk/9egra2qP_qG_P-72UbfELA/view?utm_content=DAGN3J_eYkk&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener"></a>
|
|
||||||
</html>
|
|
@@ -1,3 +0,0 @@
|
|||||||
# Kristof
|
|
||||||
|
|
||||||
see [Kristof History](https://threefold.docsend.com/view/kipdw3c7fvf2r35s)
|
|
@@ -1,4 +0,0 @@
|
|||||||
# Info
|
|
||||||
|
|
||||||
- [Tier-S datacenter as alternative on Tier-3](https://info.ourworld.tf/datacenter)
|
|
||||||
- [Antidote for Cyber Pandemic](https://info.ourworld.tf/datacenter)
|
|
@@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
Dear friend,
|
|
||||||
|
|
@@ -1,20 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
*Kristof on one of his favorite spots, The Nile in Egypt*
|
|
||||||
|
|
||||||
# Kristof: GEK = “Chief Executive Geek“
|
|
||||||
|
|
||||||
We dream about a world where everyone can be happy, with respect for each other and the world’s resources. A world where we dare to love ourselves and we don’t have to be scared about our future. A world where we don’t need to be a product and we have learned to collaborate with openness and trust.
|
|
||||||
|
|
||||||
We believe we are born as beautiful people, but fear leads us in a direction that might not be the path to happiness. In general, we believe that people want to do good.
|
|
||||||
|
|
||||||
Our personal passion is to develop tools which help with:
|
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
*If anyone is looking for my [official business profile](https://threefold.docsend.com/view/kipdw3c7fvf2r35s), you can find it here.*
|
|
Before Width: | Height: | Size: 1.7 MiB |
@@ -1,2 +0,0 @@
|
|||||||
# Launches
|
|
||||||
|
|
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 231 KiB |
@@ -1,36 +0,0 @@
|
|||||||
## OurWorld Venture Creator
|
|
||||||
|
|
||||||
Kristof is the founder and CEO of OurWorld Holding in Mauritius.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
This venture creator has a novel approach how to use technology to do good.
|
|
||||||
|
|
||||||
We believe high tech can do incredible things if used properly.
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
|
|
||||||
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
|
|
||||||
border-radius: 8px; will-change: transform;">
|
|
||||||
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
|
|
||||||
src="https://www.canva.com/design/DAGN3J_eYkk/9egra2qP_qG_P-72UbfELA/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
|
|
||||||
</iframe>
|
|
||||||
</div>
|
|
||||||
<a href="https://www.canva.com/design/DAGN3J_eYkk/9egra2qP_qG_P-72UbfELA/view?utm_content=DAGN3J_eYkk&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener"></a>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
> [more info here](https://threefold.docsend.com/view/s/d84sh3nz94rqgjfj)
|
|
||||||
|
|
||||||
We are fundraising In OurWorld as a SAFE investment instrument.
|
|
||||||
|
|
||||||
We are very excited about our tech projects
|
|
||||||
|
|
||||||
- a global decentralized cloud
|
|
||||||
- a digital freezone, which can be a real "afe haven" for millions of people
|
|
||||||
- an education system which has already proven its value
|
|
||||||
|
|
||||||
We are working on some super cool additional projects
|
|
||||||
|
|
||||||
We are very much focussed on Africa right now, [see this intro document](https://threefold.docsend.com/view/hrtzj4edqx247xkp)
|
|
||||||
|
|
||||||
[Kristofs Official Profile](https://threefold.docsend.com/view/kipdw3c7fvf2r35s)
|
|
@@ -1,15 +0,0 @@
|
|||||||
# Passion
|
|
||||||
|
|
||||||
I love my work and I love to code...
|
|
||||||
|
|
||||||
I love life and being in energy-rich places.
|
|
||||||
|
|
||||||
I love to be with my wife Isabelle, my beautiful daughters, friends and our core community which became true family. It's so cool to build a future together.
|
|
||||||
|
|
||||||
I love spending time in Zanzibar and The Nile, to connect to likeminded human souls who want the best for this planet and all people on it.
|
|
||||||
|
|
||||||
I love to surf the mysterious waves of life.
|
|
||||||
|
|
||||||
Ah yes, I love to be on the ocean, sailing, kiting, ... Sailing is so beautiful, your world becomes super small and all too big at the same time.
|
|
||||||
|
|
||||||
|
|
@@ -1,22 +0,0 @@
|
|||||||
# Project INCA
|
|
||||||
|
|
||||||
> NEWS: ThreeFold is launching on Solana, this effort is called Project INCA
|
|
||||||
|
|
||||||
On April our Digital Currency called TFT did some very interesting moves, 39m USD was going around within 24h (note we don't deploy any marketmakers).
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
see [https://coinmarketcap.com/currencies/threefold/](https://coinmarketcap.com/currencies/threefold/)
|
|
||||||
|
|
||||||
*Please note not all info on coinmarketcap is right e.g. the circulating supply is I think higher.*
|
|
||||||
|
|
||||||
This was very interesting to see and it motivated us to go faster in our expansion from a token perspective
|
|
||||||
|
|
||||||
**[see this site for more condidential info about our Launch](https://friends.threefold.info/projectinca/)**, we are looking for more feedback and contributors (same login/passwd as this site).
|
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
> The information shared on this page is solely personal, shared between friends. I do not recommend investing in any of our projects based on information as shared on this page.
|
|
@@ -1,11 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# Project Mycelium
|
|
||||||
|
|
||||||
We wrote a manifesto recently about why do we need the HERO and the link to AI.
|
|
||||||
|
|
||||||
> WHY: [Toward a Collective Conscious Intelligence](https://info.ourworld.tf/hero4d)
|
|
||||||
|
|
||||||
The [Following Slides](https://docs.google.com/presentation/d/1pB1ILqKnLMsjpkYRjIdAWY3mxgO6qJiExavNbAf6DWw/edit#slide=id.g2cfd347b7cd_0_994) present the product vision of our hero on top of the Mycelium Network.
|
|
||||||
|
|
||||||
We are gathering feedback and creating a team which will push this narrative into the world.
|
|
@@ -1,38 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Veda Dahabiyas on the Nile
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Over four years ago, we embarked on a journey of organizing cruises along the Nile. Veda Egypt operates four boats, we offer a unique opportunity to explore the energy of the Nile and its temples in an unparalleled manner.
|
|
||||||
|
|
||||||
- [nice movie as made by someone who was a guest on the boat](https://vimeo.com/758775394/17bfd1f3ae)
|
|
||||||
- [See a CNN documentary made couple of years ago.](https://player.vimeo.com/video/371621672)
|
|
||||||
|
|
||||||
We have been so lucky and grateful to experience wonderful moments on the Nile.
|
|
||||||
|
|
||||||
> more info see [https://www.veda-egypt.com](https://www.veda-egypt.com/)
|
|
||||||
|
|
||||||
There is a plan to make the boats co-owned by means of digital shares (digital assets) which would regulated in our digital freezone. This way many more projects can call these boats their own home and invite their own guests.
|
|
||||||
|
|
||||||
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/758775394?h=17bfd1f3ae&title=0&byline=0&portrait=0&badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Threefold_Freefow_Nile_May_2022"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
|
|
||||||
|
|
||||||
## Mbweni Ruins
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
We are honored that we were given an incredible location in Zanzibar, this location is so unique and we are looking forward to make this a co-owned space, our dream is that thousands of people can own this gift from "Eden"
|
|
||||||
|
|
||||||
The space is unique because of
|
|
||||||
|
|
||||||
- botanical guarden created in 18e century by [Sir John Kirk](https://en.wikipedia.org/wiki/John_Kirk_(explorer)#:~:text=Sir%20John%20Kirk%20GCMG%2C%20KCB,his%20political%20assistant%2C%20Ali%20bin) and David Livingstone
|
|
||||||
- historical ruins which was a school and missionary to end slavery in Zanzibar
|
|
||||||
- biggest mangrove Forest in Zanzibar which needs protection
|
|
||||||
- an incredibly beautiful beach still close to Stonetown
|
|
||||||
- the new HQ for OurWorld Zanzibar to build the digital freezone and a new Internet
|
|
||||||
|
|
||||||
Come and visit us to build a new future.
|
|
||||||
|
|
||||||
> see [https://www.mbweniruinsandgardens.com](https://www.mbweniruinsandgardens.com)
|
|
||||||
|
|
@@ -1,15 +0,0 @@
|
|||||||
|
|
||||||
## Technology Projects
|
|
||||||
|
|
||||||
Started from our venture creator:
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
|
|
||||||
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
|
|
||||||
border-radius: 8px; will-change: transform;">
|
|
||||||
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
|
|
||||||
src="https://www.canva.com/design/DAGN3J_eYkk/9egra2qP_qG_P-72UbfELA/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
|
|
||||||
</iframe>
|
|
||||||
</div>
|
|
||||||
<a href="https://www.canva.com/design/DAGN3J_eYkk/9egra2qP_qG_P-72UbfELA/view?utm_content=DAGN3J_eYkk&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener"></a>
|
|
||||||
</html>
|
|
@@ -1,8 +0,0 @@
|
|||||||
# Research
|
|
||||||
|
|
||||||
## live streaming of metaverse engine
|
|
||||||
|
|
||||||
<div style="padding:56.6% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/888463280?h=1cd23bf165&badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="pixelstreaming"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
|
|
||||||
|
|
||||||
we wanted to show how its possible to achieve incredible quality for streaming of a Virtual Reality environment, the video above does not show a movie, its a real time rendered environment, it shows the potential of doing VR rendering in the cloud.
|
|
||||||
|
|
Before Width: | Height: | Size: 384 KiB |
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
[more info](https://bsahely.com/2020/02/29/towards-a-sustainable-world-bernard-lietaer-delta-institute-dieter-legat)
|
|
||||||
|
|
||||||
We had the honor to co-author this book which we are very proud off.
|
|
||||||
|
|
||||||
We honestly believe that the teachings of Bernard are a fundamental tool towards a better world.
|
|
||||||
|
|
||||||
Its a small book with a lot of content, if you want to have a copy let us know.
|
|
||||||
|
|
||||||
We are working on a project which will probably be called "project mycelium" which is all about delivering a digital backbone (built on top of ThreeFold tech) in line with the paradigm shifts as described in this book.
|
|
||||||
|
|
||||||
[Download the PDF](towards_a_sustainable_world.pdf)
|
|
||||||
|
|
||||||
or [this link](https://bsahely.com/2020/02/29/towards-a-sustainable-world-bernard-lietaer-delta-institute-dieter-legat/)
|
|
Before Width: | Height: | Size: 492 KiB |
Before Width: | Height: | Size: 316 KiB |
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
## TF9 our Belgium Tech company
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Kristof is the founder and CEO of TF9 In Belgium.
|
|
||||||
|
|
||||||
TF9 owns the IP (Intellectual Preperty) as has been used to create the ThreeFold Opensource Project.
|
|
||||||
|
|
||||||
TF9 works with governments and large organizations to deliver 2 main usecases
|
|
||||||
|
|
||||||
1. [Antidote to the Cyber Pandemic](https://info.ourworld.tf/cyberpandemic)
|
|
||||||
2. [Tier S datacenter](https://info.ourworld.tf/datacenter) as a better way how deploy lots of AI, Internet & Cloud capacity fast.
|
|
||||||
|
|
||||||
> [See TF9 Website: https://tf9.io](https://tf9.io/)
|
|
||||||
|
|
||||||
TF9 is 100% owned by our venture creator: OurWorld
|
|
Before Width: | Height: | Size: 234 KiB |
@@ -1,13 +0,0 @@
|
|||||||
|
|
||||||
## ThreeFold Decentralized Cloud
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Founded by Internet 1.0 Pioneers
|
|
||||||
|
|
||||||
About a decade ago, a group of passionate Internet & cloud veterans came together to build a system which can grow to a scalable, safe, compatible, and co-owned IT infrastructure.
|
|
||||||
|
|
||||||
|
|
||||||
> [see ThreeFold Website](https://threefold.io/)
|
|
||||||
|
|
||||||
Threefold is 100% owned by our venture creator: OurWorld
|
|
@@ -1,14 +0,0 @@
|
|||||||
|
|
||||||
# Personal writings
|
|
||||||
|
|
||||||
- [On Your Way to Collective Consciousness](https://medium.com/@despiegk/on-your-way-to-collective-consciousness-5ab7f141bc8b)
|
|
||||||
- [Are we all psychopaths?](https://medium.com/@despiegk/a-tough-week-6d25754801f5)
|
|
||||||
- [A trillion every 100 days](https://medium.com/@despiegk/a-trillion-every-100-days-abadd65c18a5)
|
|
||||||
- [Once upon a time, only 30 years ago an experiment started called “The Internet”.](https://medium.com/@despiegk/once-upon-a-time-only-30-years-ago-an-experiment-started-called-the-internet-5251e0da6a76)
|
|
||||||
- [Money is no Longer Money](https://medium.com/@despiegk/money-is-no-longer-money-ef642453404e)
|
|
||||||
- [Our Digital Sovereignty is the ultimate battle ground.](https://medium.com/@despiegk/our-digital-sovereignty-is-the-battle-ground-on-which-the-war-vs-evil-can-be-won-or-lost-20f5e3e067
|
|
||||||
- [A NEW FINANCIAL SYSTEM FOR “OUR WORLD”](https://medium.com/@despiegk/a-new-financial-system-for-our-world-602605d1f6d7)
|
|
||||||
- [Network Societies](https://medium.com/@despiegk/digital-network-societies-1b308b9a8c7e)
|
|
||||||
|
|
||||||
> if you like any of my writings please clap 50 times for it on medium.
|
|
||||||
|
|
Before Width: | Height: | Size: 2.1 MiB |
@@ -1,59 +0,0 @@
|
|||||||
<h1> OurWorld Venture Creator </h1>
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
<h2> Table of Contents </h2>
|
|
||||||
|
|
||||||
- [Introduction](#introduction)
|
|
||||||
- [OurWorld Vision](#ourworld-vision)
|
|
||||||
- [Our Modern Crisis](#our-modern-crisis)
|
|
||||||
- [Guiding Principles for Change](#guiding-principles-for-change)
|
|
||||||
- [Tools](#tools)
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
## Introduction
|
|
||||||
|
|
||||||
OurWorld is a venture creator based in Mauritius. The goal of OurWorld is to empower our startups to manifest the required solutions aligned with our vision.
|
|
||||||
|
|
||||||
These startups have access to ThreeFold Technology as well as the full Mycelium ecosystem, a decentralized technology platform designed to enable conscious peer-to-peer collaboration. Mycelium provides the infrastructure for startups in the OurWorld ecosystem to develop transformative solutions, from finance to education.
|
|
||||||
|
|
||||||
By combining funding, an ethical framework, and decentralized technologies, OurWorld aims to seed startups poised to make a positive societal impact. The versatile Mycelium platform allows this worldwide network of startups to exchange value and collectively upgrade how we cooperate.
|
|
||||||
|
|
||||||
## OurWorld Vision
|
|
||||||
|
|
||||||
OurWorld has a vision that is inspired by guiding principles and possesses the tools necessary to fix many issues of our current modern crisis.
|
|
||||||
|
|
||||||
### Our Modern Crisis
|
|
||||||
|
|
||||||
* Centralized AI and data platforms lack transparency and accountability.
|
|
||||||
This raises concerns about manipulating users or limiting their agency.
|
|
||||||
* Erosion of privacy and bodily autonomy through invasive surveillance and social credit systems. This endangers freedom of choice and expression.
|
|
||||||
* Environmental degradation that threatens sustainability of natural systems humanity depends on.
|
|
||||||
* Proliferation of misinformation that polarizes society. This impedes reasoned discourse and collective problem-solving.
|
|
||||||
|
|
||||||
These interconnected crises endanger the future – yet also present an opportunity for transformation. Business as usual will not suffice. Fundamental upgrades are needed across society.
|
|
||||||
|
|
||||||
### Guiding Principles for Change
|
|
||||||
|
|
||||||
The guiding principles for change of OurWorld always put the planet and people first.
|
|
||||||
|
|
||||||
* **Consciousness** - Cultivate self-awareness, ethics and wisdom within each person.
|
|
||||||
* **Compassion** - Practice understanding, service and sharing. Choose collaboration over division.
|
|
||||||
* **Sustainability** - Incentivize regeneration. Safeguard ecosystems for future generations.
|
|
||||||
* **Autonomy** - Honor rights to self-determination and sovereignty. Prevent authoritarian overreach.
|
|
||||||
* **Meritocracy** - Structure governance to draw on diverse expertise while limiting corrupt influence.
|
|
||||||
* **Abundance** - Innovate systems that create shared prosperity through new economic models.
|
|
||||||
|
|
||||||
|
|
||||||
### Tools
|
|
||||||
|
|
||||||
* **Decentralization** Develop decentralized peer-to-peer networks for data, finance, communications, etc. This distributes power more equitably without centralized intermediaries.
|
|
||||||
* **Promote Education** that fosters critical thinking, self-awareness, and ethical values. This empowers individuals to make wise choices despite manipulative messaging.
|
|
||||||
* **Connect people** across divides to find common ground. This fosters societal cohesion and collective wisdom to address shared challenges.
|
|
||||||
* **Design economic models** that incentivize regeneration, compassion and creativity over self-interest. This creates abundance and reduces inequality.
|
|
||||||
* Champion **open collaboration** on solutions that benefit all of humanity and the planet. This unites us in shared purpose (opensource)
|
|
||||||
* **Support** individual and community rights to self-determination and bodily **sovereignty**. This prevents authoritarian overreach and protects freedoms.
|
|
||||||
|
|
||||||
Everyone has a role to play in this transformation. We must lift up humanity by elevating consciousness, enacting wise governance, developing ethical technologies, and coming together in good faith. The answers exist if we dare to dream widely and act boldly.
|
|
||||||
|
|
@@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/projectinca
|
https://git.threefold.info/tfgrid/info_tfgrid/src/branch/development/heroscript/projectinca
|
||||||
|
@@ -10,5 +10,5 @@ Its important that every contributor to this project has gone over next checklis
|
|||||||
|
|
||||||
Some practical items:
|
Some practical items:
|
||||||
|
|
||||||
- [ ] [I have an account on gitea](https://git.ourworld.tf)
|
- [ ] [I have an account on gitea](https://git.threefold.info)
|
||||||
- [ ] [I am committed to work with our Kanban on Gitea](https://git.ourworld.tf/tfgrid/circle_go2market/projects/80)
|
- [ ] [I am committed to work with our Kanban on Gitea](https://git.threefold.info/tfgrid/circle_go2market/projects/80)
|
@@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
Let's all together work together on this document as well as on the stories which make up our planning.
|
Let's all together work together on this document as well as on the stories which make up our planning.
|
||||||
|
|
||||||
- [Git repo for this manual](https://git.ourworld.tf/tfgrid/info_tfgrid)
|
- [Git repo for this manual](https://git.threefold.info/tfgrid/info_tfgrid)
|
||||||
- [Stories for contributors only (Ask access)](https://git.ourworld.tf/tfgrid/depin_circle/issues)
|
- [Stories for contributors only (Ask access)](https://git.threefold.info/tfgrid/depin_circle/issues)
|
@@ -6,7 +6,7 @@ There is a grant of 5m TFT foreseen for the work as will be done by the codescal
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- The work as defined on [project management tool](https://git.ourworld.tf/tfgrid/-/projects/46) is executed and delivered
|
- The work as defined on [project management tool](https://git.threefold.info/tfgrid/-/projects/46) is executed and delivered
|
||||||
- Project is delivered
|
- Project is delivered
|
||||||
- opensource
|
- opensource
|
||||||
- customers operational
|
- customers operational
|
||||||
|
@@ -6,7 +6,7 @@ There is a grant of 2m TFT foreseen for the work as will be done by the codescal
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- The work as defined on [project management tool](https://git.ourworld.tf/tfgrid/-/projects/99) is executed and delivered
|
- The work as defined on [project management tool](https://git.threefold.info/tfgrid/-/projects/99) is executed and delivered
|
||||||
- Project is delivered
|
- Project is delivered
|
||||||
- opensource
|
- opensource
|
||||||
- customers operational
|
- customers operational
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# Stories
|
# Stories
|
||||||
|
|
||||||
- [circle issues](https://git.ourworld.tf/tfgrid/circle_projectinca/issues)
|
- [circle issues](https://git.threefold.info/tfgrid/circle_projectinca/issues)
|
||||||
- [kanban view](https://git.ourworld.tf/tfgrid/-/projects/68)
|
- [kanban view](https://git.threefold.info/tfgrid/-/projects/68)
|
||||||
|
|
||||||
> TODO: we need to udpate our issues and track our work
|
> TODO: we need to udpate our issues and track our work
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
title: 'ThreeFold: Reinventing the Internet'
|
title: 'ThreeFold: Reinventing the Internet'
|
||||||
|
|
||||||
!!slides.add_collection
|
!!slides.add_collection
|
||||||
url: 'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/collections/slides_threefold_depin'
|
url: 'https://git.threefold.info/tfgrid/info_tfgrid/src/branch/development/collections/slides_threefold_depin'
|
||||||
|
|
||||||
!!slides.add_slide
|
!!slides.add_slide
|
||||||
name: 'threefold_intro_depin.png'
|
name: 'threefold_intro_depin.png'
|
||||||
|
@@ -21,7 +21,7 @@ The Gitea API is available with the slugs `/api/swagger#` after your Gitea domai
|
|||||||
|
|
||||||
- For ThreeFold, we use the following Gitea API:
|
- For ThreeFold, we use the following Gitea API:
|
||||||
```
|
```
|
||||||
https://git.ourworld.tf/api/swagger#/
|
https://git.threefold.info/api/swagger#/
|
||||||
```
|
```
|
||||||
|
|
||||||
You can access different levels of the Gitea instance:
|
You can access different levels of the Gitea instance:
|
||||||
@@ -48,7 +48,7 @@ For example, we take the raw content of a file:
|
|||||||
|
|
||||||
```
|
```
|
||||||
curl -X 'GET' \
|
curl -X 'GET' \
|
||||||
'https://git.ourworld.tf/api/v1/repos/tfgrid/info_tfgrid/raw/heroscript%2Fduniayetu%2Fbook_collections.md?ref=main' \
|
'https://git.threefold.info/api/v1/repos/tfgrid/info_tfgrid/raw/heroscript%2Fduniayetu%2Fbook_collections.md?ref=main' \
|
||||||
-H 'accept: application/json'
|
-H 'accept: application/json'
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ We can save this in a file by adding `> filename.txt` after the line above:
|
|||||||
|
|
||||||
```
|
```
|
||||||
curl -X 'GET' \
|
curl -X 'GET' \
|
||||||
'https://git.ourworld.tf/api/v1/repos/tfgrid/info_tfgrid/raw/heroscript%2Fduniayetu%2Fbook_collections.md?ref=main' \
|
'https://git.threefold.info/api/v1/repos/tfgrid/info_tfgrid/raw/heroscript%2Fduniayetu%2Fbook_collections.md?ref=main' \
|
||||||
-H 'accept: application/json' > filename.txt
|
-H 'accept: application/json' > filename.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ If you want to query information that is access-protected, such as a private rep
|
|||||||
Once this is done, every Swagger request you ask will be accompanied with the access token.
|
Once this is done, every Swagger request you ask will be accompanied with the access token.
|
||||||
|
|
||||||
- Create an access token directly on Gitea
|
- Create an access token directly on Gitea
|
||||||
- Go to the `Applications` section of the `User Settings` [on Gitea](https://git.ourworld.tf/user/settings/applications)
|
- Go to the `Applications` section of the `User Settings` [on Gitea](https://git.threefold.info/user/settings/applications)
|
||||||
- Under `Manage Access Tokens`, choose a `Token Name`
|
- Under `Manage Access Tokens`, choose a `Token Name`
|
||||||
- Select either ̀`Public only` or `All (public, private and limited)`. For private access, choose the latter
|
- Select either ̀`Public only` or `All (public, private and limited)`. For private access, choose the latter
|
||||||
- You must select at least one permission to create a token. Click on `Select permissions` and choose the permissions for your token
|
- You must select at least one permission to create a token. Click on `Select permissions` and choose the permissions for your token
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
We present a basic guide for Gitea, a forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, code review, continuous integration, kanban boards, tickets, and wikis.
|
We present a basic guide for Gitea, a forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, code review, continuous integration, kanban boards, tickets, and wikis.
|
||||||
|
|
||||||
ThreeFold hosts its own git server on [Gitea OurWorld](https://git.ourworld.tf). We will be using OurWorld's Gitea instance for this guide.
|
ThreeFold hosts its own git server on [Gitea OurWorld](https://git.threefold.info). We will be using OurWorld's Gitea instance for this guide.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ You should have git installed on your computer to work easily with Gitea. It is
|
|||||||
|
|
||||||
## Register
|
## Register
|
||||||
|
|
||||||
- Go to the main gitea URL, e.g. [https://git.ourworld.tf](https://git.ourworld.tf)
|
- Go to the main gitea URL, e.g. [https://git.threefold.info](https://git.threefold.info)
|
||||||
- On the top right click on `Register`
|
- On the top right click on `Register`
|
||||||
- Set your credentials
|
- Set your credentials
|
||||||
- Enter a `Username`
|
- Enter a `Username`
|
||||||
@@ -50,7 +50,7 @@ You should have git installed on your computer to work easily with Gitea. It is
|
|||||||
|
|
||||||
## Sign In
|
## Sign In
|
||||||
|
|
||||||
- Go to the main Gitea URL, e.g. [https://git.ourworld.tf](https://git.ourworld.tf)
|
- Go to the main Gitea URL, e.g. [https://git.threefold.info](https://git.threefold.info)
|
||||||
- On the top right click on `Sign In`
|
- On the top right click on `Sign In`
|
||||||
- Set your credentials
|
- Set your credentials
|
||||||
- Enter your `Username` or your `Email Address`
|
- Enter your `Username` or your `Email Address`
|
||||||
@@ -69,7 +69,7 @@ ssh-keygen
|
|||||||
```
|
```
|
||||||
cat ~/.ssh/id_rsa.pub
|
cat ~/.ssh/id_rsa.pub
|
||||||
```
|
```
|
||||||
- [Add the SSH public key on git.ourworld.tf](https://git.ourworld.tf/user/settings/keys)
|
- [Add the SSH public key on git.threefold.info](https://git.threefold.info/user/settings/keys)
|
||||||
- Click on `Add Key` on the top right
|
- Click on `Add Key` on the top right
|
||||||
- Paste the public key in `Content`
|
- Paste the public key in `Content`
|
||||||
- The `Key Name` will be added automatically
|
- The `Key Name` will be added automatically
|
||||||
@@ -77,7 +77,7 @@ cat ~/.ssh/id_rsa.pub
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
- Optional: on git.ourworld.tf, verify the key. Make sure to put the proper token.
|
- Optional: on git.threefold.info, verify the key. Make sure to put the proper token.
|
||||||
```
|
```
|
||||||
echo -n 'token' | ssh-keygen -Y sign -n gitea -f ~/.ssh/id_rsa
|
echo -n 'token' | ssh-keygen -Y sign -n gitea -f ~/.ssh/id_rsa
|
||||||
```
|
```
|
||||||
|
@@ -30,7 +30,7 @@ Our platform is designed for everyone, whether you are a developer, system admin
|
|||||||
|
|
||||||
## Open Source Technology
|
## Open Source Technology
|
||||||
|
|
||||||
All of our technology is open source and build by our tech company called TF9 and used to build the ThreeFold Gridt. For more information, visit the [ThreeFold Website](https://www.threefold.io).
|
All of our technology is open source and build by our tech company called TF9 and used to build the ThreeFold Grid. For more information, visit the [ThreeFold Website](https://www.threefold.io).
|
||||||
|
|
||||||
## Bridging the Web2, Web3, and Blockchain Worlds
|
## Bridging the Web2, Web3, and Blockchain Worlds
|
||||||
|
|
||||||
|
@@ -1,16 +1,4 @@
|
|||||||
|
|
||||||
# ThreeFold Project Presentation
|
|
||||||
|
|
||||||
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
|
|
||||||
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
|
|
||||||
border-radius: 8px; will-change: transform;">
|
|
||||||
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
|
|
||||||
src="https://www.canva.com/design/DAGMnf6wIcE/vNv1-MAAhH_BgBch4wEkjQ/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
|
|
||||||
</iframe>
|
|
||||||
</div>
|
|
||||||
<a href="https://www.canva.com/design/DAGMnf6wIcE/vNv1-MAAhH_BgBch4wEkjQ/view?utm_content=DAGMnf6wIcE&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">THREEFOLD, PROJECT INCA (public)</a> by Kristof De Spiegeleer
|
|
||||||
|
|
||||||
|
|
||||||
# ThreeFold Tech Presentation
|
# ThreeFold Tech Presentation
|
||||||
|
|
||||||
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
|
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
|
||||||
|
@@ -10,4 +10,4 @@ We highly encourage feedback and discussions around the next grid release.
|
|||||||
|
|
||||||
<h2>Contribute</h2>
|
<h2>Contribute</h2>
|
||||||
|
|
||||||
Use the [ThreeFold forum](https://forum.threefold.io/c/dao/rfc/81) to discuss the content or edit directly in [our Git system](https://git.ourworld.tf/tfgrid/info_tfgrid).
|
Use the [ThreeFold forum](https://forum.threefold.io/c/dao/rfc/81) to discuss the content or edit directly in [our Git system](https://git.threefold.info/tfgrid/info_tfgrid).
|
@@ -11,6 +11,10 @@
|
|||||||
- AI hour (AH) is like a kwatth unit for electricty: it represents a AI Slice being used for 1h and billed as such.
|
- AI hour (AH) is like a kwatth unit for electricty: it represents a AI Slice being used for 1h and billed as such.
|
||||||
- ThreeFold Farmers can price the AI Hour in a chosen currency.
|
- ThreeFold Farmers can price the AI Hour in a chosen currency.
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
- At least 99.5% uptime per node and 99.9% for the farming location (cluster)
|
||||||
|
|
||||||
## AI Slice Properties
|
## AI Slice Properties
|
||||||
|
|
||||||
The service provider (hoster) defines the following properties per AI Slice:
|
The service provider (hoster) defines the following properties per AI Slice:
|
||||||
|
@@ -11,15 +11,16 @@
|
|||||||
The default Cloud Slice has
|
The default Cloud Slice has
|
||||||
|
|
||||||
- 4GB memory
|
- 4GB memory
|
||||||
- 2 virtual cores of CPU
|
- 2 virtual cores of CPU (CPU threads)
|
||||||
- Minimal 50 GB of fast storage (can be more, as to be defined by provider)
|
- Minimal 50 GB of fast storage = SSD (can be more, as to be defined by provider)
|
||||||
- Minimal availability of 1 mbit/s bandwidth at all times
|
- Minimal availability of 1 mbit/s bandwidth at all times slice
|
||||||
|
|
||||||
Terms
|
Terms
|
||||||
|
|
||||||
- The virtual cores are max oversubscribed 4x
|
- The virtual cores are max oversubscribed 4x
|
||||||
- Min passmark per Cloud Slice is 500 passmark (CPU benchmark)
|
- Min passmark per Cloud Slice is 500 passmark (CPU benchmark)
|
||||||
- At least 50 GB storage available, more is better
|
- At least 50 GB storage available, more is better
|
||||||
|
- At least 99.5% uptime per node and 99.9% for the farming location (cluster)
|
||||||
|
|
||||||
**Example a node with 64 GB or mem and 2 TB of SSD and 24 virtual cores.**
|
**Example a node with 64 GB or mem and 2 TB of SSD and 24 virtual cores.**
|
||||||
|
|
||||||
|
29
collections/tfgrid4/slices/networkslice.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Network Slice
|
||||||
|
|
||||||
|
|
||||||
|
## Network Slice
|
||||||
|
|
||||||
|
- A Cloud Slice is a unit of network bandwidth
|
||||||
|
- Is 1 GB of bandwidth transfer in/out per month
|
||||||
|
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- Minimal availability of 10 mbit/s bandwidth at all times for the location
|
||||||
|
- Minimal 99.8% uptime for the location
|
||||||
|
|
||||||
|
|
||||||
|
## Network Slice Properties
|
||||||
|
|
||||||
|
The service provider (hoster) defines the following properties per Network Slice:
|
||||||
|
|
||||||
|
- 1 GB of bandwidth to/from public IP address
|
||||||
|
- Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods)
|
||||||
|
- Max bandwidth in the location
|
||||||
|
- Min bandwidth (min 1 mbit/sec) in the location (guaranteed bandwidth for all users)
|
||||||
|
- Max aggregation size (how many of the NetworkSlices can be combined per node)
|
||||||
|
- Link to support site if any (find info about hoster and service capabilities)
|
||||||
|
- If linked to Hosting Pool (company giving support on the machines)
|
||||||
|
- Location & type of location
|
||||||
|
|
||||||
|
|
@@ -10,6 +10,10 @@ The default Cloud Slice has:
|
|||||||
|
|
||||||
- 100GB of storage
|
- 100GB of storage
|
||||||
|
|
||||||
|
## requirements
|
||||||
|
|
||||||
|
- At least 99.5% uptime per node and 99.9% for the farming location (cluster)
|
||||||
|
|
||||||
## Storage Hour (SH)
|
## Storage Hour (SH)
|
||||||
|
|
||||||
- A Storage Hour is like a kwatth unit for electricty, it represents a Storage Slice being used for 1h and billed as such.
|
- A Storage Hour is like a kwatth unit for electricty, it represents a Storage Slice being used for 1h and billed as such.
|
||||||
@@ -19,11 +23,10 @@ The default Cloud Slice has:
|
|||||||
|
|
||||||
The service provider (hoster) defines the following properties per Storage Slice:
|
The service provider (hoster) defines the following properties per Storage Slice:
|
||||||
|
|
||||||
- Min size in GB (100GB+), max size
|
- 100 GB storage space on reliable HDD
|
||||||
- Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods)
|
- Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods)
|
||||||
- Max bandwidth
|
- Max bandwidth
|
||||||
- Min bandwidth (min 1 mbit/sec)
|
- Min bandwidth (min 1 mbit/sec)
|
||||||
- Cost per GB bandwidth
|
|
||||||
- Max aggregation size (how many of the StorageSlices can be combined)
|
- Max aggregation size (how many of the StorageSlices can be combined)
|
||||||
- Link to support site if any (find info about hoster and service capabilities)
|
- Link to support site if any (find info about hoster and service capabilities)
|
||||||
- If linked to Hosting Pool (company giving support on the machines)
|
- If linked to Hosting Pool (company giving support on the machines)
|
||||||
|
@@ -1,9 +0,0 @@
|
|||||||
vindo0.png
|
|
||||||
vindo1.png
|
|
||||||
vindo2.png
|
|
||||||
vindo3.png
|
|
||||||
vindo4.png
|
|
||||||
vindo5.png
|
|
||||||
vindo6.png
|
|
||||||
vindo7.png
|
|
||||||
vindo8.png
|
|
Before Width: | Height: | Size: 691 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 955 KiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 940 KiB |
Before Width: | Height: | Size: 692 KiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 610 KiB |
@@ -1,26 +0,0 @@
|
|||||||
## Vindo
|
|
||||||
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<div style="padding:56.6% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/917760972?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="vindo_intro"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
@@ -1,9 +0,0 @@
|
|||||||
## OurDigital Self Actor Driven Approach
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
We use an 'actor' driven pattern instead of a model first pattern.
|
|
||||||
|
|
||||||
In such a pattern, the root model only holds essentials in its database, hence any necessary changes can be applied at the root.
|
|
||||||
|
|
||||||
The model can tap direct into knowledge (how to do certain things) by accessing the 'recipes'. 'Recipes' are the source code that can easily be adapted to any task. By using Domain Specific Language (DSL) it is easy to reuse recipes.
|
|
Before Width: | Height: | Size: 51 KiB |
@@ -1,7 +0,0 @@
|
|||||||
storage_web4_twin.png
|
|
||||||
unlimited_3nodes.png
|
|
||||||
web2_integration_w4.png
|
|
||||||
web4_architecture_intro.png
|
|
||||||
web4_bc_link.png
|
|
||||||
web_intro_0.png
|
|
||||||
path_to_web4.png
|
|
Before Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 261 KiB |
Before Width: | Height: | Size: 180 KiB |