Tags: blockchain* + bitcoin*

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. Improved version of first ESP32 NerdMiner, an open source project that allows you to try to mine Bitcoin with a small piece of hardware.
  3. 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.
  4. Nerd Miners offers Bitcoin lottery miners with plug-and-play functionality for DIY enthusiasts.
  5. 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
  6. 2020-12-20 Tags: , , , , , , , by klotz
  7. frittna 2 months ago @op8
    @op8 sorry for the late reply, thank you very much, i still love it to watch the price on it. The M5 core is the regular black framed M5-core and the bottom is the M5GO/FIRE Battery Bottom Charging Base SKU:A014 from this M5-Stack-Shop (do not forget to buy the chargning base plate as i did, these are 2 seperate items to buy) It has the rgb-led strip built-in but it is only barely used in my code.. My Intention was to show major price movements with red/green flashing lights (and sounds) for example. Unfortunately i did not implement more functions since then.
    A little problem i have experienced is the wake-up behavour on usb-cable because with the battery base it behaves different as it is with standart battery back. But this can be solved in the code if you change the settings at //Power Settings
    2020-12-20 Tags: , , , , , , , by klotz
  8. 2019-09-26 Tags: , , by klotz

Top of the page

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

About - Propulsed by SemanticScuttle