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 miniupnpc3. Clone the bitmonero repository to your computer using Git.
git clone https://github.com/monero-project/bitmonero.git bitmonero4.
cd bitmonero5. Finally, compile the code.
make release6. If you get no errors, you're ready to start the daemon and begin syncing the blockchain.
cd build/release/bin./bitmonerod7. Command+T to open another Terminal tab. Now you can run simplewallet and start using Monero!
./simplewallet8. If you found this guide helpful, feel free to donate 1 XMR like so:
transfer 3 47Vmj6BXSRPax69cVdqVP5APVLkcxxjjXdcP9fJWZdNc5mEpn3fXQY1CFmJDvyUXzj2Fy9XafvUgMbW91ZoqwqmQ6RjbVtp 1
Thanks for doing this. I tried installing (as I want to make some "paper" wallets, so to speak) but I get a fair amount of warnings.
Not to be critical, but I just can't imagine non computer people going through all the steps. Haven't been here much for months, any word on the GUI wallet, in the sense of just clicking a .dmg file and having it point and click? I mean I can use Electrum for BTC, My Monero online, but I really think not having an easier to use wallet is just hurting things. Hard for many of you to understand this I think as you are computer experts, but seeing warnings flash by the screen and such, just doesn't seem user friendly.
I don't have to download the blockchain to just create a wallet right? (I just want to make a paper wallet and will import to MyMonero or a more friendly wallet when I want to cash out.)
Thanks in advance,
IAS