create account

How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable by bitcoinparadise

View this thread on: hive.blogpeakd.comecency.com
· @bitcoinparadise · (edited)
$17.96
How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable
___

http://www.steemimg.com/images/2017/01/16/pizeroa2d39.png

Here is a guide for those of you that want to do some automation and get in the game here on Steemit. It doesn't cost or take much resources to do so.
<h1>Requirements</h1>
* Pi Zero
* Micro SD card(4GB or higher)
* Micro USB cable(Same as android smartphone,tablet, or other various devices)
* PC/Laptop 
* Micro Sd card reader

<br>If you are going to get into using a Rasperberry Pi product, you most likely have a laptop or pc with an SD card reader in order to write the image to the micro SD card. So from here, all you need is a Pi Zero if you can get a hold of one in your area, you can check out:
http://www.whereismypizero.com to see list of authorized distributors that have it available in stock in your region. I know adafruit accepts bitcoin as a payment. That's how I got mine :) but it's out of stock at the moment.

Most of us have a micro USB cable laying around but if not, then you're going to have to ask your friend to borrow theirs and tell them you'll supposedly return the next time you see them :P Or just order one yourself.

Unfortunately, this will be explained from using **Windows** but can be done on other OS's. Let's get started.

<h1>Special Thanks</h1>@ubg provided an awesome tutorial on a modified version of the "Winfrey" bot that @fyrstikken shared.
https://steemit.com/raspberry/@ubg/how-to-set-up-a-curation-bot-on-raspberry-pi 
I will be using the directions he used to show how to format and write to the micro SD card and SSH.
If you don't have all the requirements, you can also find links for where to buy what you need on his post

<h1>Download Official Raspbian PiXEL image</h1> You can use both full or lite images but I just go with the full so you won't have to spend time downloading and installing more required packages.
https://www.raspberrypi.org/downloads/raspbian/
<h1>Format Micro SD card</h1>Make sure that the micro SD card is properly formatted. Download something like <a href="https://www.sdcard.org/downloads/formatter_4/">SDformatter</a> and make sure format size adjustment is switched on.

<center>https://img1.steemit.com/0x0/http://imgur.com/DlD8EYz.gif</center>
<center>Image borrowed from @ubg</center>
<h1>Extract and write the image to the micro SD card.</h1>
Download and Install Etcher. You can follow the directions, it's really easy. 
https://etcher.io/

<center>https://img1.steemit.com/0x0/https://i.imgur.com/2K9NDwS.gif</center>
<center>Image borrowed from @ubg</center>
After it's done writing to the card, do not remove it from the card reader yet,  open it up in Windows to edit a couple files.

<center>http://www.steemimg.com/images/2017/01/16/pizero3f16e.png</center>

---
 I just use notepad to do it fast, but if you prefer you can use something like notepad++ to see the line numbers.

Open the **cmdline.txt** file and and add: 

<code>modules-load=dwc2,g_ether</code> after rootwait.

http://www.steemimg.com/images/2017/01/16/pizero3e1c6e.png

---

Then open **config.txt** and add:

 <code>dtoverlay=dwc2</code> at the end.

http://www.steemimg.com/images/2017/01/16/pizero8e5b1a.png

---

After making those edits to the 2 text files, you want to create a new file, text file is fine. You also want to make sure the file extension is visible first and just name the file **ssh**.

http://www.steemimg.com/images/2017/01/16/pizero688250.png

---

http://www.steemimg.com/images/2017/01/16/pizero4be02e.png

---

http://www.steemimg.com/images/2017/01/16/pizero5c3ebb.png

---

From here, you can remove the card from the card reader and insert it into the Pi Zero and connect the pi with the micro USB cable to the PC/laptop.
<h1>Notice: Be sure to plug the micro USB end on "**USB**" port on the pi, not the "**PWR**" port.</h1>

<h1>Setup Network Adapter On PC/Laptop To Share internet With Pi Zero</h1>You'll want to open the Control Panel head to Network and Internet\Network Connections. Right click on your ethernet or wifi adapter that has the internet connection, click properties, and click the sharing tab.
http://www.steemimg.com/images/2017/01/16/pizero9530a6.png

Then check the "Allow other computers to connect through this computer's internet connection" and under "Home networking connection:" select whatever new network adapter appears that is labeled **USB Ethernet/RNDIS Gadget #2**.  My case, it was Ethernet 3. This is the Pi Zero.
http://www.steemimg.com/images/2017/01/16/pizero79df86.png


