Skip to content

Commit

Permalink
Initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
StakeDeveloper committed Feb 14, 2018
0 parents commit a53a314
Show file tree
Hide file tree
Showing 807 changed files with 793,739 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
19 changes: 19 additions & 0 deletions .qmake.stash
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
QMAKE_CXX.INCDIRS = \
/home/gitian/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include/c++ \
/home/gitian/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include/c++/i686-w64-mingw32.static \
/home/gitian/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include/c++/backward \
/home/gitian/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include \
/home/gitian/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include-fixed \
/home/gitian/mxe/usr/i686-w64-mingw32.static/include
QMAKE_CXX.LIBDIRS = \
/home/gitian/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0 \
/home/gitian/mxe/usr/i686-w64-mingw32.static/lib
QMAKE_CXX.QT_COMPILER_STDCXX = 199711L
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 5
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 4
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
92 changes: 92 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
v2.0.3.2
--------
*First stable release on new codebase

v2.0.3.3
--------
*Forced DNS Seeding
*IRC Removed (now wallet do not stay in memory after exit)
*Added Peer/Ban tab in Debug console

v2.0.3.4
--------
*Reworked IRC is back
*Fixed bad per connection without uPnP
*Fixed masternode list page glitch
*Added "Protocol" column in masternode list page
*Added context menu in masternode list page
*Network peer load tuning

v2.0.3.5
--------
*Fighting against incorrect masternodes
Now wallet check connection for each new masternode relay before adding it to masternode list. Delete mncache.dat before updating.
Update your PoS wallets. Masternodes don't need this update.

v2.0.3.6
--------
*Fix network troubles after checking masternodes
Now bad masternodes will be listed, but with unactive status. This nodes will be excluded from the payout list.
Update your PoS wallets. Masternodes don't need this update.

v2.0.3.7
--------
*New new commandline option for wallet database "-dbwalletcache"
Give you control of wallet database cache. By default cache database reduced to 1Mb.
*Blockchain database cache decreased to 10Mb by default
*New build option for more memory usage optimization
For masternode holders. Added new buildoption "LOWMEM" (disabled by default). If enabled, usage of memory can be reduced by an additional 37Mb (from ~315Mb to ~277Mb with default database caches). But it brokes compatibility with blockchain database and you will need to resync database. The choice yours.
Recommended for masternode holders. Update your wallets.

v2.0.3.8
--------
*Decreased keypool size (from:1000 to 100)
*Fixed wrong calculation for incoming connections.

v2.0.4.0
--------
*Codebase upgrade and bugfix

v2.0.4.1
--------
*Mac OS compilation fix
*Boost linux_x64 compile fix
*Removed "Rank" column (no more UI freezes)
*Decreased maximum inputs in stake combine
*New feature in advanced coin control (Lock/Unlock inputs) (Resets after wallet reload)

v2.0.4.2
--------
*Send blocks tweak
*New checkpoints
*Fix "Copy PubKey" crash
*Remove last "\n" at "Copy Address" and "Copy PubKey"
*Reward integration stage 1

v2.0.4.3
--------
*Old masternode system compatibility fix

v2.1.0.0
--------
*Reward system is enabled
Now you can move your masternore reward to another address.
Use it carefully.

v2.1.0.1
--------
*Removed IRC seeding to prevent fake antivirus warnings.

v2.1.0.2
--------
*Network sync fix

v2.1.0.3
--------
*Removed IRC
*Remove unneeded script
*Stakethreshold option (new option for controlling stake generation)
*A little GUI changes
*Mature calculation fix
*Rewardaddress fix
*Masternode stop fix
22 changes: 22 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2014-2015 Stake Developers
Copyright (c) 2013-2014 NovaCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2015 Bitcoin 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:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

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.
9 changes: 9 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Building Stake

See doc/readme-qt.rst for instructions on building Stake QT,
the intended-for-end-users, nice-graphical-interface, reference
implementation of Stake.

See doc/build-*.txt for instructions on building staked,
the intended-for-services, no-graphical-interface, reference
implementation of Stake.
Loading

0 comments on commit a53a314

Please sign in to comment.