Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #28

Merged
merged 3 commits into from Feb 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 21 additions & 8 deletions README.md
@@ -1,17 +1,30 @@
MNPCOIN Core
=====================================
Version: V1.2.1
Version: V1.2.4

Website: https://mnpcoin.pro

Utility: https://masternodes.pro

#### 01-24-19
- Implemented fix for "fake staking" bug
#### 02-21-19 V1.2.4
- Remove BIP130 as it was causing a bandwidth issue with local wallets and hosted nodes @MNPJason
- Update masternode.sh file @MNPJason

#### 01-19-19
#### 02-13-19 V1.2.3
- Replace Phore fix for block spam by PIVX PR#803 @j00v
- Disabled automint in couple more files @j00v
- Cosmetic changes @j00v
- Version update to v1.2.3 (proto 70030) @j00v
- Updated Masternode script for new RC @MNPJason
- Set Min Version protocol to 70010 @MNPJason

- Implemented BIP130
- Removed Zerocoin options from transaction dropdown.
- Updated Copyright dates and minor cleanup of code.
- Version bump from v1.2.0 to v1.2.1

#### 01-24-19 V1.2.2
- Implemented fix for "fake staking" bug @tvl83

#### 01-19-19 V1.2.1

- Implemented BIP130 @tvl83
- Removed Zerocoin options from transaction dropdown. @tvl83
- Updated Copyright dates and minor cleanup of code. @tvl83
- Version bump from v1.2.0 to v1.2.1 @tvl83
6 changes: 3 additions & 3 deletions doc/masternode.sh
@@ -1,7 +1,7 @@
#!/bin/bash

PACKAGE='mnpcoin-v1.2.3.tar.gz'
VERSION='v1.2.3'
PACKAGE='mnpcoin-v1.2.4.tar.gz'
VERSION='v1.2.4'

system_motd() {
clear
Expand All @@ -21,7 +21,7 @@ system_motd() {
echo " ██║ ╚═╝ ██║██║ ╚═██║██║ ╚██████╗╚██████╔╝██║██║ ╚═██║ "
echo " ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚═╝ ╚═╝ "
echo ""
echo "Updated: 2/12/2019 By: MNP_Jason"
echo "Updated: 2/21/2019 By: MNP_Jason"
echo && echo && echo
sleep 2
}
Expand Down