Have you ever wondered what it would take to create a cryptocurrency coin or token yourself This is an example in C++ of the basic building “blocks” of a blockchain. …
-
-
Bitcoin: The End of Money as We Know It – For anyone who has not fully understood the controversial Bitcoin yet, this is a concise and informative crash course about …
-
The math behind cryptocurrencies.
-
This is a guide on how to buy cryptocurrency like Bitcoin, Ethereum, and other cryptocurrency for beginners
-
As the world evolves and time goes by, digital assets have come to the forefront of a large number of transactions. These assets experience such level of popularity due to …
-
This quick glossary contains many of the terms used in relation to bitcoin. These terms are used throughout the book, so bookmark this for a quick reference. address A bitcoin …
-
“Bitcoin is unstoppable.” – Roger Ver “You can’t stop things like Bitcoin. It will be everywhere and the world will have to readjust. World governments will have to readjust” – …
-
-
In this example we will display the price in USD of 1 bitcoin, the data is taken from coindesk’s API and displayed on an oled display. This is similar to …
-
This is similar to our previous ESP8266 bitcoin example – Basic ESP8266 and bitcoin price example We used the same Wemos board as in the previous example In this example we …
-
This example was sent to me via one of my electronics sites, this example use an ESP8266 development board, there are many examples of these on the net that can …
-
In this example we will display some conversions using bitpays api. the url we are interested in is located at https://bitpay.com/api/rates This is abbreviated output [ {“code”:”BTC”,”name”:”Bitcoin”,”rate”:1}, {“code”:”BCH”,”name”:”Bitcoin Cash”,”rate”:6.327061}, {“code”:”USD”,”name”:”US Dollar”,”rate”:9095.53}, …