Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 11, 2020 08: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/1b436a3711822893a93872632b42edcc to your computer and use it in GitHub Desktop.
Save r-ryantm/1b436a3711822893a93872632b42edcc to your computer and use it in GitHub Desktop.
/nix/store/rwr25kzd0c32xlx60y9y46b5zyjgwswh-namecoin-nc0.20.1
├── bin
│   ├── bench_namecoin
│   ├── namecoin-cli
│   ├── namecoind
│   ├── namecoin-tx
│   ├── namecoin-wallet
│   └── test_namecoin
├── include
│   └── namecoinconsensus.h
├── lib
│   ├── libnamecoinconsensus.la
│   ├── libnamecoinconsensus.so -> libnamecoinconsensus.so.0.0.0
│   ├── libnamecoinconsensus.so.0 -> libnamecoinconsensus.so.0.0.0
│   ├── libnamecoinconsensus.so.0.0.0
│   └── pkgconfig
│   └── libnamecoinconsensus.pc
└── share
└── man
└── man1
├── namecoin-cli.1.gz
├── namecoind.1.gz
├── namecoin-tx.1.gz
└── namecoin-wallet.1.gz
7 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment