From 8420f352a12b7f6a9fee7db1f8501ca5e048f65b Mon Sep 17 00:00:00 2001 From: kylejcarlton Date: Fri, 17 Dec 2021 16:56:16 -0600 Subject: [PATCH] remove display: block; from some iframes --- content/mining-btc-with-pi-part1.md | 2 +- content/wifi-temperature-monitor-part2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/mining-btc-with-pi-part1.md b/content/mining-btc-with-pi-part1.md index 880dc95..79c7990 100644 --- a/content/mining-btc-with-pi-part1.md +++ b/content/mining-btc-with-pi-part1.md @@ -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. - + 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. diff --git a/content/wifi-temperature-monitor-part2.md b/content/wifi-temperature-monitor-part2.md index 643c531..f417f58 100644 --- a/content/wifi-temperature-monitor-part2.md +++ b/content/wifi-temperature-monitor-part2.md @@ -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: - + 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. \ No newline at end of file