• This repository has been archived on 03/Jan/2019
  • Stars
    star
    286
  • Rank 144,690 (Top 3 %)
  • Language
    Objective-C
  • License
    GNU General Publi...
  • Created about 11 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hive Bitcoin wallet for the Mac (UNMAINTAINED)

Hive

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

Status

Hive development has stopped and it's not being maintained anymore. There are no plans for any further updates or bug fixes.

The app still works in the current state, because it doesn't rely on any server-side components managed by Hive, but it might stop working after a breaking change in the Bitcoin protocol, and it will almost certainly stop working on the next version of OS X which drops support for old Java. It's recommended that you migrate your funds to a different wallet.

Requirements

Building

First, clone the GitHub repository:

git clone [email protected]:hivewallet/hive-mac.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!

Note: the Xcode build is configured to use Hive certificates, so you'll probably need to disable code signing to make it build without them.

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 OSX, you can also send us donations in BTC to: 1wdERgJVZhqeUVTWGmZqdorLGtFVzF1xy.

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.

More Repositories

1

BitcoinKit

Cocoa framework for creating Bitcoin wallet apps (UNMAINTAINED)
Objective-C
84
star
2

hive-js

Hive digital currency wallet
JavaScript
81
star
3

Tor.framework

Cocoa framework for the Tor onion routing network
C
42
star
4

hive-ios

Hive digital currency wallet for iOS
Java
28
star
5

hivewallet.com

Hive website and related resources
CSS
22
star
6

grabhive.com

Hive website and related resources [OLD]
CSS
4
star
7

hiveapp-localbitcoins

Hive application for LocalBitcoins
JavaScript
4
star
8

hiveapp-bitstamp

Hive application for Bitstamp [OLD]
CSS
4
star
9

hiveapp-bitcoinstore

Hive application for bitcoinstore.com
JavaScript
3
star
10

campbitcoin.org

Website for Camp Bitcoin
JavaScript
3
star
11

hiveapp-minefield

Hive application for Minefield
JavaScript
3
star
12

app-store

A marketplace for Hive apps.
JavaScript
3
star
13

discussions

Discussions and issues related to Hive
3
star
14

hiveapp-mtgox

Hive application for Mt.Gox
JavaScript
3
star
15

hiveapp-satoshidice

Hive application for Satoshi Dice
CSS
3
star
16

hiveapp-cointagion

Hive application for Cointagion
JavaScript
2
star
17

hiveapp-coinforest

Hive application for Coin Forest
CSS
2
star
18

hiveapp-supporthive

Hive application for supporting Hive ;-)
CSS
2
star
19

hive-chrome

Hive digital currency wallet - Chrome extension (proof of concept - don't use!)
JavaScript
2
star
20

hiveapp-coinbase

Hive application for Coinbase
CSS
2
star
21

hiveapp-all4btc

Hive application for all4btc
JavaScript
2
star
22

hiveapp-seansoutpost

Hive application for Sean's Outpost
JavaScript
2
star
23

hiveapp-satoshirat

Hive application for Satoshi Rat
CSS
1
star
24

app-registry

A worker that fetches git repositories listed on Hive App Registry Wiki page, and serves the combined manifest.json file and icon files
JavaScript
1
star
25

hive-proxy

JavaScript
1
star
26

stats

Tally and display GitHub download counts for Hive releases.
Ruby
1
star
27

hiveapp-makerequest-server

Server part for hiveapp-makerequest-test
JavaScript
1
star
28

toolbelt

Command line interface (CLI) for the Hive wallet
Ruby
1
star