Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 27, 2018 12:07
Show Gist options
  • Save ryantm/d22e9fcee4475785c955fe426bde69ea to your computer and use it in GitHub Desktop.
Save ryantm/d22e9fcee4475785c955fe426bde69ea to your computer and use it in GitHub Desktop.
/nix/store/c5h83y8xds4a3d27qc7fcg1cgscwm30j-litecoin-0.16.3
├── 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