Skip to content

Commit

Permalink
Merge pull request #28 from MNPJason/version/1.2.4/removeBIP130
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
MNPJason authored Feb 21, 2019
2 parents b9205d2 + 00dcfd5 commit de59108
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de59108

Please sign in to comment.