Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: MysteryCoin.org on July 26, 2014, 07:49:25 AM



Title: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MysteryCoin.org on July 26, 2014, 07:49:25 AM


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/MysteryCoinWindowsRollback.rar)  http://www.mysterycoin.org/github.png (https://github.com/MysteryCoin)http://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 (http://mystery.hardcoreminers.com)        https://i.imgur.com/dSAlr80.png (http://myst.coin-miners.info)        https://www.minep.it/images/logo.png (https://www.minep.it/pool/myst)        http://s14.postimg.org/luwpmtsip/gc_pool.jpg (http://gc-pool.ddns.net/mystery/public)

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/MysteryCoinWindowsRollback.rar)  http://www.mysterycoin.org/github.png (https://github.com/MysteryCoin)


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: bathrobehero on July 26, 2014, 07:52:57 AM
algo?


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: Jayem on July 26, 2014, 08:11:05 AM
Says SHA in the picture.


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: SnjafSnjaf on July 26, 2014, 09:06:17 AM
To bad it is SHA, it could be a X11 and still bring in "ASICS"...


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: meccoin4me on July 26, 2014, 04:03:00 PM
still waiting for 2 hour message


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: paradigmflux on July 26, 2014, 04:05:46 PM
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.


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: tripppn on July 26, 2014, 05:10:26 PM
This should be interesting   ;D


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: Shadow_Runner on July 26, 2014, 05:12:08 PM
Hidden premine?  ::)


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: MineP.it on July 26, 2014, 06:05:05 PM
Releasing Today, July 27th


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


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: Eliovp on July 26, 2014, 06:07:58 PM
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..  ;)


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: vegasguy on July 26, 2014, 06:08:19 PM
That depends where you are . Its the 27th in Australia.

Vegas

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


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: Eliovp on July 26, 2014, 06:12:22 PM
That depends where you are . Its the 27th in Australia.

Vegas

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

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

So it's perfectly possible ;-)


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: silvo on July 26, 2014, 07:09:47 PM
NOMP POOL,NODE.JS TECHNOLOGY INSIDE.
use your Coin address and Happy Mining! no registration!
Fast payment! fee only 1% ,stratum & vardiff
pool.darktech.org:8080 (http://pool.darktech.org:8080)


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: Pebbelzz on July 26, 2014, 07:22:02 PM
watching


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: KranioDev on July 26, 2014, 07:24:43 PM
We'll set up a pool for MisteryCoin  8)

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

CryptoSkills Pool (http://pools.cryptoskills.com/) is back!

http://i59.tinypic.com/14o2442.png (http://pools.cryptoskills.com/)

  • 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



Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: bigc1984 on July 26, 2014, 07:26:57 PM
sounds cool ill be mining


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: MinerMario on July 26, 2014, 07:27:32 PM
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. ;D   ;D


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: bigc1984 on July 26, 2014, 07:27:44 PM
algo?

that's part of the mystery


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: bigc1984 on July 26, 2014, 07:28:19 PM
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. ;D   ;D

You are a half empty type of guy, huh?


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: kcanup on July 26, 2014, 07:32:35 PM
Any bounty for finding mystery?  :P


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: durilup on July 26, 2014, 07:34:50 PM
Bitember is considering this coin for potential pools.


Cool


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: majeis on July 26, 2014, 07:56:15 PM
We need to get Scooby and the gang on the line. This is like a totally serious mystery we have here in our midst.

RIP Casey Kasem


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: tripppn on July 26, 2014, 08:10:33 PM
It's SHA


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: tripppn on July 26, 2014, 08:12:02 PM

Please don't fear, Hardcoreminers is here!



Mystery Pool ready for Pre-Reg!:
http://mystery.hardcoreminers.com
http://www.hardcoreminers.com/poolimg/logo.png (http://mystery.hardcoreminers.com)

- DDOS Protected
- Reachable through SSL for enhanced security
- Powerful dedicated servers

Connect with: stratum+tcp://stratum-eu.mystery.hardcoreminers.com:3105 -u Weblogin.WorkerName -p WorkerPassword

My favorite pool.  This is where I'll be hashing away


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: defaced on July 26, 2014, 08:45:24 PM
I could help you with another pool if you need.


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: MinerMario on July 26, 2014, 09:13:57 PM
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. ;D   ;D

You are a half empty type of guy, huh?

I just don't like surprises.

Will probably still mine it though cause I am bored. ShitcoinHerald is 5/5 on fails today and has been for weeks. I have almost forgotten what it feels like to lose money on shitcoins. Need a refresher. :)



Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: antonio8 on July 26, 2014, 09:16:17 PM
So I take it 5 pm ESDT was incorrect or was that part of the mystery?


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: MinerMario on July 26, 2014, 09:17:30 PM
Any bounty for finding mystery?  :P

When that big meat stick is hitting your colon repeatedly, you will know you found the mystery. :)


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: Voltarius on July 26, 2014, 09:22:57 PM
I might mine this just for a source of entertainment and see where it goes.  When will the wallet downloads be available for Windows?


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: tripppn on July 26, 2014, 09:44:41 PM
I might mine this just for a source of entertainment and see where it goes.  When will the wallet downloads be available for Windows?

Should be at launch as it is with every coin launch


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: Voltarius on July 26, 2014, 09:45:34 PM
I might mine this just for a source of entertainment and see where it goes.  When will the wallet downloads be available for Windows?

Should be at launch as it is with every coin launch
They should hurry up then.


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: Albiino on July 26, 2014, 09:48:39 PM
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. ;D   ;D

You are a half empty type of guy, huh?

I just don't like surprises.

Will probably still mine it though cause I am bored. ShitcoinHerald is 5/5 on fails today and has been for weeks. I have almost forgotten what it feels like to lose money on shitcoins. Need a refresher. :)



Atleast it is mineable coin and not a IPO coin like 99% of the scam coins.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: tripppn on July 26, 2014, 09:49:58 PM
I might mine this just for a source of entertainment and see where it goes.  When will the wallet downloads be available for Windows?

Should be at launch as it is with every coin launch
Well maybe they should hurry up and launch. ;)
+1   ;D


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: 4w4k3ning on July 26, 2014, 09:53:25 PM


Want to miner Mystery Coin? sha256 Mining Rigs Available! (http://goo.gl/1tfBWB)
Mining Rig Rentals (http://goo.gl/1tfBWB)


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: Voltarius on July 26, 2014, 10:02:59 PM
I'm curious  ::) ::) ::)

preparing my sha256 rigs
The same here, I got about 140GH/s standing by for launch.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: MinerMario on July 26, 2014, 10:13:18 PM
I am guessing that someone is fucking with you guys who would mine anything, with no information, no forward looking, no specs, and seeing if he can get you to waste your BTC on rented rigs.

I guess we will see.



Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: kcanup on July 26, 2014, 10:19:27 PM
I am guessing that someone is fucking with you guys who would mine anything, with no information, no forward looking, no specs, and seeing if he can get you to waste your BTC on rented rigs.

I guess we will see.


We have new players in market called rental mafias  ;)


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: MinerMario on July 26, 2014, 10:23:21 PM
I am guessing that someone is fucking with you guys who would mine anything, with no information, no forward looking, no specs, and seeing if he can get you to waste your BTC on rented rigs.

I guess we will see.


We have new players in market called rental mafias  ;)

Yeah, guessing that is what is happening to Prisma as well. Dev up and disappears with no launch and the rig renters are crying.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: tripppn on July 26, 2014, 10:32:54 PM
I am guessing that someone is fucking with you guys who would mine anything, with no information, no forward looking, no specs, and seeing if he can get you to waste your BTC on rented rigs.

I guess we will see.


We have new players in market called rental mafias  ;)

Yeah, guessing that is what is happening to Prisma as well. Dev up and disappears with no launch and the rig renters are crying.

If that were the case wouldn't they at least ann a time.  Otherwise no one is going to rent. At least they would have given the 2 hour notice.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: MinerMario on July 26, 2014, 10:45:40 PM
I am guessing that someone is fucking with you guys who would mine anything, with no information, no forward looking, no specs, and seeing if he can get you to waste your BTC on rented rigs.

I guess we will see.


We have new players in market called rental mafias  ;)

Yeah, guessing that is what is happening to Prisma as well. Dev up and disappears with no launch and the rig renters are crying.

If that were the case wouldn't they at least ann a time.  Otherwise no one is going to rent. At least they would have given the 2 hour notice.

Have you seen the available rentals for today on this protocol? Someone will rent. Just not the brightest bulbs.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: workminer on July 26, 2014, 10:46:11 PM
i can not find launch time! ???


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: kcanup on July 26, 2014, 10:48:00 PM
i can not find launch time! ???
That is a mystery bro  :o


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: ThatDandyMan on July 26, 2014, 10:54:14 PM
This coin is quite a 'mystery'. I doubt we'll be seeing a release anytime soon.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: scorpio25 on July 26, 2014, 10:58:04 PM
so so so so long those 2 hours :))  ;D


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: apmapm12 on July 27, 2014, 12:41:21 AM
so so so so long those 2 hours :))  ;D

Let's get this launch going!


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: U on July 27, 2014, 01:19:01 AM
mining :D


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: vegasguy on July 27, 2014, 01:26:11 AM
mining :D

What pool? hardcore miners not active yet. Checked the pools listed an non of them are active.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: Ngaio on July 27, 2014, 01:39:22 AM
all very mysterious...


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: tripppn on July 27, 2014, 01:57:04 AM
mining :D

Almost had me   ;)

Common Mystery dev lets get this party started!!!


Title: Re: [PRE-ANN] Mystery Coin . Random Rewards . 24 Seconds . No Instamine Possible
Post by: vindyne8 on July 27, 2014, 05:26:38 PM

It said 'SHA - bring it ASIC miners' in the OP.

Hopefully multi-algo or something.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: garmin on July 27, 2014, 05:26:54 PM
If you look at the logo in the OP it says "Puzzles that you will first need to solve" that might be the Mystery...


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: phreakk on July 27, 2014, 05:56:41 PM
If you look at the logo in the OP it says "Puzzles that you will first need to solve" that might be the Mystery...


Easy to solve that one. Stolen image from geocaching.com lol

http://www.geocaching.com/track/details.aspx?id=3374002&page=11 (http://www.geocaching.com/track/details.aspx?id=3374002&page=11)


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: workminer on July 28, 2014, 01:44:51 AM
already 28th July!


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: MysteryCoin.org on July 28, 2014, 03:03:42 AM
http://www.mysterycoin.org/launch.png
I will be monitoring #MysteryCoin (http://webchat.freenode.net?channels=#MysteryCoin) tonight for the launch


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: DonQuijote on July 28, 2014, 03:06:41 AM
Algo?


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: ThePeePs on July 28, 2014, 03:06:52 AM
First Secret Coin, now Mystery Coin.  What's next?  Double Secret Probation Coin?


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: tripppn on July 28, 2014, 03:18:34 AM
First Secret Coin, now Mystery Coin.  What's next?  Double Secret Probation Coin?

I'd mine it!!!  I'll mine ANYTHING!!!


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: antonio8 on July 28, 2014, 03:21:23 AM
.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: tyson187 on July 28, 2014, 03:36:58 AM
According to the hardcoreminers

Coin Name    Mysterycoin
Blocktime    3.20 Minutes
Symbol    MYST
Algorithm    SHA-256
Coin Maturity    200
Maximum Coins    4,200,000,000
Block Reward    Started at 100
Premine %    No Premine

 I˙m out since I only mine GPU coins , good luck to everybody .


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: antonio8 on July 28, 2014, 03:54:22 AM
According to the hardcoreminers

Coin Name    Mysterycoin
Blocktime    3.20 Minutes
Symbol    MYST
Algorithm    SHA-256
Coin Maturity    200
Maximum Coins    4,200,000,000
Block Reward    Started at 100
Premine %    No Premine

 I˙m out since I only mine GPU coins , good luck to everybody .

You had to look close but it said in the OP from the original post that it was a sha coin


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: tripppn on July 28, 2014, 03:58:18 AM
Which pool will be first to open...  Its a Mystery   8)


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: MysteryCoin.org on July 28, 2014, 04:01:52 AM
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;
}


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: tripppn on July 28, 2014, 04:23:28 AM
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;
}

I don't speak Spanish.


Title: Re: � [PRE-ANN] Mystery Coin � Random Rewards � 24 Seconds � No Instamine Possible �
Post by: DonQuijote on July 28, 2014, 04:23:37 AM
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;
}

 ;)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Launch in 1 hour �
Post by: tripppn on July 28, 2014, 04:44:55 AM
15 more mins??


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Launch in 1 hour �
Post by: workminer on July 28, 2014, 04:49:11 AM
12 min left :D


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Launch in 1 hour �
Post by: apmapm12 on July 28, 2014, 04:50:08 AM
10 mins!


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Launch in 1 hour �
Post by: antonio8 on July 28, 2014, 04:57:44 AM
Hope Hard Core Miners is ready


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Launch in 1 hour �
Post by: apmapm12 on July 28, 2014, 04:59:44 AM
Hope Hard Core Miners is ready

Agreed me too


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Launch in 1 hour �
Post by: apmapm12 on July 28, 2014, 05:01:02 AM
Mystery time?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Launch in 1 hour �
Post by: tripppn on July 28, 2014, 05:01:44 AM
IT'S TIME!!!


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Launch in 1 hour �
Post by: MysteryCoin.org on July 28, 2014, 05:02:02 AM

http://www.mysterycoin.org/1.png
 http://www.mysterycoin.org/windows.png (http://www.mysterycoin.org/MysteryCoinWindows.rar)  http://www.mysterycoin.org/github.png (https://github.com/MysteryCoin)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: rhkazani1 on July 28, 2014, 05:03:16 AM
Any pools up yet?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: bigc1984 on July 28, 2014, 05:04:25 AM
slooooow download on wallet


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: workminer on July 28, 2014, 05:04:38 AM
which pool alive?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: bigc1984 on July 28, 2014, 05:06:32 AM


{
"blocks" : 64,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 214.66265754,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: antonio8 on July 28, 2014, 05:06:43 AM
Up and Solo'ing. Found 3 blocks so far.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: tripppn on July 28, 2014, 05:09:35 AM
So much for CPU mining

{
"blocks" : 73,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 340.62818509,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 408680,
"pooledtx" : 0,
"testnet" : false
}

Common pools!


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: workminer on July 28, 2014, 05:12:39 AM
algo?
sha-256?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: rhkazani1 on July 28, 2014, 05:12:50 AM
algo?
sha-256?


Yes


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: rhkazani1 on July 28, 2014, 05:13:21 AM
Pools?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: tripppn on July 28, 2014, 05:17:58 AM
Sent HardCore Miners a PM.  Wake up BRO!


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: donnyespo on July 28, 2014, 05:20:18 AM
Yes let's go my rigs are rented waiting to go!


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: rhkazani1 on July 28, 2014, 05:24:10 AM
No pool owners are bothered....


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: adoalli on July 28, 2014, 05:26:59 AM
launch failed! no pool read :o


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: BruteFruit on July 28, 2014, 05:29:06 AM
dev, get us a pool


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: rhkazani1 on July 28, 2014, 05:32:50 AM
What a waste of time,


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: extrabyte on July 28, 2014, 05:33:14 AM
it is SHA   X-11  ???


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: p3lonis on July 28, 2014, 05:34:40 AM
What a waste of time,

could not agree more.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: antonio8 on July 28, 2014, 05:35:48 AM
No don't say failed.

This is my first time ever successfully solo mining a Sha coin at launch. I have 33 blocks with only 2 orphaned.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: Ezycash on July 28, 2014, 05:37:22 AM
Hi con someone help me give a sample of config file for solo mining.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: antonio8 on July 28, 2014, 05:41:54 AM
Hi con someone help me give a sample of config file for solo mining.

Here is mine

rpcuser=user
rpcpassword=pass
rpcallowip=*
rpcport=15372
listen=1
daemon=1
server=1


NOTE: I have read where it is not recommended to have * in the rpcallowip, but that is the only way I know how to solo from all my rigs into the wallet.

EDIT: garmin beat me. Use their's it might be a safer way.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: Ezycash on July 28, 2014, 05:51:39 AM
OK thanks for info everyone.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: tripppn on July 28, 2014, 05:52:22 AM
 :'(


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: ocminer on July 28, 2014, 05:55:19 AM

MysteryCoin Pool for you:


https://myst.suprnova.cc


http://www.suprnova.cc/suprnova-logo-1-small.jpg

This is a Suprnova NG Pool, you can use your unified login there and all your pool workers from earlier setups too.

SSO Single-Sign-On on this Pool - You can also use your previously set up workers !
Payouts every 30 seconds
DDoS protected
Suprnova Quality, lots of experience in all kind of hashes - we had the first X13 Stratum and were among the first X11 and NIST5 Pools !
Highly optimized Stratums and MPOS implementations.
Idle Worker Notifications
Two Factor Authentication if wanted
Support 24x7 via IRC,Mail,PM etc.
Only 1 % fee ! (thats 50% lower than most other Pools !)
We have full SSL encryption on all pools ! (https:// instead of http:// !!)
From miners to miners - we're mining ourselves on the pool, with our own, self built rigs !
A OP that actually knows what he's doing - in crypto and mining since 2011 !
We are on the bright side ! ;-)


Tested and Approvied Mining Rigs can be rented here: (SHA256) http://www.miningrigrentals.com (http://www.miningrigrentals.com?ref=1166)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: tripppn on July 28, 2014, 05:56:38 AM

MysteryCoin Pool for you:


https://myst.suprnova.cc


http://www.suprnova.cc/suprnova-logo-1-small.jpg

This is a Suprnova NG Pool, you can use your unified login there and all your pool workers from earlier setups too.

SSO Single-Sign-On on this Pool - You can also use your previously set up workers !
Payouts every 30 seconds
DDoS protected
Suprnova Quality, lots of experience in all kind of hashes - we had the first X13 Stratum and were among the first X11 and NIST5 Pools !
Highly optimized Stratums and MPOS implementations.
Idle Worker Notifications
Two Factor Authentication if wanted
Support 24x7 via IRC,Mail,PM etc.
Only 1 % fee ! (thats 50% lower than most other Pools !)
We have full SSL encryption on all pools ! (https:// instead of http:// !!)
From miners to miners - we're mining ourselves on the pool, with our own, self built rigs !
A OP that actually knows what he's doing - in crypto and mining since 2011 !
We are on the bright side ! ;-)


Tested and Approvied Mining Rigs can be rented here: (SHA256) http://www.miningrigrentals.com (http://www.miningrigrentals.com?ref=1166)


Thank GOD!


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: antonio8 on July 28, 2014, 05:59:28 AM

MysteryCoin Pool for you:


https://myst.suprnova.cc


http://www.suprnova.cc/suprnova-logo-1-small.jpg

This is a Suprnova NG Pool, you can use your unified login there and all your pool workers from earlier setups too.

SSO Single-Sign-On on this Pool - You can also use your previously set up workers !
Payouts every 30 seconds
DDoS protected
Suprnova Quality, lots of experience in all kind of hashes - we had the first X13 Stratum and were among the first X11 and NIST5 Pools !
Highly optimized Stratums and MPOS implementations.
Idle Worker Notifications
Two Factor Authentication if wanted
Support 24x7 via IRC,Mail,PM etc.
Only 1 % fee ! (thats 50% lower than most other Pools !)
We have full SSL encryption on all pools ! (https:// instead of http:// !!)
From miners to miners - we're mining ourselves on the pool, with our own, self built rigs !
A OP that actually knows what he's doing - in crypto and mining since 2011 !
We are on the bright side ! ;-)


Tested and Approvied Mining Rigs can be rented here: (SHA256) http://www.miningrigrentals.com (http://www.miningrigrentals.com?ref=1166)


Up and running with another rig. Thanks


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: ocminer on July 28, 2014, 06:03:16 AM
lol.. so many blocks ^^


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: antonio8 on July 28, 2014, 06:05:18 AM
lol.. so many blocks ^^

Yeah. Now I have to stop my solo mining and move my other rig over also.

Edit: It was fun while it lasted.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: ocminer on July 28, 2014, 06:06:44 AM
lol.. so many blocks ^^

Yeah. Now I have to stop my solo mining and move my other rig over also.

I like it to be a SHA256 coin.. Haven't had one for long time.. Hopefully this will work out


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: tripppn on July 28, 2014, 06:53:01 AM
40TH now :o


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: MineP.it on July 28, 2014, 07:32:10 AM
MineP.it MysteryCoin Pool (https://www.minep.it/pool/myst/)

Register now, if you haven't already done so, and prepare your workers start mining!

Stratum connection example:
stratum+tcp://myst.minep.it:3355 -u MinepitUsername.anything -p anything

MinePit Pools
  • 0.75% fees across the board
  • Rock solid security and stability
  • One registration to access all our pools
  • Auto payouts every minute (manual payouts too)
  • 24/7 on-site chatbox
  • Super fast, powerful, scale-able servers
  • Unbeatable DDOS protection
  • Unique, custom interface and back-end infrastructure
  • Super fast compile times - we aim to be one of the first pools running at every launch

Join us now! (https://www.minep.it/pool/myst/)

https://www.minep.it/creatives/forumBanner.png (https://www.minep.it/pool/myst/)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: dinurp on July 28, 2014, 07:42:47 AM
Is there a Block Explorer here  ???, and how about premine  :)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: QuidPro on July 28, 2014, 07:58:30 AM
Its All Very Mysterious


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: scorpio25 on July 28, 2014, 09:13:45 AM
is a bit to late but i just woke up  ;D

https://i.imgur.com/dSAlr80.png
Mystery Coin Pool US Hosted
http://myst.coin-miners.info/
IS UP!

1% Pool Fee / PROP payout system
Stratum with vardiff.
DDOS protection.
Cashout are processed every minute..
https://i.imgur.com/06ub1FC.png
Support at #COINMINERS freenode channel : https://webchat.freenode.net/?channels=#COINMINERS


https://i.imgur.com/Ib2Zf87.png
Skype: coin.miners    
                                                       

Point your miners at: stratum+tcp://myst.coin-miners.info:3340

https://i.imgur.com/Qhdsav5.png (http://www.miningrigrentals.com/register?ref=2339)
Rent some sha256 hash power at

http://www.miningrigrentals.com/ (https://www.miningrigrentals.com/rigs/sha256?ref=2339)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: dinurp on July 28, 2014, 10:54:12 AM
Seem like Mystery pass into silence, dev 's not active  :-\


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: apmapm12 on July 28, 2014, 10:59:27 AM
Now than what exchange will we be on?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: 4w4k3ning on July 28, 2014, 11:02:36 AM

Mystery Coin Launched!


Want to miner Mystery Coin? SHA256 Mining Rigs Available! (http://goo.gl/1tfBWB)
Mining Rig Rentals (http://goo.gl/1tfBWB)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: silvo on July 28, 2014, 02:26:13 PM
NOMP POOL,NODE.JS TECHNOLOGY INSIDE.
use your Coin address and Happy Mining!
No Registration!
Fast payment! Fee only 1%
Stratum & Vardiff
pool.darktech.org:8080 (http://pool.darktech.org:8080)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: glen123 on July 28, 2014, 02:31:44 PM
Next Pool Online :


http://s14.postimg.org/luwpmtsip/gc_pool.jpg



http://gc-pool.ddns.net/mystery/public/





MPOS , 1% Fee , Backup 120 Mins

Have Fun





Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: BruteFruit on July 28, 2014, 04:25:41 PM
has anyone dissected the code to figure out what the big "mystery" is?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: BruteFruit on July 28, 2014, 04:28:13 PM
dev PM me if you are willing to offer me a bounty for a OSX wallet.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: plethora on July 28, 2014, 05:42:50 PM
has anyone dissected the code to figure out what the big "mystery" is?
Well, the first post says the mystery is Virtually insignificant...


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: apmapm12 on July 28, 2014, 05:49:16 PM
has anyone dissected the code to figure out what the big "mystery" is?
Well, the first post says the mystery is Virtually insignificant...

Lol first time I get a pool I'm filling it full of ducks like ur pic!


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: ebeth08 on July 28, 2014, 06:08:04 PM
Selling 3000 mystery coins, PM offer


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: shimlbit on July 28, 2014, 06:17:56 PM
wts 15k
pm me offer


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: donnyespo on July 28, 2014, 09:51:33 PM
36K for sale


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: tripppn on July 28, 2014, 10:53:19 PM
Why the rush to dump  lol


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: ascii on July 29, 2014, 12:50:35 AM
I found the mystery. What's happen now ?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: antonio8 on July 29, 2014, 12:59:42 AM
I found the mystery. What's happen now ?

Splain.

Please.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: MysteryCoin.org on July 29, 2014, 04:43:21 AM
I found the mystery. What's happen now ?

I'm willing to bet you didn't


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: donnyespo on July 29, 2014, 04:45:19 AM
any idea when youll release more info, what are the plans for the coin?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 29, 2014, 05:08:13 AM
any idea when youll release more info, what are the plans for the coin?

What do you want to know?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: ostalakar on July 29, 2014, 05:40:48 AM
any idea when youll release more info, what are the plans for the coin?

What do you want to know?

exchange?


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: paradigmflux on July 29, 2014, 05:43:58 AM
Is it just me, or the block rewards seem all wonky?
The way that they are being calculated in the code snippet there.
There would be some extremely large blocks intermittently (predictably so, even)


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: paradigmflux on July 29, 2014, 06:04:10 AM
holy shit
i get it  i think
if it's what i think it is, for what other coins? this is going to involve a lot of github source inspecting


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Eleonore on July 29, 2014, 06:05:40 AM
ok.... this is mystery enghou... i will mine


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 29, 2014, 06:32:39 AM
any idea when youll release more info, what are the plans for the coin?

What do you want to know?

exchange?

Sure. There's nothing to stop them from adding it


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: AnonymousEconomist on July 29, 2014, 06:36:43 AM
any idea when youll release more info, what are the plans for the coin?

What do you want to know?

exchange?

Sure. There's nothing to stop them from adding it

I think i know the mystery!

You premined it and have been talking to Bittrex about how to dump it via IRC! =D

How close am I?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 29, 2014, 06:57:24 AM
I'm not really talking to anyone about it. If it gets listed somewhere, that's cool

It does seem like Bittrex is in need of a good addition, though


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: d2dtk on July 29, 2014, 07:26:43 AM
This seems like a interesting and mysterious coin. When can we expect more information?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 29, 2014, 07:33:24 AM
This seems like a interesting and mysterious coin. When can we expect more information?

What would you like to know?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 29, 2014, 11:57:51 AM
Hey mystery man why is the wallet client name Satochi?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: shimlbit on July 29, 2014, 01:35:41 PM
cuz its a copy of bitcoin and he didnt change the name


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 29, 2014, 03:19:24 PM
Well... It may be a mystery, but I think I've got a few reasons to be interested in this. Mining away!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: glen123 on July 29, 2014, 03:54:30 PM
Mining for Mystery starts here :

http://s14.postimg.org/luwpmtsip/gc_pool.jpg




http://gc-pool.ddns.net/mystery/public/






Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: BruteFruit on July 29, 2014, 04:57:54 PM
dev, can you create a freenode chan for this coin?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 29, 2014, 05:03:03 PM
dev, can you create a freenode chan for this coin?

I was in #MysteryCoin for two days answering questions and giving hints, but only a few people were in there


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: donnyespo on July 29, 2014, 05:20:25 PM
yes or a IRC room


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: BruteFruit on July 29, 2014, 05:23:35 PM
can you hop on irc right now? i'd like to chat


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: rjshoemaker on July 29, 2014, 07:14:51 PM
I would like to see an exchange soon lol


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 29, 2014, 08:08:05 PM
I would like to see an exchange soon lol


Go for it. The coin itself is very solid, as is shown by nearly 5000 blocks with 0 errors reported at all


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: mpmcsweeney on July 29, 2014, 09:09:07 PM
Non-active website?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: paradigmflux on July 29, 2014, 10:01:39 PM
So this is the same developer as IGotSpots, hey?
hmm.

1-4145075834


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 29, 2014, 10:13:47 PM
Non-active website?

The links for Windows and Github work

So this is the same developer as IGotSpots, hey?
hmm.

1-4145075834


I'm guessing they host lots of sites, then. I found a way to use Bitcoin instead of CAD, and HostGator doesn't accept BTC. Middle man or something. The only thing we need the domain for is the seednode, anyway


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: apmapm12 on July 30, 2014, 01:12:09 AM
Non-active website?

The links for Windows and Github work

So this is the same developer as IGotSpots, hey?
hmm.

1-4145075834


I'm guessing they host lots of sites, then. I found a way to use Bitcoin instead of CAD, and HostGator doesn't accept BTC. Middle man or something. The only thing we need the domain for is the seednode, anyway

Looks like a country code and phone # to me


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: iGotSpots on July 30, 2014, 02:01:55 AM
Yes I set up a seed node for them. I have seed nodes for lots of coins...


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: rigdeer on July 30, 2014, 02:04:17 AM
 website it not active?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: jc12345 on July 30, 2014, 02:05:42 AM
Guys just move on and let these scams die.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 02:05:59 AM
website it not active?

Just the Mac client doesn't have a link, yet. The website is mainly just for the seed

Guys just move on and let these scams die.

If you really felt that way, you would be excited about the secret


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: ebeth08 on July 30, 2014, 02:42:06 AM
website it not active?

Just the Mac client doesn't have a link, yet. The website is mainly just for the seed

Guys just move on and let these scams die.

If you really felt that way, you would be excited about the secret

Alright, wtf is the secret?  It will never be on any exchange???


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 02:53:50 AM
website it not active?

Just the Mac client doesn't have a link, yet. The website is mainly just for the seed

Guys just move on and let these scams die.

If you really felt that way, you would be excited about the secret

Alright, wtf is the secret?  It will never be on any exchange???

Why wouldn't it? The coin runs perfectly. If people ask for it, there's no reason not to. If they don't want it, that's cool, too


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: ebeth08 on July 30, 2014, 02:56:53 AM
website it not active?

Just the Mac client doesn't have a link, yet. The website is mainly just for the seed

Guys just move on and let these scams die.

If you really felt that way, you would be excited about the secret

Alright, wtf is the secret?  It will never be on any exchange???

Why wouldn't it? The coin runs perfectly. If people ask for it, there's no reason not to. If they don't want it, that's cool, too

I was not saying the coin is not good, just curious what the "Mystery" is....


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: mpmcsweeney on July 30, 2014, 04:10:18 AM
What about talking to CoinWarz about getting a listing? There hasn't been a new and good SHA coin in ages.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 04:19:47 AM
What about talking to CoinWarz about getting a listing? There hasn't been a new and good SHA coin in ages.

Impossible to calculate profitability without a price


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: donnyespo on July 30, 2014, 04:52:34 AM
Don't we need more information on the coin in order to create interest or addition to exchange. if everything is a mystery won't be easy.

Yes I like the concept and I mined it but I would expect people would want more info on the future or details on the coin in order to progress


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: rjshoemaker on July 30, 2014, 05:42:19 AM
I would like to see an exchange soon lol


Go for it. The coin itself is very solid, as is shown by nearly 5000 blocks with 0 errors reported at all

OK when can we expect to see a exchange for this coin?  DEV, lets get this ball rolling. PLEASE.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 05:43:39 AM
I would like to see an exchange soon lol


Go for it. The coin itself is very solid, as is shown by nearly 5000 blocks with 0 errors reported at all

OK when can we expect to see a exchange for this coin?  DEV, lets get this ball rolling. PLEASE.

It's ready anytime


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: luya518 on July 30, 2014, 11:02:25 AM
chinese translation:http://www.btclt.cn/thread-4424-1-1.html


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 03:08:49 PM
chinese translation:http://www.btclt.cn/thread-4424-1-1.html

Nice. Thanks


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 30, 2014, 04:12:24 PM
This is a FUN coin to mine. The random coin rewards make mining this coin like playing the casino.

However if u mine constantly you will average out the coins.

NOW the only thing to see is where this coin can GO.

Hope DEV have some good plans for it as I think this is a good coin.

Too bad not much hype on it but the random features really makes this coin unique.

I guess we would not know how many total coins are available. This is a mystery maybe

Any hint on this DEV and can give us a glimpse of any future plans?

And I more thing the last line of block structure say something like BLOCK 600,000+ 10 coins(FIAT). What is the FIAT for? $$$$


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: X7 on July 30, 2014, 04:32:34 PM
BTCBTCBTCBTCBTC http://media-cache-ak0.pinimg.com/236x/f4/87/22/f48722a513a02c871e508bf5399e49ec.jpg btc]BTCBTCBTCBTC

SEAT BELTS ON - STRAPPED IN! #alwaysgofullmoon


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 30, 2014, 04:46:50 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MineP.it on July 30, 2014, 04:46:56 PM
https://twitter.com/rjshoemaker/status/494511675056201729

Let's tweet this to Bittrex


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MineP.it on July 30, 2014, 04:50:26 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

So, same shit as USB?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Voltarius on July 30, 2014, 04:53:43 PM
https://twitter.com/rjshoemaker/status/494511675056201729

Let's tweet this to Bittrex
Just retweeted


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MineP.it on July 30, 2014, 05:01:48 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

What file and line is that?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 05:05:10 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

It would just get rejected by all your peers and end up invalid, not showing up on the blockchain. You have, however, found a clue  ;)

You really think I would leave it in there and just comment it out if that was the real secret?

(By the way...just removing or commenting out the code you linked is not how you would actually let invalid values in)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 30, 2014, 05:11:58 PM
So this coins is more like a treasure hunt game.

"Due diligence". In my line of work when this word comes out it usually means bad news.

HOWEVER like I said before this coins seems good to me and all this mystery should either lead to 2 conclusion a GOOD surprise or a BAD surprise.

With all the bad things that is happening recently I think a GOOD surprise is WHAT WE NEED.

Don't u think so DEV.

 


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 30, 2014, 05:37:22 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

It would just get rejected by all your peers and end up invalid, not showing up on the blockchain. You have, however, found a clue  ;)

You really think I would leave it in there and just comment it out if that was the real secret?

(By the way...just removing or commenting out the code you linked is not how you would actually let invalid values in)

Well, comparing it to bitcoin 0.8.6 for  the "src" directory (https://github.com/Earlz/litemystery/commit/239b15aed1d4fa814356c04b5c968e3a08a48145) (note main.cpp diff is not shown on github), nothing else significant appears. If this isn't the flaw, then it's in the qt wallet and thus not affecting the core network.

Also, I see no other calls to GetBlockValue in the entire repository other than CreateNewBlock. CreateNewBlock only determines the block miners create, not what the network accepts. So, yes. this is the bug whether you know it or not.

For reference, here is the line of code (https://github.com/MysteryCoin/MysteryCoinHasSecrets/blob/master/src/main.cpp#L1819)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 05:49:27 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

It would just get rejected by all your peers and end up invalid, not showing up on the blockchain. You have, however, found a clue  ;)

You really think I would leave it in there and just comment it out if that was the real secret?

(By the way...just removing or commenting out the code you linked is not how you would actually let invalid values in)

Well, comparing it to bitcoin 0.8.6 for  the "src" directory (https://github.com/Earlz/litemystery/commit/239b15aed1d4fa814356c04b5c968e3a08a48145) (note main.cpp diff is not shown on github), nothing else significant appears. If this isn't the flaw, then it's in the qt wallet and thus not affecting the core network.

Also, I see no other calls to GetBlockValue in the entire repository other than CreateNewBlock. CreateNewBlock only determines the block miners create, not what the network accepts. So, yes. this is the bug whether you know it or not.

For reference, here is the line of code (https://github.com/MysteryCoin/MysteryCoinHasSecrets/blob/master/src/main.cpp#L1819)

You can create and submit whatever you want. It won't be accepted. I never said you would be able to find it in the code. I only said the code had clues

Just to be clear...there aren't any vulnerabilities pertaining to manipulation of the mainnet post release


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 30, 2014, 06:00:54 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

It would just get rejected by all your peers and end up invalid, not showing up on the blockchain. You have, however, found a clue  ;)

You really think I would leave it in there and just comment it out if that was the real secret?

(By the way...just removing or commenting out the code you linked is not how you would actually let invalid values in)

Well, comparing it to bitcoin 0.8.6 for  the "src" directory (https://github.com/Earlz/litemystery/commit/239b15aed1d4fa814356c04b5c968e3a08a48145) (note main.cpp diff is not shown on github), nothing else significant appears. If this isn't the flaw, then it's in the qt wallet and thus not affecting the core network.

Also, I see no other calls to GetBlockValue in the entire repository other than CreateNewBlock. CreateNewBlock only determines the block miners create, not what the network accepts. So, yes. this is the bug whether you know it or not.

For reference, here is the line of code (https://github.com/MysteryCoin/MysteryCoinHasSecrets/blob/master/src/main.cpp#L1819)

You can create and submit whatever you want. It won't be accepted. I never said you would be able to find it in the code. I only said the code had clues

Just to be clear...there aren't any vulnerabilities pertaining to manipulation of the mainnet post release

uh huh... so point to me where GetBlockValue is checked other than that commented out line of code, and when a new block is mined, if you're competent enough to know

I don't have time to waste compiling the wallet, but you can try this without being a miner. Try changing the first line of GetBlockValue to be `return nFees;`. Compile, and then watch it accept all blocks from the network. This would be because the value is never actually being checked

Code:
[earlz diff]$ grep "GetBlockValue" *
main.cpp:int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
main.cpp:   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash))
main.cpp:   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (actual=%"PRI64d" vs limit=%"PRI64d")", vtx[0].GetValueOut(), GetBlockValue(pindex->nHeight, nFees, prevHash)));
main.cpp:       pblock->vtx[0].vout[0].nValue = GetBlockValue(pindexPrev->nHeight+1, nFees, pindexPrev->GetBlockHash());


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 06:23:32 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

It would just get rejected by all your peers and end up invalid, not showing up on the blockchain. You have, however, found a clue  ;)

You really think I would leave it in there and just comment it out if that was the real secret?

(By the way...just removing or commenting out the code you linked is not how you would actually let invalid values in)

Well, comparing it to bitcoin 0.8.6 for  the "src" directory (https://github.com/Earlz/litemystery/commit/239b15aed1d4fa814356c04b5c968e3a08a48145) (note main.cpp diff is not shown on github), nothing else significant appears. If this isn't the flaw, then it's in the qt wallet and thus not affecting the core network.

Also, I see no other calls to GetBlockValue in the entire repository other than CreateNewBlock. CreateNewBlock only determines the block miners create, not what the network accepts. So, yes. this is the bug whether you know it or not.

For reference, here is the line of code (https://github.com/MysteryCoin/MysteryCoinHasSecrets/blob/master/src/main.cpp#L1819)

You can create and submit whatever you want. It won't be accepted. I never said you would be able to find it in the code. I only said the code had clues

Just to be clear...there aren't any vulnerabilities pertaining to manipulation of the mainnet post release

uh huh... so point to me where GetBlockValue is checked other than that commented out line of code, and when a new block is mined, if you're competent enough to know

I don't have time to waste compiling the wallet, but you can try this without being a miner. Try changing the first line of GetBlockValue to be `return nFees;`. Compile, and then watch it accept all blocks from the network. This would be because the value is never actually being checked

Code:
[earlz diff]$ grep "GetBlockValue" *
main.cpp:int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
main.cpp:   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash))
main.cpp:   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (actual=%"PRI64d" vs limit=%"PRI64d")", vtx[0].GetValueOut(), GetBlockValue(pindex->nHeight, nFees, prevHash)));
main.cpp:       pblock->vtx[0].vout[0].nValue = GetBlockValue(pindexPrev->nHeight+1, nFees, pindexPrev->GetBlockHash());

You will just get stuck on Syncing...Downloaded 0 of x Blocks (x being the current height). Your client wouldn't accept any blocks over that value

You could put GetBlockValue to 1000000 and it would download the chain, but newly submitted blocks with that value would not be accepted by peers, thus kicking it from the blockchain. You can get disagreeing info out, but not put it in


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: iGotSpots on July 30, 2014, 06:32:04 PM
If I am understanding this correctly then I think the point has to do more with what a dev can do than an attack


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 30, 2014, 06:39:37 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

It would just get rejected by all your peers and end up invalid, not showing up on the blockchain. You have, however, found a clue  ;)

You really think I would leave it in there and just comment it out if that was the real secret?

(By the way...just removing or commenting out the code you linked is not how you would actually let invalid values in)

Well, comparing it to bitcoin 0.8.6 for  the "src" directory (https://github.com/Earlz/litemystery/commit/239b15aed1d4fa814356c04b5c968e3a08a48145) (note main.cpp diff is not shown on github), nothing else significant appears. If this isn't the flaw, then it's in the qt wallet and thus not affecting the core network.

Also, I see no other calls to GetBlockValue in the entire repository other than CreateNewBlock. CreateNewBlock only determines the block miners create, not what the network accepts. So, yes. this is the bug whether you know it or not.

For reference, here is the line of code (https://github.com/MysteryCoin/MysteryCoinHasSecrets/blob/master/src/main.cpp#L1819)

You can create and submit whatever you want. It won't be accepted. I never said you would be able to find it in the code. I only said the code had clues

Just to be clear...there aren't any vulnerabilities pertaining to manipulation of the mainnet post release

uh huh... so point to me where GetBlockValue is checked other than that commented out line of code, and when a new block is mined, if you're competent enough to know

I don't have time to waste compiling the wallet, but you can try this without being a miner. Try changing the first line of GetBlockValue to be `return nFees;`. Compile, and then watch it accept all blocks from the network. This would be because the value is never actually being checked

Code:
[earlz diff]$ grep "GetBlockValue" *
main.cpp:int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
main.cpp:   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash))
main.cpp:   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (actual=%"PRI64d" vs limit=%"PRI64d")", vtx[0].GetValueOut(), GetBlockValue(pindex->nHeight, nFees, prevHash)));
main.cpp:       pblock->vtx[0].vout[0].nValue = GetBlockValue(pindexPrev->nHeight+1, nFees, pindexPrev->GetBlockHash());

You will just get stuck on Syncing...Downloaded 0 of x Blocks (x being the current height). Your client wouldn't accept any blocks over that value

You could put GetBlockValue to 1000000 and it would download the chain, but newly submitted blocks with that value would not be accepted by peers, thus kicking it from the blockchain. You can get disagreeing info out, but not put it in

I just did this locally with the daemon, and what do you know, 5045 blocks synced so far. I can't believe you're actually trying to get this piece of shit on an exchange.

This is the equivalent of NJA. Miners can generate however many coins they want


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 06:42:52 PM

I just did this locally with the daemon, and what do you know, 5045 blocks synced so far. I can't believe you're actually trying to get this piece of shit on an exchange.

This is the equivalent of NJA. Miners can generate however many coins they want

Submit blocks worth millions then. It won't work. I already told you how to sync it up, so no surprise there...

I'm not trying to get it listed anywhere...If it does, cool, but that's not one of my goals. However, I will move on from your hostile tone


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: donnyespo on July 30, 2014, 07:03:34 PM
Well what is your goal? Not to be rude but I did invest some btc to mine this stupid or not I would like to know what of any are the future plans.

Why create a coin to not see it progress


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 30, 2014, 07:15:01 PM
Not sure how many miners actually mining this coin but my guess is less than 100.

With all new coins there is a certain amount of RISKS we are taking especially if we invested some BTC in it.

Whether it pays out on your investment we would not know till the future.

However so far I do not sense any SCAM going on from the developer or the coin.

Like a mystery he is just watching what is happening to his coin.

What his master plan ONLY he knows.

So we all just have to wait and see WHAT IS IN STORE for this coin in the future.

And we human always have FEAR of the unknown. That is the mystery.

So just put on your seatbelt and just enjoy the ride to SOMEWHERE.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 08:10:38 PM
Well for starters, any other release regarding MYST will have the option to trade your MYST into the newest chain, for equal dollar value to ensure you are always on the newest project


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: donnyespo on July 30, 2014, 08:17:34 PM
ezcash- I get it, and your right only the dev knows. Obviously this is mystery coin wouldn't live up to its name if all was released.

I do feel this is a solid coin, its stable and wallet has no issues.

The dev is around and tries to address concerns, so I guess it really could be worse.

Interested to see where this one takes us, will wait patiently


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 30, 2014, 08:22:08 PM
So Dev what u saying is that this project can evolve to maybe MYST V2 coin or any other coins that is develop under MYST group.

So let say u come out with new coin called SURPRISE coin, we could exchange our MYST for SURPRISE coin with equal dollar value?

Is this exchange vice versa or only for MYST to other coins.

Hope I get what u trying to say when u say we can exchange our MYST coin.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: vegasguy on July 30, 2014, 08:29:54 PM
Did we ever figure out what the mystery is? I know , its how to sell it.



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 30, 2014, 08:37:25 PM
One more thing DEV when u say dollar value it means that this coin must be in an exchange to have a value tie to it.

So maybe what u trying to say is that it will HIT the exchange.

And actually I like the idea of a coin when we can port over to other coins. Not thru exchange site but maybe by exchanging it, the old coin A for new coin B.

This way we can exchange existing coins and develop NEW coins until we HIT one that works and will be valuable.

Just a thought.

So our mining investment would not be wasted as the value can be ported over to NEW develop coins.

In this way I see longevity and loyalty in this MYSTERY project.
 


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: antonio8 on July 30, 2014, 09:19:39 PM
So this is like Protoshare/Bitshares concept?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 10:01:12 PM
One more thing DEV when u say dollar value it means that this coin must be in an exchange to have a value tie to it.

So maybe what u trying to say is that it will HIT the exchange.

And actually I like the idea of a coin when we can port over to other coins. Not thru exchange site but maybe by exchanging it, the old coin A for new coin B.

This way we can exchange existing coins and develop NEW coins until we HIT one that works and will be valuable.

Just a thought.

So our mining investment would not be wasted as the value can be ported over to NEW develop coins.

In this way I see longevity and loyalty in this MYSTERY project.
 

That's the plan. To offer an optional upgrade for your coins to the new network as we go. Not something you need to worry about this early, though

Ideally, both networks would remain active, so the choice would be yours at launch of the new coin whether you want to exchange them or not. Not sure how well that will work out, so it might be mandatory once the time comes, but that won't be soon and you'll have plenty of time as a warning


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: paradigmflux on July 30, 2014, 10:10:42 PM
Here is the mystery:

Code:
-    if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees))
-        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (a
+   //if (vtx[0].GetValueOut() > GetBlockValue(pindex->nHeight, nFees, prevHash)
+   //    return state.DoS(100, error("ConnectBlock() : coinbase pays too much (

Miners, try modifying the reward code to payout something else. It'll be accepted into the network

It would just get rejected by all your peers and end up invalid, not showing up on the blockchain. You have, however, found a clue  ;)

You really think I would leave it in there and just comment it out if that was the real secret?

(By the way...just removing or commenting out the code you linked is not how you would actually let invalid values in)
Would that statement ever actually be true?
GetBlockValue(pindex->nHeight, nFees) should need the prevHash to be able to compare this block with the previous one, no?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MineP.it on July 30, 2014, 10:11:47 PM
https://twitter.com/rjshoemaker/status/494511675056201729

Let's tweet this to Bittrex
Just retweeted it. :)

