From a76cce2e21b1241b3233c8506b55ade157b32c0e Mon Sep 17 00:00:00 2001 From: Kyle J Carlton Date: Tue, 17 Jan 2023 09:23:51 -0600 Subject: [PATCH] fix small MD syntax issues --- content/mining-btc-with-pi-part1.md | 4 ++-- content/mining-btc-with-pi-part2.md | 4 ++-- content/universal-remote-part2.md | 2 +- content/universal-remote-part5.md | 2 +- content/wifi-temperature-monitor-part1 .md | 6 +++++- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/content/mining-btc-with-pi-part1.md b/content/mining-btc-with-pi-part1.md index 361427c..0e4797c 100644 --- a/content/mining-btc-with-pi-part1.md +++ b/content/mining-btc-with-pi-part1.md @@ -6,7 +6,7 @@ date = 2015-08-15 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 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. @@ -17,4 +17,4 @@ I ordered the [Butterfly Labs](https://en.bitcoinwiki.org/wiki/Butterfly_Labs) 5 {{ image(src="/img/ButterflyLabsMinerAndPi.png", position="left") }} -Hardware in place, I decided to join a mining pool since my hash rate would be contributing such a small percentage of the entire Bitcoin network’s computing power. I joined BTC Guild, which has since shut down due to security and regulatory concerns. [P2Pool](http://p2pool.org/), [Eligius](http://eligius.st/~gateway/) and [BitMinter](https://bitminter.com/) are some mining pools still in existence. [This CoinDesk article](https://www.coindesk.com/information/get-started-mining-pools/) provides more information about mining pools. At this point I just sat back and let the miner burn electricity. Was I making a profit? Only time would tell. Next update I’ll summarize the profitability of mining with this hardware from December 2013 - July 2015. \ No newline at end of file +Hardware in place, I decided to join a mining pool since my hash rate would be contributing such a small percentage of the entire Bitcoin network’s computing power. I joined BTC Guild, which has since shut down due to security and regulatory concerns. [P2Pool](http://p2pool.org/), [Eligius](http://eligius.st/~gateway/) and [BitMinter](https://bitminter.com/) are some mining pools still in existence. [This CoinDesk article](https://www.coindesk.com/information/get-started-mining-pools/) provides more information about mining pools. At this point I just sat back and let the miner burn electricity. Was I making a profit? Only time would tell. Next update I’ll summarize the profitability of mining with this hardware from December 2013 - July 2015. diff --git a/content/mining-btc-with-pi-part2.md b/content/mining-btc-with-pi-part2.md index 36833b3..3ea9adb 100644 --- a/content/mining-btc-with-pi-part2.md +++ b/content/mining-btc-with-pi-part2.md @@ -20,8 +20,8 @@ Total cost of power over that period of approximately 14,136 hours was calculate {{ image(src="/img/BTCMinerPowerUsage.png", position="left") }} -Thanks to the technology behind Bitcoin, you can see the full contents of the wallet where mining profits were deposited on [BlockChain.info](https://www.blockchain.com/explorer) @ [1BsWqHJh5kwLNHZzj6Q6DGaxRZVTK9U9A6](https://blockchain.info/address/1BsWqHJh5kwLNHZzj6Q6DGaxRZVTK9U9A6) and a graph over time. +Thanks to the technology behind Bitcoin, you can see the full contents of the wallet where mining profits were deposited on [BlockChain.info](https://www.blockchain.com/explorer) @ [1BsWqHJh5kwLNHZzj6Q6DGaxRZVTK9U9A6](https://blockchain.info/address/1BsWqHJh5kwLNHZzj6Q6DGaxRZVTK9U9A6) and a graph over time. {{ image(src="/img/BTCMinerProfitability.png", position="left") }} -With the exchange rate of Bitcoins to USD at the time of writing this, the Return on Investment (ROI) with a balance of 0.24359921 BTC is about negative (-) $896. Breaking even would require the exchange rate to reach $3,844 USD / BTC; historically speaking the highest was around $1,100 in late 2013. Never say never though, here’s the [current price from CoinDesk](https://www.coindesk.com/price/bitcoin/). \ No newline at end of file +With the exchange rate of Bitcoins to USD at the time of writing this, the Return on Investment (ROI) with a balance of 0.24359921 BTC is about negative (-) $896. Breaking even would require the exchange rate to reach $3,844 USD / BTC; historically speaking the highest was around $1,100 in late 2013. Never say never though, here’s the [current price from CoinDesk](https://www.coindesk.com/price/bitcoin/). diff --git a/content/universal-remote-part2.md b/content/universal-remote-part2.md index f8239c7..3c30b34 100644 --- a/content/universal-remote-part2.md +++ b/content/universal-remote-part2.md @@ -31,4 +31,4 @@ Here's [the circuit](https://upverter.com/alexbain/f24516375cfae8b9/Open-Source- -Once complete the next step will be installing and configuring [LIRC](https://www.lirc.org/). \ No newline at end of file +Once complete the next step will be installing and configuring [LIRC](https://www.lirc.org/). diff --git a/content/universal-remote-part5.md b/content/universal-remote-part5.md index 9d25089..557cfdf 100644 --- a/content/universal-remote-part5.md +++ b/content/universal-remote-part5.md @@ -124,4 +124,4 @@ To finish of the hardware build I made a case out of Lego bricks, so it stays or Now control of IR devices is possible from a website, next up controlling Bluetooth devices the same way using [GIMX](http://gimx.fr/wiki/index.php?title=Command_line). -{{ image(src="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/UniversalRemoteWebsite.png", position="left" \ No newline at end of file +{{ image(src="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/UniversalRemoteWebsite.png", position="left" diff --git a/content/wifi-temperature-monitor-part1 .md b/content/wifi-temperature-monitor-part1 .md index af462d9..993ceff 100644 --- a/content/wifi-temperature-monitor-part1 .md +++ b/content/wifi-temperature-monitor-part1 .md @@ -32,6 +32,10 @@ Then the temperature can be calculated based on the voltage output from the TMP3 {{ image(src="/img/TMP36_Graph.png", position="left") }} -After importing I also converted to Fahrenheit using _T(°F) = T(°C) × 1.8 + 32_. Here’s the final output in the Google Sheet using _ImportJSON(https://api.particle.io/v1/devices/UNIQUE_ID/analogvalue?access_token=UNIQUE_TOKEN)_: +After importing I also converted to Fahrenheit using _T(°F) = T(°C) × 1.8 + 32_. Here’s the final output in the Google Sheet using + +```javascript +ImportJSON(https://api.particle.io/v1/devices/UNIQUE_ID/analogvalue?access_token=UNIQUE_TOKEN) +``` {{ image(src="/img/TMP36_Gsheet.png", position="left") }}