Skip to content

Instantly share code, notes, and snippets.

@bitmxittz
bitmxittz / README.md
Last active December 24, 2017 11:57
Bitmxittz BMXT new crypto currency project.

Bitmxittz integration/staging tree

http://www.bitmxittz.org

Copyright (c) 2009-2014 Bitcoin Developers Copyright (c) 2011-2014 Litecoin Developers Copyright (c) 2011-2014 Bitmxittz Developers

What is Bitmxittz?

@bitmxittz
bitmxittz / Makefile
Created December 24, 2017 12:02
Bitmxittz Makefile
#############################################################################
# Makefile for building: bitmxittz-qt
# Generated by qmake (2.01a) (Qt 4.8.6) on: Thu Jun 29 17:04:32 2017
# Project: bitmxittz-qt.pro
# Template: app
# Command: c:\Qt\4.8.6\bin\qmake.exe USE_QRCODE=1 USE_UPNP=- USE_IPV6=1 -o Makefile bitmxittz-qt.pro
#############################################################################
first: release
install: release-install
@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.
@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 / 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 / .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 / .gitattributes
Created December 24, 2017 12:06
Bitmxittz Git Attributes
src/version.cpp export-subst
@bitmxittz
bitmxittz / src
Last active December 24, 2017 12:11
Bitmxittz Source
source files
@bitmxittz
bitmxittz / share
Created December 24, 2017 12:12
Bitmxittz Share Files
share
@bitmxittz
bitmxittz / qa
Created December 24, 2017 12:13
Bitmxittz QA Files
qa