Update README-mac.md
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
## Install for Mac OS X
|
||||||
|
|
||||||
First off you need Apple's Xcode (at least version 7, preferably 8.x or later) and the Xcode Command Line Tools:
|
First off you need Apple's Xcode (at least version 7, preferably 8.x or later) and the Xcode Command Line Tools:
|
||||||
|
|
||||||
https://itunes.apple.com/us/app/xcode/id497799835?mt=12
|
https://itunes.apple.com/us/app/xcode/id497799835?mt=12
|
||||||
@@ -30,11 +32,32 @@ Get all that installed, then run:
|
|||||||
git clone https://github.com/jl777/komodo.git
|
git clone https://github.com/jl777/komodo.git
|
||||||
cd komodo
|
cd komodo
|
||||||
./zcutil/build-mac.sh
|
./zcutil/build-mac.sh
|
||||||
|
./zcutil/fetch-params.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
To build a distributable version of komodo then run the makeDistrib.sh script after building.
|
To build a distributable version of komodo then run the makeDistrib.sh script after building.
|
||||||
|
|
||||||
When you are done building, you need to do a few things in the [Configuration](https://github.com/zcash/zcash/wiki/1.0-User-Guide#configuration) section of the Zcash User Guide differently because we are on the Mac. All instances of `~/.zcash` need to be replaced by `~/Library/Application\ Support/Zcash`
|
When you are done building, you need to create `Komodo.conf` the Mac way.
|
||||||
The fetch-params.sh script, however, has already been altered to fetch the proving keys into the correct directory to conform to Mac specific naming conventions.
|
|
||||||
|
```shell
|
||||||
|
mkdir ~/Library/Application\ Support/Komodo
|
||||||
|
touch ~/Library/Application\ Support/Komodo/Komodo.conf
|
||||||
|
nano ~/Library/Application\ Support/Komodo/Komodo.conf
|
||||||
|
```
|
||||||
|
|
||||||
|
Add the following lines to the Komodo.conf file:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
rpcuser=bitcoinrpc
|
||||||
|
rpcpassword=password
|
||||||
|
txindex=1
|
||||||
|
addnode=5.9.102.210
|
||||||
|
addnode=78.47.196.146
|
||||||
|
addnode=178.63.69.164
|
||||||
|
addnode=88.198.65.74
|
||||||
|
addnode=5.9.122.241
|
||||||
|
addnode=144.76.94.38
|
||||||
|
addnode=89.248.166.91
|
||||||
|
```
|
||||||
|
|
||||||
Happy Building
|
Happy Building
|
||||||
|
|||||||
Reference in New Issue
Block a user