create account

How to browse Steem with a Raspberry Pi - A quickstart guide for beginners by culgin

View this thread on: hive.blogpeakd.comecency.com
· @culgin · (edited)
$14.46
How to browse Steem with a Raspberry Pi - A quickstart guide for beginners
***Note that the reward window for this post is over and if you want to support this post with an upvote, please do that through the ["Steem Forever" link](https://steem-bounty.com/services/forever/@culgin/how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners).***

---

I finally got my first Raspberry Pi and I plan to use it to run a node for a crypto project that I am following. At the same time, my dear friend @mrshev also gotten a Raspberry Pi and I promised him that I will write him a setup guide. So why not have it posted on Steem so that it will benefit everyone? :)

---

### Basic information about the device

I bought the latest Raspberry Pi 4 Model B. There are 1GB, 2GB and 4GB (in terms of RAM) variations for this device, and the one I bought is the mid-tier one at 2GB RAM (immediate screenshot below).

![RaspberryPi.jpg](https://files.steempeak.com/file/steempeak/culgin/4qXNXpXq-RaspberryPi.jpg) 

I got the device from [Cytron](https://sg.cytron.io/c-raspberry-pi/c-raspberry-pi-main-board), they are the official distributor for Raspberry Pi in Singapore. The 2GB version costs S$70 now, and you get free shipping when you buy above S$100 worth of products. The prices for the different variations as below.

<center>![raspberry pi prices.png](https://files.steempeak.com/file/steempeak/culgin/dnBb1B2H-image.png)</center>

I forgot to take a picture of the device before I assemble it into my case, so the below picture is courtesy of Cytron. This is exactly how it looks like when I took it out from the box.

<center>![Raspberry pi 4.png](https://files.steempeak.com/file/steempeak/culgin/J9etRKNL-image.png)</center>
*[Source](https://sg.cytron.io/c-raspberry-pi/c-raspberry-pi-main-board/p-raspberry-pi-4-model-b-2gb?src=category)*

The Raspberry Pi 4 is a reasonably powerful and versatile device. Here are the technical specifications of the Raspberry Pi 4.

<center>![raspberry pi tech specs.png](https://files.steempeak.com/file/steempeak/culgin/6ckufkF4-image.png)</center>
*[Source](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/specifications/)*

- Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz
- 1GB, 2GB or 4GB LPDDR4-3200 SDRAM (depending on model)
- 2.4 GHz and 5.0 GHz IEEE 802.11ac wireless, Bluetooth 5.0, BLE
- Gigabit Ethernet
- 2 USB 3.0 ports; 2 USB 2.0 ports.
- Raspberry Pi standard 40 pin GPIO header (fully backwards compatible with previous boards)
- 2 × micro-HDMI ports (up to 4kp60 supported)
- 2-lane MIPI DSI display port
- 2-lane MIPI CSI camera port
- 4-pole stereo audio and composite video port
- H.265 (4kp60 decode), H264 (1080p60 decode, 1080p30 encode)
- OpenGL ES 3.0 graphics
- Micro-SD card slot for loading operating system and data storage
- 5V DC via USB-C connector (minimum 3A*)
- 5V DC via GPIO header (minimum 3A*)

---

### Assemble the device

There are a few important components that you need in order to run the Raspbian OS and get your Raspberry Pi working. At the very least, you need a 5V/3A power connector (top left of picture) and a MicroSD card (bottom right of picture). You also need a micro-HDMI cable to connect to your monitor, the standard HDMI cable will not work.  Last but not least, you also need a set of keyboard and mouse :)

When buying a MicroSD card, make sure you read the [official recommendations](https://www.raspberrypi.org/documentation/installation/sd-cards.md) first. General rule of thumb is to at least get a 64GB class-10 MicroSD card.

<center>![raspberry pi accessories.jpg](https://files.steempeak.com/file/steempeak/culgin/GkNI8ond-peripherals.jpg)</center>

As you can see in the picture, I also bought a case and a case fan. These are not mandatory but I think they are nice to have. They do not cost a lot if you buy it from sites like Lazada or Shopee. Depending on which case you buy, the assembly will be different. Hence, I am skipping the case assembly part and here is how my device looks like after I put it into the case.

<center>![raspberry pi assembled.jpg](https://files.steempeak.com/file/steempeak/culgin/QsykEfgk-assembled.jpg)</center>

<center>![raspberry pi assembled2.jpg](https://files.steempeak.com/file/steempeak/culgin/ylSLqVOD-assembled2.jpg)</center>

---

### Flashing Raspbian to MicroSD Card

The next thing you need to do is to "install" the Raspbian Operating System (OS) into your MicroSD card. The correct term to use here is to "flash" the OS, but "install" probably sound more beginner-friendly :)

To "flash" the OS, you need to use another computer, it can be a Mac or Windows PC. You also need to connect your MicroSD card. Some computers come with a MicroSD card slot, if yours does not have, you can purchase an adaptor which looks something like this,

<center>![microsd to usb.png](https://files.steempeak.com/file/steempeak/culgin/Xz1Zob1E-image.png)</center>
*[Source](https://www.amazon.com/Anker-Portable-Reader-RS-MMC-Micro/dp/B006T9B6R2/ref=sr_1_3?keywords=micro+sd+card+adapter+for+computer&qid=1569463487&sr=8-3)*

This basically converts you MicroSD card to USB and you will be able to access it via you computer through a USB port. Next, you need to download Raspbian OS which is available at the [official Raspberry Pi site](https://www.raspberrypi.org/downloads/raspbian/).

<center>![Raspbian_download.png](https://files.steempeak.com/file/steempeak/culgin/2ebdnyCZ-Raspbian_download.png)</center>

Again there are a few variations here. I chose the one with a GUI desktop for ease of setup. There is another version with a set of recommended pre-installed software. I think the software are not necessary for my purpose but feel free to choose that if you like to use those software, the rest of this guide will still be the same.

While you are downloading the Raspbian OS, you can go ahead and also download the "flash" utility. [BalenaEtcher](https://www.balena.io/etcher/) is the recommended utility to flash the OS.

<center>![balenaEtcher_flash.png](https://files.steempeak.com/file/steempeak/culgin/UT5my2aO-balenaEtcher_flash.png)</center>

After you downloaded BalenaEtcher, install it. I am using a Windows PC and the screenshots below are applicable for Windows.

<center>![BalenaEtcherDownload.png](https://files.steempeak.com/file/steempeak/culgin/GF3wiAL9-BalenaEtcherDownload.png)</center>

<center>![balenaEtcher_install.png](https://files.steempeak.com/file/steempeak/culgin/wViMkSNX-balenaEtcher_install.png)</center>

Once installed, open the application. The utility should auto-detect your SD card if you have it connected to your PC. You then have to select a image file to be flashed into you SD card. By now, your Raspbian OS download should be done (it is a zip file), and you can go ahead and select that for the image (you do not need to unzip the file).

<center>![balenaEtcher_selectImage.png](https://files.steempeak.com/file/steempeak/culgin/xf0AR6Gt-balenaEtcher_selectImage.png)</center>

After that, click "Flash!" and it will magically start flashing you SD card with the OS. It will take about 10 minutes.

<center>![flashing.png](https://files.steempeak.com/file/steempeak/culgin/Q3tVXjGB-flashing.png)</center>

<center>![validating.png](https://files.steempeak.com/file/steempeak/culgin/WMRDDux5-validating.png)</center>

When you see the "Flash Complete" page, you are done!

<center>![FlashComplete.png](https://files.steempeak.com/file/steempeak/culgin/6cJJaVvx-FlashComplete.png)</center>

---

### Setting up Raspbian

Before you power up your Raspberry Pi, put in the SD card, which you just flashed with Raspbian OS, into the MicroSD card slot. The slot is located opposite of the USB ports. After that, plug in the power supply and connect the Micro-HDMI with your monitor. Power the device up and watch Raspbian OS loads...

When it boots up, you will be greeted by the following welcome screen. Click next.

<center>![Raspbian_setup.jpg](https://files.steempeak.com/file/steempeak/culgin/kq0sF036-Raspbian_setup.jpg)</center>

Like any devices, it is important to change the default password. It is basic security hygiene and I recommend you to do so now, otherwise you will simply forget later :)

<center>![Raspbian_change_password.jpg](https://files.steempeak.com/file/steempeak/culgin/mHQGzxKi-Raspbian_change_password.jpg)</center>

After stepping through a few screens, including connecting to your WiFi, it will prompt you to perform an update, of which you it will fail. But fret not, I will teach you how to update it later. For now, just follow through the step and perform a restart when prompted.

<center>![Raspbian_update_fail.jpg](https://files.steempeak.com/file/steempeak/culgin/5lJ8DlZL-Raspbian_update_fail.jpg)</center>

<center>![Raspbian_update_fail2.jpg](https://files.steempeak.com/file/steempeak/culgin/eiMfCu0G-Raspbian_update_fail2.jpg)</center>

<center>![Raspbian_setup_complete.jpg](https://files.steempeak.com/file/steempeak/culgin/A9JR7NV8-Raspbian_setup_complete.jpg)</center>

When your Raspbian OS boots up again, you can perform update manually. Fire up a terminal console (4th icon from top left corner of the screen). Then enter the following command:
- sudo apt-get update

This will trigger the updates to be downloaded as shown below.

<center>![Raspbian_aptget_update.jpg](https://files.steempeak.com/file/steempeak/culgin/nRzANp5l-Raspbian_aptget_update.jpg)</center>

Once done, run the second command to install them:
- sudo apt-get upgrade

<center>![Raspbian_aptget_upgrade.jpg](https://files.steempeak.com/file/steempeak/culgin/aYZE8TQ0-Raspbian_aptget_upgrade.jpg)</center>

After the updates are installed, you are done. The OS is shipped with a Chromium browser and with that you will be able to browse Steem! There is nothing else you should be doing first :p

So here is me browsing [Steempeak](https://steempeak.com)

<center>![browsing steempeak.png](https://files.steempeak.com/file/steempeak/culgin/staZBjM2-image.png)</center>

Oh and by the way, this post is written and posted from my Raspberry Pi too!
<center>![posting on steempeak.png](https://files.steempeak.com/file/steempeak/culgin/UA7y5Vnj-image.png)<center>

---

### Some afterthoughts

While there are many things you can do with your Raspberry Pi, do not expect your browsing experience to be blazing fast. Remember that the device costs under S$120 with everything in. You can search online on what else you can do with your Raspberry Pi, have fun and feel free to drop me any questions. 

If you also have your own Raspberry Pi, do share with me what you are using it for.

---

***Note that the reward window for this post is over and if you want to support this post with an upvote, please do that through the ["Steem Forever" link](https://steem-bounty.com/services/forever/@culgin/how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners).***

---

#### The "Raise to 50" Initiative

Under 50 SP and finding it hard to do much on this platform? I might just be able to raise your SP to 50. [Check this post to find out more](https://steempeak.com/raiseto50/@culgin/announcing-the-raise-to-50-initiative)!

---

This article is created on the Steem blockchain. Check this series of posts to learn more about writing on an immutable and censorship-resistant content platform:
- [What is Steem? - My Interpretation](https://steempeak.com/steem/@culgin/what-is-steem-my-interpretation)
- [Steem Thoughts - Traditional Apps vs Steem Apps](https://steempeak.com/steem/@culgin/steem-thoughts---traditional-apps-vs-steem-apps)
- [Steem Thoughts - A Fat or Thin Protocol?](https://steempeak.com/@culgin/steem-thoughts---is-steem-a-fat-protocol-or-a-thin-protocol)
- [Steem Thoughts - There is Inequitable Value Between Users and Apps](https://steempeak.com/@culgin/steem-thoughts---inequitable-value-between-users-and-apps)
- [Make my votes count! Use Dustsweeper!](https://steempeak.com/@culgin/make-my-votes-count-use-dustsweeper)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 744 others
properties (23)
authorculgin
permlinkhow-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners
categoryraspberrypi
json_metadata{"app":"steempeak/1.17.1","format":"markdown","tags":["raspberrypi","stem","palnet","neoxian","guide","setup","technology","raspbian","singapore"],"users":["culgin","mrshev"],"links":["https://steem-bounty.com/services/forever/@culgin/how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners","/@mrshev","https://sg.cytron.io/c-raspberry-pi/c-raspberry-pi-main-board","https://sg.cytron.io/c-raspberry-pi/c-raspberry-pi-main-board/p-raspberry-pi-4-model-b-2gb?src=category","https://www.raspberrypi.org/products/raspberry-pi-4-model-b/specifications/","https://www.raspberrypi.org/documentation/installation/sd-cards.md","https://www.amazon.com/Anker-Portable-Reader-RS-MMC-Micro/dp/B006T9B6R2/ref=sr_1_3?keywords=micro+sd+card+adapter+for+computer&amp;qid=1569463487&amp;sr=8-3","https://www.raspberrypi.org/downloads/raspbian/","https://www.balena.io/etcher/","https://steempeak.com"],"image":["https://files.steempeak.com/file/steempeak/culgin/4qXNXpXq-RaspberryPi.jpg","https://files.steempeak.com/file/steempeak/culgin/dnBb1B2H-image.png","https://files.steempeak.com/file/steempeak/culgin/J9etRKNL-image.png","https://files.steempeak.com/file/steempeak/culgin/6ckufkF4-image.png","https://files.steempeak.com/file/steempeak/culgin/GkNI8ond-peripherals.jpg","https://files.steempeak.com/file/steempeak/culgin/QsykEfgk-assembled.jpg","https://files.steempeak.com/file/steempeak/culgin/ylSLqVOD-assembled2.jpg","https://files.steempeak.com/file/steempeak/culgin/Xz1Zob1E-image.png","https://files.steempeak.com/file/steempeak/culgin/2ebdnyCZ-Raspbian_download.png","https://files.steempeak.com/file/steempeak/culgin/UT5my2aO-balenaEtcher_flash.png","https://files.steempeak.com/file/steempeak/culgin/GF3wiAL9-BalenaEtcherDownload.png","https://files.steempeak.com/file/steempeak/culgin/wViMkSNX-balenaEtcher_install.png","https://files.steempeak.com/file/steempeak/culgin/xf0AR6Gt-balenaEtcher_selectImage.png","https://files.steempeak.com/file/steempeak/culgin/Q3tVXjGB-flashing.png","https://files.steempeak.com/file/steempeak/culgin/WMRDDux5-validating.png","https://files.steempeak.com/file/steempeak/culgin/6cJJaVvx-FlashComplete.png","https://files.steempeak.com/file/steempeak/culgin/kq0sF036-Raspbian_setup.jpg","https://files.steempeak.com/file/steempeak/culgin/mHQGzxKi-Raspbian_change_password.jpg","https://files.steempeak.com/file/steempeak/culgin/5lJ8DlZL-Raspbian_update_fail.jpg","https://files.steempeak.com/file/steempeak/culgin/eiMfCu0G-Raspbian_update_fail2.jpg","https://files.steempeak.com/file/steempeak/culgin/A9JR7NV8-Raspbian_setup_complete.jpg","https://files.steempeak.com/file/steempeak/culgin/nRzANp5l-Raspbian_aptget_update.jpg","https://files.steempeak.com/file/steempeak/culgin/aYZE8TQ0-Raspbian_aptget_upgrade.jpg","https://files.steempeak.com/file/steempeak/culgin/staZBjM2-image.png","https://files.steempeak.com/file/steempeak/culgin/UA7y5Vnj-image.png"]}
created2019-09-26 02:51:39
last_update2019-10-13 01:21:06
depth0
children34
last_payout2019-10-03 02:51:39
cashout_time1969-12-31 23:59:59
total_payout_value7.307 HBD
curator_payout_value7.155 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,950
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id90,950,890
net_rshares39,457,142,786,789
author_curate_reward""
vote details (808)
@chireerocks ·
@culgin, Good wishes from my side towards your decision to run a **Node** and hope that it will prove as beneficial decision for you. Stay blessed.

Posted using [Partiko Android](https://partiko.app/referral/chireerocks)
👍  
properties (23)
authorchireerocks
permlinkchireerocks-re-culgin-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20190926t164531080z
categoryraspberrypi
json_metadata{"app":"partiko","client":"android"}
created2019-09-26 16:45:30
last_update2019-09-26 16:45:30
depth1
children2
last_payout2019-10-03 16:45:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation327,821,690,945,691
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,970,762
net_rshares53,390,328,539
author_curate_reward""
vote details (1)
@culgin ·
$0.02
Thanks! When I do run the node, I will be posting about it too
👍  ,
properties (23)
authorculgin
permlinkre-chireerocks-pygu8d
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-27 01:17:03
last_update2019-09-27 01:17:03
depth2
children1
last_payout2019-10-04 01:17:03
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,983,020
net_rshares119,075,598,613
author_curate_reward""
vote details (2)
@chireerocks ·
Welcome and enjoy your time ahead.

Posted using [Partiko Android](https://partiko.app/referral/chireerocks)
properties (22)
authorchireerocks
permlinkchireerocks-re-culgin-re-chireerocks-pygu8d-20190928t184153586z
categoryraspberrypi
json_metadata{"app":"partiko","client":"android"}
created2019-09-28 18:41:54
last_update2019-09-28 18:41:54
depth3
children0
last_payout2019-10-05 18:41:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation327,821,690,945,691
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,037,806
net_rshares0
@crypto.piotr ·
$0.03
Hi @culgin

I'm not raspberry user so all I can do is resteem and upvote. Hope your publication will manage to reach people who would find it valuable.

Yours
Piotr
👍  ,
properties (23)
authorcrypto.piotr
permlinkpyfm3q
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"users":["culgin"],"app":"steemit/0.1"}
created2019-09-26 09:23:42
last_update2019-09-26 09:23:42
depth1
children1
last_payout2019-10-03 09:23:42
cashout_time1969-12-31 23:59:59
total_payout_value0.013 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation27,396,789,428,606
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id90,958,933
net_rshares133,277,048,966
author_curate_reward""
vote details (2)
@culgin ·
Thanks buddy! 
properties (22)
authorculgin
permlinkre-cryptopiotr-pygu2d
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-27 01:13:27
last_update2019-09-27 01:13:27
depth2
children0
last_payout2019-10-04 01:13:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,982,964
net_rshares0
@futuremind ·
$0.06
I have one of these as well, and also have some plans in the works!!!

Very nice how to guide! :)
👍  , ,
properties (23)
authorfuturemind
permlinkre-culgin-pyf87p
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-26 04:23:51
last_update2019-09-26 04:23:51
depth1
children1
last_payout2019-10-03 04:23:51
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation240,601,868,820,016
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,952,815
net_rshares274,978,137,621
author_curate_reward""
vote details (3)
@culgin ·
Thanks! Will be interested to check out your article (if you do post) when you set it up for your purpose
properties (22)
authorculgin
permlinkre-futuremind-pygu5d
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-27 01:15:15
last_update2019-09-27 01:15:15
depth2
children0
last_payout2019-10-04 01:15:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,982,988
net_rshares0
@helpiecake ·
Hello! 

This post has been manually curated, resteemed
and gifted with some virtually delicious cake
from the @helpiecake curation team!  
 

Much love to you from all of us at @helpie!
Keep up the great work! 

<a href="http://steemit.com/@helpie">
![helpiecake](https://cdn.steemitimages.com/DQmNTng2HA9wiVu9nCQQaz85wBYphDMs8gzxciJ6dXtjDX8/BakedNYC_Cakes_1345by760px_20180119_36-1024x579.png)
</a>


Manually curated by @solominer.


<sub>
@helpie is a [Community Witness](http://steemit.com/~witnesses). 
For more information about our project, 
please visit this month’s [UPDATE](https://steemit.com/update/@helpie/helpie-update-june-2019) post.
</sub>
properties (22)
authorhelpiecake
permlinkre-helpiecake-comment-1570013738z
categoryraspberrypi
json_metadata{"tags":["helpiecake"]}
created2019-10-02 10:55:39
last_update2019-10-02 10:55:39
depth1
children0
last_payout2019-10-09 10:55:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length658
author_reputation2,152,994,728,423
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries
0.
accountsolominer
weight5,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,153,454
net_rshares0
@juanmolina ·
Hello dear @culgin.

How well you explained the whole process. I have knowledge of hardware assembly, but I believe that anyone can easily understand with your explanation.

This equipment is tiny in its physical dimensions. I see that the operating system is based on linux.
But it seems to me that the price is high considering that it does not offer peripheral devices.

I was unaware of the existence of these raspberry devices. 
One thing that doesn't make much sense to me is that they don't come pre-assembled and with the OS installed.

Thanks for sharing.

Your Friend, Juan.
properties (22)
authorjuanmolina
permlinkre-culgin-pymy9p
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-30 07:57:24
last_update2019-09-30 07:57:24
depth1
children0
last_payout2019-10-07 07:57:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length584
author_reputation89,610,462,911,942
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,084,046
net_rshares0
@kenny-crane ·
Nice article on setting up a Pi 4!  I have a Pi 3 and may get a 4 someday.  Now, my 3 is fine for what I use it for.  I have 3 Steem related bots running on it.
👍  
properties (23)
authorkenny-crane
permlinkpyicwu
categoryraspberrypi
json_metadata{"app":"steemit/0.1"}
created2019-09-27 20:58:06
last_update2019-09-27 20:58:06
depth1
children1
last_payout2019-10-04 20:58:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation233,943,299,083,078
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,010,850
net_rshares54,568,141,509
author_curate_reward""
vote details (1)
@culgin ·
$0.02
Nice! Running bots sounds like a really good use case as well.
👍  
properties (23)
authorculgin
permlinkre-kenny-crane-pyilvi
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-28 00:11:45
last_update2019-09-28 00:11:45
depth2
children0
last_payout2019-10-05 00:11:45
cashout_time1969-12-31 23:59:59
total_payout_value0.011 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,014,772
net_rshares113,835,372,919
author_curate_reward""
vote details (1)
@lanzjoseg ·
Hi @culgin

Wow I definitely want one, but then I remember that kind of technology is a bit difficult for me to get to Venezuela. Or your costs are too high for me.

But that does not mean that I would like to have one. excellent friend.

Regards
👍  
properties (23)
authorlanzjoseg
permlinkre-culgin-pygqu0
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-27 00:01:27
last_update2019-09-27 00:01:27
depth1
children1
last_payout2019-10-04 00:01:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length246
author_reputation862,285,690,153,536
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,981,369
net_rshares53,021,300,721
author_curate_reward""
vote details (1)
@culgin ·
Thanks for your comment! Yea, I think I am fortunate here is Singapore to have ready access to such devices
properties (22)
authorculgin
permlinkre-lanzjoseg-pygu9o
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-27 01:17:51
last_update2019-09-27 01:17:51
depth2
children0
last_payout2019-10-04 01:17:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length107
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,983,037
net_rshares0
@mrshev ·
Thanks @culgin for the extremely detailed step-by-step guide for IT-noobs like me. Much much appreciated on behalf of all who have benefited from this excellent post.

Posted using [Partiko Android](https://partiko.app/referral/mrshev)
properties (22)
authormrshev
permlinkmrshev-re-culgin-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20190930t063417662z
categoryraspberrypi
json_metadata{"app":"partiko","client":"android"}
created2019-09-30 06:34:18
last_update2019-09-30 06:34:18
depth1
children0
last_payout2019-10-07 06:34:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length235
author_reputation20,571,477,953,550
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,082,683
net_rshares0
@partiko ·
Thank you so much for participating in the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!
properties (22)
authorpartiko
permlinkre-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20190926t033011
categoryraspberrypi
json_metadata"{"app": "partiko"}"
created2019-09-26 03:30:12
last_update2019-09-26 03:30:12
depth1
children0
last_payout2019-10-03 03:30:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation39,207,160,334,751
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,951,654
net_rshares0
@pedrobrito2004 ·
$0.03
Greetings and congratulations.

You have a very interesting post and explained very well, step by step.

I would recommend that when the 7 days of its publication are completed you will go through https://steem-bounty.com/services/forever to monetize this manual and continue reaping the fruits of your good work.
👍  ,
properties (23)
authorpedrobrito2004
permlinkre-culgin-pyftxh
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-26 12:12:42
last_update2019-09-26 12:12:42
depth1
children1
last_payout2019-10-03 12:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.013 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length313
author_reputation136,036,605,237,796
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,962,417
net_rshares135,257,399,096
author_curate_reward""
vote details (2)
@culgin ·
Thanks! I will certainly try out the Steem-Forever service. 
properties (22)
authorculgin
permlinkre-pedrobrito2004-pygu1g
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-27 01:12:54
last_update2019-09-27 01:12:54
depth2
children0
last_payout2019-10-04 01:12:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,982,953
net_rshares0
@pennsif ·
This post has been included in the latest edition of  [**The Steem News**](https://steemit.com/steem/@pennsif/the-steem-news-26-september-2019) - a compilation of the key news stories on the Steem blockchain.
👍  
properties (23)
authorpennsif
permlinkpyid62
categoryraspberrypi
json_metadata{"links":["https://steemit.com/steem/@pennsif/the-steem-news-26-september-2019"],"app":"steemit/0.1"}
created2019-09-27 21:03:39
last_update2019-09-27 21:03:39
depth1
children0
last_payout2019-10-04 21:03:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length208
author_reputation636,410,097,572,565
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,010,996
net_rshares54,187,082,384
author_curate_reward""
vote details (1)
@quotes-haven ·
$0.02
A new toy! Have fun! I will bookmark this page for the day when I get a raspberry pi. 😃
👍  ,
properties (23)
authorquotes-haven
permlinkre-culgin-2019926t12711444z
categoryraspberrypi
json_metadata{"tags":["raspberrypi","stem","palnet","neoxian","guide","setup","technology","raspbian","singapore"],"app":"esteem/2.2.0-surfer","format":"markdown+html","community":"esteem.app"}
created2019-09-26 04:07:15
last_update2019-09-26 04:07:15
depth1
children2
last_payout2019-10-03 04:07:15
cashout_time1969-12-31 23:59:59
total_payout_value0.010 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation85,445,115,898,772
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,952,518
net_rshares115,567,070,025
author_curate_reward""
vote details (2)
@culgin ·
It is fun! Will likely get a couple more for other purposes :)
properties (22)
authorculgin
permlinkre-quotes-haven-pygu3j
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-27 01:14:09
last_update2019-09-27 01:14:09
depth2
children1
last_payout2019-10-04 01:14:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,982,977
net_rshares0
@quotes-haven ·
Wow. It must be very useful then. 😊
properties (22)
authorquotes-haven
permlinkre-culgin-2019927t112420695z
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"esteem/2.2.0-surfer","format":"markdown+html","community":"esteem.app"}
created2019-09-27 03:24:24
last_update2019-09-27 03:24:24
depth3
children0
last_payout2019-10-04 03:24:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation85,445,115,898,772
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,985,731
net_rshares0
@sinlg ·
I will dabble in to this RaspberryPi thing when i have more automated or smart iot at home. currently none exist.  also no $$,, unless i can raise money out of Steem. haha
👍  , ,
properties (23)
authorsinlg
permlinkpyhd8z
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steemit/0.1"}
created2019-09-27 08:07:48
last_update2019-09-27 08:07:48
depth1
children0
last_payout2019-10-04 08:07:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation32,557,532,249,220
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,992,097
net_rshares65,167,227,862
author_curate_reward""
vote details (3)
@solominer ·
Oh they have 4gb now. nice! Thats been a big imitation of these RPIs.. Glad they are finally getting some actual memory in them.
properties (22)
authorsolominer
permlinkre-culgin-pyqu2d
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-10-02 10:49:27
last_update2019-10-02 10:49:27
depth1
children0
last_payout2019-10-09 10:49:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation1,826,196,873,679,387
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,153,318
net_rshares0
@steem-bounty ·
$0.00
![](https://steem-bounty.com/img/landing_pages/forever/logo.png)

This post has been revived by [steem-forever](https://steem-bounty.com/services/forever) and will get extra rewards. This happens when a post is upvoted on [steem-bounty.com](http://www.steem-bounty.com) after the 7 day post life.
 
Users can simple upvote  [via steem-bounty.com](https://steem-bounty.com/services/forever) continously, so posts can live and earn rewards forever.
Authors can share their [steem-bounty.com](www.steem-bounty.com) links and get upvoted forever.

We hope this will allow everyone to earn more meaningful rewards over longer timeframes than before.
👍  ,
properties (23)
authorsteem-bounty
permlinkre-culgin-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20191013t012506896z
categoryraspberrypi
json_metadata{"tags":["steem-forever"]}
created2019-10-13 01:25:06
last_update2019-10-13 01:25:06
depth1
children0
last_payout2019-10-20 01:25:06
cashout_time1969-12-31 23:59:59
total_payout_value0.002 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length644
author_reputation165,407,149,540,022
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries
0.
accountculgin
weight8,500
max_accepted_payout100,000.000 HBD
percent_hbd10,000
post_id91,498,125
net_rshares201,408,581,816
author_curate_reward""
vote details (2)
@steem-ua ·
#### Hi @culgin!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 4.037 which ranks you at **#3884** across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 109 contributions, your post is ranked at **#55**.
##### Evaluation of your UA score:

* Some people are already following you, keep going!
* The readers like your work!
* Try to work on user engagement: the more people that interact with you via the comments, the higher your UA score!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20190926t160148z
categoryraspberrypi
json_metadata"{"app": "beem/0.21.0"}"
created2019-09-26 16:01:48
last_update2019-09-26 16:01:48
depth1
children0
last_payout2019-10-03 16:01:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length696
author_reputation23,214,230,978,060
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,969,528
net_rshares0
@steemstem ·
re-culgin-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20190927t090418137z
<div class='text-justify'> <div class='pull-left'> <center> <br /> <img width='200' src='https://res.cloudinary.com/drrz8xekm/image/upload/v1553698283/weenlqbrqvvczjy6dayw.jpg'> </center>  <br/> </div> 

This post has been voted on by the **SteemSTEM curation team** and voting trail. It is elligible for support from @curie and @minnowbooster.<br /> 

If you appreciate the work we are doing, then consider supporting our witness [@stem.witness](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=stem.witness). Additional witness support to the [curie witness](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=curie) would be appreciated as well.<br /> 

For additional information please join us on the [SteemSTEM discord]( https://discord.gg/BPARaqn) and to get to know the rest of the community!<br />

Please consider using the <a href='https://www.steemstem.io'>steemstem.io</a> app and/or including @steemstem in the list of beneficiaries of this post. This could yield a stronger support from SteemSTEM.
👍  
properties (23)
authorsteemstem
permlinkre-culgin-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20190927t090418137z
categoryraspberrypi
json_metadata{"app":"steemstem-bot"}
created2019-09-27 09:04:21
last_update2019-09-27 09:04:21
depth1
children0
last_payout2019-10-04 09:04:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,050
author_reputation262,017,435,115,313
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,993,093
net_rshares51,334,248,519
author_curate_reward""
vote details (1)
@steevc ·
I have a few of these, but not the latest model 4 yet. They are great for all sorts of purposes. One was running my home automation, but I need to set it up again. Check this out https://www.home-assistant.io/
👍  
properties (23)
authorsteevc
permlinksteevc-re-culgin-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20190926t075511386z
categoryraspberrypi
json_metadata{"app":"partiko","client":"android"}
created2019-09-26 07:55:12
last_update2019-09-26 07:55:12
depth1
children3
last_payout2019-10-03 07:55:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length209
author_reputation1,379,774,292,815,817
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,957,096
net_rshares53,756,867,648
author_curate_reward""
vote details (1)
@culgin · (edited)
Thanks! This might also be something you want to explore,
https://pi-hole.net/

It basically blocks all ads in your home :)
properties (22)
authorculgin
permlinkre-steevc-pygu6n
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-27 01:16:03
last_update2019-09-27 01:16:24
depth2
children1
last_payout2019-10-04 01:16:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,982,996
net_rshares0
@steevc ·
I've had a play with that before. It's very good, but I decided it might cause issues for the family if I used it for the whole home network. You have to whitelist sites to get them to work sometimes
properties (22)
authorsteevc
permlinksteevc-re-culgin-re-steevc-pygu6n-20190927t065949433z
categoryraspberrypi
json_metadata{"app":"partiko","client":"android"}
created2019-09-27 06:59:51
last_update2019-09-27 06:59:51
depth3
children0
last_payout2019-10-04 06:59:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation1,379,774,292,815,817
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,990,569
net_rshares0
@futuremind ·
Aren't they awesome! :)
👍  
properties (23)
authorfuturemind
permlinkre-steevc-pyg7ct
categoryraspberrypi
json_metadata{"tags":["raspberrypi"],"app":"steempeak/1.17.1"}
created2019-09-26 17:02:57
last_update2019-09-26 17:02:57
depth2
children0
last_payout2019-10-03 17:02:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation240,601,868,820,016
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,971,148
net_rshares66,445,707,098
author_curate_reward""
vote details (1)
@thelogicaldude ·
Been seriously considering a Pi for some staking and really glad to see I can get up to 4gb of Ram because I will be able to use that to mine Monero when the RandomX algorithm is released in November. Do you know how much power they consume? Trying to run it off of solar power in my van. Be cool if I could set up a stack of Pi’s

Posted using [Partiko iOS](https://partiko.app/referral/thelogicaldude)
👍  
properties (23)
authorthelogicaldude
permlinkthelogicaldude-re-culgin-how-to-browse-steem-with-a-raspberry-pi-a-quickstart-guide-for-beginners-20190927t045623936z
categoryraspberrypi
json_metadata{"app":"partiko","client":"ios"}
created2019-09-27 04:56:24
last_update2019-09-27 04:56:24
depth1
children1
last_payout2019-10-04 04:56:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length403
author_reputation360,137,033,270,795
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,987,510
net_rshares54,042,999,677
author_curate_reward""
vote details (1)
@culgin ·
According to this article,
https://www.raspberrypi.org/magpi/raspberry-pi-4-specs-benchmarks/

The maximum power draw is 7.6 watts. Wondering if it's powerful enough to mine monero?
properties (22)
authorculgin
permlinkre-thelogicaldude-2019927t161253741z
categoryraspberrypi
json_metadata{"tags":["esteem"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2019-09-27 08:12:57
last_update2019-09-27 08:12:57
depth2
children0
last_payout2019-10-04 08:12:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length181
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,992,193
net_rshares0
@yonnathang ·
I have a 4 gb ram for servers (PC3-10600 / PC3-12800). Will it be possible to use on that device?
👍  
properties (23)
authoryonnathang
permlinkpyk13a
categoryraspberrypi
json_metadata{"tags":["raspberrypi","palnet"],"app":"palnet/0.1"}
created2019-09-28 18:38:09
last_update2019-09-28 18:38:09
depth1
children1
last_payout2019-10-05 18:38:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation377,650,733,039,559
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,037,713
net_rshares55,668,036,950
author_curate_reward""
vote details (1)
@culgin ·
Unfortunately server RAMs are too big for the device. The onboard RAM on a Raspberry Pi is soldered in and cannot be replaced :(
properties (22)
authorculgin
permlinkre-yonnathang-2019929t1128539z
categoryraspberrypi
json_metadata{"tags":["esteem"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2019-09-29 03:28:06
last_update2019-09-29 03:28:06
depth2
children0
last_payout2019-10-06 03:28:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation170,100,255,531,223
root_title"How to browse Steem with a Raspberry Pi - A quickstart guide for beginners"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,048,338
net_rshares0