Bitcoin Forum
April 18, 2024, 03:18:48 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »  All
  Print  
Author Topic: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �  (Read 26795 times)
MysteryCoin.org (OP)
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile
July 26, 2014, 07:49:25 AM
Last edit: July 31, 2014, 06:46:22 PM by MysteryCoin.org
 #1



Rolling back to 7408. All vulnerabilities have been closed. Coin now has no flaws. I will post a detailed response on what happened, why it happened, and how it was so easy to do. Thanks to earlz for finding the mystery and MrData for his help with the rollback


http://www.mysterycoin.org/1.png
 http://www.mysterycoin.org/windows.png  http://www.mysterycoin.org/github.pnghttp://www.mysterycoin.org/3.png
http://www.mysterycoin.org/feat.png
http://www.mysterycoin.org/myst.png
This coin has a mystery...
It's not malicious...
It's not obvious...
Virtually insignificant...
But when found...
Will raise the due diligence standard
http://www.mysterycoin.org/find.png

http://www.mysterycoin.org/pools.png

Third party pools. We take no responsibility for down time or lost shares. Contact Pool Operator for support

Please post your pool picture and link to be readded once you are updated to the rollback

http://s27.postimg.org/wkqvz9vpv/logo.png        https://i.imgur.com/dSAlr80.png        https://www.minep.it/images/logo.png        http://s14.postimg.org/luwpmtsip/gc_pool.jpg

Pool operators will probably have to run the daemon with -disablesafemode for a while until there enough new good blocks to be a longer chain than the old one
Pool Operators: Your pool will be listed once you post a confirmation that you have updated


Code:
int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
{
       int64 nSubsidy = 10 * COIN;

       std::string cseed_str = prevHash.ToString().substr(7,7);
       const char* cseed = cseed_str.c_str();
       long seed = hex2long(cseed);
       int rand = generateMTRandom(seed, 800);
       int rand1 = 0;
       int rand2 = 0;
       int rand3 = 0;
       int rand4 = 0;
       int rand5 = 0;
       int rand6 = 0;
       int rand7 = 0;

      
       if(nHeight < 80000)    
       {
               nSubsidy = rand * COIN;
       }



       else if(nHeight < 160000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand1 = generateMTRandom(seed, 400);
               if(rand1 < 1)
               nSubsidy = rand1 + 1 * COIN;
               else if(rand1 > 1)
               nSubsidy = rand1 * COIN;
       }
       else if(nHeight < 240000)      
       {
               cseed_str = prevHash.ToString().substr(6,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand2 = generateMTRandom(seed, 300);
               if(rand2 < 2)
               nSubsidy = rand2 + 2 * COIN;
               else if(rand2 > 2)
               nSubsidy = rand2 * COIN;
       }
       else if(nHeight < 320000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand3 = generateMTRandom(seed, 200);
               if(rand3 < 3)
               nSubsidy = rand3 + 3 * COIN;
               else if(rand3 > 3)
               nSubsidy = rand3 * COIN;
       }
       else if(nHeight < 400000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand4 = generateMTRandom(seed, 100);
               if(rand4 < 4)
               nSubsidy = rand4 + 4 * COIN;
               else if(rand4 > 4)
               nSubsidy = rand4 * COIN;
       }
       else if(nHeight < 480000)      
       {
               cseed_str = prevHash.ToString().substr(6,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand5 = generateMTRandom(seed, 50);
               if(rand5 < 5)
               nSubsidy = rand5 + 5 * COIN;
               else if(rand5 > 5)
               nSubsidy = rand5 * COIN;
       }
       else if(nHeight < 560000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand6 = generateMTRandom(seed, 25);
               if(rand6 < 6)
               nSubsidy = rand6 + 6 * COIN;
               else if(rand6 > 6)
               nSubsidy = rand6 * COIN;
       }
       else if(nHeight < 600000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand1 = generateMTRandom(seed, 14);
               if(rand7 < 1)
               nSubsidy = rand7 + 7 * COIN;
               else if(rand7 > 7)
               nSubsidy = rand7 * COIN;
       }


        nSubsidy >>= (nHeight / 1000000);

   return nSubsidy;
}



Rolling back to 7408. All vulnerabilities have been closed. Coin now has no flaws. I will post a detailed response on what happened, why it happened, and how it was so easy to do. Thanks to earlz for finding the mystery and MrData for his help with the rollback


http://www.mysterycoin.org/1.png
 http://www.mysterycoin.org/windows.png  http://www.mysterycoin.org/github.png
1713410328
Hero Member
*
Offline Offline

Posts: 1713410328

View Profile Personal Message (Offline)

Ignore
1713410328
Reply with quote  #2

1713410328
Report to moderator
1713410328
Hero Member
*
Offline Offline

Posts: 1713410328

View Profile Personal Message (Offline)

Ignore
1713410328
Reply with quote  #2

1713410328
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713410328
Hero Member
*
Offline Offline

Posts: 1713410328

View Profile Personal Message (Offline)

Ignore
1713410328
Reply with quote  #2

1713410328
Report to moderator
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 26, 2014, 07:52:57 AM
 #2

algo?

Not your keys, not your coins!
Jayem
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile WWW
July 26, 2014, 08:11:05 AM
 #3

Says SHA in the picture.

Be part of a great community @ https://bleutrade.com/sign_up/3029
SnjafSnjaf
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
July 26, 2014, 09:06:17 AM
 #4

To bad it is SHA, it could be a X11 and still bring in "ASICS"...
meccoin4me
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


Bitcoin is getting bigcoin


View Profile
July 26, 2014, 04:03:00 PM
 #5

still waiting for 2 hour message

https://bitcointalk.org/index.php?topic=1155319.0  DELTACREDITS , great coin , great idea behind
paradigmflux
Sr. Member
****
Offline Offline

Activity: 378
Merit: 254

small fry


View Profile WWW
July 26, 2014, 04:05:46 PM
 #6

is this going to be the one that switches algos randomly and requires a special miner package???
i thought roulettecoin was it, and they were still busy premining it, but maybe there's a special trick up the sleeve yet.

---
NXT Multipool! Mine Scrypt, SHA, Keccak or X11 for NXT! http://hashrate.org
http://hashrate.org/getting_started for port info!
tripppn
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile WWW
July 26, 2014, 05:10:26 PM
 #7

This should be interesting   Grin

“You can't be a real country unless you have a beer and an airline - it helps if you have some kind of football team, or some nuclear weapons, but in the very least you need a beer.”
― Frank Zappa
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
July 26, 2014, 05:12:08 PM
 #8

Hidden premine?  Roll Eyes
MineP.it
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 26, 2014, 06:05:05 PM
 #9

Releasing Today, July 27th


Today is the 26th isn't it? Is that the surprise?

https://www.minep.it - secure, stable mining pools | 0.75% fees | chat | forums | one login for 40+ pools | unique interface
Pools: Bitcoin | BitMark | ConspiracyCoin | CryptCoin | CureCoin | DarkCoin | Digit | DogeCoin | Dvorakoin | FeatherCoin | FractalCoin | Hiro | IsraelCoin | KarmaCoin | Kryptonite | LimeCoinX | Litecoin | MultiWalletCoin | Negotium | NewWorldOrder | OzzieCoin | PyramidsCoin | RootCoin | SaveCoin | Shade | SurvivorCoin | SysCoin | TalkCoin | TitCoin | Trinity | UseCoin | UtopiaCoin | VertCoin | ViaCoin | VirtualCoin | VirtualMiningCoin | WankCoin | WorldCoin | ZetaCoin
Eliovp
Legendary
*
Offline Offline

Activity: 1050
Merit: 1293

Huh?


View Profile WWW
July 26, 2014, 06:07:58 PM
 #10

Releasing Today, July 27th


Today is the 26th isn't it? Is that the surprise?
That's the mystery...


Btw. in Australia it's already the 27th..  Wink

vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
July 26, 2014, 06:08:19 PM
 #11

That depends where you are . Its the 27th in Australia.

Vegas

LOL. We BOTH typed "its the 27th in Austraila, same time Wink

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
Eliovp
Legendary
*
Offline Offline

Activity: 1050
Merit: 1293

Huh?


View Profile WWW
July 26, 2014, 06:12:22 PM
 #12

That depends where you are . Its the 27th in Australia.

Vegas

LOL. We BOTH typed "its the 27th in Austraila, same time Wink

Haha.. he could also be from The Kiribati Line Islands.. i believe that's UTC +14 .. Smiley

So it's perfectly possible ;-)

silvo
Full Member
***
Offline Offline

Activity: 196
Merit: 100

8pool.dtdns.net OP


View Profile
July 26, 2014, 07:09:47 PM
 #13

NOMP POOL,NODE.JS TECHNOLOGY INSIDE.
use your Coin address and Happy Mining! no registration!
Fast payment! fee only 1% ,stratum & vardiff

█████8pool.dtdns.net , multiple algo support █████
Pebbelzz
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
July 26, 2014, 07:22:02 PM
 #14

watching

KranioDev
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 26, 2014, 07:24:43 PM
Last edit: July 26, 2014, 07:38:17 PM by KranioDev
 #15

We'll set up a pool for MisteryCoin  Cool

(We've been one of the main pool for BTCD mantained 150 TH , we expect the same with MisteryCoin!

CryptoSkills Pool is back!

http://i59.tinypic.com/14o2442.png

  • Only 0.99% Fees!
  • 24/7 Support
  • No registration needed, fast payouts
  • Multi-coin / multi-pool
  • Ready at launch,always!

No registration needed! Point your miners to our pool, set your own address and start getting payout every 20 seconds!
(since block maturation)



Why choose a NOMP pool?

   1) It's Safer than a normal Pool. Cause you do not need to give any personal info such email or passwords.

    2) It's faster: point your miners, set your address in your miner config and earn coind immediately with auto payouts every 30 seconds!

    3) It's lighter for your internet connection than normal MPOS pool.

    Are you still waiting to mine on http://pools.cryptoskills.com/  ??

