Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 04: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/570909a3ec64c39151796127a857cbdb to your computer and use it in GitHub Desktop.
Save ryantm/570909a3ec64c39151796127a857cbdb to your computer and use it in GitHub Desktop.
/nix/store/s479dj84vwkwx1hnb6x09ilf99cml371-bitcoin-abc-0.20.2
├── 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