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.