Crypto currency miner

Post here first, or if you can't find a relevant section!
Post Reply
nikjayswal
Posts: 6
Joined: Tue Feb 25, 2020 9:16 am

Crypto currency miner

Post by nikjayswal »

Can stm32f103 use as crypto miner and how much fast it is ?
AndrewBCN
Posts: 105
Joined: Sun Apr 25, 2021 3:50 pm
Answers: 1
Location: Strasbourg, France

Re: Crypto currency miner

Post by AndrewBCN »

nikjayswal wrote: Sun Jun 13, 2021 6:14 am Can stm32f103 use as crypto miner and how much fast it is ?
Short answer: no.
Long answer: an MCU does not have enough memory or processing power for that kind of application, and even if you managed to somehow fit the code in the 128kB of flash, it would run so slowly as to be completely useless. Even on a quad-core Raspberry Pi 4 with 4GB RAM, crypto mining is too slow to be of any use.
xymeneslasyone
Posts: 2
Joined: Tue Sep 13, 2022 6:38 pm

Re: Crypto currency miner

Post by xymeneslasyone »

Thanks for sharing this info. I'm just new to mining and doing a little research. I am mainly interested in crypto trading, though
ag123
Posts: 1655
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: Crypto currency miner

Post by ag123 »

long answer:
if one bother to make custom apps, maybe one could get a STM32H7 etc series and write some apps to do encryption, and maybe multiples of them, so that they only 'aid' the encryption part. some of those cryptos use lots of memory, so one may need to extend that custom board with sdram etc.
it'd likely be pretty costly to do such things.
dannyf
Posts: 447
Joined: Sat Jul 04, 2020 7:46 pm

Re: Crypto currency miner

Post by dannyf »

in theory, it is possible.

in practice, it sucks so much memory + cpu cycles that a mcu wouldn't be speed competitive. aka cpu/gpu would get to the keys much faster than a mcu could.
Freddiebest
Posts: 3
Joined: Wed Jan 25, 2023 3:52 pm

Re: Crypto currency miner

Post by Freddiebest »

I heard that STM32F103 might not be the best choice.
Flavoredit
Posts: 1
Joined: Thu Oct 26, 2023 9:47 am

Re: Crypto currency miner

Post by Flavoredit »

ag123 wrote: Wed Mar 29, 2023 6:44 am long answer:
if one bother to make custom apps, maybe one could get a STM32H7 etc series and write some apps to do encryption, and maybe multiples of them, so that they only 'aid' the encryption part. some of those cryptos use lots of memory, so one may need to extend that custom board with sdram etc.
it'd likely be pretty costly to do such things.
That's an interesting idea! Creating custom apps to assist with encryption using STM32H7 series chips could potentially be a worthwhile project, especially for cryptocurrencies that require significant computing power.
You're right; it might involve some cost and complexity, especially if you need to expand the custom board with additional memory. But if you're up for the challenge, it could be a rewarding endeavor.
If you ever decide to explore crypto investments further and need a secure wallet, you might want to consider mpc wallet as a service. It can help keep your digital assets safe.
Last edited by Flavoredit on Sun Nov 19, 2023 10:33 pm, edited 1 time in total.
DevinHudson
Posts: 1
Joined: Mon Oct 30, 2023 1:51 am

Re: Crypto currency miner

Post by DevinHudson »

Using an STM32F103 as a crypto miner is an interesting idea, but I'd advise caution. These microcontrollers aren't designed for the intense computational workloads that crypto mining demands. You might run into heat and efficiency issues. Plus, it's not very cost-effective.
BTW have any of you checked out new crypto listings lately? The crypto world is always buzzing with innovation, and it's worth exploring the latest projects. Who knows, you might stumble upon something that piques your interest!
Post Reply

Return to “General discussion”