Last active
February 2, 2018 20:26
-
-
Save kimseler14/8569aadd8f931a4df67b14ddb8d58a1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nano /usr/local/bin/bitcoin-cli (#açılan şey not defteri alltakini kopyala-yapıştır.) | |
#!/usr/bin/env bash | |
docker run --rm --network container:bitcoind_mainnet -v /scratch/bitcoin/mainnet/bitcoind:/data dougvk/bitcoind:latest bitcoin-cli "$@" | |
(#ctrl+x tuşlarına bas.çıkan uyarıya ‘’y’’ tuşuna bas.) | |
chmod +x /usr/local/bin/bitcoin-cli | |
bitcoin-cli getinfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment