Skip to content

Instantly share code, notes, and snippets.

@bitmxittz
bitmxittz / contrib
Created December 24, 2017 12:14
Bitmxittz Contrib Files
contrib
@bitmxittz
bitmxittz / doc
Created December 24, 2017 12:13
Bitmxittz Documents
doc
@bitmxittz
bitmxittz / qa
Created December 24, 2017 12:13
Bitmxittz QA Files
qa
@bitmxittz
bitmxittz / share
Created December 24, 2017 12:12
Bitmxittz Share Files
share
@bitmxittz
bitmxittz / src
Last active December 24, 2017 12:11
Bitmxittz Source
source files
@bitmxittz
bitmxittz / .gitattributes
Created December 24, 2017 12:06
Bitmxittz Git Attributes
src/version.cpp export-subst
@bitmxittz
bitmxittz / .gitignore
Created December 24, 2017 12:06
Bitmxittz Git Ignore
src/*.exe
src/bitmxittz
src/bitmxittzd
src/test_bitmxittz
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
@bitmxittz
bitmxittz / bitmxittz-qt.pro
Created December 24, 2017 12:05
Bitmxittz Qt
TEMPLATE = app
TARGET = bitmxittz-qt
macx:TARGET = "Bitmxittz-Qt"
VERSION = 0.8.7.4
INCLUDEPATH += src src/json src/qt
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
CONFIG += no_include_pwd
CONFIG += thread
@bitmxittz
bitmxittz / COPYING
Created December 24, 2017 12:04
Bitmxittz Copying
Copyright (c) 2009-2014 Bitcoin Developers
Copyright (c) 2011-2014 Bitmxittz Developers
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@bitmxittz
bitmxittz / INSTALL
Last active December 24, 2017 12:03
Bitmxittz Install
Building Bitmxittz
See doc/readme-qt.rst for instructions on building Bitmxittz-Qt,
the intended-for-end-users, nice-graphical-interface, reference
implementation of Bitmxittz.
See doc/build-*.txt for instructions on building bitmxittzd,
the intended-for-services, no-graphical-interface, reference
implementation of Bitmxittz.