Advertisement

Monday, February 19, 2018

BACKGROUND OF MINING

Technical Background

During mining, your Bitcoin mining hardware runs a cryptographic hashing function (two rounds of SHA256) on what is called a block header. For each new hash that is tried, the mining software will use a different number as the random element of the block header, this number is called the nonce. Depending on the nonce and what else is in the block the hashing function will yield a hash which looks something like this:
93ef6f358fbb998c60802496863052290d4c63735b7fe5bdaac821de96a53a9a
You can look at this hash as a really long number. (It's a hexadecimal number, meaning the letters A-F are the digits 10-15.) To ensure that blocks are found roughly every ten minutes, there is what's called a difficulty target. To create a valid block your miner has to find a hash that is below the difficulty target. So if for example the difficulty target is
1000000000000000000000000000000000000000000000000000000000000000
any number that starts with a zero would be below the target, e.g.:
0787a6fd6e0782f7f8058fbef45f5c17fe89086ad4e78a1520d06505acb4522f
If we lower the target to
0100000000000000000000000000000000000000000000000000000000000000
we now need two zeros in the beginning to be under it:
00db27957bd0ba06a5af9e6c81226d74312a7028cf9a08fa125e49f15cae4979
Because the target is such an unwieldy number with tons of digits, people generally use a simpler number to express the current target. This number is called the mining difficulty. The mining difficulty expresses how much harder the current block is to generate compared to the first block. So a difficulty of 70000 means to generate the current block you have to do 70000 times more work than Satoshi Nakamoto had to do generating the first block. To be fair, back then mining hardware and algorithms were a lot slower and less optimized.
To keep blocks coming roughly every 10 minutes, the difficulty is adjusted using a shared formula every 2016 blocks. The network tries to change it such that 2016 blocks at the current global network processing power take about 14 days. That's why, when the network power rises, the difficulty rises as well.

Wednesday, February 7, 2018

MINING RIG

1. Get a Bitcoin mining rig Bitcoin mining is a very competitive niche to get into. As more and more miners come on board with the latest mining hardware the difficulty to mine increases each day. Before even starting out with Bitcoin mining you need to do your due diligence. This means you need to find out if Bitcoin mining is even profitable for you. The best way to do this is through the use of a Bitcoin mining calculator. Just enter the data of the Bitcoin miner you are planning on buying and see how long it will take you to break even or make a profit. However, I can tell you from the get go that if you don’t have a few hundred dollars to spare you probably won’t be able to mine any Bitcoins. Once you’ve finished with your calculations it’s time to get your miner. Make sure to go over our different Bitcoin mining hardware reviews to understand which miner is best for you. Today, the Antminer S9 is the newest and most powerful miner.
Read more: Beginner's Guide to Mining Bitcoins | 99Bitcoins

Sunday, January 28, 2018

INTRODUCTION OF MINING

Introduction

Mining is the process of adding transaction records to Bitcoin's public ledger of past transactions (and a "mining rig" is a colloquial metaphor for a single computer system that performs the necessary computations for "mining"). This ledger of past transactions is called the block chain as it is a chain of blocks. The block chain serves to confirm transactions to the rest of the network as having taken place. Bitcoin nodes use the block chain to distinguish legitimate Bitcoin transactions from attempts to re-spend coins that have already been spent elsewhere.
Mining is intentionally designed to be resource-intensive and difficult so that the number of blocks found each day by miners remains steady. Individual blocks must contain a proof of work to be considered valid. This proof of work is verified by other Bitcoin nodes each time they receive a block. Bitcoin uses the hashcash proof-of-work function.
The primary purpose of mining is to allow Bitcoin nodes to reach a secure, tamper-resistant consensus. Mining is also the mechanism used to introduce Bitcoins into the system: Miners are paid any transaction fees as well as a "subsidy" of newly created coins. This both serves the purpose of disseminating new coins in a decentralized manner as well as motivating people to provide security for the system.
Bitcoin mining is so called because it resembles the mining of other commodities: it requires exertion and it slowly makes new currency available at a rate that resembles the rate at which commodities like gold are mined from the ground.

Sunday, January 21, 2018

BITCOIN MINING SIMPLIFIED


Newbie
*


Activity: 14


View Profile
November 09, 2017, 03:55:59 PM
 #1

What is 'Bitcoin mining' .....Bitcoin mining is the process by which transactions are verified and added to the public ledger, known as the block chain, and also the means through which new bitcoin are released.  Anyone with access to the internet and suitable hardware can participate in mining.  The mining process involves compiling recent transactions into blocks and trying to solve a computationally difficult puzzle.  The participant who first solves the puzzle gets to place the next block on the block chain and claim the rewards.  The rewards, which incentivize mining, are both the transaction fees associated with the transactions compiled in the block as well as newly released bitcoin. (Related: How Does Bitcoin Mining Work?)

BREAKING DOWN 'Bitcoin Mining'
The amount of new bitcoin released with each mined block is called the block reward.  The block reward is halved every 210,000 blocks, or roughly every 4 years.  The block reward started at 50 in 2009, is now 25 in 2014, and will continue to decrease.  This diminishing block reward will result in a total release of bitcoin that approaches 21 million. 

How hard are the puzzles involved in mining?  Well, that depends on how much effort is being put into mining across the network.  The difficulty of the mining can be adjusted, and is adjusted by the protocol every 2016 blocks, or roughly every 2 weeks.  The difficulty adjusts itself with the aim of keeping the rate of block discovery constant.  Thus if more computational power is employed in mining, then the difficulty will adjust upwards to make mining harder.  And if computational power is taken off of the network, the opposite happens.  The difficulty adjusts downward to make mining easier.

In the earliest days of Bitcoin, mining was done with CPUs from normal desktop computers.  Graphics cards, or graphics processing units (GPUs), are more effective at mining than CPUs and as Bitcoin gained popularity, GPUs became dominant.  Eventually, hardware known as an ASIC, which stands for Application-Specific Integrated Circuit, was designed specifically for mining bitcoin.  The first ones were released in 2013 and have been improved upon since, with more efficient designs coming to market.  Mining is competitive and today can only be done profitably with the latest ASICs.  When using CPUs, GPUs, or even the older ASICs, the cost of energy consumption is greater than the revenue generated.

Newbie
*


Activity: 14


View Profile
November 09, 2017, 03:55:59 PM
 #1

What is 'Bitcoin mining' .....Bitcoin mining is the process by which transactions are verified and added to the public ledger, known as the block chain, and also the means through which new bitcoin are released.  Anyone with access to the internet and suitable hardware can participate in mining.  The mining process involves compiling recent transactions into blocks and trying to solve a computationally difficult puzzle.  The participant who first solves the puzzle gets to place the next block on the block chain and claim the rewards.  The rewards, which incentivize mining, are both the transaction fees associated with the transactions compiled in the block as well as newly released bitcoin. (Related: How Does Bitcoin Mining Work?)

BREAKING DOWN 'Bitcoin Mining'
The amount of new bitcoin released with each mined block is called the block reward.  The block reward is halved every 210,000 blocks, or roughly every 4 years.  The block reward started at 50 in 2009, is now 25 in 2014, and will continue to decrease.  This diminishing block reward will result in a total release of bitcoin that approaches 21 million. 

How hard are the puzzles involved in mining?  Well, that depends on how much effort is being put into mining across the network.  The difficulty of the mining can be adjusted, and is adjusted by the protocol every 2016 blocks, or roughly every 2 weeks.  The difficulty adjusts itself with the aim of keeping the rate of block discovery constant.  Thus if more computational power is employed in mining, then the difficulty will adjust upwards to make mining harder.  And if computational power is taken off of the network, the opposite happens.  The difficulty adjusts downward to make mining easier.

In the earliest days of Bitcoin, mining was done with CPUs from normal desktop computers.  Graphics cards, or graphics processing units (GPUs), are more effective at mining than CPUs and as Bitcoin gained popularity, GPUs became dominant.  Eventually, hardware known as an ASIC, which stands for Application-Specific Integrated Circuit, was designed specifically for mining bitcoin.  The first ones were released in 2013 and have been improved upon since, with more efficient designs coming to market.  Mining is competitive and today can only be done profitably with the latest ASICs.  When using CPUs, GPUs, or even the older ASICs, the cost of energy consumption is greater than the revenue generated.

Saturday, January 20, 2018

MINING OF DIGITAL COIN

Bitcoin Mining Profitable in 2017?

The short answer would be “It depends on how much you’re willing to spend”. Each person asking himself this will get a slightly different answer since Bitcoin Mining profitability depends on many different factors. In order to find out Bitcoin mining profitability for different factors “mining profitability calculators” were invented.
These calculators take into account the different parameters such as electricity cost, the cost of your hardware and other variables and give you an estimate of your projected profit. Before I give you a short example of how this is calculated let’s make sure you are familiar with the different variables:

Monday, January 15, 2018

DIFFICULTY

Difficulty

The Computationally-Difficult Problem

Mining a block is difficult because the SHA-256 hash of a block's header must be lower than or equal to the target in order for the block to be accepted by the network. This problem can be simplified for explanation purposes: The hash of a block must start with a certain number of zeros. The probability of calculating a hash that starts with many zeros is very low, therefore many attempts must be made. In order to generate a new hash each round, a nonce is incremented. See Proof of work for more information.

The Difficulty Metric

The difficulty is the measure of how difficult it is to find a new block compared to the easiest it can ever be. The rate is recalculated every 2,016 blocks to a value such that the previous 2,016 blocks would have been generated in exactly one fortnight (two weeks) had everyone been mining at this difficulty. This is expected yield, on average, one block every ten minutes.
As more miners join, the rate of block creation increases. As the rate of block generation increases, the difficulty rises to compensate, which has a balancing of effect due to reducing the rate of block-creation. Any blocks released by malicious miners that do not meet the required difficulty target will simply be rejected by the other participants in the network.

Reward