The Qitmeer network implementation with the plug-able VMs under the MeerDAG consensus.
~ git clone https://github.com/Qitmeer/qng.git
~ make
or
or
~ docker build -t qng .
~ cd ./build/bin
~ ./qng
or
~ docker run --rm -it --name qng qng:latest ./build/bin/qng --acceptnonstd --modules=qitmeer --modules=p2p
~ cd ./script
~ ./cli.sh vmsinfo
~ ./qng --evmenv="--http"
or
~ ./qng --evmenv="--http --http.port=8545 --ws --ws.port=8546"
or
~ ./qng --evmenv="--syncmode=full --gcmode=archive --http --http.addr=0.0.0.0 --http.port=8545 --ws --ws.port=8546 --ws.addr=0.0.0.0 --http.api=eth,web3,net,debug,txpool --ws.api=eth,web3,net,debug,txpool"
© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License