0 bookmark(s) - Sort by: Date ↓ / Title /
A small home Bitcoin mining device with a 500GH hash rate has successfully mined a block, earning its owner over $200,000 in BTC.
Guide for setting up the NerdMiner, an educational bitcoin mining device powered by the LILYGO T-Display-S3 ESP32-S3 development board. Detailed steps for both educational and simple setup methods are provided.
Nerd Miners offers Bitcoin lottery miners with plug-and-play functionality for DIY enthusiasts.
Track Bitcoin prices automatically with an ESP32 and an OLED display using MicroPython or Arduino.
/u/BesBesCat writes:
JSONVar getBTC() {
String serverPath = "http://api.coindesk.com/v1/bpi/currentprice.json";
jsonBuffer = httpGETRequest(serverPath.c_str());
JSONVar myObject = JSON.parse(jsonBuffer);
return myObject;
}
// Use Coindesk's API instead.
First / Previous / Next / Last
/ Page 1 of 0