Posts Tagged ‘RPi 3

Making your own solution for restarting a mining rig that has frozen is relatively simple for pretty much anyone, you just need a Raspberry Pi board and a couple of 5V relay boards and you can be up and running in no time. You can use the base RPi operating system and with the help of WiringPi you can get easy control of the GPIO pins of the Pi, even direct console one with the GPIO utility. Of course you can install a web server with some basic visual interface as well, simple buttons to drive on/off the relays connected to the GPIO pins of the Pi board.

If you have a spare Raspberry Pi 3 you have up to 28 channels available to drive on/off relays, though based on our experience only 25 of the GPIO puns are actually reliable usable. Pins 2, 3 and 14 have a bit of erratic behavior being in high (triggered state) when the Pi board boots up or temporary switching on and then off when rebooting the board, so it is wise to skip them. Another possible issue is the GPIO pin 0 (the bottom white one) as using zeroes can be tricky when programming something, so be careful with that one as well. We have been using the relays to short the on/off button on the motherboard forcing the mining rig to shut down and then start up again. This works surprisingly well and you avoid the need to work with the high 110V/220V mains power going through the relays that can cause problems for not so experienced users. Our latest setup relies on driving 18 rigs though a single RPi 3 board, so we have a couple of spare channels available for extending the functionality of the controller further if we need to.

So if you are looking for relatively cheap way to get remote control over the power of more mining rigs that are not easily rebootable otherwise you might want to start playing with Raspberry Pi and relays. It is not so cheap for just a few rigs as you need to buy a Pi 3 board, but once the number of rig rises the cost per system lowers. You can always start with a few and then add extra systems if needed, again you should have no problems driving up to 25 systems through the GPIO pins of the RPi 3. There are of course other commercial solutions also available for you to purchase that have been developer by miners for miners such as the SimpleMining SimpleRigResetter that we have talked about last year and now there is apparently a new version of the device already available, though it seems to be out of stock at the moment.

raspberry-pi-3-model-b

Most crypto currency miners should be very familiar with the Raspberry Pi, the small and inexpensive Linux-based “computer” that is often used to run big ASIC miners without the need of a dedicated powerful PC. The RPi however can be used for other things such as running a full Bitcoin or other crypto currency node with the help of a large USB drive or running a wallet for PoS for example. So the announcement of a new faster Raspberry Pi 3 could be of interest to a lot of people, especially considering the fact that the new model comes with built-in WiFi and the price remains the same as with the old model 2 – $35 USD, with the RPi 2 still available for anyone that needs it.

Raspberry Pi 3 Specifications:
– Processor: Broadcom BCM2387 chipset, 1.2GHz Quad-Core ARM Cortex-A53, 802.11 b/g/n Wireless LAN and Bluetooth 4.1 (Bluetooth Classic and LE)
– GPU: Dual Core VideoCore IV Multimedia Co-Processor. Provides Open GL ES 2.0, hardware-accelerated OpenVG, and 1080p30 H.264 high-profile decode. Capable of 1Gpixel/s, 1.5Gtexel/s or 24GFLOPs with texture filtering and DMA infrastructure
– Memory: 1GB LPDDR2
– Operating System: Boots from Micro SD card, running a version of the Linux operating system or Windows 10 IoT
– Dimensions: 85 x 56 x 17mm
– Power: Micro USB socket 5V, 2.5A

Raspberry Pi 3 Connectors:
– Ethernet: 10/100 BaseT Ethernet socket
– Video: Output HDMI (rev 1.3 & 1.4 Composite RCA (PAL and NTSC)
– Audio Output: Audio Output 3.5mm jack, HDMI,
– USB: 4 x USB 2.0 Connector
– GPIO Connector: 40-pin 2.54 mm (100 mil) expansion header: 2×20 strip providing 27 GPIO pins as well as +3.3 V, +5 V and GND supply lines
– Camera Connector: 15-pin MIPI Camera Serial Interface (CSI-2)
– Display Connector: Display Serial Interface (DSI) 15 way flat flex cable connector with two data lanes and a clock lane
– Memory Card Slot: Push/pull Micro SDIO

The dimensions and layout of the new Raspberry Pi 3 Model B are the same as with the RPi 2 Model B including the connectors, so it should be compatible as a direct replacement for the older unit if you are already using it for a project. The faster CPU can be a good upgrade for tasks requiring more processing power such as running a crypto currency node, the GPU is the same as with the old model, but clocked higher and you get WiFi and Bluetooth built-in for easier wireless network and peripheral connectivity.

For more details about the announcement of the new Raspberry Pi 3 Model B…


top