mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge pull request #177 from instagibbs/osxdoc
create elements.conf using osx build instructions
This commit is contained in:
commit
b11d1bacbd
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue