Tags: cryptocurrency* + blockchain* + iot*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. A small home Bitcoin mining device with a 500GH hash rate has successfully mined a block, earning its owner over $200,000 in BTC.
  2. 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.
  3. Nerd Miners offers Bitcoin lottery miners with plug-and-play functionality for DIY enthusiasts.
  4. 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.
    ```
    2024-09-22 Tags: , , , , by klotz
  5. 2019-06-12 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "cryptocurrency+blockchain+iot"

About - Propulsed by SemanticScuttle