配置客户端

2020-12-21  本文已影响0人  无花无酒_3cd3

https://ethereum.org/zh 以太坊官网

https://www.cnblogs.com/little-kwy/p/10388971.html

https://blog.csdn.net/piqianming/article/details/79600848

https://blog.csdn.net/ping_lvy/article/details/104175269

https://www.cnblogs.com/sumingk/articles/9030469.html ,私有链创建

1、配置环境
环境变量

path C:\Users\wang\AppData\Roaming\Mist\binaries\Geth\unpacked

检测

geth -h

新建账户

  geth account new

连接以太坊:

geth console 

查看账户

eth.accounts

 miner.start(x)
miner.stop()

查看余额

eth.getBalance(eth.accounts[0])

余额转换

web3.fromWei(eth.getBalance(eth.accounts[0]),'ether')  

创建关联

C:\Users\wang>  mklink/j  C:\Users\wang\AppData\Roaming\Ethereum  D:\Ethereum

以太坊区块地址

https://etherchain.org/

以太坊区块图

https://ethstats.net/

上一篇 下一篇

猜你喜欢

热点阅读