Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 25, 2019 10:40
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/a6b6b6af7b1448d2f064d196e6574968 to your computer and use it in GitHub Desktop.
Save ryantm/a6b6b6af7b1448d2f064d196e6574968 to your computer and use it in GitHub Desktop.
/nix/store/a9ylk4a5zmi0jb07fjxk9cbyb2zp1diq-bitcoind-0.19.0.1
├── bin
│   ├── bitcoin-cli
│   ├── bitcoind
│   ├── bitcoin-tx
│   ├── bitcoin-wallet
│   └── test_bitcoin
├── 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-tx.1.gz
└── bitcoin-wallet.1.gz
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment