Pages:
Author

Topic: MrsaCoin - MRSA - X13 - HYBRID - page 6. (Read 8048 times)

full member
Activity: 241
Merit: 100
January 04, 2017, 01:14:12 AM
#21
Ok. Mining this one  Wink
hero member
Activity: 750
Merit: 500
January 03, 2017, 10:59:06 PM
#20
how much total suply coin
any bounty dev, signature campaign or social media campaign
if  open bounty translation , iam reseve indonesian translation
haii you not see this  moneysupply" : 421474560.00000000,

There is no "total" supply. The supply will continue to increase indefinitely as long as the chain continues to move, a future fork reduces the subsidies to only TX fees.
hero member
Activity: 481
Merit: 500
Woking as a binman sucks.
January 03, 2017, 10:57:46 PM
#19
Your coin supply is too big. And your premine is too big. And your PoW length is too long. And your ANN is too sparse.

Then this must be an all-in-er!  Wink
legendary
Activity: 1932
Merit: 1003
January 03, 2017, 10:40:05 PM
#18
Google MRSA and click on images. 
hero member
Activity: 588
Merit: 500
January 03, 2017, 10:01:36 PM
#17
how much total suply coin
any bounty dev, signature campaign or social media campaign
if  open bounty translation , iam reseve indonesian translation
haii you not see this  moneysupply" : 421474560.00000000,
hero member
Activity: 994
Merit: 518
Undeads.com - P2E Runner Gamem
January 03, 2017, 09:56:25 PM
#16
how much total suply coin
any bounty dev, signature campaign or social media campaign
if  open bounty translation , iam reseve indonesian translation
sr. member
Activity: 980
Merit: 294
January 03, 2017, 09:45:31 PM
#15
New Year has come as those new coins appeared like a mushroom, better to include some more information that will encourage us to get involve with your coin, how can we invest on something we don't even know?
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
January 03, 2017, 09:34:51 PM
#14
i know its not relevant to the thread but did a quick round for all listed pools so many chains and we are still making new ones. it seems by end of year each new born will get 2 blockchains in heritance Cheesy

hero member
Activity: 750
Merit: 500
January 03, 2017, 09:13:19 PM
#13
When will this coin be on poloniex?

Never


Did I miss anything or why so many pools for this shitcoin ??

Capitalizing on stupidity? Greed? Or perhaps they were paid (though that is unlikely).




Code:
     ___      _         ___ _               _
    / __\___ (_)_ __   / __\ |__   ___  ___| | _____ _ __
   / /  / _ \| | '_ \ / /  | '_ \ / _ \/ __| |/ / _ \ '__|
  / /__| (_) | | | | / /___| | | |  __/ (__|   <  __/ |
  \____/\___/|_|_| |_\____/|_| |_|\___|\___|_|\_\___|_|
       v0.0.4 October 2016 | http://www.fuzzbawls.pw

Checking Host OS... WIN
Creating temp folder to clone remote repository...
Cloning https://github.com/mrsacoin/mrsacoin.git...

-= Repository Information =-
============================================================
Number of commits: 1
Last commit date: Tue, Jan 03, 2017 12:02:21 PM
Days since last commit: .21 Days

-= Build System Information =-
============================================================
Build Type: QMAKE/Makefile
Build Version: 2.0.0.2
Qt Bin: MrsaCoin-Qt
Daemon Bin: MrsaCoind

-= Coin Specifications =-
============================================================
Coin Name: MrsaCoin
Client Version: 1.0.0.0
Client Name: /MrsaCoin:1.0.0.0/
Default P2P Port: 17930
Default PRC Port: 17931
Message Start String: 0xc3 0xc1 0xfa 0xfc

-= Coin Information Checks =-
============================================================
Matching P2PPORT in init documentation:                 [OK]
Matching RPCPORT in init documentation:                 [OK]
Build & Client Version Match:                           [!!]

-= Library Version Compliance Checks =-
============================================================
Miniupnpc v1.9 (API 14):                                [!!]
OpenSSL v1.0.1k+ (Strict DER Signatures):               [!!]
Boost v1.58+ (boost::get):                              [OK]

-= Security Standards Checks =-
============================================================
Free of IRC related files:                              [OK]
IRC based peer fetching:                                [--]
Contains signature malleability patch (PPCoin):         [!!]

-= Connectivity Checks =-
============================================================
Contains unique ClientName:                             [OK]
Contains DNS seeder addresses:                          [**]
Contains Hex-Encoded seeder addresses:                  [!!]
Has at least ONE default connection method:             [OK]
Number of DNS Seeds: 1
Listing DNS Seed addresses...
* 45.42.140.50                                          [OK]

-= OS Specific Checks =-
============================================================
Mac OS X Native Notification Support:                   [!!]
Mac OS X Deployment Script:                             [OK]
Mac OS X Application Icon:                              [OK]
Mac OS X Dock Icon Menu (Qt5):                          [!!]
Windows Installer Script:                               [**]
Windows Installer Header Image:                         [!!]
Windows Installer Logo Image:                           [!!]
Windows Installer Icon:                                 [!!]

============================================================
* At least one DNS seeder addresses is improperly formatted.
* DNS Seeders should be full hostnames and not IP addresses.

* Windows deployment script is using an incorrect name!
* Deployment build won't have the correct metadata!

* Windows deployment sript is using an incorrect version!
* Deployment build won't have the correct metadata!

Results should be manually verified and you should NOT rely
on any automated scripts (including this one) before running
or compiling any crypto wallet.
============================================================
Removing temp directory...

Code:
static const int64_t MAX_MONEY = 2100000000 * COIN;
static const double TAXATION_PERCENTAGE = 0.20;
static const int64_t MINT_PROOF_OF_STAKE_STABLE = 0.05 * COIN;
* MAX_MONEY has nothing, absolutely NOTHING to do with total coin supply

Code:
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees, const CBlockIndex* pindex)
{
int64_t nSubsidy = 8192 * COIN;

if(nHeight == 1)
nSubsidy = TAXATION_PERCENTAGE * MAX_MONEY;

int nPoWHeight = GetPowHeight(pindex);
nSubsidy >>= (nPoWHeight / 43200);
printf(">> nHeight = %d, nPoWHeight = %d\n", nHeight, nPoWHeight);

    return nSubsidy + nFees;
}

