Questions tagged [cryptocurrency]

For questions pertaining to cryptocurrency and the Raspberry Pi.

For questions pertaining to cryptocurrency and the Raspberry Pi. This primarily includes the mining and running wallets aspects of cryptocurrency.

21 questions
19
votes
3 answers

Is it possible to mine Bitcoins?

Obviously, the RPi can be used to mine Bitcoins on the CPU, but this would be very slow. Is it possible to use the GPU to mine Bitcoins?
Alex Chamberlain
  • 15,638
  • 15
  • 69
  • 113
7
votes
1 answer

Crypto/Virtual currency miner?

I am wondering if I can use few Raspberry Pi's in a stack in order to mine crypto currencies. It seems there are two types of currencies: Ones for which a CPU is powerful enough for mining (few, very few of them) and Ones that need GPU power I…
user12810
  • 71
  • 1
6
votes
3 answers

The Hashrate of the Raspberry Pi 2 and 3

I've been searching for a definitive answer to the above question, but somehow only seem to find semi-true statements (according to replies to these statements), or very outdated answers (for example this question on the Bitcoin SE). So I hope you…
deepbrook
  • 204
  • 1
  • 2
  • 10
5
votes
2 answers

Creating a Raspberry Pi Zero cluster for crypto mining

I'm looking to mine crypto on a Raspberry Pi Zero, now I don't mean coins like Bitcoin or Ethereum, I mean ones that are easier to mine. I have read a Pi Zero can do about 10 H/s which would make not much profit at all, but if I created a cluster…
lanjes
  • 51
  • 1
  • 1
  • 2
4
votes
1 answer

Does the Raspberry Pi 4's processor support ARM's SHA256 instructions?

According to Wikipedia, every Armv8 processor should support sha256 hashing instructions however /proc/cpuinfo doesn't list it. Could there be a failure to identify the feature by the kernel? processor : 3 BogoMIPS : 108.00 Features : fp…
erolll
  • 41
  • 2
3
votes
2 answers

Using Cluster to Mine Cryptocurrency

Would mining cryptocurrency with a cluster of four Raspberry Pi 3's be any more efficient than just adding them to an existing mining pool and having them all mine separately? Would a Raspberry Pi cluster turn out a better hashrate?
RPImaniac
  • 190
  • 1
  • 3
  • 17
2
votes
1 answer

What is the most profitable coin to mine on a Raspberry Pi?

Please if you think mining on a RPi is absolutely pointless please note that I don't pay for my electricity and I'm only doing this because I'm interested in crypto stuff and not because I want to get a billionaire or something... Currently I'm…
fipsi
  • 216
  • 3
  • 9
1
vote
1 answer

A full bitcoin node using Raspberry Pi 3

This would be my first attempt at purchasing and using the pi for any use-case. I am attempting to build a full bitcoin node using raspberry pi (which is I/O heavy). I plan to purchase the a.) motherboard (Pi 3), b.) case with fan, power adapter,…
noi.m
  • 139
  • 1
  • 5
1
vote
2 answers

Bytecoin mining on Raspberry Pi

Recently I found out about cryptonight algorithms, Bytecoin in specific. I have about 20 Raspberry Pi’s here and I would like to know if cryptonight mining is possible on ARM processors. I am also planning to join a pool, so the mining software…
SidS
  • 265
  • 4
  • 15
1
vote
0 answers

CGMiner - Icarus Detect Failed

This question is about bitcoin mining with cgminer. I have been running raspberry PI with 4 ASICMINER Block Erupter connected to Pi Hub for 5 days with no problems. Yesterday I checked the modules and the idle lights were on and there was no…
Giannis
  • 211
  • 1
  • 2
  • 5
1
vote
1 answer

I can´t connect to my raspi bitcoin rpc server

I am running a bitcoin rpc server on my raspi and I can connect to it using local bitcoin-cli, but not externally from a windows on the same LAN. I tried installing ufw and disabling firewall on my raspi, and allowed tcp and udp connection to remote…
Badjano
  • 189
  • 1
  • 7
1
vote
0 answers

How to make money with a Raspberry Pi?

I have a couple 3Bs, and a 4B4. The 3Bs are not in use now, so is there any way to make money with them? Selling them is not an option. Looking for a way to 'sell' their processing power over the internet, such as bitcoin, though I would prefer an…
Botspot
  • 1,829
  • 9
  • 29
1
vote
1 answer

How many blocks can a RPi 2B load per day as a Bitcoin full node?

My Raspi 2B is running a full node over a >20MBit/s internet provider (I subtracted another) and it seems that it only loads about 6 blocks a day which would amount to about 1GB per day. Is it related to CPU bottleneck? bitcoin.conf…
bomben
  • 319
  • 1
  • 3
  • 13
0
votes
2 answers

uninstall a recently installed app

I installed lnd (lighgning network daemon) using the below command. sudo install -m 0755 -o root -g root -t /usr/local/bin lnd-linux-armv7-v0.5.1-beta/* What's the cleanest way to remove/rollback this? (I'd like to install a different version). I…
noi.m
  • 139
  • 1
  • 5
0
votes
1 answer

Can I use the same Monero miner on 32bit and 64bit os?

I'm mining Monero with my raspberry pi and everything's working just fine. Now I found out that the original (by the raspberry community/devs) os (Raspbian) is only 32bit... To increase my RPis performance I want to install Pi64 on it. At the moment…
1
2