BTC,ETH测试币领取地址,以及对应区块浏览查询地址

BTC测试币领取地址:https://testnet.manu.backend.hamburg/faucet

BTC测试区块查询地址:https://www.blocktrail.com/BTC

申请测试比特币:https://bitcoinfaucet.uo1.net/send.php

https://coinfaucet.eu/en/btc-testnet/

We sent 0.05125375 bitcoins to address

2N8m3wDwxsSmANiYTZZiQK31PivxpDs247F

tx: 52b1df0049d7dc74a657cd862892ab8b3d78960b536ba9b2dfbc36e31347f27d

Send coins back, when you don't need them anymore to the address

mv4rnyY3Su5gjcDNzbMLKBQkBicCtHUtFB

ETH(ropsten)测试币领取地址:http://faucet.ropsten.be:3001/

ETH(ropsten)测试区块查询地址:https://ropsten.etherscan.io/

0x3ec8cba1c85f0bd4ab3e1277608947661af4259f

2N8m3wDwxsSmANiYTZZiQK31PivxpDs247F
--------------------- 
作者:wypeng2010 
来源:CSDN 
原文:https://blog.csdn.net/wypeng2010/article/details/81238973 
版权声明:本文为博主原创文章,转载请附上博文链接!

创建新账号
    personal.newAccount()
    或者 personal.newAccount("123456")

    查看节点信息
    admin.nodeInfo

    挖矿
    开始挖矿 miner.start(1)
    停止挖矿 miner.stop()

    查看当前矿工账号
    eth.coinbase 默认为第一个账户

    修改矿工账号
    miner.setEtherbase(eth.accounts[1])

    查看账户信息
    eth.accounts[0]

    查看账户余额
    eth.getBalance(eth.accounts[0])

你可能感兴趣的:(区块链)