Skip to content

Commit

Permalink
The owls had been fooled. So had we.
Browse files Browse the repository at this point in the history
  • Loading branch information
montecrypto-game committed Feb 19, 2018
1 parent a6de0b1 commit 90fea4c
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 46 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Now is the time for you to help me. The superb owls are watching.
Now is the time for you to help me. The owls are watching.
93 changes: 49 additions & 44 deletions faq.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113870719-1"></script>
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-113870719-1'></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
Expand All @@ -10,93 +10,98 @@
gtag('config', 'UA-113870719-1');
</script>

<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="&nbsp;"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<link rel='apple-touch-icon-precomposed' sizes='57x57' href='/favicon/apple-touch-icon-57x57.png' />
<link rel='apple-touch-icon-precomposed' sizes='114x114' href='/favicon/apple-touch-icon-114x114.png' />
<link rel='apple-touch-icon-precomposed' sizes='72x72' href='/favicon/apple-touch-icon-72x72.png' />
<link rel='apple-touch-icon-precomposed' sizes='144x144' href='/favicon/apple-touch-icon-144x144.png' />
<link rel='apple-touch-icon-precomposed' sizes='60x60' href='/favicon/apple-touch-icon-60x60.png' />
<link rel='apple-touch-icon-precomposed' sizes='120x120' href='/favicon/apple-touch-icon-120x120.png' />
<link rel='apple-touch-icon-precomposed' sizes='76x76' href='/favicon/apple-touch-icon-76x76.png' />
<link rel='apple-touch-icon-precomposed' sizes='152x152' href='/favicon/apple-touch-icon-152x152.png' />
<link rel='icon' type='image/png' href='/favicon/favicon-196x196.png' sizes='196x196' />
<link rel='icon' type='image/png' href='/favicon/favicon-96x96.png' sizes='96x96' />
<link rel='icon' type='image/png' href='/favicon/favicon-32x32.png' sizes='32x32' />
<link rel='icon' type='image/png' href='/favicon/favicon-16x16.png' sizes='16x16' />
<link rel='icon' type='image/png' href='/favicon/favicon-128.png' sizes='128x128' />
<meta name='application-name' content='&nbsp;'/>
<meta name='msapplication-TileColor' content='#FFFFFF' />
<meta name='msapplication-TileImage' content='mstile-144x144.png' />
<meta name='msapplication-square70x70logo' content='mstile-70x70.png' />
<meta name='msapplication-square150x150logo' content='mstile-150x150.png' />
<meta name='msapplication-wide310x150logo' content='mstile-310x150.png' />
<meta name='msapplication-square310x310logo' content='mstile-310x310.png' />







<link type = "text/css" rel = "stylesheet" href = "main.css">
<link type = 'text/css' rel = 'stylesheet' href = 'main.css'>
<link href='https://fonts.googleapis.com/css?family=Rambla' rel='stylesheet'>
<meta charset="UTF-8">
<meta charset='UTF-8'>
<title>FAQ MonteCrypto</title>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
src='https://code.jquery.com/jquery-3.3.1.min.js'
integrity='sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8='
crossorigin='anonymous'>
</script>
</head>
<body>

<ul class="nav">
<li><a href="https://montecrypto-game.github.io">HOME</a></li>
<li><a style='color:white' href="https://montecrypto-game.github.io/faq.html">FAQ</a></li>
<li><a href="https://montecrypto-game.github.io/presskit.zip">PRESSKIT</a></li>
<li><a target='_blank' href="https://montecrypto-game.github.io/buynow.html">BUY NOW!</a></li>
<ul class='nav'>
<li><a href='https://montecrypto-game.github.io'>HOME</a></li>
<li><a style='color:white' href='https://montecrypto-game.github.io/faq.html'>FAQ</a></li>
<li><a href='https://montecrypto-game.github.io/presskit.zip'>PRESSKIT</a></li>
<li><a target='_blank' href='https://montecrypto-game.github.io/buynow.html'>BUY NOW!</a></li>
</ul>

<a href='https://montecrypto-game.github.io/'><img class="title" alt="He who tries will succeed." src="img/title.png" style="margin-top:15px;width:904px;height:225px"/></a>
<a href='https://montecrypto-game.github.io/'><img class='title' alt='He who tries will succeed.' src='img/title.png' style='margin-top:15px;width:904px;height:225px'/></a>

