Bitcoin Forum
May 03, 2024, 11:17:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: First terms I followed up before I bought my first bitcoin.  (Read 136 times)
Y3shot (OP)
Full Member
***
Offline Offline

Activity: 588
Merit: 164


Bitcoin👌 or nothing


View Profile
December 15, 2022, 07:27:16 PM
Merited by Youngkhngdiddy (2)
 #1

This was the first things I needed to know when I was first told about bitcoin. It is important for every newbies to go through this terms .

Definition of Bitcoin Terms

This Bitcoin and blockchain dictionary defines and explains commonly used words and phrases related to cryptocurrency:

Bitcoin

Launched in 2009, Bitcoin is a digital currency that acts as a form of payment for electronic transactions without passing through traditional financial intermediaries like banks or clearinghouses that typically charge high transaction fees.

Bitcoin is also the name of the network on which bitcoins are transacted, and it is the name of the protocol which defines the unbreakable rules of the bitcoin network. This is the cause of some confusion over naming conventions. Furthermore, folks may use the term “bitcoin” as a generic term for other decentralized blockchains, which would be a mistake. The term “bitcoin” can only refer to an unbroken chain of bitcoin signatures which are in consensus with the bitcoin network which follows the bitcoin protocol as set out in the bitcoin white paper.

Blockchain

The unique technology that Bitcoin introduced to the world. A blockchain, unlike other database types, writes transaction data to a public, distributed ledger. That data is settled to blocks which are sequentially linked in a chain. Each block of data also contains information about the preceding block, making a nearly infallible chain of time-stamped truths simple to validate in order of occurrence.

The blockchain is distributed among many computers around the world, which makes recorded data in the ledger exceedingly difficult to alter. Since the data contained in the blockchain is not centralized, the collapse of one or many network participants cannot affect the entire network.

Block

Similarly to how credit cards have a “pending” period before transactions are settled, bitcoin transactions, when they are first broadcast to the bitcoin network, will be held in a pool of unconfirmed transactions. Transaction processing nodes (commonly called “miners”) will compete to gather unconfirmed transactions and reconcile with the most efficiency before sharing them with other nodes. If the majority of nodes agree on the reconciliation of transaction data, the transactions will be settled into a data structure called a “block.”

Blocks become increasingly difficult to re-reconcile every time a new block is settled, which is one of the main economic security features that makes bitcoin unique.

Bitcoin mining

Mining refers to the process of validating Bitcoin transactions by checking that the rules of the network were followed and then building blocks which reinforce those rules. Building blocks through “mining” is achieved by solving computational puzzles to find the proper hash which secures the block. Miners use specialized hardware (called an “ASIC”) and software to compete to be the most efficient to secure the block so that they can be rewarded with newly minted Bitcoins and the fees attached to the transactions.

Bitcoin wallet

Unlike traditional wallets which store money or credit cards, a Bitcoin wallet is a software tool that communicates with the blockchain network to send and receive bitcoin transactions.

Your Bitcoin wallet may be called a ‘hot wallet’ or a ‘cold wallet’. The first type is connected to the internet, while the second type was generated on a computer with no internet connection.

Wallets may also be custodial or non-custodial. A custodial wallet is managed by a trusted party, similarly to a bank account. It is typically accessed with a username and password, and transactions can only be made by permission and in accordance with terms of service of the custodian. A non-custodial wallet is generated by the user who is the sole owner of the private keys, which means transactions can be generated by the wallet’s owner at any time.

Block reward

A block reward is a subsidy that was programmed by the creator of bitcoin to reward transaction processing nodes for securing the network in its infancy. The reward is earned by the miner who successfully solves the cryptographic puzzle and adds the latest block to the chain.

The first block reward was 50 bitcoins. Every 210,000 blocks (roughly 4 years), the block reward diminishes by 50% in an event commonly called “the halvening” so as to encourage miners to shift from working for subsidies and toward working for transaction fees. The reason for that is to incentivize miners to invest in businesses and do the necessary research and development to efficiently grow the circulation of bitcoin transactions.

If the total value of transaction fees does not out-pace the diminishing value of the block reward, miners and transaction processors will go out of business, and bitcoin will become too insecure to store or transact large amounts of value. Currently, the block reward on the Bitcoin network is 6.25 new Bitcoin plus the fee for each transaction in the block. By 2140, the amount is expected to hit zero, but by 2028, the block reward will only be about 1.5 bitcoins. By then, the value of a single bitcoin will have to at least match the cost of securing the transactions within every block, or the size of every block will have to be sufficiently large for transaction fees to pay for the security of the blockchain.

Block size cap

Since most blockchains are not heavily used, their infrastructure is not designed to allow much traffic to exist on the network. Due to the weakness of the infrastructure, networks become susceptible to being forced to crash by a flood of malicious transactions that overwhelm the network. This attack is called a “Denial of Service” (or DoS) attack similar to how a retail website may crash from too much traffic on Black Friday. To counter this lack of robust infrastructure, a software limit is imposed on most blockchains to limit the amount of business that can occur in each block.

On BTC, the network is limited to less than 7 transactions per second, which comes out to 5000 transactions per block before the network is too congested to function. That averages out to about one transaction every year or two for every American before the network grinds to a halt. On Bitcoin (BSV), the only blockchain with no block size limit, blocks have been mined which show the network is capable of at least 350 times the capacity as BTC. Testing models show that the bitcoin protocol is capable of millions of transactions per second if the network is properly implemented.

Digital Currency

A digital currency is a form of digitized money that uses blockchain technology to verify and secure transactions. Digital currencies like Bitcoin can be used as a medium of exchange to pay for goods and services online, or they can act as a sort of network toll in order to launch an application, smart contract or to write important data to the blockchain.

Digital currency exchange

Digital currency exchanges are secure online marketplaces where you can exchange your digital assets based on their market value for other assets. In some digital currency exchanges, you can trade fiat money with digital currencies and vice versa. Others also serve as custodial digital currency wallets, allowing you to store tokens in the wallet provided by the exchange.

Enterprise blockchain

A private or enterprise blockchain is a permission-based blockchain. Since participation on a private blockchain is exclusive, you cannot join without an application or invitation. The private nature of these blockchains means that the distribution rules and consensus rules of the network are decided by committee, and they are typically only used to benefit from a blockchain-style data structure while diminishing any usefulness as money outside of the closed network. Aside from verifying internal transactions, the main reason that corporations are investing in enterprise blockchains is to help them with Know Your Customer (KYC) compliance.

Fork

A fork happens when changes are made to the code that runs a particular digital currency. If all nodes agree to the change, the fork functions as an upgrade to the rules of the network. If nodes do not agree, there may be a split of the network. Commonly, two different kinds of forks are utilized on blockchain networks: soft forks and hard forks.

A soft fork is a rule change which is packaged up into a software envelope which tells nodes to ignore the rule change in order to trick them into not splitting the network. The nodes trust the rules of the envelope, but do not typically have the ability to validate the transactions within. Therefore, soft forking only requires cooperation among software developers, and puts them into a governing role over the network rules which is convenient amid contentious upgrades where transaction processing nodes may disagree with proposals made by software developers. Some of the most contentious changes to bitcoin have been made by soft fork, so as to stop any ability for nodes to debate. These changes include the addition of P2SH, RBF and Sewit changes to the protocol.

On the other hand, if nodes do create their own software which demands that all bitcoin transactions be governed by bitcoin rules enforced by honest nodes, the disagreeing nodes will create two separate chains with competing rulesets. This occurred when BCH split from BTC over the refusal to accept the Segwit soft fork, and it happened again when BSV split from BCH over the refusal to accept a new transaction ordering and scripting tool. Both splits were done in order to enforce an ideologically sound bitcoin protocol maintained by BSV in the face of threats from rogue software developers who believe that they can redefine bitcoin’s rules to suit their shifting goals.

Hash rate

The hash rate is the speed at which network computers can take any set of information and convert it into a hash—a series of letters and numbers—to make data immutable or incapable of being manipulated. The Bitcoin network uses the Secure Hash Algorithm (SHA) 256 function, which generates a fixed 256-bit (32-byte) hash, to identify blocks and transactions on the blockchain uniquely.

Miner

A miner can be anyone or anything that provides computing power to secure blocks to the validated history of all transactions on the blockchain’s public ledger. They are also commonly called “transaction processors,” or “node operators.” Satoshi Nakamoto, the creator of bitcoin, simply called them “nodes” or “honest nodes” in the bitcoin white paper. Miners compete for the privilege to add new blocks of data to the chain. If they successfully add new blocks of data, they are rewarded with newly minted Bitcoins and the transaction fees of the blocks that they mined.

You can mine Bitcoin on your own or by joining mining pools, which gives you a certain percentage of the Bitcoin earned by the pool – relative to your total contribution of power used to mine the block.

Network confirmation

For a new transaction to be included in a block, each computer in the network has to issue a confirmation that the transaction follows valid bitcoin rules, and they signal that confirmation to the network by building a block which contains that transaction and by signalling with their hash rate that they will defend that transaction from being overwritten. Each block added by honest nodes adds an additional layer of security to previous transactions by raising the cost which would be required to rewrite an invalid transaction.

Node

A node is any computer or participant within the Bitcoin network responsible for validating transactions. Listening nodes without any hash rate act as simple data servers which can be queried for the state of the network, but they cannot build blocks. These are commonly called “block explorers.”

Pruned nodes keep hashes of all of the blockchain data, but do not contain the totality of the blockchain’s data. These are common among certain types of specialized transaction processing companies that have lots of hash rate but not particularly high quality internet connectivity for sending lots of data across the network.

Full nodes are those which keep a complete copy of the blockchain for archival and data-serving purposes and have lots of hash rate at their disposal, and are therefore a complete (or full) node service provider. These are commonly held by large miners or commercial entities which act as relays for important business data services.

Private key

The cryptographically generated string of letters and numbers that allows the creation of wallet addresses and broadcasting of transactions between wallets. If a private key is lost, it cannot be regenerated unless a significant portion of the hashrate agrees to mine the key, which is highly improbable, and therefore practically impossible on a high value network such as bitcoin.

Protocol

A protocol is a set of fixed rules that defines the various aspects of managing the blockchain, such as the block size cap, total supply of coins, and so on. For instance, the protocol specifies how double-spending or using the same Bitcoin twice can be avoided through validation of key criteria and the required number of confirmations from the network.

Protocols are rules which cannot be broken. These are also referred to as “bitcoin rules” which cannot be broken because they are fundamentals of the definition of bitcoin set in stone by the bitcoin white paper.

Public key

The public key is derived from your private key and is used to verify that you are the rightful owner of a Bitcoin address that can receive and spend funds.

Satoshi Nakamoto

Satoshi Nakamoto is the pseudonym used by Dr. Craig S. Wright, the inventor of Bitcoin. Dr. Wright wrote the 2008 whitepaper titled “Bitcoin: A Peer to Peer Electronic Cash System” before releasing the first open-source Bitcoin software in 2009.

The word/name Satoshi also represents the smallest divisible unit of one Bitcoin, with one satoshi equal to 0.00000001 Bitcoin.

Smart contract

A smart contract is a digital agreement that contains a predefined, automated digital script, allowing software to execute the terms of the agreement once certain conditions are met.

To help visualize how a smart contract works, think of a vending machine and it’s “if-this-then-that” operation. Inserting a coin is the deployment of the contract, pressing buttons are the operations of the contract, and the retrieval of the snacks are the settlement of the contract.

When using Bitcoin to make a payment, a smart contract helps determine whether the Bitcoin should go to one person, a group of people, back to the person who sent it or whether it will pay a piece of on-chain software to deploy a complex application to perform many processes before settling.

Ticker symbol

Each digital currency has its own ticker, a shorthand symbol that is used to identify and distinguish it from other digital currencies. The ticker symbol for Bitcoin is BSV, BTC is the ticker symbol for Core Coin, ETH is the ticker symbol for Ethereum.

Token

A token is a digital asset deployed by a smart contract that does not have its own unique blockchain. For example, ERC-20 tokens live on the Ethereum blockchain, but do not have their own blockchain. In other words, tokens are created and live on top of a blockchain that already exists. Tokens can be used to represent an asset or utility, such as when a token holder is allowed to stream content on a video-sharing blockchain. A token can also represent a digital dollar, such as the case with USDC which runs on multiple blockchains, including BSV.

Bitcoin 101

Bitcoin for beginners requires a good grasp of important terminologies used in the industry. To know more about Bitcoin, head on over to CoinGeek where you’ll find a complete range of Bitcoin-related resources.

https://coingeek.com/bitcoin101/bitcoin-terms-defined-your-complete-bitcoin-and-blockchain-dictionary/


1714735033
Hero Member
*
Offline Offline

Posts: 1714735033

View Profile Personal Message (Offline)

Ignore
1714735033
Reply with quote  #2

1714735033
Report to moderator
1714735033
Hero Member
*
Offline Offline

Posts: 1714735033

View Profile Personal Message (Offline)

Ignore
1714735033
Reply with quote  #2

1714735033
Report to moderator
1714735033
Hero Member
*
Offline Offline

Posts: 1714735033

View Profile Personal Message (Offline)

Ignore
1714735033
Reply with quote  #2

1714735033
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714735033
Hero Member
*
Offline Offline

Posts: 1714735033

View Profile Personal Message (Offline)

Ignore
1714735033
Reply with quote  #2

1714735033
Report to moderator
PrivacyG
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1727


Crypto Swap Exchange


View Profile
December 15, 2022, 08:37:18 PM
Merited by BlackHatCoiner (4), nutildah (2)
 #2

Ticker symbol

The ticker symbol for Bitcoin is BSV, BTC is the ticker symbol for Core Coin,
On Bitcoin (BSV), the only blockchain with no block size limit,
You are kidding, right?

BSV is the fake Bitcoin.  The only symbol for Bitcoin is BTC.  Anything else, whether BSV, BTCB, BCH or any other copy of Bitcoin are not Bitcoin.  They are in fact differentiated by name.  If you came here to brain wash Newbies, you are in the wrong place buddy.

-
Regards,
PrivacyG

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
owlcatz
Legendary
*
Offline Offline

Activity: 3626
Merit: 1967



View Profile
December 16, 2022, 01:20:09 AM
 #3

You are kidding, right?

BSV is the fake Bitcoin.  The only symbol for Bitcoin is BTC.  Anything else, whether BSV, BTCB, BCH or any other copy of Bitcoin are not Bitcoin.  They are in fact differentiated by name.  If you came here to brain wash Newbies, you are in the wrong place buddy.

-
Regards,
PrivacyG


Maybe he just messed it up, you could just give him the benefit of the doubt for now - He's a newbie after all.. Huh

Edit - I didn't check past posts for BSV crap so if I'm wrong I'll deleted this.

.
I  C  Λ  R  U  S
██████████
██████▀▀▀██
████▀█████▀█
██████████
██████████
█████████████
░▄████
█████████████
███████████████████
███████████████████
████████░░░▀▀▀▀▀▀▀▀
████████▄▄▄████████
███████████████████
█████████████████▀
░░░██
▄▄▄█
█████
░░░██
░░░██
░░░██
░░░██
░░░
░░░
░░░
▄██████
█▌░▐██
███████▀
█████████████████████
██
███████████████████
██
███████████████████
██
████▀▀▀▀████▀▀█████
██
██░░▄▄░░██░░░█████
██
███▄▄██░░███░░█████
██
███▀▀▀▀░░▀██░░█████
██
██░░░░▄▄▄▄█▀░░▀████
██
██░░░░░░░░█░▀▀░████
██
███████████████████
██
███████████████████
██
███████████████████
█████████████████████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██









██
████
████
██









██
████
[/ce
lovesmayfamilis
Legendary
*
Offline Offline

Activity: 2086
Merit: 4281


✿♥‿♥✿


View Profile
December 16, 2022, 05:40:10 AM
 #4

The title of the post implies some kind of personal performance from the author. But it's just copy and paste, and yes, the OP insured himself by giving a link to where he copied everything.
OP, you not only copied someone else's article but also lied that you yourself did something.
Looks very ugly. Do not forget the OP; the Internet is a big garbage dump, and in order to copy something from there, you need to at least read and understand what you are copying.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
348Judah
Hero Member
*****
Offline Offline

Activity: 714
Merit: 521



View Profile
December 16, 2022, 06:03:35 AM
 #5

OP i don't see anything here new from what you've experienced than just article post just as been said by lovesmayfamilis, you need to put in your experience and learn to write things from yourself, this are the personal experience we needed here and not copy and paste, all you've posted have already been talked about here on the forum countless times, why not take your time to learn, read the forum's rules and regulations, read about posting ethics and get acquainted on how to search the forum and determine to present something resourceful and new to talk about.

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT
  CRYPTO   
FUTURES
 1,000x 
LEVERAGE
COMPETITIVE
    FEES    
 INSTANT 
EXECUTION
.
   TRADE NOW   
cryptoaddictchie
Legendary
*
Offline Offline

Activity: 2072
Merit: 1315



View Profile
December 16, 2022, 06:33:41 AM
 #6

OP Next time if you will just copied the content from an article or site, you should at least discuss those topics cause when I opened the link it does exactly the same. Though this wouldnt be count as plagiarism, but its not that good example on how to quote from a site if its only word by word copied paste content.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
odolvlobo
Legendary
*
Offline Offline

Activity: 4298
Merit: 3214



View Profile
December 16, 2022, 10:39:02 PM
Merited by BlackHatCoiner (4)
 #7

Perhaps your ignorance, as demonstrated by the numerous mistakes in your post, is what leads you to support BSV.

Corrections:

Block reward
The block reward consists of the subsidy plus the transaction fees in the block.
The first block reward subsidy was 50 bitcoins. Every 210,000 blocks (roughly 4 years), the block reward subsidy diminishes by 50% in an event commonly called “the halvening” so as to encourage miners to shift from working for subsidies and toward working for transaction fees. The reason for that is to incentivize miners to invest in businesses and do the necessary research and development to efficiently grow the circulation of bitcoin transactions. limit the total number to 21 million.

If the total value of transaction fees does not out-pace the diminishing value of the block reward, miners and transaction processors will go out of business, and bitcoin will become too insecure to store or transact large amounts of value. The value of the block reward determines the security against a 51% attack. Currently, the block reward on the Bitcoin network is 6.25 new Bitcoin plus the fee for each transaction in the block. By 2140, the amount subsidy is expected to hit zero, but by 2028, the block reward subsidy will only be about 1.5 bitcoins. By then, the value of a single bitcoin the block reward will have to at least match the cost of securing the transactions within every block, or the size of every block will have to be sufficiently large for transaction fees to pay for the security of the blockchain.

Block size cap
On BTC, the network is limited to less than 7 transactions per second, which comes out to 5000 transactions per block before the network is too congested to function. That averages out to about one transaction every year or two for every American before the network grinds to a halt. On Bitcoin (BSV), the only blockchain with no block size limit, blocks have been mined which show the network is capable of at least 350 times the capacity as BTC. Testing models show that the bitcoin protocol is capable of millions of transactions per second if the network is properly implemented.

Digital Currency
A digital currency is a form of digitized money that uses blockchain technology to verify and secure transactions. Digital currencies like Bitcoin can be used as a medium of exchange to pay for goods and services online, or they can act as a sort of network toll in order to launch an application, smart contract or to write important data to the blockchain. Note that all modern currencies are digital, so the name does not accurately describe the distinction.

Fork
A soft fork is a rule change which is packaged up into a software envelope which tells nodes to ignore the rule change in order to trick them into not splitting the network. The nodes trust the rules of the envelope, but do not typically have the ability to validate the transactions within. Therefore, soft forking only requires cooperation among software developers, and puts them into a governing role over the network rules which is convenient amid contentious upgrades where transaction processing nodes may disagree with proposals made by software developers. Some of the most contentious changes to bitcoin have been made by soft fork, so as to stop any ability for nodes to debate. does not affect the function of nodes that have not adopted the change. These changes include the addition of P2SH, RBF and Sewit changes to the protocol.

On the other hand, if nodes do create their own software which demands that all bitcoin transactions be governed by bitcoin rules enforced by honest nodes, the disagreeing nodes will create two separate chains with competing rulesets. This occurred when BCH split from BTC over the refusal to accept the Segwit soft fork, and it happened again when BSV split from BCH over the refusal to accept a new transaction ordering and scripting tool. Both splits were done in order to enforce an ideologically sound bitcoin protocol maintained by BSV in the face of threats from rogue software developers who believe that they can redefine bitcoin’s rules to suit their shifting goals.

Hash rate
The hash rate is the speed at which network computers can take any set of information and convert it into a block and generate a hash—a series of letters and numbers—to make data immutable or incapable of being manipulated. The Bitcoin network uses the Secure Hash Algorithm (SHA) 256 function, which generates a fixed 256-bit (32-byte) hash, to identify blocks and transactions on the blockchain uniquely.

Miner
A miner can be anyone or anything that provides computing power to secure that creates and adds blocks to the validated history of all transactions on the blockchain’s public ledger. They are also commonly called “transaction processors,” or “node operators.” Satoshi Nakamoto, the creator of bitcoin, simply called them “nodes” or “honest nodes” in the bitcoin white paper. Miners compete for the privilege to add new blocks of data to the chain. If they successfully add new blocks of data, they are rewarded with newly minted Bitcoins and the transaction fees of the blocks that they mined.

You can mine Bitcoin on your own or by joining mining pools, which gives you a certain percentage of the Bitcoin earned by the pool – relative to your total contribution of power used to mine the block. Note that there is some ambiguity in the term. Members of a pool might call themselves miners, but the actual miner is the pool. Members of a pool participate in the hash generation.

Network confirmation
For a new transaction to be included in a block, each computer in the network has to issue a confirmation the miner adding the block must confirm that the transaction follows valid bitcoin rules, and they signal that confirmation to the network by building a block which contains that transaction and by signalling with their hash rate that they will defend that transaction from being overwritten. Each block added by honest nodes adds an additional layer of security to previous transactions by raising the cost which would be required to rewrite an invalid transaction.

Node
A node is any computer or participant within the Bitcoin network responsible for relaying and validating transactions. Listening nodes without any hash rate act as simple data servers which can be queried for the state of the network, but they cannot build blocks. These are commonly called “block explorers.”

Pruned nodes keep hashes of all of the blockchain data, but do not contain the totality of the blockchain’s data. These are common among certain types of specialized transaction processing companies that have lots of hash rate but not particularly high quality internet connectivity for sending lots of data across the network. nodes with limited storage capabilities.

Full nodes are those which keep a complete copy of the blockchain for archival and data-serving purposes and have lots of hash rate at their disposal, and are therefore a complete (or full) node service provider. These are commonly held by large miners or commercial entities which act as relays for important business data services.

Private key
The cryptographically generated string of letters and numbers data that allows sending bitcoins at its associated address. If a private key is lost, it cannot be regenerated unless a significant portion of the hashrate agrees to mine the key, which is highly improbable, and therefore practically impossible on a high value network such as bitcoin.

Satoshi Nakamoto
Satoshi Nakamoto is the pseudonym used by the inventor of Bitcoin. Satoshi wrote the 2008 whitepaper titled “Bitcoin: A Peer to Peer Electronic Cash System” before releasing the first open-source Bitcoin software in 2009.[/s] Dr. Craig S. Wright has been shown by many to be a liar and a fraud.

The word/name Satoshi also represents the smallest divisible unit of one Bitcoin, with one satoshi equal to 0.00000001 Bitcoin.

Ticker symbol
Each digital currency has its own ticker, a shorthand symbol that is used to identify and distinguish it from other digital currencies on currency exchanges. The ticker symbol for Bitcoin SV is BSV, BTC is the ticker symbol for Bitcoin, ETH is the ticker symbol for Ethereum.

Join an anti-signature campaign: Click ignore on the members of signature campaigns.
PGP Fingerprint: 6B6BC26599EC24EF7E29A405EAF050539D0B2925 Signing address: 13GAVJo8YaAuenj6keiEykwxWUZ7jMoSLt
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!