<h1>SSH Into Pi Zero</h1>You can use bitvise SSH or Putty. I actually use putty but bitvise looks like it's better.
https://www.bitvise.com/ssh-client-download
<center>https://img1.steemit.com/0x0/https://i.imgur.com/AkQBOL0.png</center>
<center>Image borrowed from @ubg</center>
Host: raspberrypi.local
Username: pi
Password: raspberry
Port: 22(default)

Once logged in, Wait about 30 seconds for ethernet driver to get internet connection up on the Pi Zero. You can do a quick ping of your address but I just check if I can do an <code>apt-get update</code>. You may get some error's saying no connection. You may have to wait a little bit or re-do the share internet settings on your PC/Laptop.

<h1>Once you verified you have internet connection on the Pi Zero, you can head over to @ubg's post and continue to: Step 6. Install piston and all other prerequisites https://steemit.com/raspberry/@ubg/how-to-set-up-a-curation-bot-on-raspberry-pi
.</h1>

---

<center>Thank you for taking the time to read my post. 
Feel free to <a href="https://steemit.com/@bitcoinparadise">follow</a> and find me in <a href="https://discord.gg/MM5vHss">Smart Media Group</a> on Discord.</center>

<div class="pull-left"><a href="https://steemit.com/@bitcoinparadise"><img src="https://steemitimages.com/DQmR9utkZ6p81ezdCZD8q4svmGnMkP1W6wL8cWiEgMNCJ4Q/1931656%20(2).gif"></a></div>
<div class="pull-right"><a href="http://steemspeak.com"><img src="https://steemitimages.com/DQmWKg7c6uHYQ14u33CVqsNqbo1DLHqW1KnVUakigvHien4/SteemSpeakSpin.gif"></a></div>
<center><a href="https://discord.gg/MM5vHss"><img src="https://cdn.steemitimages.com/DQmZTva1KXFyXwagJRA9FRk3pRozmeap9TdFSbBuiTKfrH2/image.png"></a></center>


 <center>**Follow SMG on other social media platforms and let's Tokenize The Web!**</center>

<div class="pull-right"><img src="https://i.imgur.com/3cx8Z0I.png"> Facebook: <a href="https://www.facebook.com/thesmartmediaproject/">@thesmartmediaproject</a></div>

![](https://cdn.steemitimages.com/DQmd7wBVXxmXfTVVuxghbwABDAagdf93NhbBuQFFCb5qzDs/image.png) Twitter: <a href="https://twitter.com/the_smartmedia">@the_smartmedia</a>

![](https://i.imgur.com/Tc4Plko.png) Instagram: <a href="https://www.instagram.com/the_smartmedia/">@the_smartmedia</a>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 180 others
properties (23)
authorbitcoinparadise
permlinkhow-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable
categoryautomation
json_metadata{"tags":["automation","curation","bot","pi"],"users":["ubg","fyrstikken"],"image":["http://www.steemimg.com/images/2017/01/16/pizeroa2d39.png","https://img1.steemit.com/0x0/http://imgur.com/DlD8EYz.gif","https://img1.steemit.com/0x0/https://i.imgur.com/2K9NDwS.gif","http://www.steemimg.com/images/2017/01/16/pizero3f16e.png","http://www.steemimg.com/images/2017/01/16/pizero3e1c6e.png","http://www.steemimg.com/images/2017/01/16/pizero8e5b1a.png","http://www.steemimg.com/images/2017/01/16/pizero688250.png","http://www.steemimg.com/images/2017/01/16/pizero4be02e.png","http://www.steemimg.com/images/2017/01/16/pizero5c3ebb.png","http://www.steemimg.com/images/2017/01/16/pizero9530a6.png","http://www.steemimg.com/images/2017/01/16/pizero79df86.png","https://img1.steemit.com/0x0/https://i.imgur.com/AkQBOL0.png","https://steemitimages.com/DQmR9utkZ6p81ezdCZD8q4svmGnMkP1W6wL8cWiEgMNCJ4Q/1931656%20(2).gif","https://steemitimages.com/DQmWKg7c6uHYQ14u33CVqsNqbo1DLHqW1KnVUakigvHien4/SteemSpeakSpin.gif","https://cdn.steemitimages.com/DQmZTva1KXFyXwagJRA9FRk3pRozmeap9TdFSbBuiTKfrH2/image.png","https://i.imgur.com/3cx8Z0I.png","https://cdn.steemitimages.com/DQmd7wBVXxmXfTVVuxghbwABDAagdf93NhbBuQFFCb5qzDs/image.png","https://i.imgur.com/Tc4Plko.png"],"links":["http://www.whereismypizero.com","https://steemit.com/raspberry/@ubg/how-to-set-up-a-curation-bot-on-raspberry-pi","https://www.raspberrypi.org/downloads/raspbian/","https://www.sdcard.org/downloads/formatter_4/","https://etcher.io/","https://www.bitvise.com/ssh-client-download","https://steemit.com/@bitcoinparadise","https://discord.gg/MM5vHss","http://steemspeak.com","https://www.facebook.com/thesmartmediaproject/","https://twitter.com/the_smartmedia","https://www.instagram.com/the_smartmedia/"],"app":"steemit/0.1","format":"markdown"}
created2017-01-17 01:10:33
last_update2018-11-13 05:16:45
depth0
children43
last_payout2017-02-17 12:26:09
cashout_time1969-12-31 23:59:59
total_payout_value13.629 HBD
curator_payout_value4.331 HBD
pending_payout_value0.000 HBD
promoted9.402 HBD
body_length6,723
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,010
net_rshares47,655,970,390,492
author_curate_reward""
vote details (244)
@bunny-rabbit · (edited)
That is a very great article.
πŸ‘  ,
properties (23)
authorbunny-rabbit
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170121t214022550z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-23 18:42:03
last_update2017-01-23 18:42:24
depth1
children1
last_payout2017-02-17 12:26: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_length29
author_reputation-5,288,285,696
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,322,958
net_rshares19,972,018,056
author_curate_reward""
vote details (2)
@bitcoinparadise ·
Thank you.
properties (22)
authorbitcoinparadise
permlinkre-bunny-rabbit-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170123t191330184z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-23 19:13:27
last_update2017-01-23 19:13:27
depth2
children0
last_payout2017-02-17 12:26: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_length10
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,323,247
net_rshares0
@codydeeds ·
I need this in my life.
πŸ‘  , , , , ,
properties (23)
authorcodydeeds
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t013242890z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 01:32:42
last_update2017-01-17 01:32:42
depth1
children9
last_payout2017-02-17 12:26: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_length23
author_reputation38,090,771,215,071
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,212
net_rshares45,280,115,423
author_curate_reward""
vote details (6)
@bitcoinparadise ·
Go for it buddy!
πŸ‘  
properties (23)
authorbitcoinparadise
permlinkre-codydeeds-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t013530308z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 01:35:27
last_update2017-01-17 01:35:27
depth2
children8
last_payout2017-02-17 12:26: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_length16
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,234
net_rshares20,585,637,128
author_curate_reward""
vote details (1)
@codydeeds ·
Been using streemian, so far so good.
πŸ‘  , , , , ,
properties (23)
authorcodydeeds
permlinkre-bitcoinparadise-re-codydeeds-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t013602767z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 01:36:03
last_update2017-01-17 01:36:03
depth3
children7
last_payout2017-02-17 12:26: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_length37
author_reputation38,090,771,215,071
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,238
net_rshares44,467,540,181
author_curate_reward""
vote details (6)
@darth-azrael ·
I'm trying to do this on my linux box but am getting some errors:

Go Oprah!
Go Winfrey!
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/steem/wallet.py", line 91, in setKeys
    key = PrivateKey(wif)
  File "/usr/local/lib/python3.5/dist-packages/steembase/account.py", line 106, in __init__
    super(PrivateKey, self).__init__(wif, prefix)
  File "/usr/local/lib/python3.5/dist-packages/graphenebase/account.py", line 307, in __init__
    self._wif = Base58(wif)
  File "/usr/local/lib/python3.5/dist-packages/graphenebase/base58.py", line 48, in __init__
    raise ValueError("Error loading Base58 object")
ValueError: Error loading Base58 object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "bot.py", line 64, in module
    feed()
  File "bot.py", line 27, in feed
    steem = Steem(wif=posting_key[0])
  File "/usr/local/lib/python3.5/dist-packages/steem/steem.py", line 151, in __init__
    self.wallet = Wallet(self.rpc, keys=kwargs["keys"])
  File "/usr/local/lib/python3.5/dist-packages/steem/wallet.py", line 64, in __init__
    self.setKeys(kwargs["keys"])
  File "/usr/local/lib/python3.5/dist-packages/steem/wallet.py", line 93, in setKeys
    raise InvalidWifError
steem.wallet.InvalidWifError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "bot.py", line 69, in module
    traceback.print_exc()
NameError: name 'traceback' is not defined

It makes it sound like my posting key is bad or something but I'm cutting and pasting and everything looks right to me. Any ideas?
properties (22)
authordarth-azrael
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t231935059z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 23:19:36
last_update2017-01-17 23:19:36
depth1
children5
last_payout2017-02-17 12:26: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_length1,651
author_reputation214,999,166,937,473
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,274,464
net_rshares0
@bitcoinparadise ·
Did you use your private-posting-key or public-posting-key?
properties (22)
authorbitcoinparadise
permlinkre-darth-azrael-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t233002911z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 23:30:03
last_update2017-01-17 23:30:03
depth2
children4
last_payout2017-02-17 12:26: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_length59
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,274,555
net_rshares0
@darth-azrael ·
I though there was just the posting, active, owner and memo keys and that they were all private? I'm using the posting key listed under permissions in my wallet.
properties (22)
authordarth-azrael
permlinkre-bitcoinparadise-re-darth-azrael-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170118t024820529z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-18 02:48:21
last_update2017-01-18 02:48:21
depth3
children3
last_payout2017-02-17 12:26: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_length161
author_reputation214,999,166,937,473
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,275,800
net_rshares0
@germansailor ·
I upvote, resteem anf follow you.
πŸ‘  
properties (23)
authorgermansailor
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t204554383z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 20:45:54
last_update2017-01-17 20:45:54
depth1
children2
last_payout2017-02-17 12:26: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_length33
author_reputation119,934,813,620,574
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,273,160
net_rshares11,598,649,193
author_curate_reward""
vote details (1)
@bitcoinparadise ·
Thank you. Nice I just saw your post from yesterday. Spread Steemit in Deutschland! :P
πŸ‘  
properties (23)
authorbitcoinparadise
permlinkre-germansailor-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t211904031z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 21:19:03
last_update2017-01-17 21:19:03
depth2
children1
last_payout2017-02-17 12:26: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_length86
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,273,474
net_rshares2,586,977,127
author_curate_reward""
vote details (1)
@germansailor ·
You are welcome. Yes, I will do that.
properties (22)
authorgermansailor
permlinkre-bitcoinparadise-re-germansailor-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t212201386z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 21:22:03
last_update2017-01-17 21:22:03
depth3
children0
last_payout2017-02-17 12:26: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_length37
author_reputation119,934,813,620,574
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,273,508
net_rshares0
@gregario ·
Sounds really exciting. But I am lost from the beginning. Why do I need extra hardware? CanΒ΄t the computer simulate this? What kind of hardware is this? Sort of an Arduino? I will read the @ubg guide you mention right away. Thanks for this info, and for any comments on more basic info where I can get started.
πŸ‘  ,
properties (23)
authorgregario
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170711t220818546z
categoryautomation
json_metadata{"tags":["automation"],"users":["ubg"],"app":"steemit/0.1"}
created2017-07-11 22:07:27
last_update2017-07-11 22:07:27
depth1
children2
last_payout2017-07-18 22:07: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_length310
author_reputation2,753,780,591,955
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,160,377
net_rshares1,785,263,810
author_curate_reward""
vote details (2)
@bitcoinparadise ·
Well, this is a bit outdated but instead of using the resources on your current hardware, this can be useful. Especially if you don't leave your Computer on 24/7, this little Pi Zero can be and uses very little resources.

Yes it is like an Arduino but is capable of running a special OS with a desktop environment designed for the Pi Zero.
πŸ‘  
properties (23)
authorbitcoinparadise
permlinkre-gregario-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170712t013121266z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-07-12 01:31:21
last_update2017-07-12 01:31:21
depth2
children1
last_payout2017-07-19 01:31: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_length340
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,174,969
net_rshares5,296,472,608
author_curate_reward""
vote details (1)
@gregario · (edited)
Thank you very much. IΒ΄ll keep learning and moving forward.
properties (22)
authorgregario
permlinkre-bitcoinparadise-re-gregario-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170712t101741687z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-07-12 10:16:48
last_update2017-07-12 15:17:24
depth3
children0
last_payout2017-07-19 10:16: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_length59
author_reputation2,753,780,591,955
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,208,930
net_rshares0
@hexdek16 ·
So much to learn....
πŸ‘  
properties (23)
authorhexdek16
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t105711370z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 10:57:24
last_update2017-01-17 10:57:24
depth1
children0
last_payout2017-02-17 12:26: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_length20
author_reputation4,966,347,540,994
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,269,015
net_rshares0
author_curate_reward""
vote details (1)
@jeffjagoe ·
$0.03
Very interesting and in-depth guide. Thanks. As someone who isn't very technically talented, I think this is  great step by step process.
πŸ‘  , ,
properties (23)
authorjeffjagoe
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-2017712t104920918z
categoryautomation
json_metadata{"app":"chainbb/0.3","format":"markdown+html","tags":[]}
created2017-07-12 14:49:21
last_update2017-07-12 14:49:21
depth1
children1
last_payout2017-07-19 14:49:21
cashout_time1969-12-31 23:59:59
total_payout_value0.031 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation607,294,588,063,535
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,231,901
net_rshares10,300,777,760
author_curate_reward""
vote details (3)
@bitcoinparadise ·
Thank you. Just keep in mind that this is a bit outdated as far as the bot software. There have been updates since this post was made.
properties (22)
authorbitcoinparadise
permlinkre-jeffjagoe-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-2017712t104920918z-20170712t184528088z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-07-12 18:45:30
last_update2017-07-12 18:45:30
depth2
children0
last_payout2017-07-19 18: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_length134
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,256,274
net_rshares0
@launglilawangsa ·
good like you
properties (22)
authorlaunglilawangsa
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20180406t121217051z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2018-04-06 12:12:30
last_update2018-04-06 12:12:30
depth1
children0
last_payout2018-04-13 12:12: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_length13
author_reputation255,270,763,119
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,652,419
net_rshares0
@libertyranger ·
Uhhggg.  I hate that  I cannot resteem this post.
Hopefully tagging it in my comments will help keep it around.
Ordering my raspberry pi Zero now.
properties (22)
authorlibertyranger
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170909t052358633z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-09-09 05:23:57
last_update2017-09-09 05:23:57
depth1
children1
last_payout2017-09-16 05:23: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_length146
author_reputation7,267,049,896,950
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,325,337
net_rshares0
@bitcoinparadise ·
This is an outdated guide. Although you can still get it up and running. I would recommend to install the drphil bot.
https://steemit.com/radiator/@inertia/drphil-rb-voting-bot-improved-fanbase-support
properties (22)
authorbitcoinparadise
permlinkre-libertyranger-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170909t053134271z
categoryautomation
json_metadata{"tags":["automation"],"links":["https://steemit.com/radiator/@inertia/drphil-rb-voting-bot-improved-fanbase-support"],"app":"steemit/0.1"}
created2017-09-09 05:31:33
last_update2017-09-09 05:31:33
depth2
children0
last_payout2017-09-16 05:31:33
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_length201
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,325,801
net_rshares0
@screenname ·
Re: How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable
<p>This post has been ranked within the top 80 most undervalued posts in the first half of Jan 17. We estimate that this post is undervalued by $2.91 as compared to a scenario in which every voter had an equal say.</p> 
<p>See the full rankings and details in <a href="https://steemit.com/curation/@screenname/the-daily-tribune-most-undervalued-posts-of-jan-17---part-i">The Daily Tribune: Jan 17 - Part I</a>. You can also read about some of our methodology, data analysis and technical details in <a href="https://steemit.com/curation/@screenname/introducing-the-daily-tribune-most-undervalued-posts-of-nov-04---part-i">our initial post</a>.</p>
<p>If you are the author and would prefer not to receive these comments, simply reply "Stop" to this comment.</p>
properties (22)
authorscreenname
permlinkre-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t133129
categoryautomation
json_metadata"{"replyto": "@bitcoinparadise/how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable"}"
created2017-01-17 13:31:30
last_update2017-01-17 13:31:30
depth1
children0
last_payout2017-02-17 12:26: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_length762
author_reputation46,276,338,038,330
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,269,900
net_rshares0
@smysullivan ·
Figure it will, but need to ask, this does also work on the regular raspberry pi as well with the WiFi, or Ethernet cable right?

Thinking this would be awesome tool to set up! Will @clayop voting bot also work our does it need some work to get done?

https://github.com/clayop/votum
πŸ‘  ,
properties (23)
authorsmysullivan
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t032907474z
categoryautomation
json_metadata{"tags":["automation"],"users":["clayop"],"links":["https://github.com/clayop/votum"],"app":"steemit/0.1"}
created2017-01-17 03:29:09
last_update2017-01-17 03:29:09
depth1
children7
last_payout2017-02-17 12:26: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_length283
author_reputation16,261,876,135,297
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,934
net_rshares17,631,900,489
author_curate_reward""
vote details (2)
@bitcoinparadise ·
This is simply to setup the pi zero to work with your PC/laptop with just a USB cable and have internet. So whatever bot you can compile on a regular pi you can do it on a pi zero for the most part without changing the script.
πŸ‘  ,
properties (23)
authorbitcoinparadise
permlinkre-smysullivan-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t033555236z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 03:35:54
last_update2017-01-17 03:35:54
depth2
children4
last_payout2017-02-17 12:26: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_length226
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,969
net_rshares4,364,952,299
author_curate_reward""
vote details (2)
@smysullivan ·
Sweet I will then look to set up my pi here in the next couple days. Thank you for the post, Seems easy enough, and should also be a fun side project.
πŸ‘  ,
properties (23)
authorsmysullivan
permlinkre-bitcoinparadise-re-smysullivan-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t033731246z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 03:37:33
last_update2017-01-17 03:37:33
depth3
children3
last_payout2017-02-17 12:26: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_length150
author_reputation16,261,876,135,297
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,978
net_rshares17,873,305,989
author_curate_reward""
vote details (2)
@clayop ·
I am revising votum to be more universal and to use @furion's steemdata, and public steemd node, and consequently one don't need to run his/her own node but is able to use powerful options (e.g. voting by reputation, mirroring other curators, etc.)
πŸ‘  , ,
properties (23)
authorclayop
permlinkre-smysullivan-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t042051276z
categoryautomation
json_metadata{"tags":["automation"],"users":["furion"],"app":"steemit/0.1"}
created2017-01-17 04:20:54
last_update2017-01-17 04:20:54
depth2
children1
last_payout2017-02-17 12:26: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_length248
author_reputation270,845,899,918,618
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,267,247
net_rshares28,208,592,584
author_curate_reward""
vote details (3)
@smysullivan ·
Awesome can't wait thank you. I'm very excited to test it out. Sound like some cool updates your working on. Thank you for the heads up.
properties (22)
authorsmysullivan
permlinkre-clayop-re-smysullivan-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t042051276z-2017116t214145522z
categoryautomation
json_metadata{"tags":"automation","app":"esteem/1.3.7","format":"markdown+html"}
created2017-01-17 04:41:48
last_update2017-01-17 04:41:48
depth3
children0
last_payout2017-02-17 12:26: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_length136
author_reputation16,261,876,135,297
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,267,369
net_rshares0
@ubg ·
Awesome tutorial!
You can't go cheaper without giving up your keys.
πŸ‘  , , ,
properties (23)
authorubg
permlinkre-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t012529350z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-01-17 01:25:27
last_update2017-01-17 01:25:27
depth1
children3
last_payout2017-02-17 12:26: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_length67
author_reputation5,237,585,248,428
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,143
net_rshares21,104,707,818
author_curate_reward""
vote details (4)
@bitcoinparadise ·
You sure can't. 

Thanks @ubg, I was "inspired" by your post. I was serious when I said I was proud of you  :)
properties (22)
authorbitcoinparadise
permlinkre-ubg-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170117t013144373z
categoryautomation
json_metadata{"tags":["automation"],"users":["ubg"],"app":"steemit/0.1"}
created2017-01-17 01:31:42
last_update2017-01-17 01:31:42
depth2
children0
last_payout2017-02-17 12:26: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_length110
author_reputation52,935,636,369,082
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,266,200
net_rshares0
@urmokas ·
kuule kuidas saab reitinkut tagasi
properties (22)
authorurmokas
permlinkre-ubg-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170415t154819820z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-04-15 15:48:21
last_update2017-04-15 15:48:21
depth2
children1
last_payout2017-04-22 15:48: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_length34
author_reputation190,033,440,499
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,020,679
net_rshares0
@ubg ·
Γ€ra postita sitta nii, et sind flaggitakse. Kui su reputation lΓ€heb miinusesse siis teised su postitusi siin saidil ei nΓ€e.
properties (22)
authorubg
permlinkre-urmokas-re-ubg-re-bitcoinparadise-how-to-automate-your-curation-with-a-usd5-pi-zero-a-micro-sd-card-and-usb-cable-20170415t154945139z
categoryautomation
json_metadata{"tags":["automation"],"app":"steemit/0.1"}
created2017-04-15 15:49:45
last_update2017-04-15 15:49:45
depth3
children0
last_payout2017-04-22 15:49:45
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_reputation5,237,585,248,428
root_title"How To Automate Your Curation With A $5 Pi Zero, A Micro SD Card and USB Cable"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,020,685
net_rshares0