From bcd0afbdf58b68aa6f0e24ef2c0822f7224c0226 Mon Sep 17 00:00:00 2001 From: freewil Date: Mon, 4 Mar 2013 18:36:20 -0500 Subject: [PATCH] remove setup section from readme --- Readme.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Readme.md b/Readme.md index 6938a12..d965061 100644 --- a/Readme.md +++ b/Readme.md @@ -12,24 +12,6 @@ object, or you may call the API directly using the `cmd` method. `npm install bitcoin` -## Setup - -1. Traverse to `~/.bitcoin` or `~/Library/Application Support/Bitcoin` and add a -file called `bitcoin.conf` if it doesn't already exist. - -2. Add these lines to the file: - - rpcuser=username - - rpcpassword=password - -You will use these to login to the server. - -3. Start your Bitcoin client with the `-server` argument or run `bitcoind` - -4. You should now be able to communicate with Bitcoin JSON-RPC API using the -node-bitcoin library, try it out! - ## Examples ### Create client