博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
wificoin solo 教程---ubuntu
阅读量:6448 次
发布时间:2019-06-23

本文共 1351 字,大约阅读时间需要 4 分钟。

1

sudo apt-get install software-properties-commonsudo add-apt-repository ppa:bitcoin/bitcoinsudo apt-get update复制代码

2

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-devsudo apt-get install libboost-all-devsudo apt-get install libdb4.8-dev libdb4.8++-devsudo apt-get install libminiupnpc-devsudo apt-get install libprotobuf-dev protobuf-compilersudo apt-get install libqrencode-dev复制代码

3

for minerd

sudo apt-get install libcurl4-openssl-devsudo apt-get install libjansson-dev复制代码

4

git clone [https://github.com/wificoin-project/wificoin](https://github.com/wificoin-project/wificoin)./autogen.sh./configuremakegit clone [https://github.com/wificoin-project/wifiminer](https://github.com/wificoin-project/wifiminer)./autogen.sh./configuremake复制代码

5

cd wificoin/src/./wificoindcd ~/.wificoingedit wificoin.conf (在配置文件添加以下四行)server=1rpcport=9665rpcuser=testrpcpassword=admin复制代码

6

cd wificoin/src/./wificoind -daemon (后台运行钱包)ps -aux|grep wificoind (查看wificoind 是否运行)./wificoin-cli getdifficulty (查看钱包是否运行正常)复制代码

7

cd wifiminer/./minerd -a sha256d --benchmark (测试运行环境)./minerd -o [http://localhost:9665](http://localhost:9665/) -u test -p admin --no-getwork  -a sha256d --coinbase-addr=**19zWRGbrodCHsDaCmLbogt5skw6RsEbMRw** (修改为自己的钱包地址)复制代码

Ps:ubuntu 15.10 sudo apt-get update返回404 建议使用ubuntu 16.04以上版本

转载地址:http://wmlwo.baihongyu.com/

你可能感兴趣的文章
java1234_Activiti_第6讲_一般程序员使用的函数
查看>>
mysql拷贝表的几种方式
查看>>
NetApp FAS2240-4存储删除文件数据恢复
查看>>
技术人在学习爱的路上
查看>>
LVS -NAT模式配置实例
查看>>
北航 2012 秋季 现代软件工程 团队项目要求
查看>>
获取通讯组属性Get-DistributionGroup
查看>>
"知识管理夏季论坛",免费,欢迎你来!
查看>>
常用DOS命令
查看>>
能上QQ上不了网的解决办法
查看>>
flask + Python3 实现的的API自动化测试平台---- IAPTest接口测试平台
查看>>
【翻译】将Ext JS Grid转换为Excel表格
查看>>
关于人工智能的几个问题
查看>>
个人阅读作业2
查看>>
解决百度上传WebUploader在IE浏览器下点击无反应的问题
查看>>
Oracle常用函数 - 字符函数
查看>>
Linux shell脚本的字符串截取
查看>>
Zendstudio导入项目报错:overlaps the location of another
查看>>
Shell 标准输入、输出和错误
查看>>
Cisco设备配置AAA认证!
查看>>