-
Notifications
You must be signed in to change notification settings - Fork 27
/
exchange.htm
52 lines (51 loc) · 2.52 KB
/
exchange.htm
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
---
title: "Gridcoin - Exchanges"
description: "Where to buy Gridcoin"
---
<section class="acquire-details grc-bgcolor pt-5 mt-5">
<div class="container">
<div class="row text-center">
<div class="col-12 col-sm-12 col-md-12 col-lg-12">
<h3>How to buy Gridcoin?</h3>
<p>On most centralized exchanges you need to first <a href="https://www.bitcoin.com/buy-bitcoin">buy Bitcoin</a> in order to buy Gridcoin.</p>
</div>
</div>
<div class="row text-center">
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<h3>Centralized exchanges</h3>
<ul>
{% for exchange in site.data.exchanges.centralized-exchanges %}
<li>
<a href="{{exchange.link}}">
<img width="300" src="{{exchange.image}}" alt="{{exchange.name}} logo">
</a>
</li>
{% endfor %}
</ul>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<h3>Free/Starter Gridcoin</h3>
<ul>
<li>
Use the <a href="https://sciencestats.net" rel="nofollow">ScienceStats Proof-of-Work Faucet</a>
</li>
<li>
Use the <a href="https://gridcoin.ch/faucet.php">Gridcoin Switzerland Faucet</a>
</li>
<li>
Use the <a href="https://gridcoinstats.eu/faucet.php">GridcoinStats Faucet</a>
</li>
<li>
Join the <a href="https://discord.gg/UMWUnMjN4x">Discord server</a> and register with the wallet bot to use the <code>%faucet</code> command in the <code>#wallet-bot</code> channel
</li>
<li>
Join <a href="https://steemit.com/trending/gridcoin">Steemit</a> and post original Gridcoin content then exchange rewards for Gridcoin.
</li>
<li>
Work on Gridcoin development bounties. See the lists <a href="https://github.com/gridcoin-community/gridcoin-research/issues?q=is%3Aissue+label%3ABounty+is%3Aopen">here</a> and <a href="https://github.com/gridcoin-community/Gridcoin-Tasks/issues?q=is%3Aopen+is%3Aissue+label%3Abounty">here</a>
</li>
</ul>
</div>
</div>
</div>
</section>