1.Titan空投
#Titan官网
https://www.titannet.io/
1.1 服务器商
#HostVDS
#欢迎使用我的注册码进行注册
https://hostvds.com/?affiliate_uuid=dc7ac4c7-b19b-42ef-a81a-d90638b2db0d
该服务商只适合搭建L2节点,价格实惠,流量够用,配置OK,出口带宽充足,收益可观,高性价比,按小时计费
支付宝建议充值3U,用完再充,这样可以减少不必要花销
1.2 服务器选择
该服务商建议选择SiliconValley/Dallas地区的机器,一般来说SiliconValley地区的收益会略高于Dallas,但不好说,其实都差不多
该1.99机型空间较少,收益主要来源带宽,所以只推荐cil方案,这样能够尽可能节省空间
#系统推荐
Ubuntu22.04
#机型选择
1.99u
部署后会邮箱发你登录密码,该厂商默认登录端口为22
你也可以自己修改密码,修改密码的地方在选中节点(操作-安全-修改密码)
1.3 部署服务
#更新服务及安装进程管理工具
sudo apt-get update && apt -y install supervisor
#下载Titan程序包
cd /opt && wget https://github.com/Titannet-dao/titan-node/releases/download/v0.1.18/titan_v0.1.18_linux_amd64.tar.gz && tar -zxvf titan_v0.1.18_linux_amd64.tar.gz && rm -rf /opt/titan_v0.1.18_linux_amd64.tar.gz
#进入titan文件夹里面(以后查看日志信息都要进入文件夹里面)
cd titan_v0.1.18_linux_amd64
#第一次运行程序(正常运行后ctrl+c退出)
./titan-edge daemon start --init --url https://test-locator.titannet.io:5000/rpc/v0
#绑定身份码(将身份码替换成你自己的身份码)
./titan-edge bind --hash=身份码 https://api-test1.container1.titannet.io/api/v2/device/binding
#修改存储容量
./titan-edge config set --storage-size 15GB
#使用进程管理工具启动
#下载配置文件
cd /etc/supervisor/conf.d && wget https://freehack.top/tools/titan.conf && chmod -R 755 titan.conf
#创建日志文件
cd /opt/titan_v0.1.18_linux_amd64 && touch titan-err.log && touch titan-out.log && chmod -R 755 *.log
#启动程序
supervisorctl update (配置文件修改后使用该命令加载新的配置)
supervisorctl status (查看所有进程的状态)
supervisorctl restart titan (重启Titan程序)
1.4 官网查看
#官网查看
可以登录到官网查看设备是否已经被加入
评论区