Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 4, 2020 01:03
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/717a4b33b31f783754aed1a81364cce1 to your computer and use it in GitHub Desktop.
Save r-ryantm/717a4b33b31f783754aed1a81364cce1 to your computer and use it in GitHub Desktop.
/nix/store/v44cncl8ffnpm91h3v0rr3f4zzh0l52r-bitcoin-abc-0.21.1
├── bin
│   ├── bench_bitcoin
│   ├── bitcoin-cli
│   ├── bitcoind
│   ├── bitcoin-qt
│   ├── bitcoin-seeder
│   ├── bitcoin-tx
│   ├── 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, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment