以太坊parity錢包(以太坊_客戶端Parity(OpenEthereum))
前言:
近期在通過infrua的測試節點進行合約的部署和調用,一直不成功,從現象上看,交易提交后,一直未被處理,不知為何?
沒有什么好的思路,遂安裝parity嘗試突破一下,由于我使用的Kovan測試網絡,且Parity可用于Ropsten和Kovan測試網絡,遂下載并安裝之。
下載任務軟件,記得找官方:
地址:https://github.com/openethereum/parity-ethereum/releases
以太坊ETH錢包Parity項目已經于2020年初停止,新項目叫openethereum。
我的系統是windows,則下載對應的版本。
1)、選擇版本
2)、解壓之后
啟動openethereum.exe
E:\openethereum-windows-v3.0.1\openethereum.exe --chain=kovan --base-path=E:\openethereum-windows-v3.0.1\data --db-path=E:\openethereum-windows-v3.0.1\data\db --jsonrpc-hosts="all" --jsonrpc-interface=all
把以上命令保存成*.bat文件,雙擊啟動即可。
chain列表選項:
foundation (default) main Ethereum network (eth,ethereum,mainnet)
goerli and rinkeby the fast Ethereum test networks using Clique consensus engine.
kovan the fast Ethereum test network using PoA consensus engine.
ropsten the old Ethereum test network
poanet Poanet network
xdai xDai network
volta Volta network
ewc ewc network
mix Mix network
callisto Callisto network
morden Morden network
sokol Sokol network
dev a Private development chain to be used locally, submitted transactions are inserted into blocks instantly without the need to mine
musicoin Musicoin network
ellaism Ellaism network
確認端口已啟動:
簡單命令:
windows下的curl.exe 需加"\".curl --data "{\"method\":\"eth_accounts\",\"params\":[],\"id\":1,\"jsonrpc\":\"2.0\"}" -H "Content-Type: application/json" -X POST localhost:8545
推薦網址:
以太坊愛好者知識庫:https://ethfans.org/wikis/Ethcore-Parity-Mirror
OpenEthereum:https://openethereum.github.io/index