From ecff40d435fe6fb9d2755a1b29ac8acce6db4c61 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 1 Jun 2017 10:20:03 -0400 Subject: [PATCH] create elements.conf using osx build instructions --- doc/build-osx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index eb7513fc7e..b33bec552a 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -53,9 +53,9 @@ Element is now available at `./src/elements` Before running, it's recommended you create an RPC configuration file. - echo -e "rpcuser=bitcoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf" + echo -e "rpcuser=bitcoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/Bitcoin/elements.conf" - chmod 600 "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf" + chmod 600 "/Users/${USER}/Library/Application Support/Bitcoin/elements.conf" The first time you run elementsd, it will start downloading the blockchain. This process could take several hours.