kozyty / hive-osx

Hive Bitcoin wallet for OS X

Home Page:http://hivewallet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hive

Hive is a user-friendly Bitcoin wallet app for OSX.

Requirements

  • OSX 10.7 (Lion) or newer
  • Java runtime (for now - required by bitcoinj lib)

Building

First, clone the GitHub repository:

git clone git@github.com:hivewallet/hive-osx.git

Make sure you have CocoaPods installed:

gem install cocoapods

Install the required pods:

pod install

Now, import some Hive libraries which are kept in separate repositories as submodules:

git submodule update --init --recursive

Before you build the project, you also need to install some additional libraries using homebrew:

brew install libevent openssl maven
brew link openssl --force

Then you can open the project workspace in Xcode (Hive.xcworkspace, not Hive.xcodeproj), hit the Run button and wait for it to build. Enjoy!

Test vs. production network

Hive is currently set up to use the main blockchain. If you prefer to use the testing network to avoid risking real Bitcoin while testing the app, change the line #define TESTING_NETWORK 0 in Hive-Prefix.pch to 1 and rebuild the app or launch it with the Hive (Test Network) scheme in Xcode.

Contributing

Patches and pull requests are very welcome. If you want to send us any code, read the Coding guidelines first.

Hive code is dual-licensed: we've released it under GPL v2 (see below), however we reserve a right to relicense it under a different license in future (including a commercial one), since we might want to e.g. put it on Mac or iOS App Store, or use it for other purposes with which GPL is incompatible. Because of that, we ask that you specify a more permissive license for your code when you submit a patch to us (e.g. MIT, WTFPL or public domain).

If you like Hive, you can also send us donations in BTC to 142m1MpXHhymF4aASiWwYohe1Y55v5BQwc.

License

Hive is released under GNU General Public License, version 2 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

About

Hive Bitcoin wallet for OS X

http://hivewallet.com

License:GNU General Public License v2.0