入 SIACOIN 的坑

昨天在猫友圈里发现了 SIACOIN,随即我就入坑了。
那么 SIACOIN 是什么呢?它是 sia.tech 区块链云存储的代币。

区块链云存储就像是现在的 UBER,只是 SIA 把我们富余存储空间给利用起来,并使用 SIACOIN 作为流通货币。

由这一点我们就可以确定 SIA 是一个非常有前景的产品。
所以我立马就决定入坑,通过 https://yunbi.com 购买 SIACOIN

我并不满足于购买代币这么一件事情,我成为了 SIA HOST 并准备了 100 GB 的存储空间提供服务,赚取 SIACOIN

下面是 SIA HOST 的部署方法:
sia 项目是用 GO 语言写的,自己编译需要 go 1.8
我偷懒了一下直接是用 二进制版本安装。
下载并解压

wget https://github.com/NebulousLabs/Sia/releases/download/v1.2.1/Sia-v1.2.1-linux-amd64.zip
unzip Sia-v1.2.1-linux-amd64.zip
cd Sia-v1.2.1-linux-amd64

启动 siad 服务器

$ ./siad
Loading...
(0/6) Loading siad...
(1/6) Loading gateway...
(2/6) Loading consensus...
(3/6) Loading transaction pool...
(4/6) Loading wallet...
(5/6) Loading host...
(6/6) Loading renter...
Finished loading in 0.070284567 seconds

初始化钱包 siac wallet init, 解锁钱包 siac wallet unlock, 获得钱包地址 siac wallet address 并是用 https://yunbi.com 提现功能进行充值

$ ./siac wallet init
Recovery seed:
token  xxx xxx adult

Wallet encrypted with password:
token xxx xxx adult
$ ./siac wallet unlock
Wallet password:
Wallet unlocked
$ ./siac wallet address
Created new address: 9c188f5d7f87e626185f3513b73864a17c336ab6b0fde7e63f5b46f8285ee989c02282efffe6

添加存储空间

$ mkdir storage
$ ./siac host folder add storage 100GB
Added folder storage

设置相应的费用

$ ./siac host config minstorageprice 2000SC
Host settings updated.
$ ./siac host config mindownloadbandwidthprice 5000SC
Host settings updated.
$ ./siac host config minuploadbandwidthprice 100SC
Host settings updated.

激活存储

$ ./siac host config acceptingcontracts true
Host settings updated.

链接到 sia 网络

$ ./siac host announce

参考 How to Run a Host on Sia

这是个高风险的投资,投资请慎重。

    原文作者:Lupino
    原文地址: https://www.jianshu.com/p/92035296168f
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