-
Notifications
You must be signed in to change notification settings - Fork 10
learn
Fata albar edited this page Nov 19, 2022
·
1 revision

- Doc https://docs.meson.network/
- Github https://github.com/daqnext
- Discord https://discord.com/invite/z6YfSHDkmS
- Register https://dashboard.meson.network/register
- CPU 4 cores (Intel Xeon Skylake or newer)
- RAM 4GB RAM
- Storage 100 GB
sudo apt-get update -y && sudo apt-get install wget -y- For linux amdx64
wget 'https://staticassets.meson.network/public/meson_cdn/v3.1.18/meson_cdn-linux-amd64.tar.gz' && tar -zxf meson_cdn-linux-amd64.tar.gz && rm -f meson_cdn-linux-amd64.tar.gz && cd ./meson_cdn-linux-amd64 && sudo ./service install meson_cdn- For Linux arm
wget 'https://staticassets.meson.network/public/meson_cdn/v3.1.18/meson_cdn-linux-arm64.tar.gz' && tar -zxf meson_cdn-linux-arm64.tar.gz && rm -f meson_cdn-linux-arm64.tar.gz && cd ./meson_cdn-linux-arm64 && sudo ./service install meson_cdnPlease replace 'your token' with your own 'token ID', find your Token ID there https://dashboard.meson.network/user_node
sudo ./meson_cdn config set --token=your token --https_port=443 --cache.size=30example
sudo ./meson_cdn config set --token=dnqtpthzeyghgzkxwnltpqnw --https_port=443 --cache.size=30Parameter list
| Parameter | Description |
|---|---|
| -token=your token | you can find out your token in nodes page |
| -https_port=443 | default is 443, support for custom server ports |
| -cache.size=30 | minimum: 20G, default: 30G |
| -cache.folder=xxxx | string, cache folder path, could be an absolute path |
start service
sudo ./service start meson_cdnAfter 2-3 minutes, you will have a new terminal record at terminals open in new node .

check status NODE
sudo ./service status meson_cdninstall node
sudo ./service install meson_cdn start node
sudo ./service start meson_cdn check node running status
sudo ./service status meson_cdn stop node
sudo ./service stop meson_cdn remove node
sudo ./service remove meson_cdn restart node
sudo ./service restart meson_cdn check logs
sudo ./meson_cdn log check help
./meson_cdn -h Remove Node
sudo ./service stop meson_cdn && sudo ./service remove meson_cdn