mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-17 22:07:12 +02:00
remove display: block; from some iframes
This commit is contained in:
parent
8a4f0e3e03
commit
8420f352a1
|
@ -9,7 +9,7 @@ tags = ["RaspberryPi", "BTC"]
|
|||
I first heard about Bitcoin in early 2013 and decided the best way to learn about it would be to start mining. If you don’t know anything about Bitcoin, check out the video below and [bitcoin.org](https://bitcoin.org/en/) for more.
|
||||
|
||||
<!--{{ youtube(id="Gc2en3nHxA4", class="youtube")}}-->
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Gc2en3nHxA4" frameborder="0" style="display: block; margin: 0 auto" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Gc2en3nHxA4" frameborder="0" style="margin: 0 auto" allowfullscreen></iframe>
|
||||
|
||||
I ordered the [Butterfly Labs](https://en.bitcoinwiki.org/wiki/Butterfly_Labs) 5 GH/s Miner in July of 2013 and actually received it in December 2013, ASIC mining was catching on like wildfire and they had a decent backlog of orders to fulfill. The most similar product they offer currently is a 10 GH/s miner. The miner connects as a peripheral via USB, so I started mining with it connected to my Windows 7 lap top using the EasyMiner Software. This reliance on my lap top to “drive” the miner wasn’t optimal, so I found a Linux based alternative that runs on Raspberry Pi called [MinePeon](https://minepeon.com/). Now I had a reliable hardware setup that required little maintenance and more importantly my lap top was free to roam.
|
||||
|
||||
|
|
|
@ -16,6 +16,6 @@ For communication with my Nest Thermostat, I didn’t implement the [OAuth2.0](h
|
|||
|
||||
Here are the results after a few days:
|
||||
|
||||
<iframe width="697" height="431" seamless frameborder="0" scrolling="no" style="display: block; margin: 0 auto" src="https://docs.google.com/spreadsheets/d/1ir8ENcChkleHsPGUWlmbGlXQQTnxPHI-o29nMX9jvO8/pubchart?oid=280457042&format=interactive"></iframe>
|
||||
<iframe width="697" height="431" seamless frameborder="0" scrolling="no" style="margin: 0 auto" src="https://docs.google.com/spreadsheets/d/1ir8ENcChkleHsPGUWlmbGlXQQTnxPHI-o29nMX9jvO8/pubchart?oid=280457042&format=interactive"></iframe>
|
||||
|
||||
The [Google Sheet](https://docs.google.com/spreadsheets/d/1ir8ENcChkleHsPGUWlmbGlXQQTnxPHI-o29nMX9jvO8/edit) is here (create a copy to view Script Editor and make changes) and I also posted the code as a [Gist here](https://gist.github.com/kylejcarlton/12a85c4a5b375eaff62ee509d76a6720). API keys, device ID’s etc. are all variables to be defined at the beginning of the Script.
|
Loading…
Reference in a new issue