gm
DAO Treasury Infrastructure
Summary The proposal suggests a treasury management infrastructure approach and states the required solutions from the platform point of view. Background Coming up with the proposal for treasury infrastructure we keep in mind the following ideas: Be on-chain Fully community government Avoid gas fees for voting Fraudulent transactions resistant We believe that a treasury management infrastructure that is based on those principles will allow us to build a sustainable platform that the community...
[PROPOSAL] hunterDAO Goals
Summary The proposal defines the high-level goals of hunterDAO and represents the first attempt to organize community efforts. Background We believe that the north star guiding hunterDAO is the path to joint profit. Dexhunter is not a charity organization. As decided by the community, "our mission is to create a participatory, community-driven economy powered by the $hunter token that enables the support, development, engineering, and adoption of the Dexhunter and related products.". The diff...
DAO Treasury Infrastructure
Summary The proposal suggests a treasury management infrastructure approach and states the required solutions from the platform point of view. Background Coming up with the proposal for treasury infrastructure we keep in mind the following ideas: Be on-chain Fully community government Avoid gas fees for voting Fraudulent transactions resistant We believe that a treasury management infrastructure that is based on those principles will allow us to build a sustainable platform that the community...
[PROPOSAL] hunterDAO Goals
Summary The proposal defines the high-level goals of hunterDAO and represents the first attempt to organize community efforts. Background We believe that the north star guiding hunterDAO is the path to joint profit. Dexhunter is not a charity organization. As decided by the community, "our mission is to create a participatory, community-driven economy powered by the $hunter token that enables the support, development, engineering, and adoption of the Dexhunter and related products.". The diff...
gm

Subscribe to gm

Subscribe to gm
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers
引用自
https://mirror.xyz/syskeys.eth/aleUwv4MAL4x2i6pnpiYtN_XkYtBeBoqURv1gQTnyFE
【激励测试网】Exorde节点运行
Exorde是一个运行在Skale网络的协议,Exorde 协议接收公共信息的输入:url、社交网络帖子、新闻文章、照片、视频...... 这些内容在分散的数据管道中处理,作为输出数据图,链接所有相似的数据和事实。
A轮:120万美元
Exorde Labs 是 Coinlist 2022 年冬季种子的首批项目
由于官方并未针对此激励活动发表文章,这里直接贴官方Discord的截图。


简单描述下,就是运行官方的节点程序,持续为项目做贡献,就可以获得激励测试网的奖励。
CPU(2-4核)CPU核数太少可能会影响投票的进度,也可能会错过奖励。
内存(2-4GB)
磁盘(大于1GB即可)硬盘需求很小。
可以注意这个配置要求很低,如果用服务器跑的话,成本也不会很高。
在正式开始之前,先说下我是在Ubuntu 20.04上运行,如果你想在windows或MAC上运行,可能用此教程行不通。
2.1 安装docker
curl -fsSL get.docker.com -o get-docker.sh \
&& sh get-docker.sh \
&& systemctl enable docker \
&& systemctl start docker
执行完成后,运行下面的命令,查看是否安装成功。
2.2 安装screen和git
sudo apt-get install screen git -y
2.3 克隆官方节点仓库并构建docker镜像
git clone https://github.com/exorde-labs/ExordeModuleCLI.git
cd ExordeModuleCLI
docker build -t exorde-cli .
这一步花费时间的长短会根据服务器的配置来计算,输出以下内容代表构建镜像成功。
Successfully built **********
Successfully tagged exorde-cli:latest
2.4 运行节点程序
screen -S exorde
docker run -it exorde-cli -m YOUR_MAIN_ADDRESS -l LOGGING
示例
screen -S exorde
docker run -it exorde-cli -m 0xE2027B05D620c0109e2d8e751A10A2aAda3e490A -l 2
需要注意的地方是,钱包地址是EVM兼容链的,最后一个参数代表了日志的级别,这里写2就可以了。
离开screen让节点程序保持后台运行,只需同时按下键盘Ctrl + A + D即可。
如果需要查看日志,只需执行下面的命令即可重新进入screen
screen -r exorde
3.1 如果在2.4步骤中执行成功后,我们大概会看到下方的图片,这里需要关注的地方是REP和EXDT Rewards这连个值都是影响个人最终能获得多少奖励的关键。

3.2 运行大概几十分钟后就能看到奖励。
引用自
https://mirror.xyz/syskeys.eth/aleUwv4MAL4x2i6pnpiYtN_XkYtBeBoqURv1gQTnyFE
【激励测试网】Exorde节点运行
Exorde是一个运行在Skale网络的协议,Exorde 协议接收公共信息的输入:url、社交网络帖子、新闻文章、照片、视频...... 这些内容在分散的数据管道中处理,作为输出数据图,链接所有相似的数据和事实。
A轮:120万美元
Exorde Labs 是 Coinlist 2022 年冬季种子的首批项目
由于官方并未针对此激励活动发表文章,这里直接贴官方Discord的截图。


简单描述下,就是运行官方的节点程序,持续为项目做贡献,就可以获得激励测试网的奖励。
CPU(2-4核)CPU核数太少可能会影响投票的进度,也可能会错过奖励。
内存(2-4GB)
磁盘(大于1GB即可)硬盘需求很小。
可以注意这个配置要求很低,如果用服务器跑的话,成本也不会很高。
在正式开始之前,先说下我是在Ubuntu 20.04上运行,如果你想在windows或MAC上运行,可能用此教程行不通。
2.1 安装docker
curl -fsSL get.docker.com -o get-docker.sh \
&& sh get-docker.sh \
&& systemctl enable docker \
&& systemctl start docker
执行完成后,运行下面的命令,查看是否安装成功。
2.2 安装screen和git
sudo apt-get install screen git -y
2.3 克隆官方节点仓库并构建docker镜像
git clone https://github.com/exorde-labs/ExordeModuleCLI.git
cd ExordeModuleCLI
docker build -t exorde-cli .
这一步花费时间的长短会根据服务器的配置来计算,输出以下内容代表构建镜像成功。
Successfully built **********
Successfully tagged exorde-cli:latest
2.4 运行节点程序
screen -S exorde
docker run -it exorde-cli -m YOUR_MAIN_ADDRESS -l LOGGING
示例
screen -S exorde
docker run -it exorde-cli -m 0xE2027B05D620c0109e2d8e751A10A2aAda3e490A -l 2
需要注意的地方是,钱包地址是EVM兼容链的,最后一个参数代表了日志的级别,这里写2就可以了。
离开screen让节点程序保持后台运行,只需同时按下键盘Ctrl + A + D即可。
如果需要查看日志,只需执行下面的命令即可重新进入screen
screen -r exorde
3.1 如果在2.4步骤中执行成功后,我们大概会看到下方的图片,这里需要关注的地方是REP和EXDT Rewards这连个值都是影响个人最终能获得多少奖励的关键。

3.2 运行大概几十分钟后就能看到奖励。
No activity yet