create account

Gridcoin Setup Guide for Mac OS X Part 1 by daut44

View this thread on: hive.blogpeakd.comecency.com
· @daut44 ·
$13.13
Gridcoin Setup Guide for Mac OS X Part 1
### Cliffs:
> This guide will teach you how to set up gridcoin on Mac OSX, how to change your computer settings so you can find it, how to set up BOINC, link the two together, and start renting your computing power to scientific projects. You may learn a few things about computers along the way, I certainly did.

### Backstory
Part of my plan for my deeper dive into the world of cryptocurrency is being more involved with different projects: using, offering, loaning, mining, or coding. 

I own a significant amount of [Golem](https://golem.network/) coins, which aims to pay users in tokens for lending their computing power to different projects. I commented on a post recently advising an acquaintance who was interested in Storj to also look at the Golem project. Soon afterwards, someone I can only assume is a Gridcoin developer [responded to my comment](https://steemit.com/altcoins/@cryptoblast/altcoins-finding-value-in-a-sea-of-shitcoins#@nateonthenet/re-daut44-re-cryptoblast-altcoins-finding-value-in-a-sea-of-shitcoins-20170702t191421719z) and pouring some salt on Golem while touting Gridcoin, a competitor to Golem. And predictably, when I went to his other posts on steem, they were all about Gridcoin.

That said, Golem is in alpha testing while Gridcoin has a working project I could try, so I decided to throw my hat into the ring and try it out for a few reasons:
1) Every time I work with a new coin I'll learn something.
2) I wanted to see how much I would receive in rewards.
3) I wanted to see how my computer would perform while lending out power.
4) There are some really cool projects I could donate my computing power to that are more productive than me reading my twitter feed.

Unfortunately I didn't make very much in rewards. 
#### I actually considered titling this post *"I Made $0.005 In Gridcoin Today Lending My Computing Power And You Can Too!"*

https://s19.postimg.org/sfwe6aiwz/Screen_Shot_2017-07-12_at_6.47.10_PM.png
*Gridcoins are currently worth $.025, I made .2 gridcoins, so I made $.0005!*

In fact I undoubtedly lost money by increasing my electric bill by more than that. But it was worth the process of learning how to set it up, and as stated before, I'm glad I was able to contribute to a few projects I've heard of before.

I had some issues setting up the requisite software, so I wanted to write an initial guide and review of the process in case other people were interested or had similar problems to me. Most of the advice given was for people on Windows while I have a Mac, so this guide will be geared toward Mac OSX setups.

#### Note: this is what I did to get it working. I'm not 100% sure that every step is necessary in the process, but I followed a handful of different guides and didn't deviate from tested advice too much and it worked for me.

It required some computer literacy and luckily I had just enough to get it done. Some of you might not, but the process was simple enough that you could copy my steps and follow along.

# Part 1: Install Gridcoin
## Step 1: Upgrade to Mac OS X 10.12 Sierra
The biggest difference between Sierra and previous versions of the mac operating system is Siri: you can use her in the same way you do on iPhones. But I've noticed other small differences such as font changes and nothing negative. One of the subsequent steps required having this version, so I upgraded.

You can upgrade by going to the mac website and hitting upgrade: https://www.apple.com/macos/sierra/

You'll need at least 15-20 GB of free space on your hard drive, at least 4 GB of RAM, and you need to be currently using version 10.8 or later.

## Step 2: Download Xcode
Xcode is an IDE for Mac developers. I do some coding so I figured it would be useful for me down the line, and I assume some other step in this process needed it so I downloaded it.

