基于区块链的毕业设计ETHexporter – 电子出口商
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计ETHexporter – 电子出口商 是一篇很好的国外资料
ETHexporter
This project is a fork from hunterlong/ethexporter
A lightweight Prometheus exporter and Grafana Dashboard that will output Ethereum wallet balances from a list of addresses you specify. ETHexporter attaches to a geth server to fetch ethereum wallet balances for your Grafana dashboards. You can also use TOKENexporter for ERC20 token balances.
watch addresses
The addresses.txt
file holds all the addresses to fetch balances for. Use the format name:address
on each new line.
etherdelta:0x8d12A197cB00D4747a1fe03395095ce2A5CC6819 bittrex:0xFBb1b73C4f0BDa4f67dcA266ce6Ef42f520fBB98
grafana dashboard
ETHexporter includes a Grafana Dashboard so you visualize Ethereum wallet balances with ease. Import Grafana Dashboard ID: 6970
once you’ve started your Docker container.
build docker image
Clone this repo and then follow the simple steps below!
build docker image
docker build -t ethexporter:latest .
run ethexporter
You’ll need access to an ethereum Geth server to fetch balances. You can use Infura.io or Slock.it.
docker run -d -p 9890:9890 -e GETH="https://rpc.slock.it/mainnet" ethersphere/ethexporter:latest
pull from dockerhub
Create a addresses.txt
file with the correct format mentioned above.
docker run -d -v $(pwd)/addresses.txt:/app/addresses.txt -p 9890:9890 -e GETH=https://rpc.slock.it/goerli ethersphere/ethexporter:latest
The Docker image should be running with the default addresses.
/metrics response
eth_balance{name="etherdelta",address="0x8d12A197cB00D4747a1fe03395095ce2A5CC6819"} 24919.37437 eth_balance{name="bittrex",address="0xFBb1b73C4f0BDa4f67dcA266ce6Ef42f520fBB98"} 687509.5097 eth_balance{name="poloniex",address="0x32Be343B94f860124dC4fEe278FDCBD38C102D88"} 72284.47401 eth_balance{name="kraken",address="0x267be1c1d684f78cb4f6a176c4911b741e4ffdc0"} 159592.0022 eth_balance_total 944305.360280000022612512 eth_load_seconds 1.15 eth_loaded_addresses 4 eth_total_addresses 4
ETHexporter
This project is a fork from hunterlong/ethexporter
A lightweight Prometheus exporter and Grafana Dashboard that will output Ethereum wallet balances from a list of addresses you specify. ETHexporter attaches to a geth server to fetch ethereum wallet balances for your Grafana dashboards. You can also use TOKENexporter for ERC20 token balances.
watch addresses
The addresses.txt
file holds all the addresses to fetch balances for. Use the format name:address
on each new line.
etherdelta:0x8d12A197cB00D4747a1fe03395095ce2A5CC6819 bittrex:0xFBb1b73C4f0BDa4f67dcA266ce6Ef42f520fBB98
grafana dashboard
ETHexporter includes a Grafana Dashboard so you visualize Ethereum wallet balances with ease. Import Grafana Dashboard ID: 6970
once you’ve started your Docker container.
build docker image
Clone this repo and then follow the simple steps below!
build docker image
docker build -t ethexporter:latest .
run ethexporter
You’ll need access to an ethereum Geth server to fetch balances. You can use Infura.io or Slock.it.
docker run -d -p 9890:9890 -e GETH="https://rpc.slock.it/mainnet" ethersphere/ethexporter:latest
pull from dockerhub
Create a addresses.txt
file with the correct format mentioned above.
docker run -d -v $(pwd)/addresses.txt:/app/addresses.txt -p 9890:9890 -e GETH=https://rpc.slock.it/goerli ethersphere/ethexporter:latest
The Docker image should be running with the default addresses.
/metrics response
eth_balance{name="etherdelta",address="0x8d12A197cB00D4747a1fe03395095ce2A5CC6819"} 24919.37437 eth_balance{name="bittrex",address="0xFBb1b73C4f0BDa4f67dcA266ce6Ef42f520fBB98"} 687509.5097 eth_balance{name="poloniex",address="0x32Be343B94f860124dC4fEe278FDCBD38C102D88"} 72284.47401 eth_balance{name="kraken",address="0x267be1c1d684f78cb4f6a176c4911b741e4ffdc0"} 159592.0022 eth_balance_total 944305.360280000022612512 eth_load_seconds 1.15 eth_loaded_addresses 4 eth_total_addresses 4
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计ETHexporter – 电子出口商