int64_t GetProofOfWorkBonusRewardFactor(CBlockIndex* pindex)
{
return 0;
}


static const int YEARLY_POS_BLOCK_COUNT = 525600;

int64_t GetProofOfStakeReward(int64_t nCoinAge, const CBlockIndex* pindex)
{
    int64_t nRewardCoinYear = MINT_PROOF_OF_STAKE_STABLE;
int nPoSHeight = GetPosHeight(pindex);
int64_t nSubsidy = 0;

if(nPoSHeight < YEARLY_POS_BLOCK_COUNT)
{
nSubsidy = 4 * nRewardCoinYear * nCoinAge / 365;
}
else
{
nSubsidy = nRewardCoinYear * nCoinAge / 365;
}

return nSubsidy;
}
hero member
Activity: 550
Merit: 500
January 03, 2017, 05:22:35 PM
#12
Did I miss anything or why so many pools for this shitcoin ??
hero member
Activity: 635
Merit: 500
January 03, 2017, 05:20:50 PM
#11
legendary
Activity: 1339
Merit: 1002
January 03, 2017, 05:17:37 PM
#10
big premine bye
legendary
Activity: 1453
Merit: 1030
January 03, 2017, 05:11:41 PM
#9
The Mrsa bacteria is not much better than this.
legendary
Activity: 1667
Merit: 1008
Stoned & Stranged
January 03, 2017, 04:59:53 PM
#8
When will this coin be on poloniex?
full member
Activity: 183
Merit: 100
January 03, 2017, 04:39:53 PM
#7
MrsaCoin available for mining.

🔥 PICKAXE.ONLINE 🔥
hero member
Activity: 868
Merit: 1000
legendary
Activity: 1517
Merit: 1042
@notsofast
January 03, 2017, 04:27:29 PM
#5
Your coin supply is too big. And your premine is too big. And your PoW length is too long. And your ANN is too sparse.
legendary
Activity: 1764
Merit: 1022
January 03, 2017, 04:21:27 PM
#4

?
{
"version" : "v1.0.0.0: Experimental",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 237568.00000000,
"stake" : 0.00000000,
"blocks" : 181,
"timeoffset" : 0,
"moneysupply" : 421474560.00000000,
"connections" : 1,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : {
"proof-of-work" : 0.02084415,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1483474624,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
January 03, 2017, 04:20:34 PM
#3
- 20% premine
- PoW block time 360 sec

Come on man, it's 2017, get real.
legendary
Activity: 1246
Merit: 1011
January 03, 2017, 04:18:26 PM
#2
20 % premine?  Angry

Thanks but NO THANKS
Pages:
Jump to: