-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (51 loc) · 3.05 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
---
layout: default
---
<section class="details">
<h2>Peer-to-Peer</h2>
<p><strong>Ombuds</strong> uses the <strong>Bitcoin</strong> peer-to-peer protocol. As a Bitcoin <strong class="fn-s-1">epiphyte</strong><sup class="fn-s-1">1</sup>, Ombuds lives in and throughout the Bitcoin network, but doesn't interfere with the larger Bitcoin ecosystem. Ombuds is well researched and well tested.</p>
<p class="footnote fn-1">
<sup class="footnote-sup">1</sup>
Ep-i-phyte <i>noun</i></br>
a plant that grows on another plant but is not parasitic, such as ferns growing on trees in tropical rain forests.
</p>
<div id="epiphyte" class="footnote fn-1"></div>
<h2>Immutable</h2>
<p>
<strong>Ombuds</strong> enables any holder of Bitcoin to publish <strong>immutable statements</strong> within Bitcoin's block chain. These statements, which are called bulletins, are encoded within Bitcoin transactions which can be sent from a smartphone or a computer. If a user can get a transaction into the block chain it is <strong class="fn-s-2">effectively permanent</strong>.<sup class="fn-s-2">2</sup>
</p>
<p class="footnote fn-2">
<sup class="footnote-sup">2</sup>
To censor a user's bulletins, an attacker must either block access to Bitcoin completely or generate blocks faster than the entire honest network. Since most small nations do not have the hashing infrastructure to mount a 51% attack against the Bitcoin network, <strong>Ombuds's method for storing bulletins is robust</strong>.
</p>
<p class="footnote fn-2">
This system does not depend on the honesty or availability of any single website, service or hard drive. Instead, Ombuds relies on the <strong>global and public distribution</strong> of the block chain to ensure the availability of this public record.
</p>
</section>
<section class="research">
<h2>Research Driven</h2>
<p>Funding from <strong><a href="http://knightfoundation.org/">The Knight Foundation</a></strong></p>
<div class="research-visual"></div>
<div id="world">
</div>
<div class="links">
<a href="/research" class="research-form">Read the Research Paper</a>
<a href="https://play.google.com/store/apps/details?id=systems.soapbox.ombuds.client" class="research-form" id="downloadApp">Download the mobile app</a>
<a href="/spec" class="research-form">Read the specification</a>
</div>
<p>
Bitcoin is an experiment and Ombuds is an <strong class="fn-s-3">experimental public service</strong> built on top of it. It is no longer sufficient to rely on Twitter, Facebook, or your blog to protect your right to free expression online. Lets work towards making public expression <strong>public by design</strong>.
</p>
</section>
<script src="/res/scripts/ombuds.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v0.min.js"></script>
<script src="/res/scripts/world.js"></script>
<style type="text/css">
.site-header img.ombuds.home,
.site-header .nav-title {
opacity: 0;
-webkit-transition: opacity 0.50s;
transition: opacity 0.50s;
}
</style>