</br>
<h1 style='margin-top:30px'> Frequently Asked Questions </h1>
<div class='faq'>
<h2>What is Bitcoin?</h2>
<p class="answer">- Bitcoin is a digital currency (or crypto-currency). No one controls it, it is completely decentralised and is (almost) anonymous. For more info, please visit: <a href='https://bitcoin.org/en/' target='_blank'>bitcoin.org</a></p>
<p class='answer'>- Bitcoin is a digital currency (or crypto-currency). No one controls it, it is completely decentralised and is (almost) anonymous. For more info, please visit: <a href='https://bitcoin.org/en/' target='_blank'>bitcoin.org</a></p>

<h2>Isn’t Bitcoin a scam? I heard it recently crashed.</h2>
<p class="answer">- We are not here to advertise Bitcoin. We think it can be fun to have a Bitcoin as a prize for our game. Currently, the estimated value of a Bitcoin is $<span id="btc"><script id="btc" src="js/what.js"></script></span>.</p>
<p class='answer'>- We are not here to advertise Bitcoin. We think it can be fun to have a Bitcoin as a prize for our game. Currently, the estimated value of a Bitcoin is $<span id='btc'><script id='btc' src='js/what.js'></script></span>.</p>

<h2>How can I access the Bitcoin?</h2>
<p class="answer">- You need to recover the wallet.dat file that is located in your game’s files.</p>
<p class='answer'>- You need to recover the wallet.dat file that is located in your game’s files.</p>

<h2>What is a wallet.dat file? How do I recover it?</h2>
<p class="answer">- A wallet.dat file is a file that contains the private keys required to unlock the wallet. It has been encrypted with a 24 words-long password using the BitcoinCore client. By playing MonteCrypto: The Bitcoin Enigma and solving all the enigmas, you will be able to decrypt the password.</p>
<p class='answer'>- A wallet.dat file is a file that contains the private keys required to unlock the wallet. It has been encrypted with a 24 words-long password using the BitcoinCore client. By playing MonteCrypto: The Bitcoin Enigma and solving all the enigmas, you will be able to decrypt the password.</p>

<h2>Does the game use my PC to mine Bitcoin or any other cryptocurrency while I play?</h2>
<p class='answer'>- Absolutely not.</p>

<h2>I can’t seem to find the answer to an enigma. Where can I get some help?</h2>
<p class="answer">- Try googling it!</p>
<p class='answer'>- Try googling it!</p>

<h2>Can I record and/or stream footage of MonteCrypto: The Bitcoin Enigma, including for monetary gain?</h2>
<p class='answer'>- Yes, of course!

<h2>Nice music! Can I buy it somewhere?</h2>
<p class="answer">- Of course! You can purchase it here: MonteCrypto OST</p>
<p class='answer'>- Of course! You can purchase it here: MonteCrypto OST</p>

<h2>How difficult is this game?</h2>
<p class="answer">- We would say it’s fairly simple. If you are an <a href="https://en.wikipedia.org/wiki/Superintelligence">ASI</a>. Otherwise, this game must be amongst the hardest you’ve ever played.</p>
<p class='answer'>- We would say it’s fairly simple. If you are an <a href='https://en.wikipedia.org/wiki/Superintelligence'>ASI</a>. Otherwise, this game must be amongst the hardest you’ve ever played.</p>

<h2>Who is the team behind all of this?</h2>
<p class="answer">- We will reveal ourselves once the Bitcoin prize has been claimed.</p>
<p class='answer'>- We will reveal ourselves once the Bitcoin prize has been claimed.</p>

<h2>Will I still be able to play after someone has won the Bitcoin?</h2>
<p class='answer'>- Yes you can. Although you’ll no longer be able to win the bitcoin, you can continue to play the game and try to solve the enigma for yourself. The game allows players to leave messages for all to see. Once the game is solved this feature will be frozen and the game will become a museum showing the paths and struggles that led to finding the password and getting the Bitcoin. Regarding the story of MonteCrypto, it may not be totally over.</p>


<h2>What happens when someone claims the Bitcoin?</h2>
<p class="answer">- He gains access to the Bitcoin and can empty the wallet.</p>


<h2>I’m looking for a clue on this page, please tell me there where it is.</h2>
<p clue='haha you really thought this was going to work?' class="answer">- Try looking at the source code maybe?… </p>
<p clue='haha you really thought this was going to work?' class='answer'>- Try looking at the source code maybe?… </p>

<h2>Final words?</h2>
<p class="answer">- This link: <a href="https://github.com/gurnec/btcrecover" target='_blank'>https://github.com/gurnec/btcrecover/</a>
<p class='answer'>- This link: <a href='https://github.com/gurnec/btcrecover' target='_blank'>https://github.com/gurnec/btcrecover/</a>
</br></br>It might come in handy.</p>
</div>
</body>
Expand Down
Binary file modified img/.DS_Store
Binary file not shown.
Binary file removed img/banner.jpg
Binary file not shown.
Binary file added img/logo/.DS_Store
Binary file not shown.
Binary file added img/logo/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo/s1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo/s2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/one.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 32 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<iframe width="904" height="508" src="https://www.youtube.com/embed/4mdxNTtVM5E" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</br>
<h1 style="color:white;font-size:28pt;margin-bottom:0pt;padding-bottom:0cm">1 BITCOIN FOR THE WINNER!</br>Be the first to solve all 24 enigmas and win the Bitcoin!</h1>
<p style="margin-top:0pt">Current estimated value : $<span id="btc"><script id="btc" src="js/what.js"></script></span></p>
<p style="margin-top:0pt">Current estimated value: $<span id="btc"><script id="btc" src="js/what.js"></script></span></p>

<a target="_blank" href="https://montecrypto-game.github.io/buynow.html"><button class="steam"><img src="img/buynow.png" title="Buy it!" alt="Pic Loading..." height="90" width="auto"></img></button></a>

Expand Down Expand Up @@ -153,6 +153,37 @@ <h1 style="color:white;font-size:28pt;margin-bottom:0pt;padding-bottom:0cm">1 BI
<div style="width:50%;text-align:left;margin:auto;"><p class='subtitle'><b>The Team</b></p><p style="width:80%;margin:auto;text-align:left">The identity of the development team behind MonteCrypto: The Bitcoin Enigma is also a mystery. All we know is that they go by the nickname of "Gem Rose Accent". Their true identity will be revealed once all enigmas have been solved.</p></div>
<img src="img/gemroseaccent.png" height="100" style='margin-top:50px'/>

<div style="width:50%;text-align:left;margin:auto;margin-top:50px"><p class='subtitle'><b>AS SEEN ON</b></p></div>
<div class='pressImgs'>

<a href='http://uk.ign.com/articles/2018/02/18/steam-puzzle-game-offering-1-bitcoin-to-the-first-person-who-can-beat-it'>
<img style='width:291px;height:101px' src='img/logo/01.png'/>
</a>
<a href='https://motherboard.vice.com/en_us/article/bj578v/montecrypto-steam-bitcoin-puzzle-game'>
<img style='width:221px;height:101px' src='img/logo/02.png'/>
</a>
<a href='https://lifehacker.com/you-could-win-a-bitcoin-by-beating-this-new-video-game-1823045299'>
<img style='width:291px;height:106px' src='img/logo/03.png'/>
</a>
<a href='http://www.businessinsider.de/the-bitcoin-enigma-pc-spiel-schenkt-euch-einen-bitcoin-wenn-ihr-es-zuerst-schafft-2018-2?IR=T'>
<img style='width:221px;height:106px' src='img/logo/04.png'/>
</a>
<a href='https://www.rollingstone.com/glixel/news/daily-glixel-theres-another-new-swery-game-on-the-way-w516854/mystery-devs-are-giving-away-one-bitcoin-to-first-person-who-beats-their-game-w516858'>
<img style='width:291px;height:78px' src='img/logo/05.png'/>
</a>
<a href='https://sputniknews.com/science/201802161061722424-puzzle-game-bitcoin-reward/'>
<img style='width:221px;height:78px' src='img/logo/s1.png'/>
</a>
<a href='https://cointelegraph.com/news/new-steam-game-offers-one-bitcoin-to-first-player-who-cracks-24-enigmas'>
<img style='width:291px;height:78px' src='img/logo/07.png'/>
</a>
<a href='https://sputniknews.com/science/201802161061722424-puzzle-game-bitcoin-reward/'>
<img style='width:221px;height:78px' src='img/logo/s2.png'/>
</a>
</div>



<h4 width="100%" margin:"auto">Bitcoin address : <a href="https://live.blockcypher.com/btc/address/19mb9mZ1w953zBd7viHwWK2ZhPmcbMQh4Q/" style:"overflow:hidden;" target="_blank">19mb9mZ1w953zBd7viHwWK2ZhPmcbMQh4Q</a></h4>

<div class='cont'>
Expand Down
13 changes: 13 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,19 @@ p.subtitle {
margin-bottom:10px
}

.pressImgs{
width:515px;
margin:0px auto;
height:340px;
margin-bottom:150px;
}


.pressImgs img{
float:left;
}


.social {
border-radius: 100px;
margin-right:10px;
Expand Down

0 comments on commit 90fea4c

Please sign in to comment.