블로그 이미지
Flying Mr.Cheon youGom

Recent Comment»

Recent Post»

Recent Trackback»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

Monitoring BlockChain

보안/기술 정보 | 2019. 1. 24. 17:03 | Posted by youGom
geth \
    --rpc \
    --rpcport 8545 \
    --rpcaddr 127.0.0.1 \
    --rpccorsdomain 127.0.0.1 \
    --rpcapi "eth,web3,miner,net,admin,personal,debug" \
    --metrics \
    --bootnodes <your-bootnodes>
geth monitor --attach=http://127.0.0.1:8545 txpool
geth attach http://127.0.0.1:8545 --exec "debug.metrics(false).txpool"
geth attach http://127.0.0.1:8545 --exec "debug.metrics(false)"


: