Skip to content

Instantly share code, notes, and snippets.

@kimseler14
Last active February 2, 2018 20:26
Show Gist options
  • Save kimseler14/8569aadd8f931a4df67b14ddb8d58a1e to your computer and use it in GitHub Desktop.
Save kimseler14/8569aadd8f931a4df67b14ddb8d58a1e to your computer and use it in GitHub Desktop.
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