Skip to content

Tepira/CoinVault

 
 

Repository files navigation

                             m S I G N A (TM)

=============================================================================== Copyright (c) 2013-2014 Ciphrex Corporation, All Rights Reserved.

mSIGNA is an interactive desktop application for transacting on the bitcoin network supporting m-of-n signature policies and multiuser/multidevice account management. While the current release builds only support bitcoin, it is possible to compile it to support other bitcoin-like blockchain-based cryptocurrencies.

It is built atop three custom libraries, CoinCore, CoinQ, and CoinDB, which provide all core functionality for managing bitcoin data structures, connecting to peers, and handling persistent storage.

-CoinCore is licensed under the MIT license.

-CoinQ and CoinDB are licensed under the AGPLv3 license.

In addition, mSIGNA depends on the following:

- Qt5 application and UI framework          http://qt-project.org/
    * Qt5Core
    * Qt5Gui
    * Qt5Widgets
    * Qt5Network

- Boost C++ Libraries (1.49 or greater)     http://www.boost.org/
    * boost_system
    * boost_filesystem
    * boost_regex
    * boost_thread
    * boost_serialization

- OpenSSL (including EC module)             http://www.openssl.org/
    * crypto

- ODB: C++ Object-Relational Mapping        http://www.codesynthesis.com/products/odb/download.xhtml
    * ODB Compiler (odb)
    * Common Runtime Library (libodb)
    * SQLite Database Runtime Library (libodb-sqlite)

- SQLite transactional database engine      http://www.sqlite.org/
    * sqlite3

- qrencode QR Code C library                http://fukuchi.org/works/qrencode/
    * qrencode (distribution provided in deps directory)

mSIGNA has been built in Linux using gcc 4.6.3 and greater for both 64-bit Linux and 64-bit Windows (cross-build, mingw64). It has also been built using clang (Xcode 4.1 and greater) in OS X (10.7 and greater).

Recommended compilers: - gcc4.8 or greater - clang with llvm v3.3 or greater

Earlier compilers will no longer be supported.

For instructions on setting up a build environment, look inside the docs directory.

  • To build for linux: $ ./build-all.sh linux

  • To build for windows: $ ./build-all.sh mingw64

  • To build for os x: $ ./build-all.sh osx

An optional parameter can be specified [debug|release]. Default is release. You may also specify additional parameters to be passed to make.

===============================================================================

DISCLAIMER:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

Secure CryptoCoin Storage & Account Management

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.3%
  • Shell 1.3%
  • Other 1.4%