Just go to [this site](https://developer.apple.com/xcode/) or your App Store application, and download it.

## Step 3: Download Homebrew
Homebrew is a software package management system that helps install software you might need pretty easily. 

To install it, I went to [Homebrew's site](https://brew.sh/) and followed the very first step:
https://s19.postimg.org/lk7k9fz2b/Screen_Shot_2017-07-12_at_6.42.38_PM.png

Basically you need to open the terminal window and copy paste that line in.

To find the terminal, go to Go -> Utilities on your top menu bar:
https://s19.postimg.org/wqb21vo03/Screen_Shot_2017-07-12_at_6.46.50_PM.png

Then scroll down utilities and hit "Terminal":
https://s19.postimg.org/3p6psh3k3/Screen_Shot_2017-07-12_at_6.49.13_PM.png

Inside Terminal, copy paste the text from the HomeBrew site into your window and hit return, then follow the simple instructions--basically hitting return once more and entering your administrator password:
https://s19.postimg.org/mvjwvnk1v/Screen_Shot_2017-07-12_at_7.01.05_PM.png

## Step 4: Install Gridcoin from Terminal
First you need to tap (homebrew likes to make lots of beer references) the repository where gridcoin is located.

In terminal, type:      brew tap git-jiro/jiro
https://s19.postimg.org/4u0rxuq0z/Screen_Shot_2017-07-12_at_7.11.15_PM.png

Homebrew will update, then you can install gridcoin immediately after in the terminal:
https://s19.postimg.org/uqugagtoj/Screen_Shot_2017-07-12_at_7.12.11_PM.png

I already had gridcoin installed so nothing happened, but something will happen in your terminal window!

## Step 5: Find Gridcoin
Great, you have Gridcoin installed, but where the #$^& is it? This is actually a harder question than you'd think. Homebrew installed Gridcoin in a hidden folder on my computer and searching for it yielded no results.

### Step 5a: Show Hidden Files and Folders in Mac OSX
Go back into Terminal, type the following, and hit enter:
> defaults write com.apple.finder AppleShowAllFiles TRUE
https://s19.postimg.org/mxbg3wj0j/Screen_Shot_2017-07-13_at_8.19.46_AM.png

### Step 5b: Relaunch Finder and navigate to Gridcoin
Now, relaunch Finder by hitting the option key, right clicking finder on your dock, and hitting "Relaunch":
https://s19.postimg.org/f5uq5cev7/Screen_Shot_2017-07-13_at_8.21.23_AM.png

Reopen finder and you will see a bunch of hidden files and folders that were previously not visible from outside the terminal window.

I Navigated through Macintosh HD > usr > local > cellar > gridcoin > 3.5.9.2 > gridcoinresearch
https://s19.postimg.org/sba8bg8qr/Screen_Shot_2017-07-13_at_8.23.10_AM.png

https://s19.postimg.org/60mdbhbgj/Screen_Shot_2017-07-13_at_8.24.14_AM.png

### Due to length I decided to do this in multiple parts. Part 2 will come out later today, and that involves installing BOINC and linking your BOINC account to projects that will earn Gridcoin.

___________________________________________________________________________________________________

My name is Ryan Daut and I'd love to have you as a follower. [Click here](https://steemit.com/@daut44) to go to my page, then click [<img src="https://img1.steemit.com/0x0/http://i.imgur.com/oq3c1oq.png
">](https://steemit.com/@daut44) in the upper right corner if you would like to see my blogs and articles regularly. 

https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-9/12079621_10109514445317204_9079744146490914101_n.jpg?oh=82830933979d962a712322f57cc3c27f&oe=583BA554

I am a professional gambler, and my interests include poker, fantasy sports, football, basketball, MMA, health and fitness, rock climbing, mathematics, astrophysics, cryptocurrency, and computer gaming.
👍  , , , , , , , , , , , , , , , , , , , ,
properties (23)
authordaut44
permlinkgridcoin-setup-guide-for-mac-os-x-part-1
categorycryptocurrency
json_metadata{"tags":["cryptocurrency","gridcoin","computers"],"image":["https://s19.postimg.org/sfwe6aiwz/Screen_Shot_2017-07-12_at_6.47.10_PM.png","https://s19.postimg.org/lk7k9fz2b/Screen_Shot_2017-07-12_at_6.42.38_PM.png","https://s19.postimg.org/wqb21vo03/Screen_Shot_2017-07-12_at_6.46.50_PM.png","https://s19.postimg.org/3p6psh3k3/Screen_Shot_2017-07-12_at_6.49.13_PM.png","https://s19.postimg.org/mvjwvnk1v/Screen_Shot_2017-07-12_at_7.01.05_PM.png","https://s19.postimg.org/4u0rxuq0z/Screen_Shot_2017-07-12_at_7.11.15_PM.png","https://s19.postimg.org/uqugagtoj/Screen_Shot_2017-07-12_at_7.12.11_PM.png","https://s19.postimg.org/mxbg3wj0j/Screen_Shot_2017-07-13_at_8.19.46_AM.png","https://s19.postimg.org/f5uq5cev7/Screen_Shot_2017-07-13_at_8.21.23_AM.png","https://s19.postimg.org/sba8bg8qr/Screen_Shot_2017-07-13_at_8.23.10_AM.png","https://s19.postimg.org/60mdbhbgj/Screen_Shot_2017-07-13_at_8.24.14_AM.png","https://img1.steemit.com/0x0/http://i.imgur.com/oq3c1oq.png\n","https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-9/12079621_10109514445317204_9079744146490914101_n.jpg?oh=82830933979d962a712322f57cc3c27f&amp;oe=583BA554"],"links":["https://golem.network/","https://steemit.com/altcoins/@cryptoblast/altcoins-finding-value-in-a-sea-of-shitcoins#@nateonthenet/re-daut44-re-cryptoblast-altcoins-finding-value-in-a-sea-of-shitcoins-20170702t191421719z","https://www.apple.com/macos/sierra/","https://developer.apple.com/xcode/","https://brew.sh/","https://steemit.com/@daut44"],"app":"steemit/0.1","format":"markdown"}
created2017-07-13 15:31:21
last_update2017-07-13 15:31:21
depth0
children12
last_payout2017-07-20 15:31:21
cashout_time1969-12-31 23:59:59
total_payout_value11.138 HBD
curator_payout_value1.996 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,505
author_reputation19,160,071,194,613
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id8,352,674
net_rshares3,206,751,510,194
author_curate_reward""
vote details (21)
@abdelilahelkati ·
Welcome the worlds best community !!!!

From now on you are on the green path to implement your kindness to everyone, hope you include the lucky people here.

Do not hesitate to share interesting and useful things. Good luck!!!

Greetings from me ** @abdelilahelkati **
👍  
properties (23)
authorabdelilahelkati
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170713t153411738z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"users":["abdelilahelkati"],"app":"steemit/0.1"}
created2017-07-13 15:34:21
last_update2017-07-13 15:34:21
depth1
children0
last_payout2017-07-20 15:34:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length269
author_reputation-2,604,989,616,743
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,352,980
net_rshares618,637,261
author_curate_reward""
vote details (1)
@aceypilot ·
MacOS App downloads now!  See it here: https://steemit.com/gridcoin/@aceypilot/gridcoin-macos-app-download
properties (22)
authoraceypilot
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170902t001149449z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"links":["https://steemit.com/gridcoin/@aceypilot/gridcoin-macos-app-download"],"app":"steemit/0.1"}
created2017-09-02 00:11:48
last_update2017-09-02 00:11:48
depth1
children0
last_payout2017-09-09 00:11:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation128,197,686,009
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,600,066
net_rshares0
@aceypilot ·
As directed from the Gridcoin Home Page, there is also a Gridcoin Wiki guide located here: http://wiki.gridcoin.us/OS_X_Guide
properties (22)
authoraceypilot
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20180104t025227094z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"links":["http://wiki.gridcoin.us/OS_X_Guide"],"app":"steemit/0.1"}
created2018-01-04 02:52:27
last_update2018-01-04 02:52:27
depth1
children0
last_payout2018-01-11 02:52:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation128,197,686,009
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,925,406
net_rshares0
@bigtakosensei ·
Great post!!!!!!!
properties (22)
authorbigtakosensei
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170720t081928828z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-07-20 08:19:30
last_update2017-07-20 08:19:30
depth1
children0
last_payout2017-07-27 08:19:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation71,418,489,826,634
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,053,412
net_rshares0
@daut44 ·
$0.84
Most online guides are terrible teachers, because the people who wrote them were either lazy or they forget what it was like to not know something, and all the pieces of knowledge they have chunked they skip over like it's trivial. But doing these things are not trivial: I spend hours a day on a computer, have a second major in computer science, have tinkered with things before, and setting this up was not obvious, even with a guide.
👍  , ,
properties (23)
authordaut44
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170713t154413367z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-07-13 15:44:12
last_update2017-07-13 15:44:12
depth1
children0
last_payout2017-07-20 15:44:12
cashout_time1969-12-31 23:59:59
total_payout_value0.634 HBD
curator_payout_value0.207 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length437
author_reputation19,160,071,194,613
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,353,851
net_rshares206,190,811,549
author_curate_reward""
vote details (3)
@funkit ·
$0.12
You can store gridcoin on openledger if you find it easier.
👍  , ,
properties (23)
authorfunkit
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-2017713t20721239z
categorycryptocurrency
json_metadata{"app":"chainbb/0.3","format":"markdown+html","tags":[]}
created2017-07-13 18:07:21
last_update2017-07-13 18:07:21
depth1
children0
last_payout2017-07-20 18:07:21
cashout_time1969-12-31 23:59:59
total_payout_value0.100 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation9,704,012,486,052
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,366,736
net_rshares32,995,284,762
author_curate_reward""
vote details (3)
@grider123 ·
Thanks for this guide! It's the best I've read so far to set up Gridcoin on Mac OS X! Upvoted.
properties (22)
authorgrider123
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170714t134319810z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-07-14 13:43:48
last_update2017-07-14 13:43:48
depth1
children0
last_payout2017-07-21 13:43:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation107,965,352,035,530
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,457,444
net_rshares0
@jringo ·
Thank you for this much needed guide!  Expect great things from GRC on the horizon.  Take a look at my posts if you want to learn more, or just ask!
properties (22)
authorjringo
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170713t175946300z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-07-13 17:59:42
last_update2017-07-13 17:59:42
depth1
children0
last_payout2017-07-20 17:59:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length148
author_reputation29,720,071,239,659
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,366,053
net_rshares0
@knircky ·
One thing I don't understand about this project is the value? Why is the focus only on scientific projects that do not return value?

