Merge pull request #177 from instagibbs/osxdoc

create elements.conf using osx build instructions
This commit is contained in:
Gregory Sanders 2017-06-15 15:20:36 -04:00 committed by GitHub
commit b11d1bacbd

View file

@ -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.