https://ethereum.org/zh 以太坊官网
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









网友评论