What are ur thoughts on gridcoin from a business and investor perspective?
properties (22)
authorknircky
permlinkre-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170713t155747578z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-07-13 15:57:48
last_update2017-07-13 15:57:48
depth1
children3
last_payout2017-07-20 15:57:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length208
author_reputation212,905,587,244,262
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,354,983
net_rshares0
@daut44 · (edited)
What do you mean "do not return value"? Is donating your computing power to helping cure disease a return of value?

From an investor perspective I have done only cursory research so double check everything I say for yourself. Gridcoin is PoS, so owning gridcoins can gain you more gridcoins at I believe a rate of 1.5% per year. As a business they have a lot of room for growth: the BOINC network is huge and only .5% of BOINC users are earning through gridcoin, meaning most people donating their computing power are either not earning coins for it or have a different way of getting paid, but I suspect most are just doing it to help academic research and are paid nothing. 

It's a pretty crowded space though, as I said at the top I have a lot of golem and I believe there are other competitors like iEX/SONM. I'm not going to personally invest money in it because of a few reasons:
1) the returns from PoS are lower than returns I get loaning other coins on exchanges
2) I can earn gridcoins by donating computing power so why do I need to buy them if I'm not doing PoS staking?
3) crowded space like I said.

That said I'm not a trader, I have no idea what the price will be in X time, and I only own a handful of different cryptos currently. I probably should invest some into gridcoin as a hedge against golem, but that's not a great reason to invest imo.
properties (22)
authordaut44
permlinkre-knircky-re-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170713t160629850z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-07-13 16:06:30
last_update2017-07-13 16:07:51
depth2
children1
last_payout2017-07-20 16:06:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,364
author_reputation19,160,071,194,613
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,355,723
net_rshares0
@jringo ·
$0.09
There is a subtle but critical difference between GRC and other distributed computing platforms such as Golem etc.

