Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 14, 2020 21:06
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 r-ryantm/2c5a333bac0170f0c753cfbedad52d04 to your computer and use it in GitHub Desktop.
Save r-ryantm/2c5a333bac0170f0c753cfbedad52d04 to your computer and use it in GitHub Desktop.
/nix/store/8ghgmaax3f6bdq8p4b89mxq0ma4zr3zr-litecoin-0.18.1
├── bin
│   ├── bench_litecoin
│   ├── litecoin-cli
│   ├── litecoind
│   ├── litecoin-qt
│   ├── litecoin-tx
│   ├── litecoin-wallet
│   ├── 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
└── litecoin-wallet.1.gz
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment