Giter VIP home page Giter VIP logo

hive-osx's Introduction

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 [email protected]:grabhive/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

The version in the repository is set up to use a testing blockchain, which is completely separate from the official one, so you can't receive or send bitcoins to and from your normal wallet. You need to mine them yourself or get them from someone else on the test network.

The builds published on grabhive.com and on the 'Releases' page are set up to use the production network. To use the main network, comment out the line #define TESTING_NETWORK 1 in Hive-Prefix.pch and rebuild the app.

Warning: if you use the production network, be careful and don't transfer large amounts of bitcoins to the Hive wallet. The app is still in a beta phase and there's always a risk that something will go wrong and the wallet will be lost.

Contributing

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.