With GRC, anyone can make a project and have it computed for free.  The Gridcoin DPOR protocol then rewards crunchers with GRC.  With competitors, an individual or entity must pay upfront for computing power.  This creates massive limitations regarding who has access to the distributed computing power of the NN -- if I need to raise 1 million dollars, most likely through a risky ICO, before I can crunch, I'm not going to create my project.  But if I can make my project and then get it processed for free, or even complete part of my project and begin that processing while developing the rest of my project... count me in!
👍  ,
properties (23)
authorjringo
permlinkre-daut44-re-knircky-re-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170713t175914738z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-07-13 17:59:12
last_update2017-07-13 17:59:12
depth3
children0
last_payout2017-07-20 17:59:12
cashout_time1969-12-31 23:59:59
total_payout_value0.088 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length743
author_reputation29,720,071,239,659
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,366,013
net_rshares22,488,795,235
author_curate_reward""
vote details (2)
@daut44 ·
One additional update: by owning Gridcoins you are eligible for solo-crunching rather than pool mining. Since I owned no Gridcoins when I started this I just joined a pool because I read that is better when you have a balance under a few thousand gridcoins.
properties (22)
authordaut44
permlinkre-knircky-re-daut44-gridcoin-setup-guide-for-mac-os-x-part-1-20170713t162944253z
categorycryptocurrency
json_metadata{"tags":["cryptocurrency"],"app":"steemit/0.1"}
created2017-07-13 16:29:45
last_update2017-07-13 16:29:45
depth2
children0
last_payout2017-07-20 16:29:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length257
author_reputation19,160,071,194,613
root_title"Gridcoin Setup Guide for Mac OS X Part 1"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,357,810
net_rshares0