Skip to content

Commit

Permalink
new version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Al3xxx19 committed May 16, 2019
1 parent 5054f09 commit cab6466
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -2,11 +2,11 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
AC_INIT([Bulpcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.bulp.ml],[bulpcoin])
AC_INIT([Bulpcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.bulpcoingame.online],[bulpcoin])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/bulpcoin-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/control
Expand Up @@ -22,7 +22,7 @@ Build-Depends: debhelper,
libqrencode-dev,
libprotobuf-dev, protobuf-compiler
Standards-Version: 3.9.2
Homepage: http://www.bulp.ml
Homepage: http://www.bulpcoingame.online
Vcs-Git: git://github.com/bulpgame/bulpcoin.git
Vcs-Browser: http://github.com/bulpgame/bulpcoin

Expand Down
2 changes: 1 addition & 1 deletion doc/gitian-building.md
Expand Up @@ -11,7 +11,7 @@ the same, tested dependencies are used and statically built into the executable.
Multiple developers build the source code by following a specific descriptor
("recipe"), cryptographically sign the result, and upload the resulting signature.
These results are compared and only if they match, the build is accepted and uploaded
to bulp.ml.
to bulpcoingame.online.

More independent gitian builders are needed, which is why I wrote this
guide. It is preferred to follow these steps yourself instead of using someone else's
Expand Down
2 changes: 1 addition & 1 deletion share/setup.nsi.in
Expand Up @@ -7,7 +7,7 @@ SetCompressor /SOLID lzma
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
!define COMPANY "@PACKAGE_NAME@ project"
!define URL https://bulp.ml
!define URL https://bulpcoingame.online

# MUI Symbol Definitions
!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico"
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -175,7 +175,7 @@ genesis hash: 00000c9cbc78555e74fea2ddab4a9d3815ddbec5bca992e1137e9a74ee658267
vSeeds.push_back(CDNSSeedData("144.217.224.88", "144.217.224.88"));
vSeeds.push_back(CDNSSeedData("161.129.66.36", "161.129.66.36"));
vSeeds.push_back(CDNSSeedData("140.82.52.45", "140.82.52.45"));
vSeeds.push_back(CDNSSeedData("explorer.bulp.ml", "explorer.bulp.ml"));
vSeeds.push_back(CDNSSeedData("explorer.bulpcoingame.online", "explorer.bulpcoingame.online"));

fMiningRequiresPeers = true;
fAllowMinDifficultyBlocks = false;
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -16,7 +16,7 @@
//! These need to be macros, as clientversion.cpp's and bulpcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

//! Set to true for release, false for prerelease or test build
Expand Down
2 changes: 1 addition & 1 deletion src/qt/guiconstants.h
Expand Up @@ -55,7 +55,7 @@ static const int MAX_URI_LENGTH = 255;
#define SPINNER_FRAMES 35

#define QAPP_ORG_NAME "Bulpcoin"
#define QAPP_ORG_DOMAIN "bulp.ml"
#define QAPP_ORG_DOMAIN "bulpcoingame.online"
#define QAPP_APP_NAME_DEFAULT "Bulpcoin-Qt"
#define QAPP_APP_NAME_TESTNET "Bulpcoin-Qt-testnet"

Expand Down
6 changes: 3 additions & 3 deletions src/qt/overviewpage.cpp
Expand Up @@ -343,9 +343,9 @@ void OverviewPage::SetLinks()
ui->labelLinks6->setText("Github:");
ui->labelLinks7->setText("");