Tweet guys


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 30, 2014, 10:21:35 PM
So I guess this Mystery project is for long term.

And I have a feeling if not now maybe in the future something might work out.

We just have to endure the roads ahead.

Anyway I will stick with you DEV and see where it goes.

I have a feeling u have a GOOD plan and I am just betting on U and this MYSTERY to be something BIG and GOOD.

Let's hope we can garner more support for this MYSTERY project.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 10:49:42 PM
So I guess this Mystery project is for long term.

And I have a feeling if not now maybe in the future something might work out.

We just have to endure the roads ahead.

Anyway I will stick with you DEV and see where it goes.

I have a feeling u have a GOOD plan and I am just betting on U and this MYSTERY to be something BIG and GOOD.

Let's hope we can garner more support for this MYSTERY project.

It's more like a book series. One chapter at a time


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: d2dtk on July 30, 2014, 10:59:09 PM
Can we just get a peek of the middle part of the book Lol


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 30, 2014, 11:04:38 PM
The upgrade option, of course, would be SHA to SHA. If there is something in another algo that needs to be addressed and pointed out, it will most likely be on its own. I wouldn't want to switch algos on the miners that are already deep in to a coin


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: btcbite on July 30, 2014, 11:48:03 PM
There are two extra files included at main.cpp:

