Nocturne 验证教程

官方推特

https://x.com/nocturne_xyz?s=20

post image

官方的操作教程可以参考

https://nocturnelabs.notion.site/nocturnelabs/Nocturne-Trusted-Setup-Contributor-Guide-411ac624abdb44d989f3f5be354c91ac

首先看官方给出的要求:

     

post image

第一步:搞一个可以科学上网的服务器或者租一个海外服务器(官方说mac电脑也可以,但我没试过,主要是没电脑)

我用的海外服务器是vultr的,按小时付费

https://www.vultr.com/?ref=9556796

post image

点击右上角deploy,然后点Deploy new server 进入到当前的页面

post image
post image
post image
post image

服务器没说啥要求,选这个就行,土豪随意

post image

然后我们直接点Delpoy,等待服务器初始化

post image

找到自己的服务器,点击进去可以看到相关信息

post image

红色方框是你登录服务器时要用的账户和密码,两种方式连接服务器,一个本地使用软件直接连(记得开梯子),再就是网页连接,我用的时xshell连接

post image

红框这个就是网页打开

第二步:进入到服务器中,执行以下的代码(只要不报错就没啥问题)

安装curl

sudo apt install curl

安装nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash

安装v18

nvm install v18

下面就是执行官网的操作

npm install -g @nocturne-xyz/nocturne-setup 如果使用xshell执行会要安装x11,就去安装一下就好了申请个免费

nocturne-setup auth 这个执行完后会显示这个界面

post image

复制上面的地址去浏览打开,然后将下面的code粘贴进去,操作就是验证你的github账户

post image

成功后就会显示如图

这时候再执行

nocturne-setup contribute 然后点两下回车,等待出现排队的图即可

post image

挂着就好了,服务器时按小时算的 0.021/h,如果连接断开后面进去执行一下nocturne-setup contribute 就可以看见自己的排队了。

https://twitter.com/BO_Ycoin