-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
349 lines (313 loc) · 24.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>PoWHCoin</title>
<meta name="description" content="Introducing the PonziCoin ICO, the world's first transparent, decentralized Ponzi Scheme built on the blockchain.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS Dependencies -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="shards.min.css">
<link rel="stylesheet" href="shards-extras.min.css">
</head>
<body class="shards-landing-page--1">
<!-- Welcome Section -->
<div class="welcome d-flex justify-content-center flex-column">
<div class="container">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark pt-3 px-0">
<a class="navbar-brand" href="#" style="margin-top: 3px;">
<img src="images/agency-landing/logo.png" style="max-height:40px;margin-top:-10px;" class="mr-2" alt="Shards - Agency Landing Page">
<span style="font-weight:100">PoWH</span>Coin</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index2.html">My Coins</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index3.html">Shill-Kit</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://etherscan.io/address/0xe3f64dc522a66405c51d96aae234217a03502bb4#code">Source</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.sec.gov/investor/alerts/ia_virtualcurrencies.pdf">White Paper</a>
</li>
</ul>
</div>
</nav>
<!-- / Navigation -->
</div> <!-- .container -->
<!-- Inner Wrapper -->
<div class="inner-wrapper mt-auto mb-auto container">
<div class="row">
<div class="col-md-10">
<h1 style="line-height: 75px;" class="welcome-heading display-4 text-white">The World's First Autonomous and Self-Sustaining Pyramid Scheme</h1>
<p class="text-white">Pyramids aren't built in a day. Carry the first <strike>bag</strike> brick.</p>
<a href="#our-services" class="btn btn-lg btn-outline-white btn-pill align-self-center">Learn More</a>
</div>
</div>
</div>
<!-- / Inner Wrapper -->
</div>
<!-- / Welcome Section -->
<!-- Our Services Section -->
<div id="our-services" class="our-services section py-4">
<h3 class="section-title text-center my-5">How It Works</h3>
<!-- Features -->
<div class="features py-4 mb-4">
<div class="container">
<div class="row">
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-primary mr-3"><i class="fa fa-chain"></i></div>
<div class="px-4">
<h5><strike>Invest in</strike> Throw ethereum at the Blockchain</h5>
<p>By sending Eth to the smart contract, you're trusting an uncaring mathematical gambling robot, fueled by the magic of chinese ethereum miners, to entrust you with (POWH) Tokens. We don't trust it and neither should you. </p>
</div>
</div>
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-primary mr-3"><i class="fa fa-rocket"></i></div>
<div class="px-4">
<h5>It Pumps and Dumps Itself</h5>
<p>Every Time a Token is purchased, the contract increases the price of the next token by a small percentage (about 0.25%). Every time a Token is sold, the next Token is valued slightly less (about -0.25%). </p>
</div>
</div>
</div>
<div class="row">
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-primary mr-3"><i class="fa fa-handshake-o"></i></div>
<div class="px-4">
<h5>Proof of Weak Hands Technology (POWH)</h5>
<p> Instead of conventional staking methodology, When someone purchases a token, 5% Of the buy-in-price is split by the total number of coins and given as locked-in dividends to each previous investor based on how many coins they own. This is stored as price-locked POWH Tokens that nobody can touch but you! </p>
</div>
</div>
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-primary mr-3"><i class="fa fa-lock"></i></div>
<div class="px-4">
<h5>No Exit Strategy , No Contract Crash</h5>
<p>With our ingenous (POWH) technology, there is no way for FUD to take away your dividends, and even with weak-hands and whales trying to sell and FOMO in again they just generate more revenue for anyone who holds the coin! You're staking on other people doing dumb things with their money!</p>
</div>
</div>
</div>
<div class="row">
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-primary mr-3"><i class="fa fa-dollar"></i></div>
<div class="px-4">
<h5>Cash Out - Forever</h5>
<p>At any time, you can sell your PoWHCoins back to the Smart Contract for 90% of the current price , or withdraw just the dividends you've accumulated! </p>
</div>
</div>
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-primary mr-3"><i class="fa fa-space-shuttle "></i></div>
<div class="px-4">
<h5>Forever</h5>
<p>Seriously, No Premine, no Self Destruct, no Dev Exit Scheme. This contract will fluctuate in price and pay out dividends until the ethereum network dies. </p>
</div>
</div>
</div>
<p style="margin: auto; display: block; text-align: center;">What are you waiting for?</p>
<button style="margin: auto; display:block; width: 200px; margin-top: 20px;" class="btn btn-primary btn-pill" onclick="window.location.href = 'index2.html';">
Buy PonziCoins
</button>
<p></p>
<p>Please Note: This is not an investment or security, any and all tokens sent to the automatic mathematical gambling robot are purely for your own pleasure in participating in this absolutely insane social experiment.</p>
</div>
</div>
<!-- / Features -->
</div>
<!-- / Our Services Section -->
<div id="app-features" class="app-features section">
<h3 class="section-title text-center m-5">Guide to Get Rich Quick</h3>
<div class="container-fluid">
<div class="row">
<div class="app-screenshot col-lg-6 col-md-12 col-sm-12 px-0 py-5">
<div class="card" style="margin: auto; width: 80%; max-width: 600px; max-height: 750px;">
<div class="card-body">
<h4 class="card-title text-center">Whitepaper Summary</h4>
<img style="width:100%; max-height: 550px; max-width: 700px;" class="card-img-top mt-auto mb-auto" src="images/triangly.jpg" alt="App Screenshot - Shards App Promo Demo Page">
</div>
</div>
</div>
<!-- App Features Wrapper -->
<div class="app-features-wrapper col-lg-4 col-md-6 col-sm-12 py-5 mx-auto">
<div class="container">
<div class="feature py-4 d-flex">
<div class="icon text-white bg-primary mr-5"><i class="fa fa-shopping-cart"></i></div>
<div>
<h5>Step 1: <strike>Invest</strike> Throw your ETH at our robot</h5>
<p>This game will be running for as long as ethereum is around. <a href="index2.html">Send ether to the Smart Contract through this website</a> to buy your coins now before it takes off, or after the price has tanked the first time, or the second time. There's going to be a LOT of ground floors; Pretty sure we are in for a ride</p>
</div>
</div>
<div class="feature py-4 d-flex">
<div class="icon text-white bg-primary mr-5"><i class="fa fa-reddit-alien"></i></div>
<div>
<h5>Step 2: Shill</h5>
<p>We suggest shilling this coin heavily to anyone who has the right sense of humor to throw cryptocurrency into a pit of fuckery; or anyone who genuinely believes <strike>bitconnect</strike> dividends are a good idea. Creating posts on how this coin is like a standard crypto on crack with price swings and meme payouts, on <a href="https://www.reddit.com/r/wallstreetbets/">/r/wallstreetbets</a>, <a href="https://www.reddit.com/r/CryptoCurrency/">/r/cryptocurrency</a>, <a href="http://boards.4chan.org/biz/">/biz/</a>, and making several youtube videos promoting POWHCoin is also encouraged. Please do not lie or guarantee gains, this is a game and should be considered as such!</p>
</div>
</div>
<div class="feature py-4 d-flex">
<div class="icon text-white bg-primary mr-5"><i class="fa fa-line-chart"></i></div>
<div>
<h5>Step 3: HODL</h5>
<p>Everytime 1 token is sold, the Smart Contract will increase the price of every token and pays out dividends. With the dynamic pricing it's likely the coin will crash, induce FOMO (fear of missing out) and trigger an entire new-wave of buyins and dividends for all previous holders. Someone is losing money, don't let it be you!</p>
</div>
</div>
<div class="feature py-4 d-flex">
<div class="icon text-white bg-primary mr-5"><i class="fa fa-money"></i></div>
<div>
<h5>Step 4: Profit</h5>
<p>If you have weak hands and no longer want to participate in this madness <a href="index.html">sell your coins back to the Smart Contract through this website</a> for ether! If you've HODLed for long enough and shilled hard enough that enough people have chased the meme after you, your gains will be through the roof!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Our Blog Section -->
<div class="blog section section-invert py-4">
<h3 class="section-title text-center m-5">FAQ</h3>
<div class="container">
<div class="py-4">
<p><b>Q: Is this a real thing?</b></p>
<p>A: Yes, POWHCoins are an <a href="https://theethereum.wiki/w/index.php/ERC20_Token_Standard">ERC20 standard token</a> built on the ethereum blockchain that you can sell on this site. They have no value outside of engaging in the POWH game with our Math Robot though and you should not consider them a real investment.</p>
<p><b>Q: Who Made This?</b></p>
<p>The original concept for the Contract was created by <a href="https://test.jochen-hoenicke.de/eth/ponzitoken/">Dr. Jochen Hoenicke</a> a brilliant guy who develops the <a href="https://github.com/jhoenicke/trezor-mcu">Trezor Firmware</a> and the <a href="https://github.com/jhoenicke/mempool">Bitcoin Mempool statistics Viewer</a>. We kinda hope he buys in. <p>
<p><b>Q: Wasn't there something similar to this earlier?</b></p>
<p>A: Yes there were a few "Doubling Scheme" Ponzicoin sites. These worked on a different algorithm that doubled the price of each coin every 100 tokens that were purchased, and only let you sell out for 1/4th of the token value. Both times these coins were run they only lasted a few hours before the Devs Exit-scammed with them, or the contract crashed because everyone cashed out. </p>
<p><b>Q: How do we know you guys won't do the same thing? </p></b>
<p>A: Different contract, You should read it; the math is pretty cool and is designed to initially spike, then crash, then spike and crash and continually make dividends for anyone with <b>IRON HANDS</b> and let short term / weak handed players trick themselves <p>
<p><b>How does this work? Can I actually cash out?</b></p>
<p>A: When you buy POWHCoins, you are paying ether into the PonziCoin's Smart Contract balance, think of it like an ether bank account with a fancy robot attached to it. Whenever you wish to cash out, the robot (smart contract) will pay you the ether you are owed out of its balance. </p>
<p><b>Q: Can I actually make ETH off of this?</b></p>
<p>A: Yes! I would rather you assume you won't though.</p>
<p><b>Q: What do I need to buy into this Ponzi Scheme?</b></p>
<p>A: You need to install <a href="https://metamask.io/">Metamask</a> and also need to buy some Ether (ETH), probably from something like Coinbase.</p>
<p><b>Q: This seems like a great investment opportunity! I need to get back all the money I lost in BitConnect, so can I put my entire pension fund/college fund/retirement savings/second home mortgage in?</b>
<p>A: No, this is a joke foremost and secondarily a toy that only has as much value as the fun you get out of it (and the fun you get out of other players).</p>
<p><b>Q: Is this a scam?</b></p>
<p>A: Yes, More accurately this is a game where you put cryptocurrency into trying to trick, fake out, or scam everyone else out of their cryptocurrency. Any value you deposit into this smart contract should purely be placed because you enjoy the concept and social experiment and wish to participate. For better or worse. </p>
<p><b>Q: Is this site secure?</b></p>
<p>A: All transactions are handled through the Ethereum network, Metamask and Our insane blockchain gambling smart-contract. Do not use this site if you do not trust these systems. Our bet is on Metamask taking your money.</p>
<p><b>Q: This seems to be too good to be true, how am I getting screwed?</b></p>
<p>A: It's a literal pyramid scheme on a rollercoaster. The price can fluccuate upwards and downwards extremely quickly depending on who cashes in/out of the contract. The dividends design encourages more and more players to hold over longer periods of time and should naturally push the price upwards however. </p>
<p><b>Q: Are there any other coins that pay dividends like this?</b></p>
<p>A: Yeah lots actually, <a href="https://coinmarketcap.com/currencies/kucoin-shares/">Kucoin Shares</a>and <a href="https://coinmarketcap.com/currencies/coss/">Coss</a> are big name exchange tokens that pay out a percentage of all fees taken from trading on the platform. Not to mention the actually-the-definition-of-a-ponzi "Refer friends and get their fees" schemes on Binance/Kucoins</p>
<p><b>Q: Is this coin pre-mined?</b></p>
<p>A: No, Nor are there any loops in the code that allow us to take ETH out of the contract in any ways that you yourself are not capable of.</p>
<p><b>Q: So this won't suddenly dissapear overnight with everything i put in it?</b></p>
<p>A: The Smart-Contract will not vanish, the website can have anything happen to it at any time which may affect your ability to withdraw or manage your coins through the GUI interface it provides. On the Purchasing page we plan to provide a handy guide of how you can withdraw dividends and tokens without the GUI; so you can save a copy locally. </p>
</div>
</div>
</div>
<!-- / Our Blog Section -->
<!-- Dev Team -->
<div class="testimonials section py-4">
<h3 class="section-title text-center m-5"> Our <strike>Advisory</strike> Inspiration Board</h3>
<div class="container py-5">
<div class="row">
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="images/2wqZQMDq_400x400.jpg" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1">Carlos Matos</h5>
<span class="text-muted d-block mb-2">Bitconnect (Promoter)</span>
<p>Pioneer memester of one of the most recently famous Ponzi schemes, which promised all investors up to a 0.99% Return on an investment per day. The site used new-investment money to pay off old investors and keep the scam looking legitimate</p>
<p>BIIIIIITTTTTTTCONNNNEEEEEEEEEEEEEEEEE~</p>
</div>
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="images/0b51f74.jpg" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1">Roger Ver</h5>
<span class="text-muted d-block mb-2">Bitcoin Cash (Promoter / Initial Investor)</span>
<p>Bitcoin cash is a manipulated fork of Bitcoin designed around a mining exploit (that was patched out of the initial bitcoin blockchain) which allowed initial developers of BCC to premine billions of dollars in Bitcoin Cash </p>
<p>Doesn't like PoWHCoins being called Ponzicoins.</p>
</div>
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="images/Untitled.png" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1">John McAfee</h5>
<span class="text-muted d-block mb-2">Twitter PND</span>
<p>Due to his re-emergence in internet popularity, everything he buys into, and then shills on twitter. Pumps nearly 500% immediately</p>
<p>I'm sure glad he's a trustworthy person and not investing in the projects beforehand right?</p>
</div>
<div class="row">
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="images/satoshi.jpg" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1">Satoshi Nakamoto</h5>
<span class="text-muted d-block mb-2">Bitcoin (Inventor)</span>
<p>Literally Pre-mined at least 1,000,000 Coins of his own currency. Currently valued at tens of billions of dollars and tied up in a wallet that's still on the cryptographically non-secure old encryption algorithm; even if the madman is dead, as soon as someone breaks into his wallet we're all bankrupt. </p>
<p>Accidentally the world's economy in 2025 with no survivors.</p>
</div>
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="images/Gregory-Maxwell.jpg" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1"> Gregory Maxwell</h5>
<span class="text-muted d-block mb-2">Bitcoin (Core Developer)</span>
<p>Fee-market evangelist with extensive experience in turning legitimate coins into ponzis. Worked heavily on the development of the Lightning network, which is undoubtably going to piss off everyone when it doesn't work and try to turn bitcoin into a massive corporate cashgrab.</p>
<p>Sips champagne while coordinating the hack of your reddit account</p>
</div>
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="images/bradthemad.jpg" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1">Brad Garlinghouse</h5>
<span class="text-muted d-block mb-2">Ripple (CEO)</span>
<p>Somehow managed to trick the entire cryptocurrency world into letting ripple be one of the top 10 market-cap coins. Nobody's really sure how he did this with a non-cryptocurrency that ripple-labs can and will print at will and then give out for pennies on the dollar to massive banking institutions,</p>
<p>I bet the jews did this</p>
</div>
</div>
</div>
</div>
<!-- / Dev Team -->
<!-- Contact Section -->
<div class="contact section-invert py-4">
<h3 class="section-title text-center m-5">Contact Us? Just go leave angry comments on the Etherscan page, seriously we can't change the contract once it's running.</h3>
<div style="margin: auto; text-align: center;">
<a style="color: grey" href="privacy.html">Privacy Policy</a>
<a style="color: grey" href="terms.html">Terms of Service</a>
<p>~EEEEEEEEEEECCCCCCCCCCCCCCCCCCCCCCCCCCCCCTTTTTTTTTTTTTTTTTTTTTT.</p>
</div>
</div>
<!-- / Contact Section -->
<!-- Footer Section -->
<!-- / Footer Section -->
<div id="root"></div>
<!-- JavaScript Dependencies -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>