Code:
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>

And PoW dont return fees:

Mystery Coin return

Code:
return nSubsidy;

Normal Coin return

Code:
return nSubsidy + nFees;


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 30, 2014, 11:55:17 PM
There are two extra files included at main.cpp:

Code:
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>

And PoW dont return fees:

Mystery Coin return

Code:
return nSubsidy;

Normal Coin return

Code:
return nSubsidy + nFees;

Plz explain in normal layman language. Not all of us understand programming language.

Thanks.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 31, 2014, 12:01:33 AM
There are two extra files included at main.cpp:

Code:
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>

These are for the random reward generation


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: btcbite on July 31, 2014, 12:37:07 AM
There are two extra files included at main.cpp:

Code:
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>

These are for the random reward generation
There are two extra files included at main.cpp:

Code:
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>

And PoW dont return fees:

Mystery Coin return

Code:
return nSubsidy;

Normal Coin return

Code:
return nSubsidy + nFees;

Plz explain in normal layman language. Not all of us understand programming language.

Thanks.

As dev said. Anyway I dont know why fees are not included.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 31, 2014, 01:05:08 AM
WTS 420000000 Mysterycoin
Code:
[earlz@mehhearlz src]$ ./mysterycoind listunspent 0
[
    {
        "txid" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
        "vout" : 0,
        "address" : "1Cic36Zwrke9npyXXdfrJfHqV4Zf9A2Mvp",
        "account" : "",
        "scriptPubKey" : "76a9148087af4bc6e0d717881ab3c403d7f4c3701f474088ac",
        "amount" : 420000000.00000000,
        "confirmations" : 328
    }
]

I told you this coin is broken, whether you know it or not


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 31, 2014, 01:18:02 AM
WTS 420000000 Mysterycoin
Code:
[earlz@mehhearlz src]$ ./mysterycoind listunspent 0
[
    {
        "txid" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
        "vout" : 0,
        "address" : "1Cic36Zwrke9npyXXdfrJfHqV4Zf9A2Mvp",
        "account" : "",
        "scriptPubKey" : "76a9148087af4bc6e0d717881ab3c403d7f4c3701f474088ac",
        "amount" : 420000000.00000000,
        "confirmations" : 328
    }
]

I told you this coin is broken, whether you know it or not

Hmm I do not think 42 million coins were generated these few days. Dev any remarks on this.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 31, 2014, 01:22:14 AM
WTS 420000000 Mysterycoin
Code:
[earlz@mehhearlz src]$ ./mysterycoind listunspent 0
[
    {
        "txid" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
        "vout" : 0,
        "address" : "1Cic36Zwrke9npyXXdfrJfHqV4Zf9A2Mvp",
        "account" : "",
        "scriptPubKey" : "76a9148087af4bc6e0d717881ab3c403d7f4c3701f474088ac",
        "amount" : 420000000.00000000,
        "confirmations" : 328
    }
]

I told you this coin is broken, whether you know it or not

Hmm I do not think 42 million coins were generated these few days. Dev any remarks on this.

Go to debug window, and do `gettransaction e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24` to verify that I'm not lying. This was all generated by mining a single block:

Code:
[earlz@mehhearlz src]$ ./mysterycoind gettransaction e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24
{
    "amount" : 420000000.00000000,
    "confirmations" : 360,
    "generated" : true,
    "blockhash" : "0000000000005799526b52778ae17bd1eb10f3dcb649120400ce097c27a771a2",
    "blockindex" : 0,
    "blocktime" : 1406756997,
    "txid" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
    "time" : 1406756997,
    "timereceived" : 1406756998,
    "details" : [
        {
            "account" : "",
            "address" : "1Cic36Zwrke9npyXXdfrJfHqV4Zf9A2Mvp",
            "category" : "generate",
            "amount" : 420000000.00000000
        }
    ]
}



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 31, 2014, 01:29:29 AM
WTS 420000000 Mysterycoin
Code:
[earlz@mehhearlz src]$ ./mysterycoind listunspent 0
[
    {
        "txid" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
        "vout" : 0,
        "address" : "1Cic36Zwrke9npyXXdfrJfHqV4Zf9A2Mvp",
        "account" : "",
        "scriptPubKey" : "76a9148087af4bc6e0d717881ab3c403d7f4c3701f474088ac",
        "amount" : 420000000.00000000,
        "confirmations" : 328
    }
]

I told you this coin is broken, whether you know it or not

Hmm I do not think 42 million coins were generated these few days. Dev any remarks on this.

Go to debug window, and do `gettransaction e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24` to verify that I'm not lying. This was all generated by mining a single block:

Code:
[earlz@mehhearlz src]$ ./mysterycoind gettransaction e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24
{
    "amount" : 420000000.00000000,
    "confirmations" : 360,
    "generated" : true,
    "blockhash" : "0000000000005799526b52778ae17bd1eb10f3dcb649120400ce097c27a771a2",
    "blockindex" : 0,
    "blocktime" : 1406756997,
    "txid" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
    "time" : 1406756997,
    "timereceived" : 1406756998,
    "details" : [
        {
            "account" : "",
            "address" : "1Cic36Zwrke9npyXXdfrJfHqV4Zf9A2Mvp",
            "category" : "generate",
            "amount" : 420000000.00000000
        }
    ]
}


Well I am a noob in this. Tried what u say in getting the transaction ID.

But is say invalid or non wallet transaction ID.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: palawan on July 31, 2014, 01:39:20 AM

It looks like it's a valid entry.  Block Height 7409

Code:
mysterycoind getblock 0000000000005799526b52778ae17bd1eb10f3dcb649120400ce097c27a771a2
{
    "hash" : "0000000000005799526b52778ae17bd1eb10f3dcb649120400ce097c27a771a2",
    "confirmations" : 381,
    "size" : 204,
    "height" : 7409,
    "version" : 2,
    "merkleroot" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
    "tx" : [
        "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24"
    ],
    "time" : 1406756997,
    "nonce" : 3046673621,
    "bits" : "1b009d02",
    "difficulty" : 106854.30064189,
    "previousblockhash" : "00000000000002a55b026d9710ff93e5191171202cec1e3e8aaa7bc996cdf929",
    "nextblockhash" : "00000000000040ab02dab23dcaa30f813a83001d2af36f56f0699234f5fe4eea"
}


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 31, 2014, 01:43:31 AM

It looks like it's a valid entry.  Block Height 7409

Code:
mysterycoind getblock 0000000000005799526b52778ae17bd1eb10f3dcb649120400ce097c27a771a2
{
    "hash" : "0000000000005799526b52778ae17bd1eb10f3dcb649120400ce097c27a771a2",
    "confirmations" : 381,
    "size" : 204,
    "height" : 7409,
    "version" : 2,
    "merkleroot" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
    "tx" : [
        "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24"
    ],
    "time" : 1406756997,
    "nonce" : 3046673621,
    "bits" : "1b009d02",
    "difficulty" : 106854.30064189,
    "previousblockhash" : "00000000000002a55b026d9710ff93e5191171202cec1e3e8aaa7bc996cdf929",
    "nextblockhash" : "00000000000040ab02dab23dcaa30f813a83001d2af36f56f0699234f5fe4eea"
}

Yep I can see it is a valid entry but how can I find out the amount generated is 420 million?

Sorry noob here still learning.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 31, 2014, 01:44:13 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: palawan on July 31, 2014, 01:47:36 AM

It looks like it's a valid entry.  Block Height 7409

Code:
mysterycoind getblock 0000000000005799526b52778ae17bd1eb10f3dcb649120400ce097c27a771a2
snipped...

Yep I can see it is a valid entry but how can I find out the amount generated is 420 million?

Sorry noob here still learning.

No worries, I'm a noob also.

Two commands to get the complete details of the txid:

Code:
mysterycoind getrawtransaction e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24

01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2602f11c062f503253482f048568d9530807fffffd010000000d2f6e6f64655374726174756d2f000000000100009108c73695001976a9148087af4bc6e0d717881ab3c403d7f4c3701f474088ac00000000


Code:
mysterycoind decoderawtransaction 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2602f11c062f503253482f048568d9530807fffffd010000000d2f6e6f64655374726174756d2f000000000100009108c73695001976a9148087af4bc6e0d717881ab3c403d7f4c3701f474088ac00000000

results:

{
    "txid" : "e30a32f7be588417620645b9111a95c8b3bdfefdf0a1ab1c5e3d962dfde66a24",
    "version" : 1,
    "locktime" : 0,
    "vin" : [
        {
            "coinbase" : "02f11c062f503253482f048568d9530807fffffd010000000d2f6e6f64655374726174756d2f",
            "sequence" : 0
        }
    ],
    "vout" : [
        {
            "value" : 420000000.00000000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 8087af4bc6e0d717881ab3c403d7f4c3701f4740 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a9148087af4bc6e0d717881ab3c403d7f4c3701f474088ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "1Cic36Zwrke9npyXXdfrJfHqV4Zf9A2Mvp"
                ]
            }
        }
    ]
}



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: iGotSpots on July 31, 2014, 01:48:58 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof

I'll verify if they come through or not

1EKMHkGRr7Y3gpMfCpDAMFrFEwyRyj3ZcX


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: palawan on July 31, 2014, 01:50:01 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof

I'll take a Million  :D

I've been mining for a day and a half and only got less than 22K

Please send here:     1BB4EPbAzmNoYxLuhYD4qP1aZwoQVgbsN9


Thank you!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 31, 2014, 01:50:06 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof

Well, I guess I'll have to sack up and be the guinea pig... ;)

16BGR6LKddtzvbWgdX5syGBE8nEUMKJUgB


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: apmapm12 on July 31, 2014, 01:59:07 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof

Well, I guess I'll have to sack up and be the guinea pig... ;)

16BGR6LKddtzvbWgdX5syGBE8nEUMKJUgB

Send some to me to please I'll post of it comes through.
1CkNp3jqcNywgPdm37kHZ2JTYK25Ui2cJx


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 31, 2014, 02:00:41 AM
txids: a8306c9bf5acf54573acb6fe2963a9a825d67b5249450a2a6e4f7d50deff04ff and 99024354b58fb8844eb25cf92ce9c671eda891097216c2b9285b27bec2dc1a39


Also I have more than 420M. I mined multiple blocks, so I have much more than that lol



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 31, 2014, 02:02:33 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof

I PM u my address. Let's see if it can be transferred.

And PM me yr price also for the coin.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 31, 2014, 02:02:59 AM
txids: a8306c9bf5acf54573acb6fe2963a9a825d67b5249450a2a6e4f7d50deff04ff and 99024354b58fb8844eb25cf92ce9c671eda891097216c2b9285b27bec2dc1a39


Also I have more than 420M. I mined multiple blocks, so I have much more than that lol



Ugh, I hate that that worked...

http://imgur.com/z6s0BwZ


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: iGotSpots on July 31, 2014, 02:04:01 AM
I didn't get anything


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: iGotSpots on July 31, 2014, 02:06:16 AM
txids: a8306c9bf5acf54573acb6fe2963a9a825d67b5249450a2a6e4f7d50deff04ff and 99024354b58fb8844eb25cf92ce9c671eda891097216c2b9285b27bec2dc1a39


Also I have more than 420M. I mined multiple blocks, so I have much more than that lol



Ugh, I hate that that worked...

http://imgur.com/z6s0BwZ

I posted my address first and got nothing. Plus I see a teamviewer child screen in your corner

I call bullshit


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: earlz on July 31, 2014, 02:08:19 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof

I PM u my address. Let's see if it can be transferred.

And PM me yr price also for the coin.

lol price? I sent you 20M and the other person that PMd me


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: HunterS on July 31, 2014, 02:09:21 AM
well its true.i just got 20000000


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: merc82 on July 31, 2014, 02:09:55 AM
txids: a8306c9bf5acf54573acb6fe2963a9a825d67b5249450a2a6e4f7d50deff04ff and 99024354b58fb8844eb25cf92ce9c671eda891097216c2b9285b27bec2dc1a39


Also I have more than 420M. I mined multiple blocks, so I have much more than that lol



Ugh, I hate that that worked...

http://imgur.com/z6s0BwZ

I posted my address first and got nothing. Plus I see a teamviewer child screen in your corner

I call bullshit

earlz is legit.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: apmapm12 on July 31, 2014, 02:09:59 AM
Unfortunately i must say it worked....


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: iGotSpots on July 31, 2014, 02:10:04 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof

I PM u my address. Let's see if it can be transferred.

And PM me yr price also for the coin.

lol price? I sent you 20M and the other person that PMd me

PM sent. Prove it


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 31, 2014, 02:10:12 AM
txids: a8306c9bf5acf54573acb6fe2963a9a825d67b5249450a2a6e4f7d50deff04ff and 99024354b58fb8844eb25cf92ce9c671eda891097216c2b9285b27bec2dc1a39


Also I have more than 420M. I mined multiple blocks, so I have much more than that lol



Ugh, I hate that that worked...

http://imgur.com/z6s0BwZ

I posted my address first and got nothing. Plus I see a teamviewer child screen in your corner

I call bullshit

I'm on my cell, it is teamviewer. I've wasted .1btc mining this, so I wish it was bullshit. 150k myst mined over two days only to be ruined in a two second transfer. Fuck man,  I hope I'm wrong, but it doesn't look like it right now.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: HunterS on July 31, 2014, 02:10:19 AM
i guess this coin is dead lol


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: KIRAZ on July 31, 2014, 02:11:49 AM
i guess this coin is dead lol

that's still a mystery lol :)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 31, 2014, 02:14:06 AM
i guess this coin is dead lol

Hunter, I just pointed my remaining hash back at UNAT. Help me finish that block so we can make something out of today  :'(


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 31, 2014, 02:15:13 AM
Well, who wants 20,000,000 mysterycoin? Post your address and I'll send it as proof

I PM u my address. Let's see if it can be transferred.

And PM me yr price also for the coin.

lol price? I sent you 20M and the other person that PMd me

Well I did received the 20 million u sent and it pass thru the confirmation.

But if that's the case then I GUESS this coin is GONE. Something wrong with the code.

I also wasted BTC mining this coin unless this is the mystery of the special cache but how come only u get?

And a few times also.



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: HunterS on July 31, 2014, 02:16:44 AM
i guess this coin is dead lol

Hunter, I just pointed my remaining hash back at UNAT. Help me finish that block so we can make something out of today  :'(
what pool you on.i only have small rig


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 31, 2014, 02:19:31 AM
i guess this coin is dead lol

Hunter, I just pointed my remaining hash back at UNAT. Help me finish that block so we can make something out of today  :'(
what pool you on.i only have small rig

Hardcoreminers. I've got 1th I rented for mystery the next 3 days, but at this point it looks like there's better places to point it. Let's try to rally then into finishing that damn block!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 31, 2014, 02:23:16 AM
So is the concensus of everyone this coin is DEAD or just another MYSTERY of the coin?

I think these few days the coins mines is maybe less than a million or two.

But here out of the blue someone has over half a billion coins.

Is that the feature of the coin? The mystery of coin?

Lottery style coin.



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 31, 2014, 02:29:22 AM
So is the concensus of everyone this coin is DEAD or just another MYSTERY of the coin?

I think these few days the coins mines is maybe less than a million or two.

But here out of the blue someone has over half a billion coins.

Is that the feature of the coin? The mystery of coin?

Lottery style coin.



Ezycash, I'm not wasting another second on this coin until I hear back from the dev. The only chance I see at this being saved is a reverse fork like we've seen happen to reverse the Mintpal hack. If we do something like that and the vulnerability gets fixed then I'll reevaluate. I like this coin, I've invested my own limited funds, the dev send intelligent and is very responsive, but we've got adequate proof at this point that something is broken.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 31, 2014, 02:35:39 AM
Well I kind of like the IDEA of the MYST coins and the exchanges to other coins so it is a bit wasted that this coin is dead.

Have good potential if everything works well.

Maybe DEV can come in now and help save this situation.

I also wasted some good amount on this coin.

The good part it does not seem like a scam. BUT more on coding issue I think.

So maybe there is still hope. That is the MYSTERY LOL.

This where where the warning on the 1st page on DUE DILIGENCE comes in. SH*T I hate that word. DUE DILIGENCE.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 31, 2014, 02:43:13 AM
Well I kind of like the IDEA of the MYST coins and the exchanges to other coins so it is a bit wasted that this coin is dead.

Have good potential if everything works well.

Maybe DEV can come in now and help save this situation.

I also wasted some good amount on this coin.

The good part it does not seem like a scam. BUT more on coding issue I think.

So maybe there is still hope. That is the MYSTERY LOL.

This where where the warning on the 1st page on DUE DILIGENCE comes in. SH*T I hate that word. DUE DILIGENCE.


From what I remember, I believe It's nighttime in the devs timezone, so it's most likely a waiting game at this point until he wakes up.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: garmin on July 31, 2014, 03:28:37 AM
 ::)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: mpmcsweeney on July 31, 2014, 04:20:56 AM
So...game over then. Cool.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: Ezycash on July 31, 2014, 07:53:38 AM
So is the issue FIX of the of someone mining more than half billion coins?

Where can I get the new wallet? Can't seem to find the post.



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 31, 2014, 08:24:44 AM


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/MysteryCoinWindowsRollback.rar)  http://www.mysterycoin.org/github.png (https://github.com/MysteryCoin)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: HashFarmer on July 31, 2014, 08:26:46 AM
Nice coin, but will it end up like dogecoin problem?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 31, 2014, 08:31:19 AM
Nice coin, but will it end up like dogecoin problem?

This was launched with the vulnerability on purpose. The goal was to show how easily it can be done and what to look for. More details coming soon. The scenario was fully planned

I have removed all pool pictures and links. Please post your pool picture and link to be readded once you are updated to the rollback

IF YOU ARE MINING ON A POOL RIGHT NOW, YOU ARE MINING NOTHING


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


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: enjoi on July 31, 2014, 08:35:09 AM
Nice coin, but will it end up like dogecoin problem?

This was launched with the vulnerability on purpose. The goal was to show how easily it can be done and what to look for. More details coming soon. The scenario was fully planned

I have removed all pool pictures and links. Please post your pool picture and link to be readded once you are updated to the rollback

IF YOU ARE MINING ON A POOL RIGHT NOW, YOU ARE MINING NOTHING


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

Thanks dev. Appreciate the quick response. Interested to see what happens.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: MysteryCoin.org on July 31, 2014, 08:38:44 AM
Nice coin, but will it end up like dogecoin problem?

This was launched with the vulnerability on purpose. The goal was to show how easily it can be done and what to look for. More details coming soon. The scenario was fully planned

I have removed all pool pictures and links. Please post your pool picture and link to be readded once you are updated to the rollback

IF YOU ARE MINING ON A POOL RIGHT NOW, YOU ARE MINING NOTHING


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

Thanks dev. Appreciate the quick response. Interested to see what happens.

There was no malicious intent. The goal was to point out how easily this kind of bullshit can be done and what to look for. This is method #1 of about 6. This is also the easiest to do, and pull off

I also told you guys we would get the mystery fixed and close any security flaws once it was found. It was found, and we fixed it  ;)

Seednode is now updated. You will now get new connections automatically


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 08:44:35 AM
sorry for asking a noob question.

So before this rollback anything that we have done after block 7408 a few hours back, the coins that we earn then does it mean it will be gone?

Or it will still be available once it sync up?

Pls advise.


Title: Re: � [ANN] Mystery Coin � Random Rewards � 24 Seconds � LAUNCHED �
Post by: scorpio18 on July 31, 2014, 08:48:12 AM
https://i.imgur.com/dSAlr80.png
Mystery Coin Pool US Hosted
http://myst.coin-miners.info/
IS UP!

1% Pool Fee / PROP payout system
Stratum with vardiff.
DDOS protection.
Cashout are processed every minute..
https://i.imgur.com/06ub1FC.png
Support at #COINMINERS freenode channel : https://webchat.freenode.net/?channels=#COINMINERS


https://i.imgur.com/Ib2Zf87.png
Skype: coin.miners    
                                                       

Point your miners at: stratum+tcp://myst.coin-miners.info:3340

https://i.imgur.com/Qhdsav5.png (http://www.miningrigrentals.com/register?ref=2339)
Rent some sha256 hash power at

http://www.miningrigrentals.com/ (https://www.miningrigrentals.com/rigs/sha256?ref=2339)


We have made the wallet update
Code:
{
    "version" : 80700,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 7408,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 106854.30064189,
    "testnet" : false,
    "keypoololdest" : 1406538259,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

Dev you can add us on OP


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: HunterS on July 31, 2014, 09:03:30 AM
sorry for asking a noob question.

So before this rollback anything that we have done after block 7408 a few hours back, the coins that we earn then does it mean it will be gone?

Or it will still be available once it sync up?

Pls advise.

no bro.not a noob question.this thing the dev done was stupid.so people now mined some coins for nothing wasting time and power .absalutely stupid.why would you do that.there is 2 or 3 scam coins released everyday that can show us this.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 09:07:22 AM
So that means after 7408 all my coins gone. That 56K coins for me. SH%T.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: iGotSpots on July 31, 2014, 09:12:34 AM
Confirmed that I did receive those coins before the rollback. They're gone now but I don't think that pool is workin


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 09:14:07 AM
So I guess when the DEV say to do your DUE DILIGENCE I guess it is about this.

Now I lost 50% of my original coins. 54572.19308353 MYST

So should take it as paying these coins for learning a LESSON.

In dollar or BTC term that I invested to get these lost coins is not really that much but still a pain in my pocket. About 0.04 BTC gone.

Hope DEV can do something about our losses.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MysteryCoin.org on July 31, 2014, 09:15:42 AM
So I guess when the DEV say to do your DUE DILIGENCE I guess it is about this.

Now I lost 50% of my original coins. 54572.19308353 MYST

So should take it as paying these coins for learning a LESSON.

In dollar or BTC term that I invested to get these lost coins is not really that much but still a pain in my pocket. About 0.04 BTC gone.

Hope DEV can do something about our losses.

It was more than clear there was an issue present. Consider that .04 a lesson not to mine something that you are being told is broken. It could have been far worse if I had malicious intentions and actually hid it, rather than leaving it to be found and basically telling you guys where to look

You lost a few hours, that's all. Everything will be fixed


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 09:18:15 AM
Yep the coin-miners.info pool does not seems to be generating any new coins. Stuck at block 7408.

Other pools at block 8650+. The old chainblock I think.

So lost investment and now still losing.

Expensive lesson this.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: scorpio18 on July 31, 2014, 09:19:07 AM
I have 2 miners with 5TH on my pool coin miners but we can not find blocks on the new update  ??? so what is the problem


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: HunterS on July 31, 2014, 09:20:38 AM
downloaded new wallet and wont sync past 7408.clean install


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: d2dtk on July 31, 2014, 09:20:55 AM
http://mystery.hardcoreminers.com updated to new wallet!
Includes THE mystery fix!.


You'll have to re submit your logo to be added to the main page


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 09:24:48 AM
For a noob I honestly appreciate this lesson. Actually your coin was the 1st coin where I invested in rental rigs for mining.

I did had FUN looking at the coins grow.

And I still want to continue supporting MYST as I believe U DO NOT HAVE MALICIOUS intent.

YOU DID GIVE A WARNING ON CONDUCTING OUR OWN DUE DILIGENCE. SO I GUESS IT WAS PLANNED.

BUT A LAYMAN LIKE ME CANNOT READ CODE. SO I GUESS I WAS GONNA LOSE EVEN BEFORE IT START.

BUT JUST CHECKING. IS THERE ANY MORE LESSONS THAT GONNA COST US THAT U WILL BE TEACHING US SOON.

HOPE U CAN PREEMPT US OF ANY MORE MYSTERY SURPRISES.

AND I DO NOT MIND LOSING THE 0.04 BTC IF I LEARN SOMETHING. MAYBE U CAN EDUCATE US ON WHAT TO LOOK US FOR THOSE LAYMAN WHO CANNOT READ CODES SO THIS THINGS WOULD NOT HAPPEN TO US AGAIN.



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: scorpio18 on July 31, 2014, 09:27:47 AM
My daemon refuse the block found . check this

https://i.imgur.com/0N1OPz7.png


So what is the problem with the new wallet?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 09:33:43 AM
My daemon refuse the block found . check this

https://i.imgur.com/0N1OPz7.png


So what is the problem with the new wallet?

I THING DEV SAY SOMETHING ABOUT

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.

So not sure what it means. Can we mine in pool now or wait?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: scorpio18 on July 31, 2014, 09:35:19 AM
My daemon refuse the block found . check this

https://i.imgur.com/0N1OPz7.png


So what is the problem with the new wallet?

I THING DEV SAY SOMETHING ABOUT

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.

So not sure what it means. Can we mine in pool now or wait?

I run my daemon with -disablesafemode , ok i will try again , re-download the chain and change the address


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: d2dtk on July 31, 2014, 09:35:40 AM
My daemon refuse the block found . check this

https://i.imgur.com/0N1OPz7.png


So what is the problem with the new wallet?

I THING DEV SAY SOMETHING ABOUT

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.

So not sure what it means. Can we mine in pool now or wait?

Hardcoreminers is working fine!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 09:41:31 AM
My daemon refuse the block found . check this

https://i.imgur.com/0N1OPz7.png


So what is the problem with the new wallet?

I THING DEV SAY SOMETHING ABOUT

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.

So not sure what it means. Can we mine in pool now or wait?

Hardcoreminers is working fine!

Harcoreminer block current at 8702.

So shouldn't it restart back from 7408.

8702 is the old chain correct. Dev say that we could not get anything if we mine from there.

So correct me if I am wrong.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: scorpio18 on July 31, 2014, 09:42:36 AM
My daemon refuse the block found . check this

https://i.imgur.com/0N1OPz7.png


So what is the problem with the new wallet?

I THING DEV SAY SOMETHING ABOUT

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.

So not sure what it means. Can we mine in pool now or wait?

Hardcoreminers is working fine!

Hardcoreminers  is on the same fork as suprnova , so my wallet updated is at block 7408 with 3 connection , did Hardcoreminers made the new update?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 09:46:05 AM
Wallet not sync and only till block 7408.

Is this normal? It will sync as it generate new block?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: scorpio18 on July 31, 2014, 09:47:57 AM
Wallet not sync and only till block 7408.

Is this normal? It will sync as it generate new block?

Is finally working we found some blocks . The windows wallet is sync. with the new chain ?

Sorry guys there was a problem with my cron , i set up 120 confirms but the coins mined i see they needs 200 confirms , i have corrected the mistake , now the crons is ok


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 11:32:05 AM
Can I ask a question.

I currently mining in a pool. But as more blocks are found or mature, my new wallet seemed to fill up slowly back again from my last coins that I got before the rollback.

But my current mining is also generating new coins for those blocks starting from 7409.

So am I gonna get the current coins that I am mining also to be added to the old coins that is slowly coming back?

Does that mean I earning double coins one for old block and one for new block?

Just need some clarification.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: scorpio18 on July 31, 2014, 11:39:02 AM
Can I ask a question.

I currently mining in a pool. But as more blocks are found or mature, my new wallet seemed to fill up slowly back again from my last coins that I got before the rollback.

But my current mining is also generating new coins for those blocks starting from 7409.

So am I gonna get the current coins that I am mining also to be added to the old coins that is slowly coming back?

Does that mean I earning double coins one for old block and one for new block?

Just need some clarification.

The coins mined after the block 7409 on the old chain you will lose it , the coins mined on the new chain after the block 7409 you will receive it :)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: TimC on July 31, 2014, 11:47:49 AM
Yep the coin-miners.info pool does not seems to be generating any new coins. Stuck at block 7408.

Other pools at block 8650+. The old chainblock I think.

So lost investment and now still losing.

Expensive lesson this.

So has anyone used a block explorer to see if someone else used that exploit to give themselves a shit load of coins. I would hate to start mining this again only for someone with 1 billion coins to dump them when it hits the exchange. Also I don't see money supply when I use getinfo in the debug console.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 11:54:07 AM
Well I did transfer some coins from the new updated pool to the new wallet and it is shown inside and accepted.

Now I waiting to see if the old coin transaction will be accepted again.

Will update further as it happen.

DO NOT WANT ANOTHER MYSTERY SURPRISE.

Maybe this time I found the MYSTERY? What do u say DEV?

 


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 11:59:36 AM
OK I just confirm it. It seems both the OLD and NEW coins transactions are being accepted in the new wallet.

Maybe u all can see your own new wallet. Your old unconfirm balance should be reducing and will begin to be confirm as the new block matures.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 12:58:37 PM
The old coins has stopped being confirm it seems.

Only new coins from the new chains are being confirm.

So I guess everything is fine now.

So our previous HERO Earlz can u confirm that the half a billion or billion coins that u have is now gone.

Earlz gave a few txid of block that he mine so if anyone smart enough can u plz check that it is gone.

So that we can mine in peace and hope for a better future for MYST coin...


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: tonycrypto on July 31, 2014, 01:02:25 PM
Hardcoreminers pool logo
http://s27.postimg.org/wkqvz9vpv/logo.png

sorry cant post link because of the new guidelines.....


What is the new guidelines for posting logo or images.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Ezycash on July 31, 2014, 01:08:04 PM
Another thing that I observe about this coin.

The more hash power that everyone use the higher the difficulty and longer it is to find a new block.

There was only one pool previously and we were finding a few block every min. And difficulty not that high as of now.

Now a second pool has updated their wallet and suddenly things move to a crawl, difficulty rises exponentially and time to find new block is longer.

While the difficulty and time of finding new block is swaying up and down but it seems with more hash power everyone is using the higher the difficulty it will reach.

Just an observation.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: glen123 on July 31, 2014, 01:18:33 PM
root@GCPOOL:~/mystery/src# ./mysterycoind
root@GCPOOL:~/mystery/src# MysteryCoin server starting

root@GCPOOL:~/mystery/src# ./mysterycoind getinfo
{
    "version" : 80700,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 3000,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 155012.78746019,
    "testnet" : false,
    "keypoololdest" : 1406812632,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
root@GCPOOL:~/mystery/src#

root@GCPOOL:~/mystery/src# ./mysterycoind getinfo
{
    "version" : 80700,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 7815,
    "timeoffset" : 0,
    "connections" : 2,
    "proxy" : "",
    "difficulty" : 82624.45431985,
    "testnet" : false,
    "keypoololdest" : 1406812632,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
root@GCPOOL:~/mystery/src#


Finished






Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: glen123 on July 31, 2014, 01:27:20 PM
http://s14.postimg.org/luwpmtsip/gc_pool.jpg

ONLINE WITH NEW WALLET





http://gc-pool.ddns.net/mystery/public




Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: garmin on July 31, 2014, 02:00:57 PM
Pool advertising is no longer allowed - https://bitcointalk.org/index.php?topic=718124.0

http://s14.postimg.org/luwpmtsip/gc_pool.jpg

ONLINE WITH NEW WALLET





http://gc-pool.ddns.net/mystery/public





Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: antonio8 on July 31, 2014, 02:14:02 PM
Stuck on block 7830 of 7915 on new wallet.

Are there any nodes for the new wallet?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: tonycrypto on July 31, 2014, 02:44:39 PM
Hardcoreminers pool logo
http://s27.postimg.org/wkqvz9vpv/logo.png

sorry cant post link because of the new guidelines.....


What is the new guidelines for posting logo or images.

No it has to do with pool advertising. We are not allowed to post urls anymore in the Announcement section.
https://bitcointalk.org/index.php?topic=718124.0

Some pools ops are banned already for a couple of days.

Ok, thanks for information.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: scorpio18 on July 31, 2014, 02:48:22 PM
Stuck on block 7830 of 7915 on new wallet.

Are there any nodes for the new wallet?

Add this node

addnode=192.99.10.27


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MineP.it on July 31, 2014, 02:54:38 PM
Dev can you re-add our pool to your main list? We're resynched - Thanks


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: antonio8 on July 31, 2014, 04:05:34 PM
Stuck on block 7830 of 7915 on new wallet.

Are there any nodes for the new wallet?

Add this node

addnode=192.99.10.27

Thanks.

tried it but not syncing. I have 9 active connections but still stuck on block 7830 of 8051.

After about an hour it finally synced.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MysteryCoin.org on July 31, 2014, 05:50:06 PM
I believe I have all the updated pools in the op now. If I missed you, please PM me your pools picture and link


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: ramtony on July 31, 2014, 05:53:47 PM
any other nodes please?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: werum on July 31, 2014, 06:12:25 PM
I wrote unconfirmed 22089 ??? wallet synchred
a balance of the previous version wallet


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: iGotSpots on July 31, 2014, 06:23:57 PM
I'm usually super against rollbacks...

But being that it was pretty obvious there was a planned issue and not being on an exchange yet...this one seems ok


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: mpmcsweeney on July 31, 2014, 06:37:21 PM
So...what next?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MysteryCoin.org on July 31, 2014, 06:38:40 PM
So...what next?

Anything. It's fixed. Now it's a completely functional coin with random rewards


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: werum on July 31, 2014, 06:40:54 PM
what unconfirmed balance 22089? :'(


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MysteryCoin.org on July 31, 2014, 06:46:49 PM
what unconfirmed balance 22089? :'(

They will disappear when we pass the block you got them on in the old chain and will be rejected and destroyed. Those coins don't really even exist


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: werum on July 31, 2014, 06:49:58 PM
what unconfirmed balance 22089? :'(

They will disappear when we pass the block you got them on in the old chain and will be rejected and destroyed. Those coins don't really even exist

what? but I earned them yesterday :o


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: donnyespo on July 31, 2014, 06:55:11 PM
Well I guess after this "lesson" not  throwing more btc down the drain. I would rather learn my lesson on a scam on an exchange with a chance to profit or recover something IMO this is worse than USB coin


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MysteryCoin.org on July 31, 2014, 06:58:19 PM
Well I guess after this "lesson" not  throwing more btc down the drain. I would rather learn my lesson on a scam on an exchange with a chance to profit or recover something IMO this is worse than USB coin

Just to be clear...you're saying that it would be better for me to hide a flaw, create many coins, dump them, take your BTC, and disappear?

You blindly threw your hash and coins at a coin that was telling you it had a problem. This is the point. Pay attention to what you are doing

Lucky for you, I didn't use or create any fake coins. The ones that were made were destroyed, instead of dumped. I would say this is a far better way

The coin is fine now, and at worst, you only lost maybe a few hours of mining. Big deal


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: ocminer on July 31, 2014, 07:08:15 PM
Hey mates,

I won't be readding Mysterycoin to Suprnova, lots of coins are lost on the wrong fork, you might try to withdraw your funds which are still left, though there is big chance you won't get them as they are lost too.

Very sorry !


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds �
Post by: donnyespo on July 31, 2014, 08:24:38 PM
Well I guess after this "lesson" not  throwing more btc down the drain. I would rather learn my lesson on a scam on an exchange with a chance to profit or recover something IMO this is worse than USB coin

Just to be clear...you're saying that it would be better for me to hide a flaw, create many coins, dump them, take your BTC, and disappear?

You blindly threw your hash and coins at a coin that was telling you it had a problem. This is the point. Pay attention to what you are doing

Lucky for you, I didn't use or create any fake coins. The ones that were made were destroyed, instead of dumped. I would say this is a far better way

The coin is fine now, and at worst, you only lost maybe a few hours of mining. Big deal


I never had the impression the mystery was a bad thing. Maybe im too optimistic thinking that the mystery could be a great coin in disguise, rather than a coin with a flaw.

Did I like the mystery yes, if we could have kept the coins mined previously it could still have been a lesson learned with minimal impact.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds �
Post by: MysteryCoin.org on July 31, 2014, 08:29:56 PM
Well I guess after this "lesson" not  throwing more btc down the drain. I would rather learn my lesson on a scam on an exchange with a chance to profit or recover something IMO this is worse than USB coin

Just to be clear...you're saying that it would be better for me to hide a flaw, create many coins, dump them, take your BTC, and disappear?

You blindly threw your hash and coins at a coin that was telling you it had a problem. This is the point. Pay attention to what you are doing

Lucky for you, I didn't use or create any fake coins. The ones that were made were destroyed, instead of dumped. I would say this is a far better way

The coin is fine now, and at worst, you only lost maybe a few hours of mining. Big deal


I never had the impression the mystery was a bad thing. Maybe im too optimistic thinking that the mystery could be a great coin in disguise, rather than a coin with a flaw.

Did I like the mystery yes, if we could have kept the coins mined previously it could still have been a lesson learned with minimal impact.

We fixed it within hours


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MysteryCoin.org on July 31, 2014, 10:01:30 PM
Well the rollback was successful. Looks like everyone is updated

No more flaws, this coin will work just fine now


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: antonio8 on August 01, 2014, 12:46:51 AM
Well the rollback was successful. Looks like everyone is updated

No more flaws, this coin will work just fine now

I really do understand what you did with this coin. BUT when the guy figured it out and you went on about how it wasn't the mystery, you basically "egged" him on to try it.

At that point couldn't you just went ahead and admitted he was correct and warned everyone who was mining about this possibility so those who rented or not could have decided for themselves if they wanted to continue mining?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: kyne on August 01, 2014, 02:47:54 AM
Wasted all my hash. Lost almost coin from suprnova after withdrawal on wrong fork. I'm out from this coin!!!  >:(


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: iGotSpots on August 01, 2014, 02:49:31 AM
To be fair I don't think anyone would have paid attention if they didn't let him do it and only explained it


Title: Why waste your time and our money???
Post by: ebeth08 on August 01, 2014, 03:30:08 AM
Well the rollback was successful. Looks like everyone is updated

No more flaws, this coin will work just fine now

I really do understand what you did with this coin. BUT when the guy figured it out and you went on about how it wasn't the mystery, you basically "egged" him on to try it.

At that point couldn't you just went ahead and admitted he was correct and warned everyone who was mining about this possibility so those who rented or not could have decided for themselves if they wanted to continue mining?

+1

What kind of asshole makes a pointless coin for people to waste their $$$ and hash on? 2 words for a person like that, Fk you!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: iGotSpots on August 01, 2014, 03:47:30 AM
You guys do realize it was only rolled back like 8 hours right?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: garmin on August 01, 2014, 04:12:23 AM
You guys do realize it was only rolled back like 8 hours right?

Just rebrand it from Mystery to Misery...  ;)

http://s3.postimg.org/kvyldksb7/Misery.png


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: antonio8 on August 01, 2014, 04:17:25 AM
You guys do realize it was only rolled back like 8 hours right?

I realize that. 8 hours that could have been some where else. Actually a full day and a half from when earlz figured it out.

I kn ow the dev said he has no plans to get this coin listed but what kind of faith is lost in the dev and his "future" coins or books/novels as he calls them.

I am just saying that the mystery was figured out a day and a half ago and a lot of this could have been avoided by people who actually paid for miners. I did not rent but I see those peoples views. Nor can i read code so I would have never figured it out which means I am the one this coin was meant for initually. Blindly mining a coin at launch not knowing what I was getting into.

And yes I would have pulled some rigs off it a day ago at that point and went on to something else. Yes I still have 1 rig on it.



Title: Re: � [MYST] the real Mystery Coin?
Post by: spectrem1 on August 01, 2014, 01:11:04 PM
Mystery? Maybe - 
http://www.geocaching.com/track/details.aspx?id=3375361&page=8

wanna see the back of the coin?
http://www.geocaching.com/track/gallery.aspx?ID=3375361

Dev - is that your artwork? -M


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MysteryCoin.org on August 01, 2014, 02:39:29 PM
You guys do realize it was only rolled back like 8 hours right?

I realize that. 8 hours that could have been some where else. Actually a full day and a half from when earlz figured it out.

I kn ow the dev said he has no plans to get this coin listed but what kind of faith is lost in the dev and his "future" coins or books/novels as he calls them.

I am just saying that the mystery was figured out a day and a half ago and a lot of this could have been avoided by people who actually paid for miners. I did not rent but I see those peoples views. Nor can i read code so I would have never figured it out which means I am the one this coin was meant for initually. Blindly mining a coin at launch not knowing what I was getting into.

And yes I would have pulled some rigs off it a day ago at that point and went on to something else. Yes I still have 1 rig on it.



That was only while it was broken. Now I will pursue exchanges, since it's fixed and safe, now. I really wish you guys were more mad at yourselves for blindly throwing BTC and hash at something you were being told was broken, but I guess the entire point was lost

Either way, it's a solid coin now and there was only a few hours lost from the rollback. I'm sorry to say, but those of you whining are just proving the point further that you should be more careful


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: donnyespo on August 01, 2014, 03:15:51 PM
I downloaded the new wallet and my coins are still there. So they are valid?

That's what I was upset about I thought ALL coins prior to the error mined would be invalid and destroyed..

Not true?

If so not such a bad lesson


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: iGotSpots on August 01, 2014, 05:40:00 PM
I downloaded the new wallet and my coins are still there. So they are valid?

That's what I was upset about I thought ALL coins prior to the error mined would be invalid and destroyed..

Not true?

If so not such a bad lesson

They should be fine. If they go to confirmed then you're good. It was rolled back to block 7400 something I think


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: iGotSpots on August 01, 2014, 05:41:20 PM
I downloaded the new wallet and my coins are still there. So they are valid?

That's what I was upset about I thought ALL coins prior to the error mined would be invalid and destroyed..

Not true?

If so not such a bad lesson

They should be fine. If they go to confirmed then you're good. It was rolled back to block 7400 something I think

Yea it was 7408. The block right before the big one


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: donnyespo on August 01, 2014, 06:54:06 PM
OK I'm good then I got in at launch


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: atta2k15 on August 02, 2014, 08:50:53 AM
nodes?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: rjshoemaker on August 03, 2014, 01:25:01 AM
You guys do realize it was only rolled back like 8 hours right?

I realize that. 8 hours that could have been some where else. Actually a full day and a half from when earlz figured it out.

I kn ow the dev said he has no plans to get this coin listed but what kind of faith is lost in the dev and his "future" coins or books/novels as he calls them.

I am just saying that the mystery was figured out a day and a half ago and a lot of this could have been avoided by people who actually paid for miners. I did not rent but I see those peoples views. Nor can i read code so I would have never figured it out which means I am the one this coin was meant for initually. Blindly mining a coin at launch not knowing what I was getting into.

And yes I would have pulled some rigs off it a day ago at that point and went on to something else. Yes I still have 1 rig on it.



That was only while it was broken. Now I will pursue exchanges, since it's fixed and safe, now. I really wish you guys were more mad at yourselves for blindly throwing BTC and hash at something you were being told was broken, but I guess the entire point was lost

Either way, it's a solid coin now and there was only a few hours lost from the rollback. I'm sorry to say, but those of you whining are just proving the point further that you should be more careful


I am so glad I stopped mining a couple days ago :) all my coins are safe and sound in the new wallet.  Any news on exchanges?


