Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 20, 2018 16:19
Show Gist options
  • Save ryantm/63e48de81e66dc1e0d48685533cd0bf3 to your computer and use it in GitHub Desktop.
Save ryantm/63e48de81e66dc1e0d48685533cd0bf3 to your computer and use it in GitHub Desktop.
/nix/store/lv6apkgcxs5j1d80bgq50w5p00j9hkr7-litecoin-0.16.2
├── bin
│   ├── bench_litecoin
│   ├── litecoin-cli
│   ├── litecoind
│   ├── litecoin-qt
│   ├── litecoin-tx
│   ├── test_litecoin
│   └── test_litecoin-qt
├── include
│   └── bitcoinconsensus.h
├── lib
│   ├── libbitcoinconsensus.la
│   ├── libbitcoinconsensus.so -> libbitcoinconsensus.so.0.0.0
│   ├── libbitcoinconsensus.so.0 -> libbitcoinconsensus.so.0.0.0
│   ├── libbitcoinconsensus.so.0.0.0
│   └── pkgconfig
│   └── libbitcoinconsensus.pc
└── share
└── man
└── man1
├── litecoin-cli.1.gz
├── litecoind.1.gz
├── litecoin-qt.1.gz
└── litecoin-tx.1.gz
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment