Block chain (database) financial articles
April 19, 2024 Financial Portal Free Newsletter Bookmark Financial Portal Advertise Here Submit Your Article Other Financial Articles

Main Menu

Financial Polls
Financial Quotations
Financial Articles (Index)
Financial Articles (Categories)
Bank Directory
Gold Price Change
Silver Price Change
Platinum Price Change
Palladium Price Change
Rhodium Price Change
Copper Price Change
Nickel Price Change
Specialty Metals
Other Metals
Currency Rate Charts
Taxe Rates Worldwide
BTC USD
EUR USD
EUR GBP
EUR CHF
EUR JPY
EUR CAD
EUR AUD
USD EUR
USD GBP
USD CHF
USD JPY
USD CAD
USD AUD
EUR vs. Other Currencies
USD vs. Other Currencies
GBP vs. Other Currencies
AUD vs. Other Currencies
NZD vs. Other Currencies
DOWJONES Index
NASDAQ Index
NYSE Index
NIKKEI Index
FTSE 100 Index
TSX Index
CAC 40 Index
DAX Index
HUI Index
XAU Index
AEX Index
Index Reports
Housing Price Index
Oil Price Charts
Gas Price Charts
Commodity Charts
Meat & Livestock Charts
Softs & Tropicals Charts
Grains Charts
Mortgage Rate Reports
US Interest Rate
World Interest Rate
Inter. Stock Exchanges
NY Stock Exchange
AMEX
Philadelphia Stock Exch.
London Stock Exchange
Euronext Lisbon
Korea Stock Exchange
Deutsche Borse Group
Hong Kong Stock Exch.
Toronto Stock Exch.
Debt Collection Agencies
Insurance Companies in Ireland
Insurance Companies in UK
Insurance Companies in USA
Consulting Companies
Plastics Charts
Trade Organizations
Advertise For Free!
Scam Letters
Other Business Resources


Block chain (database)


By Wikipedia,
the free encyclopedia

https://en.wikipedia.org/wiki/Block_chain_(database)

Advertisements:


A block chain or blockchain is a distributed database, introduced in Bitcoin, that maintains a continuously-growing list of data records that each refer to previous items on this list and is thus hardened against tampering and revision.

The initial and most widely known application of block chain technology is the public ledger of transactions for bitcoin, which has been the inspiration for othercryptocurrencies and distributed database designs.

Etymology

The block chain consists of blocks that hold timestamped batches of recent valid transactions. Each block includes the hash of the prior block, linking the blocks together. The linked blocks form a chain, with each additional block reinforcing those before it, thus giving the database type its name. The original definition was written by Satoshi Nakamoto and found in the original source code of bitcoin.

Model

A block chain implementation consists of two kinds of records: transactions and blocks.

Transactions

Transactions are the content to be stored in the block chain. Transactions are created by participants using the system. In the case of cryptocurrencies, a transaction is created any time a bitcoin owner sends cryptocurrency to another.

System users create transactions that are passed from node to node on a best-effort basis. The system implementing the block chain defines a valid transaction. In cryptocurrency applications, a valid transaction must be digitally signed, spend one or more unspent outputs of previous transactions, and the sum of transaction outputs must not exceed the sum of inputs.

Blocks

Blocks record and confirm when and in what sequence transactions enter and are logged in the block chain. Blocks are created by users known as «miners» who use specialized software or equipment designed specifically to create blocks.

In a cryptocurrency system, miners are incentivized to create blocks to collect two types of rewards: a pre-defined per-block award, and fees offered within the transactions themselves, payable to any miner who successfully confirms the transaction.

Decentralisation

Every node in a decentralized cryptocurrency system has at least a partial copy of the block chain. This avoids the need to have a centralized database.Transactions of the form payer X sends Y currency to payee Z are broadcast to this network using software applications. Network nodes can validate transactions, add them to their copy and then broadcast these ledger additions to other nodes.

Cryptocurrencies use various timestamping schemes, such as proof-of-work, to avoid the need for a trusted third party to timestamp transactions. This prevents users from double-spending their coins.

Whereas a conventional ledger records the transfers of actual bills or promissory notes that exist apart from it, the block chain is the only place that cryptocurrency can be said to exist, in the form of unspent outputs of transactions.

Advantages

The core advantages of the block chain architecture include the following:

  • The ability for independent nodes to converge on a consensus of the latest version of a large data set such as a ledger, even when the nodes are run anonymously, have poor interconnectivity and have operators who are dishonest or malicious (see Sybil attack).
  • The ability for any well-connected node to determine, with reasonable certainty, whether a transaction does or does not exist in the data set (see consistency).
  • The ability for any node that creates a transaction to, after a confirmation period, determine with a reasonable level of certainty whether the transaction is valid, able to take place and become final (i.e., that no conflicting transactions were confirmed into the block chain elsewhere that would invalidate the transaction, such as the same currency units «double-spent» somewhere else).
  • A prohibitively high cost to attempt to rewrite or alter transaction history.
  • Automated conflict resolution that ensures that conflicting transactions (such as two or more attempts to spend the same balance in different places) never become part of the confirmed data set.

Debates

An ongoing debate disputes whether a private system with verifiers tasked and authorized (permissioned) by a central authority, should still be considered a block chain.

Proponents of permissioned or private chains argue that the term «blockchain» is rightly applied to any data structure which batches data into blocks which are timestamped and that these blockchains serve as a distributed version of multiversion concurrency control (MVCC) in databases. Just as MVCC prevents two transactions from concurrently modifying a single object in a database, block chains prevent two transactions from spending a single output in a blockchain.

The opponents say that the permissioned systems look like traditional corporate databases, not supporting decentralized verification of the data, and that such systems are not hardened against tampering and revision by its operators.

Applications

Sidechains

Sidechains are networks based on the bitcoin protocol that are isolated from the block chain, allowing activity to exist in isolation until confirmation on the block chain, at which point transferability becomes bidirectional. Examples:

  • Liquid – Exchange sidechain developed by Blockstream
  • ChromaWay – Sidechain platform for colored coins
  • DIONS – Digital I/O sidechain concept for identity
  • tØ (tee-zero) – SEC-approved sidechain developed by Overstock.com
  • Openchain – NoConsensus NoP2P modular distributed ledger technology for asset management, bidirectional pegging, and chain anchoring (or «sidechaining»).

Alternative block chains

Alternate block chains (altchains) are based on bitcoin technology in concept and/or code. These designs generally add functionality to the block chain design. Altchains can provide solutions including other digital currencies, although tokens used in these designs are not always considered to be such. Altchains target performance, anonymity, storage and applications such as smart contracts. Starting with a strong focus on financial applications, block chain technology is extending to activities including decentralized applications and collaborative organizations that eliminate a middleman. Notable designs include:

  • Billon – Regulated «cryptocash» block chain solution as digital cash for governmental fiat currencies
  • Ethereum – Network supporting storage of turing-complete smart contracts at specified addresses with a 15-second block time. Uses Ether as its token.
  • LaZooz – decentralized real-time ride sharing
  • Namecoin – Digital currency that can store data within a chain
  • Nxt – Cryptocurrency financial platform that uses proof of stake to reach consensus for transactions. It has an integrated Asset Exchange, messaging system and marketplace.
  • Mastercoin – Metaprotocol with the ability to process various transactions and sub-currencies
  • Peercoin – Cryptocurrency-based token incorporating proof of stake in its consensus model
  • Swarm and Koinify – decentralized crowdfunding
  • Synereo – synchronous and asynchronous communication

Trusted timestamp

The bitcoin block chain can be used as a trusted timestamp for arbitrary messages. Third party application services store messages directly in the block chain, allowing anyone who has the block chain to read the message. Bitcoin Core developer Mike Hearn among others discouraged embedding large messages in the bitcoin block chain, criticizing it as «bloat».

Other applications store a hash value in the block chain, recording data existence and confirming data integrity without revealing data and without bloating the block chain. This information can be used to implement «colored coins» or side chains to support functionality such as smart contracts.

Other uses

Cooperative storage cloud solutions sometimes employ block chain technology to regulate exchange of data or actual payments for storage space.



Published - March 2016















Free Newsletter

Subscribe to our free newsletter to receive news and updates from us:

 

Polls at Financial-Portal.com :

Poll #039
Will USA announce default on its debt?

Poll #036
Is there a secret world government?

Poll #034
Do you know that money is a good servant but a bad master?

Poll #033
Is Forex similar to gambling?

Poll #032
What is your occupation?

Poll #031
Do you ever spend money for things you can do without?

Poll #030
Do you know that it is extremely hard for a rich person to enter the Kingdom of God?

Poll #029
Why do you want to earn more money?

Poll #028
Are you determined and working hard to get out of debt?

Poll #026
What is your net yearly income (after taxes), USD?

Poll #024
What percentage of your income goes for paying your debts off?

Poll #023
What percentage of your income do you save?

Poll #021
What is the first step one should make to get out of debt?

Poll #018
Have you noticed that the more you give, the more you get?

Poll #017
What part of your income do you donate to charities?

Poll #016
What part of your income do you donate to Church?

Poll #015
What is the most important thing in getting out of debt?

Poll #014
What country has the healthiest (the most stable, reliable, and promising) economy?

Poll #013
Do you think credit cards are useful or harmful for people (not for bank owners)?

Poll #010
What currency is the strongest - in the long run (for the next 10-30 years)?

Poll #009
Do you have any savings?

Poll #008
Do you have any debts?

Poll #007
What is your religion?

Poll #005
What country are you from?

Poll #004
Do you think cash will eventually be removed from circulation?

Poll #003
What investment brings the highest profits with lowest risk?

Poll #002
What is the most reliable way to save money?

Christianity

Copyright 2004-2024 © by Financial-Portal.com
Legal Disclaimer