ui->labelLinksUrl1->setText("<a href=\"https://bulp.ml/\">https://bulp.ml/</a>");
ui->labelLinksUrl2->setText("<a href=\"https://bulp.ml/docs/BULP.pdf\">https://bulp.ml/docs/BULP.pdf</a>");
ui->labelLinksUrl3->setText("<a href=\"https://explorer.bulp.ml/\">https://explorer.bulp.ml/</a>");
ui->labelLinksUrl1->setText("<a href=\"https://bulpcoingame.online/\">https://bulpcoingame.online/</a>");
ui->labelLinksUrl2->setText("<a href=\"https://bulpcoingame.online/docs/BULP.pdf\">https://bulpcoingame.online/docs/BULP.pdf</a>");
ui->labelLinksUrl3->setText("<a href=\"https://bulp.coinexplorer.xyz/\">https://bulp.coinexplorer.xyz/</a>");
ui->labelLinksUrl4->setText("<a href=\"https://discord.gg/utTnasr\">https://discord.gg/utTnasr</a>");
ui->labelLinksUrl5->setText("<a href=\"https://twitter.com/BulpCoin\">https://twitter.com/BulpCoin</a>");
ui->labelLinksUrl6->setText("<a href=\"https://github.com/bulpgame\">https://github.com/bulpgame</a>");
Expand Down
8 changes: 4 additions & 4 deletions src/rpcmasternode-budget.cpp
Expand Up @@ -173,8 +173,8 @@ UniValue preparebudget(const UniValue& params, bool fHelp)
"\nResult:\n"
"\"xxxx\" (string) proposal fee hash (if successful) or error message (if failed)\n"
"\nExamples:\n" +
HelpExampleCli("preparebudget", "\"test-proposal\" \"https://bulp.ml/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500") +
HelpExampleRpc("preparebudget", "\"test-proposal\" \"https://bulp.ml/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500"));
HelpExampleCli("preparebudget", "\"test-proposal\" \"https://bulpcoingame.online/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500") +
HelpExampleRpc("preparebudget", "\"test-proposal\" \"https://bulpcoingame.online/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500"));

if (pwalletMain->IsLocked())
throw JSONRPCError(RPC_WALLET_UNLOCK_NEEDED, "Error: Please enter the wallet passphrase with walletpassphrase first.");
Expand Down Expand Up @@ -267,8 +267,8 @@ UniValue submitbudget(const UniValue& params, bool fHelp)
"\nResult:\n"
"\"xxxx\" (string) proposal hash (if successful) or error message (if failed)\n"
"\nExamples:\n" +
HelpExampleCli("submitbudget", "\"test-proposal\" \"https://bulp.ml/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500") +
HelpExampleRpc("submitbudget", "\"test-proposal\" \"https://bulp.ml/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500"));
HelpExampleCli("submitbudget", "\"test-proposal\" \"https://bulpcoingame.online/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500") +
HelpExampleRpc("submitbudget", "\"test-proposal\" \"https://bulpcoingame.online/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500"));

// Check these inputs the same way we check the vote commands:
// **********************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/spork.h
Expand Up @@ -55,7 +55,7 @@ using namespace boost;
#define SPORK_12_RECONSIDER_BLOCKS_DEFAULT 0
#define SPORK_13_ENABLE_SUPERBLOCKS_DEFAULT 1424217600 // OFF
#define SPORK_14_MN_WINNER_MINIMUM_AGE_DEFAULT 8000 // Age in seconds. This should be > MASTERNODE_REMOVAL_SECONDS to avoid misconfigured new nodes in the list. Set this to zero to emulate classic behaviour
#define SPORK_15_PROTOCOL_ENFORCEMENT_1_DEFAULT 4070908800 // OFF
#define SPORK_15_PROTOCOL_ENFORCEMENT_1_DEFAULT 1558101600 // OFF
#define SPORK_16_PROTOCOL_ENFORCEMENT_2_DEFAULT 4070908800 // OFF
#define SPORK_17_PROTOCOL_ENFORCEMENT_3_DEFAULT 4070908800 // OFF
#define SPORK_18_PROTOCOL_ENFORCEMENT_4_DEFAULT 4070908800 // OFF
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -13,7 +13,7 @@
*/

//! Current Protocol Version
static const int PROTOCOL_VERSION = 70900;
static const int PROTOCOL_VERSION = 70910;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 200;
Expand Down

0 comments on commit cab6466

Please sign in to comment.