Title: This Dev is a f moron
Post by: ebeth08 on August 03, 2014, 10:46:02 PM
You guys do realize it was only rolled back like 8 hours right?

I realize that. 8 hours that could have been some where else. Actually a full day and a half from when earlz figured it out.

I kn ow the dev said he has no plans to get this coin listed but what kind of faith is lost in the dev and his "future" coins or books/novels as he calls them.

I am just saying that the mystery was figured out a day and a half ago and a lot of this could have been avoided by people who actually paid for miners. I did not rent but I see those peoples views. Nor can i read code so I would have never figured it out which means I am the one this coin was meant for initually. Blindly mining a coin at launch not knowing what I was getting into.

And yes I would have pulled some rigs off it a day ago at that point and went on to something else. Yes I still have 1 rig on it.



That was only while it was broken. Now I will pursue exchanges, since it's fixed and safe, now. I really wish you guys were more mad at yourselves for blindly throwing BTC and hash at something you were being told was broken, but I guess the entire point was lost

Either way, it's a solid coin now and there was only a few hours lost from the rollback. I'm sorry to say, but those of you whining are just proving the point further that you should be more careful

Mad at ourselves?  You can't be Fk serious?  How would anyone know you had a shitcoin, shitplan and shit for brains?  GFY


Title: Re: This Dev is a f moron
Post by: MMXIV on August 04, 2014, 06:41:54 PM
You guys do realize it was only rolled back like 8 hours right?

I realize that. 8 hours that could have been some where else. Actually a full day and a half from when earlz figured it out.

I kn ow the dev said he has no plans to get this coin listed but what kind of faith is lost in the dev and his "future" coins or books/novels as he calls them.

I am just saying that the mystery was figured out a day and a half ago and a lot of this could have been avoided by people who actually paid for miners. I did not rent but I see those peoples views. Nor can i read code so I would have never figured it out which means I am the one this coin was meant for initually. Blindly mining a coin at launch not knowing what I was getting into.

And yes I would have pulled some rigs off it a day ago at that point and went on to something else. Yes I still have 1 rig on it.



That was only while it was broken. Now I will pursue exchanges, since it's fixed and safe, now. I really wish you guys were more mad at yourselves for blindly throwing BTC and hash at something you were being told was broken, but I guess the entire point was lost

Either way, it's a solid coin now and there was only a few hours lost from the rollback. I'm sorry to say, but those of you whining are just proving the point further that you should be more careful

Mad at ourselves?  You can't be Fk serious?  How would anyone know you had a shitcoin, shitplan and shit for brains?  GFY

I find it funny how mad you guys are at him. It clearly said this coin had an issue. He could have just launched it with a weird name, not brought attention to the problem, and dumped all over your faces

I approve of this honest and fair lesson. Big time - Stop doing stupid shit


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: vegasguy on August 05, 2014, 12:26:05 AM
You guys do realize it was only rolled back like 8 hours right?

I realize that. 8 hours that could have been some where else. Actually a full day and a half from when earlz figured it out.

I kn ow the dev said he has no plans to get this coin listed but what kind of faith is lost in the dev and his "future" coins or books/novels as he calls them.

I am just saying that the mystery was figured out a day and a half ago and a lot of this could have been avoided by people who actually paid for miners. I did not rent but I see those peoples views. Nor can i read code so I would have never figured it out which means I am the one this coin was meant for initually. Blindly mining a coin at launch not knowing what I was getting into.

And yes I would have pulled some rigs off it a day ago at that point and went on to something else. Yes I still have 1 rig on it.



That was only while it was broken. Now I will pursue exchanges, since it's fixed and safe, now. I really wish you guys were more mad at yourselves for blindly throwing BTC and hash at something you were being told was broken, but I guess the entire point was lost

Either way, it's a solid coin now and there was only a few hours lost from the rollback. I'm sorry to say, but those of you whining are just proving the point further that you should be more careful

I wasted 4 days on this shit. Plz get this on an exchange. Thanks!


Title: Re: This Dev is a f moron
Post by: antonio8 on August 05, 2014, 03:12:25 AM
You guys do realize it was only rolled back like 8 hours right?

I realize that. 8 hours that could have been some where else. Actually a full day and a half from when earlz figured it out.

I kn ow the dev said he has no plans to get this coin listed but what kind of faith is lost in the dev and his "future" coins or books/novels as he calls them.

I am just saying that the mystery was figured out a day and a half ago and a lot of this could have been avoided by people who actually paid for miners. I did not rent but I see those peoples views. Nor can i read code so I would have never figured it out which means I am the one this coin was meant for initually. Blindly mining a coin at launch not knowing what I was getting into.

And yes I would have pulled some rigs off it a day ago at that point and went on to something else. Yes I still have 1 rig on it.



That was only while it was broken. Now I will pursue exchanges, since it's fixed and safe, now. I really wish you guys were more mad at yourselves for blindly throwing BTC and hash at something you were being told was broken, but I guess the entire point was lost

Either way, it's a solid coin now and there was only a few hours lost from the rollback. I'm sorry to say, but those of you whining are just proving the point further that you should be more careful

Mad at ourselves?  You can't be Fk serious?  How would anyone know you had a shitcoin, shitplan and shit for brains?  GFY

I find it funny how mad you guys are at him. It clearly said this coin had an issue. He could have just launched it with a weird name, not brought attention to the problem, and dumped all over your faces

I approve of this honest and fair lesson. Big time - Stop doing stupid shit

If you read all my posts you would see that I understand what he did. But show me in the OP where he EXACLTY said there is an ISSUE.

I read this. This coin has a mystery. Not This coin has an issue.


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

Yeah if I could read code I might have found it. My whole point was it was figured out and the dev lied and said that wasn't the mystery/issue that another member found until that said member went ahead and did it. My whole point is that should have been the end of it there. Not letting it drag out another day and a half of mining.

Call me crazy I am still mining with one asic even though the dev has not been posting in a while now. We'll see if he is pursuing exchanges now.




Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on August 05, 2014, 06:06:32 PM
I agree let's not leave those who invested in this coin hanging. Come on dev get us on an exchange so we can recoup cost and try to get this coin moving.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: cryptoJJ on August 06, 2014, 09:58:33 AM
Well for starters, any other release regarding MYST will have the option to trade your MYST into the newest chain, for equal dollar value to ensure you are always on the newest project

^^^The reason why I will hold on to this coin. The coin itself was solid, minus the intentional flaw. And the dev seemed like he knew what he was doing. Maybe someday he will release a version 2 and give our old coins value. 

One can wish.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Can you find it? �
Post by: z38630610 on August 08, 2014, 07:31:53 AM
Well for starters, any other release regarding MYST will have the option to trade your MYST into the newest chain, for equal dollar value to ensure you are always on the newest project

^^^The reason why I will hold on to this coin. The coin itself was solid, minus the intentional flaw. And the dev seemed like he knew what he was doing. Maybe someday he will release a version 2 and give our old coins value. 

One can wish.
中文看得懂吗 ,三个字   ,,扯犊子 


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: smallkite on August 08, 2014, 02:47:57 PM
如上,扯犊子,有本事高平台  platform  尼玛逼你懂吗?

enjoy your gf!  你懂吗?understand?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: atta2k15 on August 12, 2014, 04:48:04 AM
does this coin have any purpose, or another shitcoin?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Jerubbaal75 on August 12, 2014, 06:20:35 AM
It's actually nice mining this coin now since the whales moved on and the trolls have lost interest in flaming the dev. It is a solid coin. We're only half way now to the random reward dropping 800 to 400. There was no rush to get in on exchange before block 7408 understandably. Only problem now is dev hasn't been active since Aug 1st. Do coins need a devs approval to be listed? He kept telling people to go for it whenever it was suggested by someone. There are enough people who will vote this on any exchange to see some kind of return for mining this for a week or two.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on August 13, 2014, 03:45:46 PM
It's actually nice mining this coin now since the whales moved on and the trolls have lost interest in flaming the dev. It is a solid coin. We're only half way now to the random reward dropping 800 to 400. There was no rush to get in on exchange before block 7408 understandably. Only problem now is dev hasn't been active since Aug 1st. Do coins need a devs approval to be listed? He kept telling people to go for it whenever it was suggested by someone. There are enough people who will vote this on any exchange to see some kind of return for mining this for a week or two.

Nope all u gotta do is reach out to an exchange. Check and see if polo will list us.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Pebbelzz on August 13, 2014, 11:43:16 PM
So I downloaded the wallet and I can't get it to sync or even show any connections. I tried the 1 addnode that was mentioned in the thread and it won't even take that. Is there a config or something that I need to add?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Jerubbaal75 on August 14, 2014, 04:01:00 AM
As long as the file you downloaded says rollback at the end it should work. It doesn't need a .conf it manages itself somehow, just ran it and got 8 connections. Only other thing is that you gave it access through your firewall when it asked when you first ran the QT. By default its unchecked for security reasons.

Oh, and that polo exchange mentioned doesn't exist anymore, the domain is sold :/
Any other suggestions? Like LazyCoins, AllCoin or BTER?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MonetaCoin on August 14, 2014, 11:09:26 AM
As long as the file you downloaded says rollback at the end it should work. It doesn't need a .conf it manages itself somehow, just ran it and got 8 connections. Only other thing is that you gave it access through your firewall when it asked when you first ran the QT. By default its unchecked for security reasons.

Oh, and that polo exchange mentioned doesn't exist anymore, the domain is sold :/
Any other suggestions? Like LazyCoins, AllCoin or BTER?

www.poloniex.com they still exist.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Pebbelzz on August 14, 2014, 03:09:46 PM
As long as the file you downloaded says rollback at the end it should work. It doesn't need a .conf it manages itself somehow, just ran it and got 8 connections. Only other thing is that you gave it access through your firewall when it asked when you first ran the QT. By default its unchecked for security reasons.


it's the rollback, gave it access through the firewall, even tried run as administrator just for giggles and still can't get any connections


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MonetaCoin on August 14, 2014, 03:12:36 PM
I'm wondering if the Diem team should take this coin over? Would anyone be willing to donate any of their mystery coins for us to make new wallets and get us on an exchange? We can also provide a new perma seed node to ensure the wallets stay connected.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Pebbelzz on August 14, 2014, 03:30:07 PM
As long as the file you downloaded says rollback at the end it should work. It doesn't need a .conf it manages itself somehow, just ran it and got 8 connections. Only other thing is that you gave it access through your firewall when it asked when you first ran the QT. By default its unchecked for security reasons.


it's the rollback, gave it access through the firewall, even tried run as administrator just for giggles and still can't get any connections

apparently to get it to work I had to post about it a second time and glare real hard at it, after sitting for 10 hours over night it just magically started working  ???  :-\


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Jerubbaal75 on August 14, 2014, 09:18:08 PM
I've submitted it to Poloniex, when a vote link comes up I'll post it.

I noticed the Dev logged in yesterday (13th)
To Dev:  We're currently at 46,234, All the trolls have left and people are still mining Mystery. It's a solid SHA coin, when we get on Poloniex it will be awesome! To the Moon! (ヅ


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on August 14, 2014, 09:36:05 PM
I've submitted it to Poloniex, when a vote link comes up I'll post it.

I noticed the Dev logged in yesterday (13th)
To Dev:  We're currently at 46,234, All the trolls have left and people are still mining Mystery. It's a solid SHA coin, when we get on Poloniex it will be awesome! To the Moon! (ヅ


Yes to the moon if we can be listed. Come back and join us dev


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery
Post by: d2dtk on August 16, 2014, 02:56:19 AM
I'm surprised no exchanges have picked up on this coin yet...Maybe once Dev comes back or makes a new coin that will allow this one?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: lisek229 on August 16, 2014, 03:55:07 PM
Where is Dev? There is no exchange for this coin :(


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: plast555 on August 17, 2014, 01:57:16 PM

This is the big problem, because still no exchange....diff falling down so price can not be high and when all miners come to exchange with all this coins what they mined until now, it's hard to find so much buyers in one moment...so to all of you who still mining mystery I wish a good luck !!!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: z38630610 on August 19, 2014, 10:56:13 AM
this coin no exchange ,this coin no value!!!!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on August 19, 2014, 01:23:42 PM
Hey guys I know its a small exchange but we have been added to the voting list here! https://cryptoine.com/voting/MYST


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on August 19, 2014, 01:30:41 PM
Hey guys I know its a small exchange but we have been added to the voting list here! https://cryptoine.com/voting/MYST

Quick everyone let's get voting and get some life brought back into this coin! This exchange will just be our first step.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Pebbelzz on August 19, 2014, 01:40:12 PM
A Community take over would also help get this on an exchange and get the ball rolling for this coin


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on August 19, 2014, 03:11:23 PM
A Community take over would also help get this on an exchange and get the ball rolling for this coin

I'd be interested in trying to get someone to take this coin over. But we would need to be willing to donate some of our mystery coins to them for funding to keep them vested in further updates and features as we go.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: z38630610 on August 19, 2014, 08:26:30 PM
Hey guys I know its a small exchange but we have been added to the voting list here! https://cryptoine.com/voting/MYST

this coin no voting,your look
http://gyazo.com/c613e79e85c9869c2bfdd81ebb26b8c8
http://gyazo.com/c613e79e85c9869c2bfdd81ebb26b8c8


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: d2dtk on August 19, 2014, 08:45:45 PM
This link has been tested and is working.

We have 5 votes let's go for 50 by the end of the day! !  ;D


https://cryptoine.com/voting#MYST


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Jerubbaal75 on August 19, 2014, 11:52:50 PM
9 now, I'll vote daily. Never heard back from poloniex :-\ if it requires some kind of twitter campaign I'm out of my element


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: BullFrog on August 23, 2014, 08:34:22 AM
I like PoS coins, with a total of 4.6 Billion Mystery Coins there will be enough space for 30% yearly interest. It also will create more attention by investors, imho.

At a newb at this coin, what means 'mystery cache' and what was this 'big block' - there are more to find ? THX


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: z38630610 on August 23, 2014, 11:54:41 AM
I like PoS coins, with a total of 4.6 Billion Mystery Coins there will be enough space for 30% yearly interest. It also will create more attention by investors, imho.

At a newb at this coin, what means 'mystery cache' and what was this 'big block' - there are more to find ? THX
he,this coin dead


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on August 23, 2014, 01:51:08 PM
I like PoS coins, with a total of 4.6 Billion Mystery Coins there will be enough space for 30% yearly interest. It also will create more attention by investors, imho.

At a newb at this coin, what means 'mystery cache' and what was this 'big block' - there are more to find ? THX
he,this coin dead

For a dead coin its def still rising in rank on the voting list. Good job everyone keep it up.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: garmin on August 26, 2014, 09:29:37 PM
Hardcore miners still has people mining away, exchange votes still increasing, reward halving @ 80,001 in about 1000 blocks...

Hmmm

Wonder when the mystery coin resurrection starts?  ;)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Jerubbaal75 on August 26, 2014, 09:59:46 PM
11th @ 67 now, rising in the ranks past shitcoins like Golden Loaf Yanukovich, lols

https://cryptoine.com/voting#MYST


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MonetaCoin on August 28, 2014, 08:40:05 PM
11th @ 67 now, rising in the ranks past shitcoins like Golden Loaf Yanukovich, lols

https://cryptoine.com/voting#MYST

Keep voting guys!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: sunerok on August 30, 2014, 10:01:39 AM
11th @ 67 now, rising in the ranks past shitcoins like Golden Loaf Yanukovich, lols

https://cryptoine.com/voting#MYST

Keep voting guys!

mystery will be back :D

good news.  8)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: BullFrog on September 03, 2014, 06:22:27 AM
11th @ 67 now, rising in the ranks past shitcoins like Golden Loaf Yanukovich, lols

https://cryptoine.com/voting#MYST

Keep voting guys!

Mystery @ #5 , keep voting for our new exchange


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: d2dtk on September 04, 2014, 05:05:59 AM
15 votes and we will be in 3rd place!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: MonetaCoin on September 04, 2014, 11:38:05 AM
15 votes and we will be in 3rd place!

Woooo keep voting!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: BullFrog on September 05, 2014, 12:50:42 PM
15 votes and we will be in 3rd place!

Woooo keep voting!
proudly presents : Mystery #3


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: z38630610 on September 05, 2014, 01:23:51 PM
wallet not sync


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: TimC on September 05, 2014, 01:36:38 PM
wallet not sync

addnode=192.99.10.27


Title: Re: � [MYST] Mystery Coin
Post by: cryptoJJ on September 05, 2014, 07:16:54 PM
It appears we have made it.

https://cryptoine.com/trade/myst_btc

Now...what will the price point be?


Title: Re: � [MYST] Mystery Coin
Post by: d2dtk on September 05, 2014, 08:13:50 PM
It appears we have made it.

https://cryptoine.com/trade/myst_btc

Now...what will the price point be?

This is great news! We need more interest for the price to grow..Who made the first order?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: GC-Pool on September 05, 2014, 08:14:44 PM
none

its an outdated exchange .

look at other coins there, you are talking about an "exchange" that trades 20 pennys per day LOL

get real exchanges or coin is DEATH !



Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: RamiroGomare on September 05, 2014, 08:33:22 PM
none

its an outdated exchange .

look at other coins there, you are talking about an "exchange" that trades 20 pennys per day LOL

get real exchanges or coin is DEATH !



Just 1 BTC and Bit trex will greet any coin.


Title: Re: � [MYST] Mystery Coin
Post by: apmapm12 on September 05, 2014, 09:40:35 PM
It appears we have made it.

https://cryptoine.com/trade/myst_btc

Now...what will the price point be?

This is great news! We need more interest for the price to grow..Who made the first order?

Good job! everyone now we just have to spread the word and get ppls interest.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: Jerubbaal75 on September 06, 2014, 06:13:04 AM
Sweet! Yeah, I was just logging in to vote again and saw the news. I sent a message to Dev to update OP.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: z38630610 on September 06, 2014, 01:55:40 PM
wallet not sync ,why ?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: sunerok on September 08, 2014, 10:47:22 AM
wallet is syncing with new addnode
addnode=192.99.10.27

=]


lets see where the mystery takes us this time  8)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: montello on September 08, 2014, 10:56:39 AM


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/MysteryCoinWindowsRollback.rar)  http://www.mysterycoin.org/github.png (https://github.com/MysteryCoin)http://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 (http://mystery.hardcoreminers.com)        https://i.imgur.com/dSAlr80.png (http://myst.coin-miners.info)        https://www.minep.it/images/logo.png (https://www.minep.it/pool/myst)        http://s14.postimg.org/luwpmtsip/gc_pool.jpg (http://gc-pool.ddns.net/mystery/public)

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/MysteryCoinWindowsRollback.rar)  http://www.mysterycoin.org/github.png (https://github.com/MysteryCoin)
If this coin developer is good or cares about the coin that much all the images that is not showing would have been attended to since July.
I like the coin but the Dev? I .................................


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: thefix on September 08, 2014, 08:55:41 PM
Looks like the community did a great Job taking this one over!   ;)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: DeezBTC on September 15, 2014, 09:18:21 AM
Come on ppls


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: beitris.dwlul on September 24, 2014, 03:31:49 PM
This is my first time ever successfully solo mining.  ;)


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on September 27, 2014, 12:08:53 AM
This is my first time ever successfully solo mining.  ;)

Now we just gotta get some real volume and attention to this coin. Does anyone have any idea to get our self's moving? Businesses? Contest? Community take over would help us but we need a coder.


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: thefix on September 27, 2014, 12:56:10 AM
This is my first time ever successfully solo mining.  ;)

Now we just gotta get some real volume and attention to this coin. Does anyone have any idea to get our self's moving? Businesses? Contest? Community take over would help us but we need a coder.


Going to need more cowbell and at least 10 or so community members


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: thefix on September 27, 2014, 01:39:11 AM
The dev has been online recently, he might be willing to help out if the community is behind it.




Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: apmapm12 on September 30, 2014, 01:56:17 AM
The dev has been online recently, he might be willing to help out if the community is behind it.




What do u wanna do to bring more ppl in? We could offer a promo giveaway or something. I'd be willing to pitch in some mystery coin to be spread out but we def need a dev.


Title: Re: � [MYST] Mystery Coin �
Post by: cryptoJJ on October 01, 2014, 02:27:23 AM
I'd be willing to help out as well. 

I would like to look at some other coins with successful community takeovers.  Does anyone know of any I could look at, for reference?


Title: Re: � [MYST] Mystery Coin �
Post by: apmapm12 on October 01, 2014, 11:16:50 PM
I'd be willing to help out as well. 

I would like to look at some other coins with successful community takeovers.  Does anyone know of any I could look at, for reference?

I know diem coin did a successful community take over. https://bitcointalk.org/index.php?topic=588310.0


We dev need a more active community to make this happen. Besides that its just a matter of us pooling our resources together


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: thefix on October 02, 2014, 01:53:34 AM
The dev has been online recently, he might be willing to help out if the community is behind it.




What do u wanna do to bring more ppl in? We could offer a promo giveaway or something. I'd be willing to pitch in some mystery coin to be spread out but we def need a dev.


That all sounds good, and I agree we def need a Dev involved


We could give away a certain amount for sig files, etc


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: GreenDefender on November 03, 2014, 09:08:45 AM
anyone has syncing nodes ?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: crackfoo on February 01, 2015, 05:02:53 AM
x11 or sha?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: anticlimax on February 01, 2015, 05:06:45 AM
x11 or sha?

Wrong mysterycoin.
The other ones x11.

http://myst.suprnova.cc


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: z38630610 on February 01, 2015, 05:59:54 AM
x11 or sha?

Wrong mysterycoin.
The other ones x11.

http://myst.suprnova.cc



bittrex exchange myst/btc 2000satoshi. why not sha256 mysterycoin ?


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: teamcryptonator on February 19, 2015, 08:19:53 PM
Hey guys. Now listing MYST on Cryptonator website https://www.cryptonator.com/rates/MYST-BTC and in Cryptonator Android (https://play.google.com/store/apps/details?id=com.aev.cryptonator) / iPhone (https://itunes.apple.com/us/app/cryptonator/id859201083) apps. Enjoy!


Title: Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK �
Post by: real789 on March 13, 2015, 07:41:17 AM
are this coin still life ? i want to buy some to invest