From 63589f4d00dda70eb2b63e48616bd8931bb93a6e Mon Sep 17 00:00:00 2001 From: safak Date: Mon, 16 Dec 2019 19:24:00 +0300 Subject: [PATCH] rebranding text changes --- README.md | 6 +++--- payouts/unlocker.go | 4 ++-- www/app/index.html | 6 +++--- www/app/templates/application.hbs | 2 +- www/app/templates/index.hbs | 4 ++-- www/config/environment.js | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6b26a21..13ff3a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Open Source Webchain Mining Pool +## Open Source MintMe.com Coin Mining Pool -What follows next is the basic short guide. Main page of the project is located at https://webchain.network. If you have a need to learn how to install in a more detailed way, we invite you to read our [Guide on Wiki](https://github.com/webchain-network/webchain-pool/wiki/Detailed-guide-about-Webchain-pool-installation) +What follows next is the basic short guide. Main page of the project is located at https://webchain.network. If you have a need to learn how to install in a more detailed way, we invite you to read our [Guide on Wiki](https://github.com/webchain-network/webchain-pool/wiki/Detailed-guide-about-MintMe.com Coin-pool-installation) ### Features @@ -304,7 +304,7 @@ I recommend this deployment strategy: * If `poolFeeAddress` is not specified all pool profit will remain on coinbase address. If it specified, make sure to periodically send some dust back required for payments. ### Credits -Ported to Webchain by Webchain project. Licensed under GPLv3. +Ported to MintMe.com Coin by MintMe.com Coin project. Licensed under GPLv3. Ported to Ethereum Classic by LeChuckDE, Licensed under GPLv3. Made by sammy007. Licensed under GPLv3. diff --git a/payouts/unlocker.go b/payouts/unlocker.go index ace328f..bc1c4a4 100644 --- a/payouts/unlocker.go +++ b/payouts/unlocker.go @@ -211,8 +211,8 @@ func getEraUncleBlockReward(era *big.Int) *big.Int { // GetRewardByEra gets a block reward at disinflation rate. // Constants MaxBlockReward, DisinflationRateQuotient, and DisinflationRateDivisor assumed. func GetBlockWinnerRewardByEra(eraOrig *big.Int) *big.Int { - MaximumBlockReward := big.NewInt(5e+18) // 5 WEB - MaximumBlockReward.Mul(MaximumBlockReward, big.NewInt(10)) // 50 WEB + MaximumBlockReward := big.NewInt(5e+18) // 5 MINTME + MaximumBlockReward.Mul(MaximumBlockReward, big.NewInt(10)) // 50 MINTME era := new(big.Int).Set(eraOrig) diff --git a/www/app/index.html b/www/app/index.html index a864efc..7855f7c 100644 --- a/www/app/index.html +++ b/www/app/index.html @@ -5,8 +5,8 @@ - Webchain Mining Pool - + MintMe.com Coin Mining Pool + {{content-for "head"}} @@ -25,7 +25,7 @@