Quote

Quick guide how to mine on CryptoSkills pools http://pools.cryptoskills.com/


Username: your mysterycoin wallet address

Password: anything

Algorithm: sha-256

URL (difficulty 1): stratum+tcp://cryptoskills.com:3005
URL (Vardiff 128): stratum+tcp://cryptoskills.com:3035
URL (difficulty 1024): stratum+tcp://cryptoskills.com:3255

bigc1984
Hero Member
*****
Offline Offline

Activity: 658
Merit: 534


View Profile
July 26, 2014, 07:26:57 PM
 #16

sounds cool ill be mining
MinerMario
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 26, 2014, 07:27:32 PM
 #17

Quote
This coin has a mystery...
It's not malicious...
It's not obvious...
Virtually insignificant...
But when found...
Will raise the due diligence standard

You will put a virus in the wallets?
You are the IRS and will tax on the insignificant profit if any?
You will have mined 80000 blocks before launch?
You will have a super block of 10000000 which can only be mined by you?

Then you will say "do better due diligence" ?

Okay I like this coin. I wouldn't touch it with an enemies dick, but interested in the stories that follow. Grin   Grin

Shitcoins are never "undervalued"
bigc1984
Hero Member
*****
Offline Offline

Activity: 658
Merit: 534


View Profile
July 26, 2014, 07:27:44 PM
 #18

algo?

that's part of the mystery
bigc1984
Hero Member
*****
Offline Offline

Activity: 658
Merit: 534


View Profile
July 26, 2014, 07:28:19 PM
 #19

Quote
This coin has a mystery...
It's not malicious...
It's not obvious...
Virtually insignificant...
But when found...
Will raise the due diligence standard

You will put a virus in the wallets?
You are the IRS and will tax on the insignificant profit if any?
You will have mined 80000 blocks before launch?
You will have a super block of 10000000 which can only be mined by you?

Then you will say "do better due diligence" ?

Okay I like this coin. I wouldn't touch it with an enemies dick, but interested in the stories that follow. Grin   Grin

You are a half empty type of guy, huh?
kcanup
Legendary
*
Offline Offline

Activity: 1484
Merit: 1000


View Profile
July 26, 2014, 07:32:35 PM
 #20

Any bounty for finding mystery?  Tongue
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!