smoth wrote:so how is a bitcoin a currency? I don't get it.
what I (think) know:
Bitcoins can be converted for money, just like say a baseball card.
Yes.
smoth wrote:
Bitcoins are somehow a virtual thing that can be split indefinitely.
You can exchange bitcoins with a resolution of 1 satoshi == 10^-8 bitcoin.
smoth wrote:
Bitcoins are a sort of virtual thing that people have assigned value, because they wanted to, it has no real backing in gold or anything like that.
Yes.
smoth wrote:
what I want to know:
What IS a bitcoin.
"a bitcoin" is just a unit.
If your wallet balance shows "1 bitcoin", it does not mean you have 1 file which contains a special token. It means that your wallet has processed all the bitcoin transactions in existence, and found out that all the transactions where you were beneficiary minus all the transactions where you are debtor result in a balance of 1 bitcoin.
smoth wrote:
What exactly do you "mine" for
Every transaction is archived in a block.
All the blocks are called the blockchain, which act as a ledger of all transactions.
There is a new block every 10 minutes (more or less).
To ensure that the ledger is unfalsifiable (prevent counterfeit coins, double spend), a large amount of work is required to "finalize" (mine) a block (ie, to make other nodes accept your finalized block).
When you mine, you are just searching for a number that, when hashed with the list of new transactions, will satisfy an equation. That equation has a difficulty requirement that is dynamically adjusted to ensure that a solution will be found by someone every 10 minutes.
Add more power (competing miners) to the network, and the difficulty of the problem will increase.
This is not a "useful" equation to solve (protein folding or whatever), but the simple fact that the difficulty is adjusted proportionally with the amount of computation power that is dedicated (collectively) to the problem ensure that the difficulty to cheat the system is proportional to the total computation power in the network. More power collectively dedicated == more resilient system (more expensive to attack).
If you are lucky and find the solution to this problem, you are rewarded for your mining effort (currently 25 btc). More probably, as a miner, you have joined a mining pool and you do not receive the full 25 btc, but you receive a share proportional to your contribution to the pool.
Important details have been left out.