Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 20, 2018 00:15
Show Gist options
  • Save ryantm/a5e5d745910497ae913d4577342deba5 to your computer and use it in GitHub Desktop.
Save ryantm/a5e5d745910497ae913d4577342deba5 to your computer and use it in GitHub Desktop.
/nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1
├── bin
│   ├── bench_bitcoin
│   ├── bitcoin-cli
│   ├── bitcoind
│   ├── bitcoin-qt
│   ├── bitcoin-tx
│   ├── test_bitcoin
│   └── test_bitcoin-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
├── nix-support
│   └── propagated-user-env-packages
└── share
└── man
└── man1
├── bitcoin-cli.1.gz
├── bitcoind.1.gz
├── bitcoin-qt.1.gz
└── bitcoin-tx.1.gz
8 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment