Showing posts with label CryptoCurrency. Show all posts
Showing posts with label CryptoCurrency. Show all posts

07 June, 2018

Bitcoin Mining - Pooled Mining

Pooled mining is a mining approach where multiple generating clients contribute to the generation of a block, and then split the block reward according the contributed processing power. Pooled mining effectively reduces the granularity of the block generation reward, spreading it out more smoothly over time.

Introduction

With increasing generation difficulty, mining with lower-performance devices can take a very long time before block generation, on average. For example, with a mining speed of 1000 Khps, at a difficulty of 14484 (which was in effect at the end of December, 2010), the average time to generate a block is almost 2 years.
To provide a more smooth incentive to lower-performance miners, several pooled miners, using different approaches, have been created. With a mining pool, a lot of different people contribute to generating a block, and the reward is then split among them according to their processing contribution. This way, instead of waiting for years to generate 50btc[citation needed] in a block, a smaller miner may get a fraction of a Bitcoin on a more regular basis.
share is awarded by the mining pool to the clients who present a valid proof of work of the same type as the proof of work that is used for creating blocks, but of lesser difficulty, so that it requires less time on average to generate.

Pooled mining approaches

The problem with pooled mining is that steps must be taken to prevent cheating by the clients and the server. Currently there are several different approaches used.

The slush approach

Bitcoin Pooled Mining (BPM), sometimes referred to as "slush's pool", follows a score-based method. Older shares (from beginning of the round) have lower weight than more recent shares, which reduces the motivation to cheat by switching between pools within a round.

The Pay-per-Share approach

The Pay-per-Share (PPS) approach, first described by BitPenny, is to offer an instant flat payout for each share that is solved. The payout is offered from the pool's existing balance and can therefore be withdrawn immediately, without waiting for a block to be solved or confirmed. The possibility of cheating the miners by the pool operator and by timing attacks is thus completely eliminated.
This method results in the least possible variance for miners while transferring all risk to the pool operator. The resulting possibility of loss for the server is offset by setting a payout lower than the full expected value.

The Full Pay-per-Share approach

The Full Pay-per-Share (FPPS) approach, created by BTC.com team, aims to benefit miners from the high transaction fee. It will calculate a standard transaction fee within a certain period,add it into the block rewards (12.5 BTC every block for now) and then distribute the whole to miners according to PPS mode.
This method keeps advantages of PPS and pay more to miners by sharing some of the transaction fees.

Luke-Jr's approach ("Eligius")

Luke came up with a third approach borrowing strengths from the earlier two. Like slush's approach, miners submit proofs-of-work to earn shares. Like puddinpop's approach, the pool pays out immediately via block generation. When distributing block rewards, it is divided equally among all shares since the last valid block. Unlike any preexisting pool approach, this means that the shares contributed toward stale blocks are recycled into the next block's shares. In order to spare participating miners from transaction fees, rewards are only paid out if a miner has earned at least 0.67108864 BTC (400 TBC). If the amount owed is less, it will be added to the earnings of a later block (which may then total over the threshold amount). If a miner does not submit a share for over a week, the pool sends any balance remaining, regardless of its size.

P2Pool approach

P2Pool mining nodes work on a chain of shares similar to Bitcoin’s blockchain. When a block is found, the reward is divided among the most recent shares in this share-blockchain. Like the puddinpop and Luke-Jr approaches, p2pool pays via generation.

Comparison

The cooperative mining approach (slush and Luke-Jr) uses a lot less resources on the pool server, since rather than continuously checking metahashes, all that has to be checked is the validity of submitted shares. The number of shares sent can be adjusted by adjusting the artificial difficulty level.
Further, the cooperative mining approach allows the clients to use existing miners without any modification, while the puddinpop approach requires the custom pool miner, which are as of now not as efficient on GPU mining as the existing GPU miners.

Additionally, the puddinpop and Luke-Jr approaches of distributing the earnings by way of including precise sub-cent amounts in the generation transaction for the participants, results in the presence of sub-cent bitcoin amounts in your wallet, which are liable to disappear (as unnecessary fees) later due to a bug in old (before 0.3.21) bitcoin nodes. (E.g., if you have a transaction with 0.052 in your wallet, and you later send .05 to someone, your .002 will disappear.).
Puddinpop and Luke-Jr miners receive coins directly, which eliminates the delay in receiving earnings that is required on slush-based mining servers. However, using some eWallet services for generated coin will cause those coins to be lost.


05 June, 2018

Bitcoin Mining - Difficulty Rate

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

When a block is discovered, the discoverer may award themselves a certain number of bitcoins, which is agreed-upon by everyone in the network. Currently this bounty is 12.5 bitcoins; this value will halve every 210,000 blocks. See Controlled Currency Supply.
Additionally, the miner is awarded the fees paid by users sending transactions. The fee is an incentive for the miner to include the transaction in their block. In the future, as the number of new bitcoins miners are allowed to create in each block dwindles, the fees will make up a much more important percentage of mining income.



My next Blog will go into different types of Mining Equipment (Eco System) - see you tomorrow!!!

04 June, 2018

Bitcoin 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 blockchain serves to confirm transactions to the rest of the network as having taken place. Bitcoin nodes use the blockchain 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 set the history of transactions in a way that is computationally impractical to modify by any one entity. By downloading and verifying the blockchain, bitcoin nodes are able to reach consensus about the ordering of events in bitcoin.
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 units available to anybody who wishes to take part. An important difference is that the supply does not depend on the amount of mining. In general changing total miner hashpower does not change how many bitcoins are created over the long term.

Source

Tomorrow I will share the Difficulty Rate issue of Bitcoin. One of the most misunderstood concepts about Bitcoin....

01 June, 2018

Crypto Currency Mining - My Opinion

by FrannaB

So this week I took you through an educative blog about Bitcoin (and others), the Blockchain Technology, the Value of Bitcoin, how and where you can spend it etc....

Today I would like to share my personal experience in the Crypto World!

My journey in this space began early in 2016. And boy what a journey it is!
I've been scammed out of hard earned money, but I have also been blessed by partnering with the right business partners and the most legit companies out there.

My experience is that there are a few ways by which you can get involved in Crypto Currencies....

TRADING THE MARKETS

You can become a Trader. Now trading the markets is not for everyone. If you read some of my previous Blogs (go here) you will understand that about 5% of all traders has the physiological mental capacity to trade the markets successfully! That being said, I know I am not part of that elite group of people, so I keep myself away from trading physically.

I have some money invested in trading through a company that prides itself with a phenomenal Expert Adviser (EA). That is the beauty of an EA, it trades on your behalf. You can decide on the risk factor - low, medium or high - and let the EA do the heavy lifting. Sign up for a FREE Account with them HERE

BUYING AND HOLDING

So a few of my friends and people I know do this....
It's all about the price or value of the specific crypto currency they follow. They understand that the Digital Age of Money is here and it is here to stay. So they would go out and register an account on an exchange and would then buy a certain digital asset. Once they bought the asset, they become what I call "Price Watchers and Hopers". If you want to know what the value of any currency is, just ask them! They know, because they now hope that the value goes up so that they can capitalize on the growth.

Which makes sense in a way, because let's say they bought 1 Bitcoin at a value of $10 000. In 2 to 3 years the value of that asset might be $100 000. That is $90 000 profit. NOW HERE'S THE THING - to realize that profit, the asset (BTC) needs to be liquidized (sold off). BOOM, out of the game! If he/she wants to get into the crypto game again, they will have to buy-in at the current value + fees ($100 000+)!

The other side of the coin is this.... After buying the asset for $10 000, the value might drop to $7500. Even a little fall in value has them on the tip of their chairs. They would call me and the conversation is always the same: "I have just lost my money and/or what is going on in the market?" Well, I can not for starters predict the markets or the future of a digital asset. My question to them is always: "Have you sold the asset - because you can only loose your money if you sell at a lower value"!

MINING CRYPTO CURRENCY

After I came to understand what I know today, and because of my business partners and the education we have about Crypto Currencies, I chose to mine my own Cryptos....

By investing in the very backbone of any crypto currency, which is its block chain, you become part of the creation process of the crypto currency. The term 'mining' means maintaining the block chain!
For maintaining the block chain - verifying all transactions on the spesific block chain and keeping a copy of the public ledger - miners are rewarded newly generated crypto coins (depending on which block chain you choose to maintain - bitcoin, ethereum, dash etc) It is for sure a long term strategy to follow, and you will be able to build your hash power - processing power on the block chain. The more hash power you have, the higher your rewards. For me its like building a pension fund that will finance my lifestyle in the future.

Looking at mining crypto currencies, there is a lot of ways to get involved from crowd funding, cloud mining, real mining operations and even mining from home. I will go into the different mining solutions in a following blog, but for now, I prefer real mining operations with legit companies!

Feel FREE to connect with me personally for more info on mining......
Hit the comments section!!!

31 May, 2018

Everything you ever wanted to know about bitcoin (but were afraid to ask) 4/5

BY DARREN WALL

What does the financial industry make of blockchain tech?

The bitcoin bubble may yet burst, but blockchain technology looks to be here to stay.
Six international banks (British-based Barclays, the Swiss-based Credit Suisse, Canada’s Imperial Bank of Commerce, HSBC, MUFG, and State Street) are using blockchain technology to develop a Utility Settlement Coin (USC) – rumored to release in 2018.
USC is a cryptocurrency, just like bitcoin, and will be used for international transactions between banks.
USC will be used for financial transfers on a vast scale and won’t be available at a consumer level – at least, not unless you’re dealing with multi-million dollar transactions.
These transactions will be controlled by banks (who are subject to regulation), and they’ll lack the anonymity of bitcoin.

How is the value of a bitcoin determined?

Supply and demand drive the fluctuating valuation, controlled by a pre-determined scarcity. (I love a bit of pre-determined scarcity, don’t you?) The system has been designed to prevent more than 21 million bitcoin from ever existing.
It sounds a lot, but when you take into account that this is a global currency, and the value fluctuates, this embedded scarcity infers value.
New bitcoin are released daily, at the rate of around 25 coins per 10 minutes. Where the heck they come from is beyond me, to be honest (and perhaps a subject for another article).
But the flow will dry eventually, it has been prophesied, inferring higher value upon existing coins. There are currently believed to be around 16 million in use.
So someone has done well.

Where can I pay with bitcoin?

Amazingly, there are over 100,000 merchants around the world who accept bitcoin, including Microsoft, Expedia, and Newegg.
It’s rare to be able to spend bitcoin in physical stores, although the likes of Gyft – a mobile gift card app – provides a means of transferring the value of your digital currency into a form accepted by Amazon and Walmart.
Gyft gift cards are accepted in over 200 outlets in the US, such as Nike, Starbucks, and Target.
There are services, such as Shakepay, which convert your bitcoin into USD or Euros, for a fee.

What next?

When Amazon starts accepting Bitcoin (notice that that’s “when” rather than “if”), the value is set to increase even further, bringing usage into the mainstream.
It wasn’t that long ago that ordering a consumer item from the internet represented a massive risk, remember? Nobody thought that would catch on! So the future looks bright for Bitcoin. Yes, it could all collapse and devalue, but at the current rate of progress, it seems unlikely.
It might be too late to invest in in bitcoin and make millions, unless you already have hundreds of thousands of dollars. But now you know just enough about bitcoin to dip your toes in the water; don’t worry, it’s warm.
There a lot more information on BTC and Blockchain on the web. Also very nice Youtube Videos on everything. BUT, tomorrow, I will reveal how you can get involved, should you be interested, in the creation process of these Crypto Currencies and Leverage of the technology.....
May have a fulfilled Thursday

30 May, 2018

Everything you ever wanted to know about bitcoin (but were afraid to ask) 3/5

BY DARREN WALL

Wow. Doesn’t this sound a little illegal?


Some countries, such as India, have prohibited the trade of bitcoin. Some say that they’re banning non-centralized crypto-currencies because the government can’t trace transactions (or, perhaps more to the point, collect taxes).
But that’s the cynic’s view. The service in itself is absolutely not illegal – as long as where the money goes when it’s transferred isn’t used for illegal activity. But you could say that for all currency.

How does this not immediately fall apart?

Your bank account is an established (and regulated) form of digital currency. You have money (which is represented by numbers in an account), which you can transfer to someone else in return for goods and services. You probably use your cash card or mobile payment system more than you use dollars and coins these days.
So you’re already pretty familiar with the concept of electronic cash. The main difference here is that rather than one organization taking care of your numbers, a collection of computers keeps the numbers safe.
It is a valid concern that anonymity could facilitate criminal activity, although this certainly doesn’t imply that users of Bitcoin have unlawful intent. So you can see why it’s controversial. But no – it’s not illegal.

I’ve heard about bitcoin wallets. What are they?

Good question. And this is where the story gets interesting.
A bitcoin wallet is a dedicated program that stores your bitcoins, in the same way that your physical wallet holds your notes and cards. The digital wallet is stored on your desktop computer or on your smartphone. Bitcoin can be stored on the web, but this raises security concerns.

Are Bitcoin wallets safe?

If you lose your bitcoin wallet, you lose your money, just like if you lost your physical wallet. Except your digital wallet was potentially worth millions of dollars.
There are stories floating around the internet of a sorry gentleman who threw out his old computer and forgot to back up his bitcoin wallet. He’s regularly spotted raking through the trash at his local dump.
Allegedly.
If you forget your PIN or password, or you lose your hard drive, or it’s hacked or stolen, the value store becomes forever inaccessible. Experts recommend storing your wallet offline where it’s less vulnerable to ransomware. Just in case.
A regular internet-enabled bank account allows you to access your money (and transfer your numbers) from any computer connected to the internet.
If it’s safer to store your digital wallet offline, that means you can only access your funds from the computer that holds the wallet.
There’s a selection of mobile apps that allow you to control your digital wallet securely.

So how do you spend your bitcoin?

Transactions are recorded onto the blockchain as a file, confirming that “Bob gave Andy 5 bitcoin on [insert date and time here].”
Lucky Andy! What did he do to gain such favor?

The point?

The transaction is signed by Bob’s private, encrypted key and broadcast to the P2P, which validates and records the transaction.
Can’t this blockchain just fall apart?
The blockchain is publicly distributed, so it is potentially open to hacking. However, it’s heavily cryptographically protected. The data is divided into multiple small blocks.
Individually the blocks don’t mean anything to a hacker.
The total bitcoin blockchain is estimated at around 100gb in size. The entire chain is required to crack the encryption. And there could be, like, tons of blocks. Thousands. Millions. Superquadrillions.
Because the blockchain uses the computing power of thousands of computers around the world, it probably means hacking into thousands of computers, undetected, all all the same time. So it’s pretty safe.
However! There have been successful hacks, losing groups and individuals hundreds of millions of dollars. (But they might not have deserved those hundreds of millions of dollars in the first place. So don’t feel too bad.)
Hacks have broken into individual wallets, rather than “breaking” the blockchain. A wallet could be compromised, stolen, cloned, or manipulated.
Let's go into the financial industry, value of BTC, payment for goods or services etc tomorrow!!!
Lookout for Friday's Post when it all comes together.... Have a fabulous Wednesday!

29 May, 2018

Everything you ever wanted to know about bitcoin (but were afraid to ask) 2/5

BY DARREN WALL




What is a peer-to-peer network?

You might have used a file-sharing application at some point. Remember Vuze, Napster, and Pirate Bay? If so, you’ve used a peer-to-peer (P2P) network to share files.
P2P is an online network of computers where users open up a part of their computer. With file sharing, it’s usually just a partition of your hard-drive. But in this case, users donate processing power as well as hard-drive space. And the processing power borrowed from the P2P contributes to the overall processing power of the blockchain.
Woah, right?
Colossal processing power is required to create new bitcoin, which is why they need a network of users’ computers. And generating that processing power has a huge electricity demand.
A blockchain host on this p2p network searches the web using dedicated software so that they can find and bid for new bitcoin as they’re created. They’re rewarded in bitcoin for hosting the blockchain. This is known as mining.

Isn’t P2P illegal?

P2P got a bad rap when Napster was shuttered because people were using it to illegally share copyrighted material, such as music, video, and application files. But there’s nothing illegal about P2P networks, per se, as long as the activity they operate is legal.
The P2P facilitates the blockchain, which records transactions with a date stamp, preventing double-spending, and we transfer bitcoin from our wallets to buy things. So, it’s a bit like… well, a bank.

So bitcoin is a like a bank, but it isn’t a bank?

Nakamoto described Bitcoin as a “peer-to-peer version of electronic cash,” facilitating online payments that don’t go through a financial institution.
The P2P creates, maintains, and updates the blockchain, recording payment transactions. And the blockchain records and facilitates two willing parties where they wish to trade directly.
All without regulation. All without governments and corporations. And all anonymously.

Wow. Doesn’t this sound a little illegal?



I will delve into the legalities of crypto's and blockchain.......
Be ont the lookout for my next blog!!!

28 May, 2018

Everything you ever wanted to know about Bitcoin (but were afraid to ask) 1/5

BY DARREN WALL




If you feel a little clueless when it comes to cryptocurrency, you’re not alone. The sudden and stratospheric rise of bitcoin and its ilk is all a little dizzying and unreal.
So you probably have some questions: Is bitcoin the emperor’s new clothes, or is it the ermine shawl of future millionaires? When a single bitcoin can be worth $10,000, then how could you possibly spend it? How much would a pint of milk cost? And can you use your bitcoin to pay for, say, a weekend getaway?
We’re here to debunk the enigma and claim some clarity on this very 21st-century concept of money – money that, perhaps, doesn’t really exist… Except that it does.
Let’s unravel this, shall we?

Everything you ever wanted to know about bitcoin (but were afraid to ask)

What is cryptocurrency?

First, some definitions.
cryptocurrency is an encrypted digital payment network. There are no physical notes or coins – it’s a currency that exists solely over an encrypted network of computers.
Are you still with me? Great.
Bitcoin was invented by a mysterious developer, known to the planet as Satoshi Nakamoto, which is a pseudonym. Nobody knows if it’s one person or a group. For ease, we’ll refer to Nakamoto as “they.”
Nakamoto wanted to create a currency that was not controlled by governments or corporations; which could be traded globally at no cost and without revealing one’s identity.

What is a bitcoin?

bitcoin is a line of code with no physical tokens, a bit like your debit card. Once obtained, bitcoin are stored in a digital wallet, which is conceptually the same as a physical wallet. Bitcoin can be traded for services and goods, just like… well, money.
You may have heard the term “blockchain.” It’s an incredibly boring term, but you need to know it to properly understand bitcoin. Sorry.

What is a blockchain?



A blockchain is a ledger – a record of transactions.
Your bank keeps a ledger on you. It prevents you from “double-spending” – using the same units of currency twice. The blockchain is similar, only it is powered by a peer-to-peer network.
Tomorrow we will go into Peer to Peer (P2P) and more....
So maybe, you are familiar with Bitcoin, Blockchain et al, or maybe you are not. I will dedicate this week to Crypto Currencies and it's underlying technology.
Have a blessed week!!!

Do Not Give Up On The Person You Are Capable Of Becoming (Inspirational ...

Do Not Give Up On The Person You Are Capable Of Becoming