Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 25, 2019 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/803d910f46fece964cee8a9f0fc07142 to your computer and use it in GitHub Desktop.
Save ryantm/803d910f46fece964cee8a9f0fc07142 to your computer and use it in GitHub Desktop.
/nix/store/6b3l6fh8syhmd6xxvifkr4w9brx0mwv4-dogecoind-1.14.2
├── bin
│   ├── bench_dogecoin
│   ├── dogecoin-cli
│   ├── dogecoind
│   ├── dogecoin-tx
│   └── test_dogecoin
├── include
│   └── bitcoinconsensus.h
├── lib
│   ├── libdogecoinconsensus.la
│   ├── libdogecoinconsensus.so -> libdogecoinconsensus.so.0.0.0
│   ├── libdogecoinconsensus.so.0 -> libdogecoinconsensus.so.0.0.0
│   ├── libdogecoinconsensus.so.0.0.0
│   └── pkgconfig
│   └── libbitcoinconsensus.pc
└── share
└── man
└── man1
├── dogecoin-cli.1.gz
├── dogecoind.1.gz
└── dogecoin-tx.1.gz
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment