a

How to Serve Up Web Content from Ethereum – Part 2 – Download Geth on Mac OS X

This tutorial is part of a series of blog posts on getting a web page on your web server to communicate via web3 with your Ethereum on localhost. In our previous post, we installed the Ethereum Wallet. The Ethereum Wallet is a nice way to visualize what’s going on with Ethereum, but for our purposes initially we […]

This tutorial is part of a series of blog posts on getting a web page on your web server to communicate via web3 with your Ethereum on localhost.
In our previous post, we installed the Ethereum Wallet. The Ethereum Wallet is a nice way to visualize what’s going on with Ethereum, but for our purposes initially we don’t actually want the production blockchain because we don’t want to mine or purchase Ether on the production blockchain. We want to deploy to our own private chain.
In this tutorial, we’ll describe the steps to install Ethereum on your computer. We’ll install Ethereum on your computer to enable you start up a local private chain.
I’m on Mac so we’ll leverage Homebrew.
Step 1. Install Homebrew
Navigate to your Terminal shell. Type the following command, ‘brew — version’
Joels-MBP-4:tensorflow joelgarcia$ brew --version
Homebrew 0.9.9 (git revision 2b9a; last commit 2016-07-21)
Homebrew/homebrew-core (git revision 926d; last commit 2016-07-23)

If Homebrew is not installed on your computer, install it using the following command:

/usr/bin/ruby -e "$(curl -fsSL http://raw.githubusercontent.com/Homebrew/install/master/install)"

If you don’t have XCode installed, then you may need to look here.

Step 2. Install Geth

In this step, we install the Go implementation of Ethereum protocol (Geth).
Geth can be installed by typing in the following commands:


Joels-MBP-4:tensorflow joelgarcia$ brew update
Joels-MBP-4:tensorflow joelgarcia$ brew tap ethereum/ethereum
Joels-MBP-4:tensorflow joelgarcia$ brew install ethereum

Upon completion of the ethereum install, you’ll want to check the Geth Version

Joels-MBP-4:~ joelgarcia$ geth version
Geth
Version: 1.6.6-stable
Git Commit: 10a45cb59bd9bc9f717817afc029a57b222e558d
Architecture: amd64
Protocol Versions: [fusion_builder_container hundred_percent="yes" overflow="visible"][fusion_builder_row][fusion_builder_column type="1_1" background_position="left top" background_color="" border_size="" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none"][63 62]
Network Id: 1
Go Version: go1.8.3
Operating System: darwin
GOPATH=
GOROOT=/usr/local/Cellar/go/1.8.3/libexec

Step 3. Update Geth
If Geth was already installed on your computer, update it to the latest version:


Joels-MBP-4:~ joelgarcia$ brew update
Joels-MBP-4:~ joelgarcia$ brew upgrade ethereum

If you have trouble to update Geth, use the following commands to force the update:


Joels-MBP-4:~ joelgarcia$ brew tap ethereum/ethereum
Joels-MBP-4:~ joelgarcia$ brew unlink ethereum
Joels-MBP-4:~ joelgarcia$ brew install ethereum

Step 4 – Run Geth
Start Geth using the following command:
Download Geth and get it Running Terminal Console
Now Ethereum is up and running. It’s synching with the public chain data. We’ll want to stop this. Otherwise it will suck up all of our CPU. Do a Ctrl+C to shut down Ethereum.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]

Related Articles

3 Ways Gen AI and AWS can Enhance Your Business

3 Ways Gen AI and AWS can Enhance Your Business

Amazon is on the cutting edge of new technologies. They have been increasingly experimenting with AI and learning algorithms, culminating in their most recent breakthroughs in Generative AI. Developers and technology enthusiasts have access to their innovations through the tools available on AWS.

Business Owner’s Guide to DevOps Essentials

Business Owner’s Guide to DevOps Essentials

As a business owner, it’s essential to maximize workplace efficiency. DevOps is a methodology that unites various departments to achieve business goals swiftly. Maintaining a DevOps loop is essential for the health and upkeep of deployed applications.

AWS Graviton and Arm-architecture Processors

AWS Graviton and Arm-architecture Processors

AWS launched its new batch of Arm-based processors in 2018 with AWS Graviton. It is a series of server processors designed for Amazon EC2 virtual machines. The EC2 AI instances support web servers, caching fleets, distributed data centers, and containerized microservices. Arm architecture is gradually being rolled out to handle enterprise-grade utilities at scale. Graviton instances are popular for handling intense workloads in the cloud.