Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. /nix/store/s479dj84vwkwx1hnb6x09ilf99cml371-bitcoin-abc-0.20.2
  2. ├── bin
  3. │   ├── bench_bitcoin
  4. │   ├── bitcoin-cli
  5. │   ├── bitcoind
  6. │   ├── bitcoin-qt
  7. │   ├── bitcoin-seeder
  8. │   ├── bitcoin-tx
  9. │   ├── test_bitcoin
  10. │   └── test_bitcoin-qt
  11. ├── include
  12. │   └── bitcoinconsensus.h
  13. ├── lib
  14. │   ├── libbitcoinconsensus.la
  15. │   ├── libbitcoinconsensus.so -> libbitcoinconsensus.so.0.0.0
  16. │   ├── libbitcoinconsensus.so.0 -> libbitcoinconsensus.so.0.0.0
  17. │   ├── libbitcoinconsensus.so.0.0.0
  18. │   └── pkgconfig
  19. │   └── libbitcoinconsensus.pc
  20. └── share
  21. └── man
  22. └── man1
  23. ├── bitcoin-cli.1.gz
  24. ├── bitcoind.1.gz
  25. ├── bitcoin-qt.1.gz
  26. └── bitcoin-tx.1.gz
  27.  
  28. 7 directories, 18 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement