forked from gridcoin-community/Gridcoin-Site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
exchange.htm
70 lines (68 loc) · 2.91 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
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 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-4 col-md-4 col-lg-4">
<h3>Decentralized exchanges</h3>
<ul>
<li>
<a href="https://market.rudex.org/#/asset/RUDEX.GRC">
<img src="../assets/img/Exchanges/RUDEX.png" alt="RUDEX" />
</a>
</li>
<li>
<a href="https://openledger.io/#/market/OPEN.GRC_OPEN.BTC">
<img src="../assets/img/Exchanges/OL.png" alt="OpenLedger" />
</a>
</li>
</ul>
</div>
-->
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<h3>Centralized exchanges</h3>
<ul>
<li>
<a href="https://www.southxchange.com/Market/Book/GRC/BTC">
<img width="300" src="../assets/img/Exchanges/southxchange-light.png" alt="SouthXchange" />
</a>
</li>
<li>
<a href="https://txbit.io/Asset/GRC">
<img width="300" src="../assets/img/Exchanges/txbit.svg" alt="Txbit.io">
</a>
</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-6">
<h3>Free/Starter Gridcoin</h3>
<ul>
<li>
<a href="https://gridcoin.ch/faucet.php">Gridcoin Switzerland Faucet</a>
</li>
<li>
<a href="https://gridcoinstats.eu/faucet.php">GridcoinStats Faucet</a>
</li>
<li>
Visit <a href="http://uscore.net/">uscore.net</a>, receive GRC by registering for their regular Gridcoin/BOINC related newsletter.
</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.
</li>
</ul>
</div>
</div>
</div>
</section>