stack-wallet-website/bitcoin.html

135 lines
5.2 KiB
HTML
Raw Permalink Normal View History

2023-01-30 18:35:39 +00:00
---
layout: base
title: titles.bitcoin
permalink: /bitcoin.html
---
<section id="intro" class="page-intro section">
<div class="container">
2023-02-03 09:44:59 +00:00
<div class="row">
2023-01-30 18:35:39 +00:00
<div class="intro-info col">
<h1>A human-centered wallet for Bitcoin</h1>
<p>
Stack Wallet supports Bitcoin (BTC) as well as many other
2023-02-03 09:44:59 +00:00
cryptocurrencies <a href="/index.html#coins">(full list here)</a> Use
Stack Wallet to send, receive, exchange, and store Bitcoin, with the
added confidence that every key generated for Bitcoin stays on your
device, and you retain complete control. Download Stack Wallet below!
2023-01-30 18:35:39 +00:00
</p>
<div class="row download-btn">
<a
href="https://apps.apple.com/us/app/stack-wallet-by-cypher-stack/id1634811534"
><svg
class="download-badge download-ios"
role="img"
alt=""
aria-label=""
rel="noopener"
></svg
></a>
<a
href="https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet"
><svg
class="download-badge download-playstore"
role="img"
alt=""
aria-label=""
rel="noopener"
></svg
></a>
<a href="https://github.com/cypherstack/stack_wallet/releases/latest"
><svg
class="download-badge download-android"
role="img"
alt=""
aria-label=""
rel="noopener"
></svg
></a>
</div>
</div>
2023-02-03 09:44:59 +00:00
<div class="intro-img-coin col">
<img src="/img/coin-btc.png" />
2023-01-30 18:35:39 +00:00
</div>
</div>
</div>
</section>
2023-02-02 08:37:52 +00:00
<section id="about" class="section">
<div class="container" id="art">
2023-02-02 13:27:00 +00:00
<div class="article">
<div class="art">
<div class="part color_red">
<h3>What is <span>bitcoin</span></h3>
<p>
Bitcoin was the first decentralized digital currency based on
blockchain technology. It was created in 2008 by an anonymous
programmer known as Satoshi Nakamoto, who released the white paper
in a cryptography mailing list and later open sourced the software
that implements the protocol.
</p>
</div>
<div class="part color_blue">
<h3>
How does Bitcoin work &
<span>where can I get a bitcoin wallet</span>?
</h3>
<p>
Bitcoin software runs on a number of distributed devices ranging
from smartphones as mobile wallets, PCs as desktop wallets, to ASICs
for mining. Transactions are relayed between nodes in a peer-to-peer
fashion. In a few seconds a given block will be propagated to all
other nodes on the network. While insuring that all nodes reach
consensus on which are the valid blocks. The process of supplying
new bitcoin to the system is done via the process of mining. The
mining software runs on specialized hardware and it tries to compute
the hash of assembled transactions and a number called the nonce.
The software targets a difficulty index automatically adjusted by
the network. The first miner to find the correct nonce wins the
mining reward and can relay the mined block to other peers on the
network.
</p>
</div>
2023-02-02 08:37:52 +00:00
</div>
2023-02-02 13:27:00 +00:00
<div class="art">
<div class="part color_yellow">
<h3>What are <span>the features of Bitcoin</span>?</h3>
<p>
<span>Store of Value</span> <br />
Bitcoin, unlike other cryptocurrencies is considered as a store of
value and could arguably become the next global reserve currency.
</p>
<p>
<span>Gateway to the Digital Currency World</span> <br />
Bitcoin is considered as the gateway to the cryptocurrency world,
based on its status as the first successful digital currency
experiment.
</p>
<p>
<span>Bitcoin Script Language</span> <br />
An assembly like language used to build complex types of
transactions and advanced contracts to an extent. Complex
transactions like Multi-Sig are possible because of advanced Bitcoin
scripting.
</p>
</div>
<div class="part color_blue">
<h3>Some key <span>terms</span></h3>
<p>
<span>Soft work</span> <br />
Change to the Bitcoin protocol that makes old blocks invalid which
were valid in the past. Bitcoin Segwit transactions feature was
implemented as a soft fork to the network.
</p>
<p>
<span>Hard work</span> <br />
Change to the Bitcoin protocol that makes previously invalid blocks
or transactions valid. The BerkeleyDB bug activated an accidental
hard fork to the Bitcoin network in 2013.
</p>
</div>
2023-02-02 08:37:52 +00:00
</div>
</div>
</div>
</section>