- Go 1.10.x or 1.11.x
- Running instance of dcrd binaries (version 1.3.0 and above). The dcrd running instance should be synced with the latest best block.
- Install the Go version
- Clone the repository
git clone github.com/raedahgroup/dcrchainanalysis.git
- Cd into the project root folder.
- Copy the
sample-dcrchainalyser.conffile contents todcrchainalyser.confin your Appdata folder. Check the AppData folder path from other common applications.
cp ./sample-dcrchainalyser.conf {appData-folder}/dcrchainalyser.conf- Copy the
rpcuserandrpcpassfromdcrd.confin your Dcrd Appdata folder intodcrchainalyser.conffile asdcrduseranddcrdpassfields. Mainnetis activated by default ifSimnetorTestnetenvironments are not set in thedcrchainalyser.conf- For Chain Analysis Tool to run effectively with dcrd,
txindex=1flag should be set in the dcrd.conf located at the appdata folder.
cdto the root folder with the cloned repository.- Run
go build . && ./v1