Skip to content

raedahgroup/dcrchainanalysis

Repository files navigation

Decred Chain Analysis Tool

Requirements

  • 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.

Setting up the Project

  • Install the Go version
  • Clone the repository
    git clone github.com/raedahgroup/dcrchainanalysis.git
  • Cd into the project root folder.
  • Copy the sample-dcrchainalyser.conf file contents to dcrchainalyser.conf in your Appdata folder. Check the AppData folder path from other common applications.
    cp ./sample-dcrchainalyser.conf {appData-folder}/dcrchainalyser.conf
  • Copy the rpcuser and rpcpass from dcrd.conf in your Dcrd Appdata folder into dcrchainalyser.conf file as dcrduser and dcrdpass fields.
  • Mainnet is activated by default if Simnet or Testnet environments are not set in the dcrchainalyser.conf
  • For Chain Analysis Tool to run effectively with dcrd, txindex=1 flag should be set in the dcrd.conf located at the appdata folder.

Build the Project.

  • cd to the root folder with the cloned repository.
  • Run go build . && ./v1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages