From 2c8813546c5e5fb120078a2cbdc7dfd358b86f15 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Wed, 17 Dec 2014 18:32:56 -0300 Subject: [PATCH] update official doc reference --- docs/networking/JSONRPC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/networking/JSONRPC.md b/docs/networking/JSONRPC.md index 5359df6..33a87d0 100644 --- a/docs/networking/JSONRPC.md +++ b/docs/networking/JSONRPC.md @@ -2,11 +2,11 @@ ## Description -Bitcoind provides a solid integration with the bitcoin network and it also exposes a `JSON-RPC` API. This class allows to connect to a local instance of a bitcoind server and make simple or batch RPC calls to it. +Bitcoind provides a direct interface to the bitcoin network and it also exposes a `JSON-RPC` API. This class allows to connect to a local instance of a bitcoind server and make simple or batch RPC calls to it. ## Connection to bitcoind -First you will need a running instance of bitcoind, setting up a username and password to connect with it. For more information about running bitcoind please refer to the official documentation. +First you will need a running instance of bitcoind, setting up a username and password to connect with it. For more information about running bitcoind please refer to the [official documentation](https://en.bitcoin.it/wiki/Running_Bitcoin). The code for creating and configuring an instance of the RPC client looks like this: