Post
Topic
Board Hardware
Merits 2 from 1 user
Re: Open Source Bitcoin ASIC miner project that uses 2x BM1387 (Antminer S9)
by
n0nce
on 16/01/2023, 23:16:47 UTC
⭐ Merited by vapourminer (2)
I think I'll setup my own Stratum server (more abilities to monitor what's arriving, log stuff etc.) and do these 2 soon-ish.

It will be C or C++ through ESP-IDF, though. I'm quite comfortable with that.

Do you have a solid solution for running your own Stratum proxy? The only way I have been able to do it with my node is to run ckpool (modified for recent bitcoin core versions here; https://github.com/skot/ckpool)
I would probably try to do use bfgminer as proxy as described here:

So what I ended up doing is running my bfgminer as a stratum proxy and then run my cgminer with stratum+tcp and point it to the bfgminer.  Bingo works!

I had also read somewhere on Bitcointalk about a Stratum server (actively developed on GitHub), that would allow me to connect to my own bitcoind, which would be good too. But I'm not sure which one it was and can't find the topic anymore. I'm sure that our local pool operators here would be willing to help, though! Smiley