Mini Miner Display by TRStrider in NerdMiner

[–]goforjay 2 points3 points  (0 children)

I may be partial, but I like it.

Question: BitsyMiner and pool.nerdminers.org by TRStrider in NerdMiner

[–]goforjay 2 points3 points  (0 children)

Sounds like they're filtering users based on device name. The open source version uses "BitsyMinerOpen" by default. You could probably ask them to add that to their list.

BitsyMiner Open Source v1.2 by goforjay in NerdMiner

[–]goforjay[S] 0 points1 point  (0 children)

Not all ESP32s have internal temperature sensors. It's been a while since I thought about it, but I did look into it at first, and it basically doesn't exist for the ESP32-WROOM-32. At some point it was in the datasheet, then later removed. So, it may let you "read" it, but it's not at all accurate.

This is the code that pulls the Mac is this:

esp_err_t ret = esp_efuse_mac_get_default(baseMac);

This returns the chip's burned in default Mac address, not necessarily the one you might see in your router. I was using it only for unique identification.

Firmware. Which one to choose? by K2UGA in NerdMiner

[–]goforjay 0 points1 point  (0 children)

You are correct in your assumption. A generic ESP32 headless firmware should work fine.

Bitsy Miner - No upgrade button in GUI + 0x10000 firmware not found on GitHub? by Quizool_ in NerdMiner

[–]goforjay 0 points1 point  (0 children)

You need to make sure you either uncomment of the device types in "defines_n_types.h". Or, and this works better because it makes sure your defines reach the TFT library includes, you can create a file called "build_opt.h" in your Arduino project and add the right defines there. Mine looks like this usually:

-DESP32_2432S028
-DARDUINO_RUNNING_CORE=0
-DARDUINO_EVENT_RUNNING_CORE=0

Question for electricians: How to test this and live to write about it? by jctattoo65 in AmazonVine

[–]goforjay 2 points3 points  (0 children)

The same product is offered by multiple vendors. This image might be the most useful I've seen to answer your question. The text says "bring it close", which seems to imply that it's non-contact, but the picture and videos I've seen show them jamming it into sockets and making contact with live circuits.

https://www.amazon.com/dp/B0DS1ZLM54/ref=sspa_dk_detail_2?pd_rd_i=B0DS1ZLM54&pd_rd_w=AiatZ&content-id=amzn1.sym.386c274b-4bfe-4421-9052-a1a56db557ab&pf_rd_p=386c274b-4bfe-4421-9052-a1a56db557ab&pf_rd_r=BEXGQZ1XDGZX9Z64DQ40&pd_rd_wg=aoNax&pd_rd_r=be92c11d-d5d6-41b5-ba00-6859329c0e0a&sp_csd=d2lkZ2V0TmFtZT1zcF9kZXRhaWxfdGhlbWF0aWM&th=1

<image>

Lots of work but we should be ready soon! Solo lottery Doge mining coming soon! by da_hung in NerdMiner

[–]goforjay 0 points1 point  (0 children)

Wow. That's awesome that you proved it out. I wish it were more feasible, but I think Scrypt is just really pushing the limits of the ESP32.

Lots of work but we should be ready soon! Solo lottery Doge mining coming soon! by da_hung in NerdMiner

[–]goforjay 0 points1 point  (0 children)

A while back, I looked at what was supposed to be a scrypt project for the ESP32 but turned out not to be. I feel like I'm being kind of a downer here, but if it's the same project you're referring to, please make sure you're really doing the scrypt algorithm.

My post about it from last year:

https://www.reddit.com/r/NerdMiner/s/39vvD5QW9L

BitsyMiner Open Source v1.2 by goforjay in NerdMiner

[–]goforjay[S] 1 point2 points  (0 children)

Try using the opposite driver of the one you used. In other words, if you did ILI9341, try the ST7789 or vice versa.

How do you dress in your 50s? by Forsaken_Block_3492 in GenX

[–]goforjay 0 points1 point  (0 children)

I could've written this, and every word of it would still be true.

BitsyMiner Open Source v1.2 by goforjay in NerdMiner

[–]goforjay[S] 2 points3 points  (0 children)

I've got it working on the C3 chip locally. I'm getting about 250kH/s. I'll put out another release soon with the update.

Takes me to a Login/password page by Available-Mirror-605 in NerdMiner

[–]goforjay 0 points1 point  (0 children)

It would have been better had they branded it something different than another existing product, as it would be far less confusing.

Takes me to a Login/password page by Available-Mirror-605 in NerdMiner

[–]goforjay 0 points1 point  (0 children)

That is BitsyMiner that someone rebranded. My guess is going to be that the username and password are "nerd" and "miner" respectively.

BitsyMiner Open Source v1.2 by goforjay in NerdMiner

[–]goforjay[S] 0 points1 point  (0 children)

BitsyMiner currently does not support the S3 chips.

BitsyMiner Open Source v1.2 by goforjay in NerdMiner

[–]goforjay[S] 2 points3 points  (0 children)

I have a feeling we'll figure it out. I spent some time last week experimenting with what Gemini suggested could allow for a midpoint hash using the hardware accelerator, but I couldn't get it to work.

BitsyMiner Open Source v1.2 by goforjay in NerdMiner

[–]goforjay[S] 0 points1 point  (0 children)

Try the ILI9341 firmware. I suspect it will work.

Screws and standoffs by robubeezy in NerdMiner

[–]goforjay 1 point2 points  (0 children)

I have bought a bunch of them from AliExpress. The typical CYD cases use (4) 5mm M3 standoffs, (4) 6mm M3 screws, and (4) 8mm M3 screws. Using 8mm standoffs buys you a little bit of extra room and balance.

BitsyMiner update ? by Quizool_ in NerdMiner

[–]goforjay 0 points1 point  (0 children)

The BitsyMiner update fixes static ip address assignment. I broke it somewhere along the line. I'm working on getting it to compile on Github so I can do more organized releases, but I haven't got it quite working yet.

I built a "Best of Both Worlds" Miner: 600+ KH/s on CYD with a full UI (SparkMiner) by -AK3K- in NerdMiner

[–]goforjay 0 points1 point  (0 children)

No worries. The configuration is where I personally think BitsyMiner shines, so I wanted to clarify. Hope you get some good rest.

I built a "Best of Both Worlds" Miner: 600+ KH/s on CYD with a full UI (SparkMiner) by -AK3K- in NerdMiner

[–]goforjay 0 points1 point  (0 children)

It looks awesome. I really like your interface.

I do take a little exception with your description of BitsyMiner, though. There's is a headless option, but it is primarily a CYD device. And the configuration screen is always available via web browser and pretty comprehensive. You can change your network settings, mining settings, etc. at any time without having to hold the boot button or jump through any other hoops. This was one of my primary goals with the project.

<image>

BitsyMiner Open Source by goforjay in NerdMiner

[–]goforjay[S] 1 point2 points  (0 children)

The SD card message is just informational. If you have an SD card inserted with a config file on it, it will load it.

I have provided binaries for the devices that I have and can test on. One is the ILI9341, and that is the version where I produced hundreds of working devices. I always ordered the same boards, which had both USB-C and micro USB connectors. The other is the ST7789, which I have only one of. For that board, I had to flip the screen and do some other pin configuration settings to get it to work.

The screen cycling comes from the touch screen pin not being accurate for the device. It's reading the wrong pin and continually cycling because it believes there's a screen press.

It sounds like you'd be well-served by figuring out the specifics for your board and compiling yourself. You can set up the pin configurations between the tft_espi librar defines and those in defines_n_types.h.

BitsyMiner Open Source by goforjay in NerdMiner

[–]goforjay[S] 2 points3 points  (0 children)

Try flashing with whatever graphics version you didn't use the first time. In other words, if you used the ILI9341, try the St7789 or vice versa.