newbie question I saw this video https://www.youtube.com/watch?v=uike95OzlNk and i didnt understand
they say that mining is solving mathematics equation and every time you solve you rewarded by bitcoin
My question is:
1. from where does come this mathematics equation?
It is included in the source code of the software.
but when someone thinking about the code he like " ohh ok I will create an option to mine crypt currency?"
When the software was designed and written, it was decided by the person that wrote the software to use inflation to pay a subsidy of 5000000000 spendable units per proof-of-work bock to anyone that does the work of maintaining the blockchain. It was also decided that this subsidy would be cut in half every 210000 blocks (truncating any decimals) until there was no longer any subsidy. It was also decided to name 100000000 spendable units as "1 Bitcoin".
The person that created the bitcoin protocol. He is (or they are) known as Satoshi Nakamoto.
What I mean is The developer creating a code or something or what?
No. The developers chose to use the standard SHA256 function. The decision was that the header of the block would be hashed using the SHA256 function, and that the result of the SHA256 function would then be hashed using the SHA256 function. Then the result of that is compared to the current difficulty target. If the value is less than the current target value, then the block is "solved" and the miner gets to broadcast their block that pays them the subsidy. If the value is NOT less than the current target value, then the block is not "solved" and the miner has to change the block header and try again.
The calculation for the difficulty is included in the software.
Didn't understand the answer , is there a limit for the coins? or there is infinity coins but with time its harder and harder to solve the equitation?
Are we talking about Bitcoin? With Bitcoin, there is a limit. The first 210,000 blocks are allowed a maximum subsidy of 5000000000 spendable units (often called "satoshis") each , the next 210000 blocks are allowed a maximum subsidy of 2500000000 spendable units each, the next 210000 blocks are allowed a maximum subsidy of 1250000000 spendable units each. The subsidy is cut in half (truncating any decimal value) every 210000 blocks until the maximum allowed subsidy is 0 spendable units.
The users of the coin decide how much they want to pay to acquire it.
Yes. Supply and Demand. The value to you (if you are buying the coin) is whatever amount you are willing to pay in exchange for it. The value to you (if you are selling the coin) is whatever amount you are willing to accept in exchange for it.
The current "market value" is whatever the last amount was that two parties publicly exchanged.