Skip to content

Instantly share code, notes, and snippets.

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/dab0ec639c70c92080c77444e99e6bae to your computer and use it in GitHub Desktop.
Save r-ryantm/dab0ec639c70c92080c77444e99e6bae to your computer and use it in GitHub Desktop.
/nix/store/78bahvyw9r7mfpxqhzl8in30gm8i1wwf-bitcoin-abc-0.21.5
├── bin
│   ├── bench_bitcoin
│   ├── bitcoin-cli
│   ├── bitcoind
│   ├── bitcoin-qt
│   ├── bitcoin-seeder
│   ├── bitcoin-tx
│   ├── bitcoin-wallet
│   ├── test_bitcoin
│   ├── test_bitcoin-qt
│   └── test_bitcoin-seeder
├── 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, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment