地址和钱包
BitcoinIntroductionOwnership of bitcoin is established through digital keys, bitcoin addresses, and digital signatures. Keys come in pairs consisting of a private (secret) key and a public key. Think of the public key as similar to a bank account number and the private key as similar to the secret PIN. In bitcoin, we use public key cryptography to create a key pair that controls access to bitcoin. The key pair consists of a private key and—derived from it—a unique public key. The public key i...
Nym项目分析
1. 基本概况项目概况2. 项目详情2.1 团队Nym 团队创办位于瑞士,根据领英披露团队近30人。Nym 团队背景多为世界一流高校的博士及教授,大多数核心成员都是欧盟委员会资助的隐私项目 PANORAMIX 成员。核心成员背景信息详情如下:Harry Halpin - CEO & Co-Founder Harry 参与发表论文共计39篇,多为隐私及网络方面。目前他还是法国Inria研究员、麻省理工学院的访问研究员、NextLeap安全和隐私专家。他在麻省理工学院万维网联盟的网络发明家蒂姆·伯纳斯-李手下工作,创建了最早的密码学标准,并领导了网络密码学工作组,该工作组协调了主要网络浏览器的标准。其后参与欧盟委员会资助的隐私项目PANORAMIX,该项目研究的Loopix混合网络技术是Nym中 Mixnet 的技术基础。Harry 的学术能力强并且实践方面经验丰富。Dave Hrycyszyn - CTO Dave 是 Chainspace 联合创始人,Chainspace 被 Facebook 收购后加入Nym 担任首席技术官。Dave 的技术开发能力很强,Nym项目编程都由他主...
一分钟读懂流支付赛道
赛道概况流支付概念最早在 2017 年由安德烈亚斯·安东诺普洛斯提出,它最早是因为比特币闪电网络而形成的一种愿景:通过区块链技术快速转移数字货币实现如同“水流”一般的按秒支付。 2019 年,Paul Razvan Berg 的 Sablier 协议第一次通过以太坊智能合约实现了流支付技术。Sablier 的标语是“Paydays don't make sense any more. Sign up below to have instant access to your earnings through a money protocol built on Ethereum。”,翻译过来就是,“发薪日不再有意义,在下方注册通过以太坊的货币协议即时获得您的收入。“Sablier 协议现如今依然是流支付赛道中锁仓量最高的协议,是流支付不得不提的开山鼻祖。 2020 年,Superfluid 的团队在爱沙尼亚组建完成。这个项目较 Sablier 而言,功能更为全面,与其他生态应用也组合得更好,是整个赛道中起承转合的重要项目,Superfluid 的产品风格和团队作风都比较符合...
<100 subscribers
地址和钱包
BitcoinIntroductionOwnership of bitcoin is established through digital keys, bitcoin addresses, and digital signatures. Keys come in pairs consisting of a private (secret) key and a public key. Think of the public key as similar to a bank account number and the private key as similar to the secret PIN. In bitcoin, we use public key cryptography to create a key pair that controls access to bitcoin. The key pair consists of a private key and—derived from it—a unique public key. The public key i...
Nym项目分析
1. 基本概况项目概况2. 项目详情2.1 团队Nym 团队创办位于瑞士,根据领英披露团队近30人。Nym 团队背景多为世界一流高校的博士及教授,大多数核心成员都是欧盟委员会资助的隐私项目 PANORAMIX 成员。核心成员背景信息详情如下:Harry Halpin - CEO & Co-Founder Harry 参与发表论文共计39篇,多为隐私及网络方面。目前他还是法国Inria研究员、麻省理工学院的访问研究员、NextLeap安全和隐私专家。他在麻省理工学院万维网联盟的网络发明家蒂姆·伯纳斯-李手下工作,创建了最早的密码学标准,并领导了网络密码学工作组,该工作组协调了主要网络浏览器的标准。其后参与欧盟委员会资助的隐私项目PANORAMIX,该项目研究的Loopix混合网络技术是Nym中 Mixnet 的技术基础。Harry 的学术能力强并且实践方面经验丰富。Dave Hrycyszyn - CTO Dave 是 Chainspace 联合创始人,Chainspace 被 Facebook 收购后加入Nym 担任首席技术官。Dave 的技术开发能力很强,Nym项目编程都由他主...
一分钟读懂流支付赛道
赛道概况流支付概念最早在 2017 年由安德烈亚斯·安东诺普洛斯提出,它最早是因为比特币闪电网络而形成的一种愿景:通过区块链技术快速转移数字货币实现如同“水流”一般的按秒支付。 2019 年,Paul Razvan Berg 的 Sablier 协议第一次通过以太坊智能合约实现了流支付技术。Sablier 的标语是“Paydays don't make sense any more. Sign up below to have instant access to your earnings through a money protocol built on Ethereum。”,翻译过来就是,“发薪日不再有意义,在下方注册通过以太坊的货币协议即时获得您的收入。“Sablier 协议现如今依然是流支付赛道中锁仓量最高的协议,是流支付不得不提的开山鼻祖。 2020 年,Superfluid 的团队在爱沙尼亚组建完成。这个项目较 Sablier 而言,功能更为全面,与其他生态应用也组合得更好,是整个赛道中起承转合的重要项目,Superfluid 的产品风格和团队作风都比较符合...
Share Dialog
Share Dialog
首先准备一台服务器,CPU核心数要多一些,8核以上,内存要求不高。
dnf module install nodejs:16
yum install make gcc gcc-c++
yum install git python36
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
第一条命令会弹出一个菜单,直接回车或者选项1(缺省)即可。
npm install --global yarn
cd /root
git clone https://github.com/iron-fish/ironfish.git
chown -R root ironfish
cd /root/ironfish
yarn install
yarn build
cd /root/ironfish/ironfish-cli/
yarn build
如果编译源码后,在执行ironfish的相关命令出现 xxx is not a ironfish command 这类错误,可以执行
cd /root/ironfish
yarn install
yarn build
cd /root/ironfish/ironfish-cli/
yarn ironfish start
窗口不要关闭,或者把启动命令修改为后台方式
nohup yarn ironfish start >nohup.log &
yarn ironfish config:set blockGraffiti "sddcg"
双引号填写自己在官网注册的帐号
cd /root/ironfish/ironfish-cli/
yarn ironfish miners:start -t CPU核心数
或
yarn ironfish miners:start -t -1
窗口不要关闭,或者把启动命令修改为后台方式
nohup yarn ironfish miners:start -t -1 >/dev/null 2>mine.log &
https://testnet.ironfish.network/leaderboard
每次登录都会发邮件,需要到邮箱点击链接完成登录
在search框输入自己的帐号后就能过滤自己的帐号,然后点击进入就可以查看积分情况
cd /root/ironfish/ironfish-cli/
yarn ironfish faucet
cd /root/ironfish/ironfish-cli/
yarn ironfish status -f
下图的 mined前的数字表示你挖到的数量

