From f8a08873a0eb6f4f58f84dc5903663680509aca3 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 Jun 2020 08:03:44 -1000 Subject: [PATCH] removed space in file name --- ...nd_with_Python .md => 18_4_Accessing_Bitcoind_with_Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 18_4_Accessing_Bitcoind_with_Python .md => 18_4_Accessing_Bitcoind_with_Python.md (99%) diff --git a/18_4_Accessing_Bitcoind_with_Python .md b/18_4_Accessing_Bitcoind_with_Python.md similarity index 99% rename from 18_4_Accessing_Bitcoind_with_Python .md rename to 18_4_Accessing_Bitcoind_with_Python.md index 2d8a9d7..b51d96a 100644 --- a/18_4_Accessing_Bitcoind_with_Python .md +++ b/18_4_Accessing_Bitcoind_with_Python.md @@ -381,4 +381,4 @@ TXID of sent transaction: 'k9db702lsd512e2421915dc53clkj28f39a987c9a91cc0514faac In this chapter we learnt how to connect to a node, get some basic information about our node and even sent a transaction over testnet. Accessing Bitcoind with Python is very easy while using the `python-bitcoinrpc` library. The first thing to always do is to establish connection with your bitcoind instance then, you can basically call all the bitcoin API calls as described in the bitcoin-core documentation. This makes it really easy to create small or large scripts to manage your own node, check balances or create cool applications on top as you get the full power of `bitcoin-cli`. -All the source code for this chapter is available in the [src](./src/18_4_accessing_bitcoind_with_python.py) directory of the repo. \ No newline at end of file +All the source code for this chapter is available in the [src](./src/18_4_accessing_bitcoind_with_python.py) directory of the repo.