Bitcoin Forum
June 25, 2024, 07:49:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: September 06, 2016, 03:48:45 PM
Have you been thinking it's “Way too hard to acquire these Monero Bucks”?

A Step By Step Guide to Compiling Monero on OSX:

I've noticed an increase of people wanting to compile the latest code. While there are plenty of Linux resources I haven't seen many for OSX. Also, the bitmonero Github README points to instructions that install an older release, which is not what you want.

The good thing is, the instructions are not much different from Linux, but if you're new to the command line this may be intimidating to figure out.

Just follow these instructions step by step in your Terminal and you'll be running in no time.

1. Install Homebrew.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. Install various packages needed to build the Monero daemon and wallet.
brew install git boost cmake libevent miniupnpc

3. Clone the bitmonero repository to your computer using Git.
git clone https://github.com/monero-project/bitmonero.git bitmonero

4. cd bitmonero

5. Finally, compile the code.
make release

6. If you get no errors, you're ready to start the daemon and begin syncing the blockchain.
cd build/release/bin
./bitmonerod

7. Command+T to open another Terminal tab. Now you can run simplewallet and start using Monero!
./simplewallet

8. If you found this guide helpful, feel free to donate 1 XMR like so:
Code:
transfer 3 47Vmj6BXSRPax69cVdqVP5APVLkcxxjjXdcP9fJWZdNc5mEpn3fXQY1CFmJDvyUXzj2Fy9XafvUgMbW91ZoqwqmQ6RjbVtp 1



Thx at first for the guide but I got some problems.

I just tryed to install the monero wallet, but getting error message after step 1 of this manual. plus I'am new in using the terminal.

end of sucessfull step 1:
Install Xcode: https://developer.apple.com/xcode
Run `brew help` to get started
Further documentation: https://git.io/brew-docs
==> Homebrew has enabled anonymous aggregate user behaviour analytics
Read the analytics documentation (and how to opt-out) here:
  https://git.io/brew-analytics

without installing x-code I get this error message by step 2:

xyz-xyzs-MacBook-Pro-15:~ xyzxyz$ brew install git boost cmake libevent miniupnpc
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
Error: undefined method `>=' for nil:NilClass
Please report this bug:
    https://git.io/brew-troubleshooting
/usr/local/Library/Homebrew/extend/os/mac/development_tools.rb:72:in `default_compiler'
/usr/local/Library/Homebrew/tab.rb:165:in `empty'
/usr/local/Library/Homebrew/tab.rb:137:in `for_formula'
/usr/local/Library/Homebrew/formula_installer.rb:396:in `effective_build_options_for'
/usr/local/Library/Homebrew/formula_installer.rb:376:in `block in expand_dependencies'
/usr/local/Library/Homebrew/dependency.rb:106:in `block in action'
/usr/local/Library/Homebrew/dependency.rb:104:in `catch'
/usr/local/Library/Homebrew/dependency.rb:104:in `action'
/usr/local/Library/Homebrew/dependency.rb:83:in `block in expand'
/usr/local/Library/Homebrew/dependency.rb:80:in `each'
/usr/local/Library/Homebrew/dependency.rb:80:in `expand'
/usr/local/Library/Homebrew/formula_installer.rb:374:in `expand_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:296:in `compute_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:131:in `verify_deps_exist'
/usr/local/Library/Homebrew/formula_installer.rb:124:in `prelude'
/usr/local/Library/Homebrew/cmd/install.rb:271:in `install_formula'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `block in install'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `each'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `install'
/usr/local/Library/Homebrew/brew.rb:91:in `<main>'
Error: Git must be installed and in your PATH!
Error: undefined method `>=' for nil:NilClass
Please report this bug:
    https://git.io/brew-troubleshooting
/usr/local/Library/Homebrew/extend/os/mac/development_tools.rb:72:in `default_compiler'
/usr/local/Library/Homebrew/tab.rb:165:in `empty'
/usr/local/Library/Homebrew/tab.rb:137:in `for_formula'
/usr/local/Library/Homebrew/formula_installer.rb:396:in `effective_build_options_for'
/usr/local/Library/Homebrew/formula_installer.rb:376:in `block in expand_dependencies'
/usr/local/Library/Homebrew/dependency.rb:106:in `block in action'
/usr/local/Library/Homebrew/dependency.rb:104:in `catch'
/usr/local/Library/Homebrew/dependency.rb:104:in `action'
/usr/local/Library/Homebrew/dependency.rb:83:in `block in expand'
/usr/local/Library/Homebrew/dependency.rb:80:in `each'
/usr/local/Library/Homebrew/dependency.rb:80:in `expand'
/usr/local/Library/Homebrew/formula_installer.rb:374:in `expand_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:296:in `compute_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:131:in `verify_deps_exist'
/usr/local/Library/Homebrew/formula_installer.rb:124:in `prelude'
/usr/local/Library/Homebrew/cmd/install.rb:271:in `install_formula'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `block in install'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `each'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `install'
/usr/local/Library/Homebrew/brew.rb:91:in `<main>'
xyz-xyzs-MacBook-Pro-15:~ xyzxyz$

so is the error caused by the absence of x-code or is their another reason for it? Btw. I'am downloading now x code takes around 2 hours my internet connection is unfortunately mediocre.

so thx for reading.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!