首先准备一台服务器,CPU核心数要多一些,8核以上,内存要求不高。
dnf module install nodejs:16
yum install make gcc gcc-c++
yum install git python36
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
第一条命令会弹出一个菜单,直接回车或者选项1(缺省)即可。
npm install --global yarn
cd /root
git clone https://github.com/iron-fish/ironfish.git
chown -R root ironfish
cd /root/ironfish
yarn install
yarn build
cd /root/ironfish/ironfish-cli/
yarn build
如果编译源码后,在执行ironfish的相关命令出现 xxx is not a ironfish command 这类错误,可以执行
cd /root/ironfish
yarn install
yarn build
cd /root/ironfish/ironfish-cli/
yarn ironfish start
窗口不要关闭,或者把启动命令修改为后台方式
nohup yarn ironfish start >nohup.log &
yarn ironfish config:set blockGraffiti "sddcg"
双引号填写自己在官网注册的帐号
cd /root/ironfish/ironfish-cli/
yarn ironfish miners:start -t CPU核心数
或
yarn ironfish miners:start -t -1
窗口不要关闭,或者把启动命令修改为后台方式
nohup yarn ironfish miners:start -t -1 >/dev/null 2>mine.log &
https://testnet.ironfish.network/leaderboard
每次登录都会发邮件,需要到邮箱点击链接完成登录
在search框输入自己的帐号后就能过滤自己的帐号,然后点击进入就可以查看积分情况
cd /root/ironfish/ironfish-cli/
yarn ironfish faucet
cd /root/ironfish/ironfish-cli/
yarn ironfish status -f
下图的 mined前的数字表示你挖到的数量

No comments yet