stack-wallet-website/bitcoin.html
2023-02-02 11:37:52 +03:00

133 lines
5.2 KiB
HTML

---
layout: base
title: titles.bitcoin
permalink: /bitcoin.html
---
<section id="intro" class="page-intro section">
<div class="container">
<div class="intro-coin row">
<div class="intro-info col">
<h1>A human-centered wallet for Bitcoin</h1>
<p>
Stack Wallet supports Bitcoin (BTC) as well as many other
cryptocurrencies <a href="/coins.html">(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!
</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>
<div class="coin-screen col">
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="row article">
<div class="wallet-screen col">
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
</div>
<div class="col col-info">
<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="col col-info">
<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>
</div>
<div class="row article">
<div class="col col-info">
<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>
<div class="col col-info">
<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>
</div>
</section>