Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 25, 2019 06:17
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/2a183d5ff5ab6e354631771dd89c752b to your computer and use it in GitHub Desktop.
Save ryantm/2a183d5ff5ab6e354631771dd89c752b to your computer and use it in GitHub Desktop.
/nix/store/zxs7k62yc2qh9w346ahyz926zgd3p8qs-bitcoin-abc-0.20.6
├── bin
│   ├── bench_bitcoin
│   ├── bitcoin-cli
│   ├── bitcoind
│   ├── bitcoin-qt
│   ├── bitcoin-seeder
│   ├── 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
└── share
└── man
└── man1
├── bitcoin-cli.1.gz
├── bitcoind.1.gz
├── bitcoin-qt.1.gz
└── bitcoin-tx.1.gz
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment