[quote=366433:@Derk Jochems]Awsome dude.
Where can it be found ? on the website?[/quote]
Hey Derk! Hope you had a Merry Christmas!!!
It will be uploaded to the website as soon as all input requests for additional topics have been submitted. I figured I’d ask the community if there’s any subject matter/topics that should be discussed & demonstrated before making the lesson live online, in case additional topics alter or tie-in to another area. Rather than jump around from topic to topic and back again. Since this one is “deep,” I’d like to maintain a straight flow for the lesson plan, so developers can follow along, and not fall behind. 
So far, I’ve received one request to add “Proof of Work” (See: https://en.wikipedia.org/wiki/Proof-of-work_system), but that’s already implemented.
What’s Included & Ahead:
The second part of lesson 1 will be applying concepts learned to other areas of development. Like, What can a BlockChain be used for, for anything other than cryptocurrency?!? Imagine writing a database application that KNOWS if the database has been altered by anything other than the software itself, and will automatically revert the value to the correct value set by the software interface, if the database record has been tampered. Perfect for accounting, financial software in general, or any other database system that requires a “tattle-tale” if someone or something attempts to alter the information outside a valid “transaction.”
Proof of Work - Using Javascript in a web application as a CAPTCHA to run through CPU cycles client side, to solve a cryptographic function, returning it to the server, and validating the user is “a human.” Prevent spam, prevent unauthorized or GUI-less applications from ‘scraping’ your site (can be applied to standard HTML/PHP/etc) or web application, forcing them to use a GUI, and preventing “automation” systems from interacting with your site/application.
and lots more.
Lesson 2 will include - “Creating the Perfect Cryptocurrency” (code’s already done :-)) -
-Which uses a modified implementation of a blockchain (doesn’t require the entire chain)
-peers validate the chain simultaneously as well as hashes that are accepted
-designated nodes act as exchange/transactional ‘branches’ (Just like going to your local branch of the popular big-chain Bank), which makes transactions instant…just like swiping a credit card. (BitCoin/etc can take hours to days for a transaction to process and be validated.). Transactions are instantly broadcast across all peers, spidering from the processing node, and in a matter of moments a collective yes or collective no is returned, preventing the user from spending that same ‘coin’ in two places. When a coin is processed in a transaction, it is destroyed (keep liquidity in the market!), and the originating server is notified, which then notifies all peers along the route that have ever touched the coin (if you never knew it existed, do you need to know it’s gone?..BitCoin sadly believes so). All coins are instantly replaced with a new one and signed by a “bank server.” (Only authorized ‘bank servers’ can sign coins)… Basically, the first Central-Decentralized bank… a Central bank is needed to “mint” (sign) the “coin” (hash), but after that, the peers handle all transactions in co-habitation with the central bank. If the central bank were to shutdown, a new one could be authorized, or if all central banks shutdown, the currency would be spendable until the last hash/coin has been spent and destroyed with no signed hash to take its place.
-hashes are bashed on a Quantum function based on “collapsing superpositions”, which does not require an advanced CPU/GPU to mine (Current state of affairs is, whoever has the most money to start, can buy the biggest baddest hardware to mine for cryptocurrency…thus keeping the money where the money began. Thus the unspoken corruption that is programmed into BitCoin,etc.) Using a quantum function, at any given moment in time, a raspberry pi could potentially churn out more hashes than the most powerful supercomputer. In other words, just as in the real world, “what is meant to happen, happens.” If we want something real that works without corruption (ie currency), why not base it on how things work in the ‘real world?’ Not manipulated to suit an ‘agenda.’ The following day, that same raspberry pi could churn out no hashes, while the supercomputer churns out a few. Just like mining for REAL gold, using a quantum function, basically means you need “to be in the right place at the right time and space…err place.”
The function intense, to comprehend outside of a machine solving it, and the “mined resources” (hashes) are so scarce (in time), but infinitesimal (in space) in abundance, that it makes the perfect currency. Unlike even BitCoin and REAL gold though, this function is perpetual… a ‘self-renewing resource.’ This is an implementation of currency at its best without bias. You can be rich, you can be poor, but here’s your pickaxe, find yourself a place to mine…and get mining.
A little more than I wished to share at the moment, but that’s where it’s heading and what’s ahead! Just wait it’s awesome
If you have any suggestions of stuff to include let me know before the first!!! I’m trying to have all the lessons that are done, and this one, uploaded before then!