mkdir ethereum
git clone https://github.com/shrikantgoswami/go-ethereum.git
go build -o geth github.com/ethereum/go-ethereum/cmd/geth
./run-custom-consensus.sh
./geth attach ~/.ethereum/xdposnet/geth.ipc
personal.newAccount()
miner.start(1)
The output in the first terminal window should now emit mining details.