create account

[piston.web] First Open Source Steem GUI - Searching for alpha testers by xeroc

View this thread on: hive.blogpeakd.comecency.com
· @xeroc · (edited)
$46,973.86
[piston.web] First Open Source Steem GUI - Searching for alpha testers
![](https://i.imgsafe.org/2411b61f27.png)

# Piston.web - Standalone User Interface

Many may already know `piston` as a tool that simplifies interaction with Steem/Steemit. You can read, post, comment, edit, transfer funds and much more, if you are willing to use the command line.

This changes **now**. With `piston.web`, the toolbox now comes with **graphical user interface** that you can access via your browser. It is **fully independent of steemit.com**, which means that you can do what you love doing on Steem, even if steemit.com goes down.

# Available Features

* browsing steem posts
* reading full posts and comments
* reply to topics and comments
* upvote/downvote
* read account details
  * recommended posts
  * blog posts
  * funds
  * transaction history
* integrated wallet
* full encrypted (AES + BIP32) for private keys
* import keys from account name and password

# Screenshots

## Browse:
![](https://i.imgsafe.org/219c17ace1.png)

## Account
![](https://i.imgsafe.org/219c1dbdc5.png)

## Funds:
![](https://i.imgsafe.org/219c2ae8a0.png)

## Post:
![](https://i.imgsafe.org/219c26f1d0.png)

## Wallet:
![](https://i.imgsafe.org/219c2e7b58.png)

# Installation

Until we leave pre-alpha, piston.web is on a different branch.

    git clone https://github.com/xeroc/piston
    cd piston
    git checkout feature/standalone-web
    make install-user
    # install extra requirements for piston.web
    pip install -r requirements-web.txt

# Usage
    
    piston web

On first run, you will be asked to provide a passphrase for your new wallet. Empty password are allowed but result in private keys being stored in plain text.

After that, you will see

     * Running on http://127.0.0.1:5054/ (Press CTRL+C to quit)
     * Restarting with stat
     * Debugger is active!
     * Debugger pin code: 227-869-909

Ignore the debugging output and start using piston.web in your browser
by accessing

    http://127.0.0.1:5054/

NOTE: piston.web will only be reachable from the same machine (localhost).

# Technologies

## Backend

The backend is written in python using

* Flask (with Jinja2)
* python-steem.

It offers the HTML files and a Socket-IO for real-time communications.

## Frontend

These technologies have been used so far in piston.web:

* Bootstrap
* Markdown
* Font-Awesome
* Plain Javascript

## Wallet

The wallet is only accessible from the backend. All keys are encrypted with a random master password that is stored in an SQLite3 database in its AES encrypted form. Each private key is encrypted with the master password using BIP32 and stored in a SQLite3 database.  The wallet will make backups of the SQLite3 database every week and keep several weeks of backup.

# Todos

* Transfer of funds
* PowerUp, PowerDown
* Trading
* Account Administration (changing keys etc)
* Allow to attach JSON object to posts
* Secure socket.io with a password
* layout and style improvements

# Contributions

Currently, we are looking for the bravest of the bravest to help us test what is already there and give 

* bug reports
* improvement proposals
* feature request

Please use the [github issue tracker](https://github.com/xeroc/piston/issues) to make it easier for us to remember all the feedback.

# Important Note

piston.web is alpha software. For that reason, you need to expect it to break at any time. Use at your own risk.

# Update 1

I'd like to clarify that this GUI is **not** meant to replace steemit.com or be used as a hosted, public site. It rather offers a *personal*, *localhost-only* page that you can use to access your wallet. Exposing the piston.web to a publicly accessible port is **not** recommended!

# Update 2

I fixed the `sqlite3.OperationalError: unable to open database file` error earlier today so that people can actually take a look.

# Update 3

More short-term fixes for the weekend-testers:

    * [2016-07-23][bf3dae5] | [setup] make sure the user uses python3
    * [2016-07-23][c31eec7] | [web] highlight own posts
    * [2016-07-23][03e0d2f] | [web] fix reply identifier not in the form
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 933 others
👎  , ,
properties (23)
authorxeroc
permlinkpiston-web-first-open-source-steem-gui---searching-for-alpha-testers
categorypiston
json_metadata""
created2016-07-22 16:14:09
last_update2016-07-23 12:19:12
depth0
children392
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value44,529.188 HBD
curator_payout_value2,444.671 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,063
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,497
net_rshares390,122,583,822,342
author_curate_reward""
vote details (1000)
@aaseb · (edited)
$2.59
Hi @xeroc, I was recently wondering if there were other ways to access steemit than the website steemit.com well I guess this answers the question. Also I think it makes no sense having only 1 point of access if the thing is decentralized. I'll be happy to participate in the testing. Where do I get it?
👍  , , ,
properties (23)
authoraaseb
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t162652168z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 16:27:03
last_update2016-07-22 16:27:27
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.954 HBD
curator_payout_value0.638 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length303
author_reputation470,722,236,683
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,708
net_rshares1,529,383,025,458
author_curate_reward""
vote details (4)
@xeroc ·
$2.89
Re:
> Where do I get it?

The code is on github:

https://github.com/xeroc/piston
👍  
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t162652168z-20160723t102826
categorypiston
json_metadata""
created2016-07-23 10:28:27
last_update2016-07-23 10:28:27
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.167 HBD
curator_payout_value0.720 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id293,965
net_rshares1,663,769,723,680
author_curate_reward""
vote details (1)
@abdulatif ·
Good job
properties (22)
authorabdulatif
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160816t161005517z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-16 16:10:09
last_update2016-08-16 16:10:09
depth1
children0
last_payout2016-08-24 14:49: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_length8
author_reputation6,799,692,293
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id836,410
net_rshares0
@acidyo ·
"that you can do what you love doing on Steem, even if steemit.com goes down."
wow! I'd love to participate!
properties (22)
authoracidyo
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t170003173z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:00:03
last_update2016-07-22 17:00:03
depth1
children0
last_payout2016-08-24 14:49: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_length108
author_reputation3,339,460,498,400,087
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,304
net_rshares0
@adela77 ·
Wonderful work @xeroc!Holy shit well done.
![Image of Yaktocat](http://i.kinja-img.com/gawker-media/image/upload/s--8jK0Wbs4--/c_scale,fl_progressive,q_80,w_800/p5ylh8mwykqmqqozaijy.png)
properties (22)
authoradela77
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t182444316z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"],"image":["http://i.kinja-img.com/gawker-media/image/upload/s--8jK0Wbs4--/c_scale,fl_progressive,q_80,w_800/p5ylh8mwykqmqqozaijy.png"]}
created2016-07-22 18:24:51
last_update2016-07-22 18:24:51
depth1
children0
last_payout2016-08-24 14:49: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_length186
author_reputation-118,426,389,287
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,875
net_rshares0
@admin2017 ·
Thank you!
👍  
👎  
properties (23)
authoradmin2017
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160726t200023900z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-26 20:00:27
last_update2016-07-26 20:00:27
depth1
children0
last_payout2016-08-24 14:49: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_length10
author_reputation-1,237,358,002,856
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id383,893
net_rshares23,676,753
author_curate_reward""
vote details (2)
@admin2017 ·
Comment Please!
https://steemit.com/bikini/@admin2017/bikini-clad-off-duty-swedish-police-officer-arrests-pickpocket
👎  
properties (23)
authoradmin2017
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160729t112351000z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/bikini/@admin2017/bikini-clad-off-duty-swedish-police-officer-arrests-pickpocket"]}
created2016-07-29 11:23:57
last_update2016-07-29 11:23:57
depth1
children0
last_payout2016-08-24 14:49: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_length116
author_reputation-1,237,358,002,856
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id460,927
net_rshares-4,731,295
author_curate_reward""
vote details (1)
@ajayseervi ·
wow awesome post i am downloading it :) 
upvote for this piston @xeroc
👍  
properties (23)
authorajayseervi
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t023755324z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-23 02:38:00
last_update2016-07-23 02:38:00
depth1
children0
last_payout2016-08-24 14:49: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_length70
author_reputation226,032,885,058
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,950
net_rshares245,834,529
author_curate_reward""
vote details (1)
@ajayseervi · (edited)
how the f**k amount got changed it was 40k + few minutes ago
👍  
properties (23)
authorajayseervi
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t031818952z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 03:18:21
last_update2016-07-23 03:18:39
depth1
children0
last_payout2016-08-24 14:49: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_length60
author_reputation226,032,885,058
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id288,498
net_rshares240,917,838
author_curate_reward""
vote details (1)
@akareyon ·
This is awesome, but you already know that - your post is worth > $35,000.- right now :)

(What I find even more awesome: a few days ago, I proposed a dedicated stand-alone browser, today you deliver!)

---

Feature requests!

- **A "follow" function.** In its simplest form, a text field to add names to; in a more advanced form, it would be possible to group them according to topics/interests/"circles" (whales/friends/musicians/analyists). This would allow to have something like the Facebook feed: content of people one _chooses_ to follow. With checkboxes to ex-/include posts/replies/votes, of course.
- **tagged browsing.** Would allow the user to specify the tags by which to filter the "new" and "trending" pages, maybe even in the form of `(steem OR steemit) AND economy`, for example.
- **Bookmarks/favourites.**
- **Ignore function/banlist/block.** There are some accounts that have proven to be pure noise generators, nothing more - no need to even display them. 

---

These are from the point of view of a social network user, not a trader. I have more on my list, but for now, those four features would make browsing and curating a much less daunting task.
properties (22)
authorakareyon
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t231933951z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 23:19:36
last_update2016-07-22 23:19:36
depth1
children3
last_payout2016-08-24 14:49: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_length1,173
author_reputation6,770,831,834,202
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,058
net_rshares0
@xeroc ·
Re:
These are GREAT points!!

Let me add two more

* **AMA-MODE** so that people can easily run AMAs on Steem. This mode could help them to find unanswered questions more quickly!
* **Curation-Mode** to allow people to read Opening posts, upvote, downvote, or skip and get to the next post right away. Pretty much like this one phone app for dates, just that you earn Steem Power this way!
👍  ,
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t231933951z-20160723t105654
categorypiston
json_metadata""
created2016-07-23 10:56:54
last_update2016-07-23 10:56:54
depth2
children2
last_payout2016-08-24 14:49: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_length390
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,330
net_rshares2,366,376,381
author_curate_reward""
vote details (2)
@akareyon ·
BTW, I dunno if you knew or if it is an issue, but I noticed your replies show up as posts in steemstream...? They look different than other comments, in any case, I assume you are working with your own software already.
👍  ,
properties (23)
authorakareyon
permlinkre-xeroc-re-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t105654-20160724t120359984z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-24 12:04:00
last_update2016-07-24 12:04:00
depth3
children1
last_payout2016-08-24 14:49: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_length220
author_reputation6,770,831,834,202
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id318,988
net_rshares80,174,699
author_curate_reward""
vote details (2)
@alexgr ·
Great, this was desperately needed. CLI is unusable for most less acquainted.
👍  
properties (23)
authoralexgr
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180313057z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:03:12
last_update2016-07-22 18:03:12
depth1
children0
last_payout2016-08-24 14:49: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_length77
author_reputation45,645,291,230,585
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,457
net_rshares12,806,877,688
author_curate_reward""
vote details (1)
@all-of-us ·
Damn impressive! high five my friend 0/
👍  ,
properties (23)
authorall-of-us
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173241630z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:32:21
last_update2016-07-22 17:32:21
depth1
children0
last_payout2016-08-24 14:49: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_length39
author_reputation383,758,474,504
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,869
net_rshares1,579,301,796
author_curate_reward""
vote details (2)
@alladesria ·
I am highly interested in testing this amazing gui. So far I can see exactly where your thought process is going. Time to play with it! This will be amazing for the community, most especially newbies. Thank you for your hard work. I'm gonna dive in.
properties (22)
authoralladesria
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t171135906z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 17:11:36
last_update2016-07-23 17:11:36
depth1
children0
last_payout2016-08-24 14:49: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_length249
author_reputation56,387,859,449
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id300,933
net_rshares0
@allmonitors ·
@xeroc we are so fortunate to have an innovator like you on steem community.
outstanding work!

#steem #steemit
properties (22)
authorallmonitors
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t151356416z
categorypiston
json_metadata{"tags":["steem","steemit","piston"],"users":["xeroc"]}
created2016-07-23 15:13:57
last_update2016-07-23 15:13:57
depth1
children0
last_payout2016-08-24 14:49: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_length111
author_reputation1,278,740,262,426,943
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id298,402
net_rshares0
@alohajedi ·
I am so blown away! Great Job.
Your contribution is more powerful than any PISTON.
properties (22)
authoralohajedi
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185510807z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:55:09
last_update2016-07-22 18:55:09
depth1
children0
last_payout2016-08-24 14:49: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_length82
author_reputation53,926,997,666
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,459
net_rshares0
@andrei ·
$2.51
Wow this must be the best project for Steemit. You've done a great Job. This will help a lot of people very much. 

How long did it take you to build it ?
👍  ,
properties (23)
authorandrei
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t182809849z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:28:09
last_update2016-07-22 18:28:09
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.884 HBD
curator_payout_value0.621 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length154
author_reputation1,805,631,011,133
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,957
net_rshares1,488,771,009,850
author_curate_reward""
vote details (2)
@xeroc ·
Given that python-graphene, python-steem an some corefunctionalities already existed, the web application took about 10 days of full time developent. Of course one needs to first know some libraries and tool and there are many work days yet to be put into this before i consider it stable
👍  ,
properties (23)
authorxeroc
permlinkre-andrei-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t190429500z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:04:36
last_update2016-07-22 19:04:36
depth2
children0
last_payout2016-08-24 14:49: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_length288
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,635
net_rshares5,577,189,657
author_curate_reward""
vote details (2)
@annie-kho ·
$2.49
$40,000 fro the post. Wish I am as geek as you. Don't know much about technology but know lot about children.
👍  ,
properties (23)
authorannie-kho
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t002959370z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 00:30:03
last_update2016-07-23 00:30:03
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.876 HBD
curator_payout_value0.617 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation65,138,877,740
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id286,176
net_rshares1,483,653,357,854
author_curate_reward""
vote details (2)
@ap2002 ·
thank you
properties (22)
authorap2002
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t202512938z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:26:09
last_update2016-07-22 20:26:09
depth1
children0
last_payout2016-08-24 14:49: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_length9
author_reputation50,308,101,136
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,277
net_rshares0
@apes ·
looks good, at the moment to technical for me.
properties (22)
authorapes
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175133256z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:51:36
last_update2016-07-22 17:51:36
depth1
children0
last_payout2016-08-24 14:49: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_length46
author_reputation343,185,025,456
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,242
net_rshares0
@appalachia ·
Thank you Xerox for your continued work in the BTS / Steem ecosystem!
properties (22)
authorappalachia
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t203039792z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:30:39
last_update2016-07-22 20:30:39
depth1
children0
last_payout2016-08-24 14:49: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_length69
author_reputation21,410,992,680
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,376
net_rshares0
@arcaneinfo · (edited)
Thanks@xeroc!!! Where does one start to learn how to create like this? Rather ask you then Google!
👍  
properties (23)
authorarcaneinfo
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t182549143z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:25:48
last_update2016-07-22 19:45:09
depth1
children0
last_payout2016-08-24 14:49: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_length98
author_reputation14,902,978,467,172
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,903
net_rshares2,521,678,121
author_curate_reward""
vote details (1)
@arcurus ·
great work! Is there a plan to have piston.web be running on the public Internet?
properties (22)
authorarcurus
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t172728155z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-28 17:27:27
last_update2016-07-28 17:27:27
depth1
children0
last_payout2016-08-24 14:49: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_length81
author_reputation549,553,053,579
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id441,093
net_rshares0
@arkhamfx ·
but its better that using just steemit?
properties (22)
authorarkhamfx
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t195816463z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:58:18
last_update2016-07-22 19:58:18
depth1
children0
last_payout2016-08-24 14:49: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_length39
author_reputation3,369,916,937
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,744
net_rshares0
@au1nethyb1 ·
Great to see you getting the credit you deserve for all the behind the scenes work you do to build on and develop the steemit ecosystem! Congrats xeroc!
properties (22)
authorau1nethyb1
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t040109630z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 04:01:09
last_update2016-07-23 04:01:09
depth1
children0
last_payout2016-08-24 14:49: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_length152
author_reputation13,097,455,837,487
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id289,152
net_rshares0
@ausbitbank ·
Holy crap this is amazing, thankyou so much for your hard work on this @xeroc! I cant wait to play with this
properties (22)
authorausbitbank
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t012516329z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-23 01:25:24
last_update2016-07-23 01:25:24
depth1
children0
last_payout2016-08-24 14:49: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_length108
author_reputation287,009,709,424,827
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id286,931
net_rshares0
@auxon ·
Very cool!
properties (22)
authorauxon
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160726t204822078z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-26 20:48:21
last_update2016-07-26 20:48:21
depth1
children0
last_payout2016-08-24 14:49: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_length10
author_reputation585,484,586,007
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id385,103
net_rshares0
@azurejasper ·
Winner!
properties (22)
authorazurejasper
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t211845413z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 21:18:45
last_update2016-07-22 21:18:45
depth1
children0
last_payout2016-08-24 14:49: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_length7
author_reputation11,951,841,900,510
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,499
net_rshares0
@belovruslan ·
Looks awesome!!!
https://www.steemimg.com/images/2016/07/22/steemit-planetc0902.jpg
👍  ,
properties (23)
authorbelovruslan
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t233200252z
categorypiston
json_metadata{"tags":["piston"],"image":["https://www.steemimg.com/images/2016/07/22/steemit-planetc0902.jpg"]}
created2016-07-22 23:32:00
last_update2016-07-22 23:32:00
depth1
children0
last_payout2016-08-24 14:49: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_length83
author_reputation29,151,582,594
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,292
net_rshares292,872,639
author_curate_reward""
vote details (2)
@ben99 ·
It look like chineese for me , i did not understand any thing because  i only know a little be of simple languages like html and css, but i think it's a great job that you did after reading some comment, well done bro :)
properties (22)
authorben99
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180950799z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:09:45
last_update2016-07-22 18:09:45
depth1
children0
last_payout2016-08-24 14:49: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_length220
author_reputation2,457,670,192,450
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,601
net_rshares0
@bhavnapatel68 ·
interesting...thank you
👍  
properties (23)
authorbhavnapatel68
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160809t232618891z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-09 23:26:21
last_update2016-08-09 23:26:21
depth1
children0
last_payout2016-08-24 14:49: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_length23
author_reputation4,976,629,087,476
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id713,962
net_rshares302,205,207
author_curate_reward""
vote details (1)
@bhokor ·
wow Xeroc nice improvement, thank you for bring this nice tool  to the comunity
properties (22)
authorbhokor
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t182429362z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:24:33
last_update2016-07-22 18:24:33
depth1
children0
last_payout2016-08-24 14:49: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_length79
author_reputation1,535,566,094,086
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,869
net_rshares0
@billstclair ·
Cool. This comment is a bookmark that I can find after some sleep,  to remind me to try it out.
properties (22)
authorbillstclair
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160811t081715127z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-11 08:17:15
last_update2016-08-11 08:17:15
depth1
children0
last_payout2016-08-24 14:49: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_length95
author_reputation849,291,501,065
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id741,850
net_rshares0
@bitcoinci ·
is there any easier way for installation at windows ?
properties (22)
authorbitcoinci
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t212629776z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 21:26:30
last_update2016-07-22 21:26:30
depth1
children0
last_payout2016-08-24 14:49: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_length53
author_reputation385,795,472
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,666
net_rshares0
@bitcoiner · (edited)
$8.15
This is definitely a game changer. It brings decentralization to a whole nother level. The analogy is now like BitTorrent, where in this P2P setup all can just run a client node and connect to the network. Here, even if steemit.com were brought down, people can start up their own node and connect to the blockchain! Genius!
👍  , ,
properties (23)
authorbitcoiner
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t165213033z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:52:12
last_update2016-07-22 16:52:42
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value6.118 HBD
curator_payout_value2.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length324
author_reputation28,017,014,641,958
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,172
net_rshares3,529,147,344,031
author_curate_reward""
vote details (3)
@bitcointop ·
Project looks very promising.
properties (22)
authorbitcointop
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t165401757z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:54:00
last_update2016-07-22 16:54:00
depth1
children0
last_payout2016-08-24 14:49: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_length29
author_reputation-1,260,605,993,334
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,194
net_rshares0
@bitcointop ·
Looks pretty awesome!!!
http://i99.beon.ru/i.imgur.com/siedZ.gif
👍  ,
properties (23)
authorbitcointop
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t000012903z
categorypiston
json_metadata{"tags":["piston"],"image":["http://i99.beon.ru/i.imgur.com/siedZ.gif"]}
created2016-07-23 00:00:12
last_update2016-07-23 00:00:12
depth1
children0
last_payout2016-08-24 14:49: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_length64
author_reputation-1,260,605,993,334
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,748
net_rshares128,522,421
author_curate_reward""
vote details (2)
@bitcointop ·
Very Good Post!!!
https://www.steemimg.com/images/2016/07/21/Ilovesteemkit18d05.jpg
👍  ,
properties (23)
authorbitcointop
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160725t135449255z
categorypiston
json_metadata{"tags":["piston"],"image":["https://www.steemimg.com/images/2016/07/21/Ilovesteemkit18d05.jpg"]}
created2016-07-25 13:54:48
last_update2016-07-25 13:54:48
depth1
children1
last_payout2016-08-24 14:49: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_length83
author_reputation-1,260,605,993,334
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id346,108
net_rshares167,016,993
author_curate_reward""
vote details (2)
@tjpezlo ·
thats a good looking dolphine
👍  
properties (23)
authortjpezlo
permlinkre-bitcointop-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160726t174157338z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-26 17:42:00
last_update2016-07-26 17:42:00
depth2
children0
last_payout2016-08-24 14:49: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_length29
author_reputation11,144,454,418,634
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id379,888
net_rshares96,804,481
author_curate_reward""
vote details (1)
@bitworkers ·
AMAZING! @bitworkers https://steemit.com/space/@bitworkers/space-pow-if-you-believe-in-pow-and-pow-only
👍  
properties (23)
authorbitworkers
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170421t001456860z
categorypiston
json_metadata{"tags":["piston"],"users":["bitworkers"],"links":["https://steemit.com/space/@bitworkers/space-pow-if-you-believe-in-pow-and-pow-only"],"app":"steemit/0.1"}
created2017-04-21 00:14:57
last_update2017-04-21 00:14:57
depth1
children0
last_payout2017-04-28 00:14: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_length103
author_reputation1,255,144,001,288
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,067,407
net_rshares866,500,739
author_curate_reward""
vote details (1)
@blackjincrypto ·
$0.03
@xeroc okay , good job
 https://scontent-sin.xx.fbcdn.net/v/t34.0-0/p206x206/13652812_139502063144671_1402158152_n.gif?oh=95e1eedf8a08fe390a7f82c83357457c&oe=5794EB6C
👍  , ,
properties (23)
authorblackjincrypto
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t193951996z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"],"image":["https://scontent-sin.xx.fbcdn.net/v/t34.0-0/p206x206/13652812_139502063144671_1402158152_n.gif?oh=95e1eedf8a08fe390a7f82c83357457c&oe=5794EB6C"]}
created2016-07-22 19:38:06
last_update2016-07-22 19:38:06
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length166
author_reputation4,699,590,897,779
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,359
net_rshares24,572,392,301
author_curate_reward""
vote details (3)
@blakemiles84 ·
$0.40
Working my way through figuring out the install now :)
👍  , ,
properties (23)
authorblakemiles84
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t163345500z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:33:45
last_update2016-07-22 16:33:45
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.400 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation51,861,865,663,185
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,834
net_rshares304,445,618,709
author_curate_reward""
vote details (3)
@blakemiles84 ·
$0.39
@xeroc - what would it take to integrate some simple contracts into this? maybe layered on top of Ethereum somehow ?
👍  
properties (23)
authorblakemiles84
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164930742z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 16:49:30
last_update2016-07-22 16:49:30
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.290 HBD
curator_payout_value0.095 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation51,861,865,663,185
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,124
net_rshares294,461,272,955
author_curate_reward""
vote details (1)
@xeroc ·
$5.73
Later, when things settle, I can see ways to add other networks with their corresponding APIs. First network would probably be BitShares, because of the similarities of the protocol, but that doesn't mean it can't happen for Ethereum as well.
👍  , , , , , , , , ,
properties (23)
authorxeroc
permlinkre-blakemiles84-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173316601z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:33:15
last_update2016-07-22 17:33:15
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value5.212 HBD
curator_payout_value0.518 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length242
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,886
net_rshares2,763,122,866,853
author_curate_reward""
vote details (10)
@bleepcoin ·
$14.60
properties (23)
authorbleepcoin
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t171810325z
categorypiston
json_metadata{"tags":["piston"],"image":["https://www.steemimg.com/images/2016/07/22/10555787dde.gif"]}
created2016-07-22 17:18:09
last_update2016-07-22 17:18:09
depth1
children5
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value10.980 HBD
curator_payout_value3.623 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation30,703,823,306,707
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,599
net_rshares5,183,060,133,677
author_curate_reward""
vote details (33)
@recursive · (edited)
$0.07
Not usually upvoting animated gifs, but that one is cool, original and relevant so exceptionally...
👍  ,
properties (23)
authorrecursive
permlinkre-bleepcoin-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180649655z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:05:45
last_update2016-07-22 18:13:39
depth2
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.059 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation14,577,151,751,433
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,504
net_rshares61,472,268,658
author_curate_reward""
vote details (2)
@bleepcoin · (edited)
$3.53
firing on all cylinders
👍  
properties (23)
authorbleepcoin
permlinkre-recursive-re-bleepcoin-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t192546833z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:25:45
last_update2016-07-22 19:26:54
depth3
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.650 HBD
curator_payout_value0.883 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation30,703,823,306,707
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,066
net_rshares1,940,243,747,647
author_curate_reward""
vote details (1)
@discombobulated ·
It's refreshing to see a new gif aside from that Game of Thrones one =P
properties (22)
authordiscombobulated
permlinkre-recursive-re-bleepcoin-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t005042877z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 00:50:45
last_update2016-07-23 00:50:45
depth3
children0
last_payout2016-08-24 14:49: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_length71
author_reputation13,090,894,039,053
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id286,441
net_rshares0
@sephiroth ·
$0.20
Steems away!
👍  
properties (23)
authorsephiroth
permlinkre-bleepcoin-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t193434988z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:34:33
last_update2016-07-22 19:34:33
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.176 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation2,606,045,366,673
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,267
net_rshares156,901,126,545
author_curate_reward""
vote details (1)
@slakky ·
$0.31
https://img1.steemit.com/0x0/https://scontent.xx.fbcdn.net/v/t34.0-0/p206x206/13664358_10106469101011611_2125147406_n.gif?_nc_ad=z-m&oh=50b8d023ebd018d9acd5d61054bfd6a1&oe=57942CF4
👍  , , ,
properties (23)
authorslakky
permlinkre-bleepcoin-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t212833756z
categorypiston
json_metadata{"tags":["piston"],"image":["https://img1.steemit.com/0x0/https://scontent.xx.fbcdn.net/v/t34.0-0/p206x206/13664358_10106469101011611_2125147406_n.gif?_nc_ad=z-m&oh=50b8d023ebd018d9acd5d61054bfd6a1&oe=57942CF4"]}
created2016-07-22 21:28:39
last_update2016-07-22 21:28:39
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.240 HBD
curator_payout_value0.074 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation13,669,706,558
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,736
net_rshares243,426,660,693
author_curate_reward""
vote details (4)
@blueorgy ·
$2.31
What I was waiting for! Had a bunch of ideas that would have taken entirely way too long to build by myself. You will be seeing something from me using this ASAP! Thank you for your hard work, kick ass! I'll give you my new Michael up vote!
https://www.steemimg.com/images/2016/07/22/mjUpvote6eb1f.gif
👍  , , , , ,
properties (23)
authorblueorgy
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t182308474z
categorypiston
json_metadata{"tags":["piston"],"image":["https://www.steemimg.com/images/2016/07/22/mjUpvote6eb1f.gif"]}
created2016-07-22 18:23:09
last_update2016-07-22 18:23:09
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.784 HBD
curator_payout_value0.521 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length301
author_reputation56,287,880,276,342
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,843
net_rshares1,394,146,323,445
author_curate_reward""
vote details (6)
@bleepcoin ·
like
properties (22)
authorbleepcoin
permlinkre-blueorgy-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t192404534z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:24:03
last_update2016-07-22 19:24:03
depth2
children0
last_payout2016-08-24 14:49: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_length4
author_reputation30,703,823,306,707
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,030
net_rshares0
@blueorgy · (edited)
$0.11
@xeroc 
Please consider helping spread the word on this cause!
I'm Donating all earnings to St Judes! 
https://www.steemimg.com/images/2016/07/22/ScreenShot2016-07-22at5.16.03PM487a4.png
https://steemit.com/donations/@blueorgy/i-will-donate-every-steemdollar-earned-from-this-post-to-st-jude-children-s-research-hospital

Thank You!
👍  
properties (23)
authorblueorgy
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t220221505z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"],"image":["https://www.steemimg.com/images/2016/07/22/ScreenShot2016-07-22at5.16.03PM487a4.png"]}
created2016-07-22 22:02:21
last_update2016-07-23 00:44:45
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.081 HBD
curator_payout_value0.024 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length332
author_reputation56,287,880,276,342
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id283,518
net_rshares85,703,406,335
author_curate_reward""
vote details (1)
@bofadeez ·
The worst part about learning about this whole situation…… is that now I’m just bummed I don’t have a Beta ;)
👍  ,
properties (23)
authorbofadeez
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160725t031903969z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-25 03:19:06
last_update2016-07-25 03:19:06
depth1
children0
last_payout2016-08-24 14:49: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_length109
author_reputation523,416,152
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id337,930
net_rshares332,720,087
author_curate_reward""
vote details (2)
@bossubossilor ·
DUDE WHY THIS POST HAS 48K $ WTF??
properties (22)
authorbossubossilor
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t115458399z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 11:55:00
last_update2016-07-23 11:55:00
depth1
children0
last_payout2016-08-24 14:49: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_length34
author_reputation2,081,113,976
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id295,083
net_rshares0
@bradvanceauthor ·
$3.88
Looking at the Post function in the screen shot, I don't see any of the Editor formatting commands. Is that coming?
👍  
properties (23)
authorbradvanceauthor
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t020423377z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 02:04:30
last_update2016-07-23 02:04:30
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.910 HBD
curator_payout_value0.968 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation845,305,813,273
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,458
net_rshares2,079,666,560,899
author_curate_reward""
vote details (1)
@xeroc ·
$4.07
Re:
Currently, the editor just takes plain (markdown) text. I will add a preview asap and maybe even add a nicer steemit-style editor eventually. Give me some time for this.
👍  , , ,
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t020423377z-20160723t105953
categorypiston
json_metadata""
created2016-07-23 10:59:54
last_update2016-07-23 10:59:54
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value3.055 HBD
curator_payout_value1.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,364
net_rshares2,153,767,312,502
author_curate_reward""
vote details (4)
@brigon ·
$4.05
xerox, looks great. Lets get it tested and out of alpha. Could the piston toolbox be used for an App or DApp!? Or maybe package it with a server for mobile use!
👍  
properties (23)
authorbrigon
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175222203z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:52:24
last_update2016-07-22 17:52:24
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value3.036 HBD
curator_payout_value1.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation201,520,361,066
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,251
net_rshares2,148,127,006,323
author_curate_reward""
vote details (1)
@brigon ·
For sure you are pretty busy, but could use your knowledge and guidance with SteemGO app store.
properties (22)
authorbrigon
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t234444259z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 23:44:45
last_update2016-07-22 23:44:45
depth1
children0
last_payout2016-08-24 14:49: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_length95
author_reputation201,520,361,066
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,498
net_rshares0
@callambilli ·
Love it!!
👍  
properties (23)
authorcallambilli
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160811t124428848z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-11 12:44:27
last_update2016-08-11 12:44:27
depth1
children0
last_payout2016-08-24 14:49: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_length9
author_reputation9,960,071
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id744,508
net_rshares52,120,397
author_curate_reward""
vote details (1)
@cama73ven ·
Awesome job!!! Such detail and good images, you did an excelent job, even better than posts one year later.
properties (22)
authorcama73ven
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170907t233936477z
categorypiston
json_metadata{"tags":["piston"],"app":"steemit/0.1"}
created2017-09-07 23:33:06
last_update2017-09-07 23:33:06
depth1
children2
last_payout2017-09-14 23:33: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_length107
author_reputation110,492,654,225
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,198,291
net_rshares0
@cama73ven ·
@cleverbot
👍  
properties (23)
authorcama73ven
permlinkre-cama73ven-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170910t161349231z
categorypiston
json_metadata{"tags":["piston"],"users":["cleverbot"],"app":"steemit/0.1"}
created2017-09-10 16:07:21
last_update2017-09-10 16:07:21
depth2
children1
last_payout2017-09-17 16:07: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_length10
author_reputation110,492,654,225
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,469,972
net_rshares3,314,764,543
author_curate_reward""
vote details (1)
@cleverbot ·
<p>Do you know my name?</p>
properties (22)
authorcleverbot
permlinkre-cama73ven-cama73ven-re-xeroc-piston-20170910t160821849z
categorypiston
json_metadata{"app":"freakazoid/0.0.2","tags":["piston"]}
created2017-09-10 16:08:27
last_update2017-09-10 16:08:27
depth3
children0
last_payout2017-09-17 16:08: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_length28
author_reputation-1,687,452,833,079
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,470,072
net_rshares0
@cama73ven ·
@cleverbot
👍  
properties (23)
authorcama73ven
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170910t161736533z
categorypiston
json_metadata{"tags":["piston"],"users":["cleverbot"],"app":"steemit/0.1"}
created2017-09-10 16:11:09
last_update2017-09-10 16:11:09
depth1
children5
last_payout2017-09-17 16:11: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_reputation110,492,654,225
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,470,367
net_rshares3,119,778,394
author_curate_reward""
vote details (1)
@cleverbot ·
<p>False- that's your name, not mine.</p>
properties (22)
authorcleverbot
permlinkre-cama73ven-xeroc-piston-web-first-20170910t161232887z
categorypiston
json_metadata{"app":"freakazoid/0.0.2","tags":["piston"]}
created2017-09-10 16:13:03
last_update2017-09-10 16:13:03
depth2
children0
last_payout2017-09-17 16:13: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_length42
author_reputation-1,687,452,833,079
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,470,564
net_rshares0
@cornholio ·
Nicaragua....aqua for my bunghole.....arriba...
properties (22)
authorcornholio
permlinkre-cama73ven-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170910t161736533z-20170910t163320653z
categorypiston
json_metadata{"tags":["piston"],"app":"meep_bot/0.0.1"}
created2017-09-10 16:33:21
last_update2017-09-10 16:33:21
depth2
children2
last_payout2017-09-17 16:33: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_length48
author_reputation606,749,206,056
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,451
net_rshares0
@cama73ven ·
thanks
properties (22)
authorcama73ven
permlinkre-cornholio-re-cama73ven-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170910t164447056z
categorypiston
json_metadata{"tags":["piston"],"app":"steemit/0.1"}
created2017-09-10 16:38:21
last_update2017-09-10 16:38:21
depth3
children1
last_payout2017-09-17 16:38: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_length6
author_reputation110,492,654,225
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,472,887
net_rshares0
@simplifylife ·
Hey!!
properties (22)
authorsimplifylife
permlinkre-cama73ven-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170911t013842790z
categorypiston
json_metadata{"tags":["piston"],"app":"steemit/0.1"}
created2017-09-11 01:43:27
last_update2017-09-11 01:43:27
depth2
children0
last_payout2017-09-18 01:43: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_length5
author_reputation325,240,708,070,327
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,509,793
net_rshares0
@carlidos ·
This is great!!! dive in lets go.
properties (22)
authorcarlidos
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172517363z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:25:18
last_update2016-07-22 17:25:18
depth1
children0
last_payout2016-08-24 14:49: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_length33
author_reputation12,523,058,510,954
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,730
net_rshares0
@carlidos ·
man this is going to 100 fuckin grand!!! lets do this.
properties (22)
authorcarlidos
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t205400187z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:54:06
last_update2016-07-22 20:54:06
depth1
children0
last_payout2016-08-24 14:49: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_length54
author_reputation12,523,058,510,954
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,925
net_rshares0
@chadalmighty ·
Vain, self-absorbed, ego-gratifying makeup tutorial? **$30k**

Revolutionary open-source software useful for thousands and thousands of users, that required years and years of learning complex computing technology to have the technological foundations? And going ahead and actually programming it? **$48k**.

![](https://images.duckduckgo.com/iu/?u=http%3A%2F%2Fi52.tinypic.com%2F2vt7789.jpg&f=1)
👍  
properties (23)
authorchadalmighty
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t162247100z
categorypiston
json_metadata{"tags":["piston"],"image":["https://images.duckduckgo.com/iu/?u=http%3A%2F%2Fi52.tinypic.com%2F2vt7789.jpg&amp;f=1"]}
created2016-07-23 16:22:48
last_update2016-07-23 16:22:48
depth1
children0
last_payout2016-08-24 14:49: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_length396
author_reputation-73,441,872,315
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id299,877
net_rshares245,215,981
author_curate_reward""
vote details (1)
@changesociety ·
realy nice contend thx keep on the good work
properties (22)
authorchangesociety
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t112442956z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 11:25:45
last_update2016-07-23 11:25:45
depth1
children0
last_payout2016-08-24 14:49: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_length44
author_reputation-2,963,955
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,658
net_rshares0
@chrisimi ·
very nice, I would test it
properties (22)
authorchrisimi
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t183619350z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:36:15
last_update2016-07-22 18:36:15
depth1
children0
last_payout2016-08-24 14:49: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_length26
author_reputation5,772,445,271
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,087
net_rshares0
@clevecross ·
I am a technology rookie in the crypto world. Well written and I look forward to following your very well written instructions when I get home to check this out. Great looking interface!
properties (22)
authorclevecross
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t181315888z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:13:15
last_update2016-07-22 18:13:15
depth1
children0
last_payout2016-08-24 14:49: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_length186
author_reputation7,635,074,529,912
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,669
net_rshares0
@coxzee ·
Fine interface! Browse is very convenient at first sight... And what you will tell into the account of safety? You can give the full answer?
properties (22)
authorcoxzee
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t112855737z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 11:29:03
last_update2016-07-23 11:29:03
depth1
children0
last_payout2016-08-24 14:49: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_length140
author_reputation302,107,325,041
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,696
net_rshares0
@cryptobarry ·
$3.87
Most people are unwilling to use command line. The GUI will make this more accessible to a larger user base.
👍  
properties (23)
authorcryptobarry
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164934802z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:49:30
last_update2016-07-22 16:49:30
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.906 HBD
curator_payout_value0.968 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation4,967,488,810,714
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,125
net_rshares2,078,832,586,764
author_curate_reward""
vote details (1)
@cryptobro ·
Wow!  Thanks!
properties (22)
authorcryptobro
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t174718070z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:47:18
last_update2016-07-22 17:47:18
depth1
children0
last_payout2016-08-24 14:49: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_reputation912,384,027,106
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,165
net_rshares0
@cryptocreative ·
Great work! Is there an app version of this coming out? 
This sounds like an app user journey animation could be cool and useful. I do motion graphics professionally. Let me know if you ever go down the app route and I could help with ideas for cool app designs / idents and engaging user journeys.

I don't understand everything about the Crypto world yet, but I'm super excited and creating as much original motion graphics to support the whole community.
properties (22)
authorcryptocreative
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t203440795z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:34:39
last_update2016-07-22 20:34:39
depth1
children0
last_payout2016-08-24 14:49: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_length457
author_reputation3,506,765,588,353
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,465
net_rshares0
@cryptoctopus · (edited)
$2.23
I think I just peed a little...

Only concerns...will it hurt steemit.com SEO because of duplicate content?
👍  , , , , , , , ,
properties (23)
authorcryptoctopus
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t171758781z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:17:51
last_update2016-07-22 17:25:18
depth1
children4
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.228 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length107
author_reputation365,406,972,531,657
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,594
net_rshares1,356,080,112,448
author_curate_reward""
vote details (9)
@lukestokes ·
$0.21
I've had similar concerns. Will authors be okay with multiple versions of their content all over the internet? Should we be thinking about adding a canonical URL to Steemit posts so they call point back to the same source? This is probably a larger question regarding the overall blockchain approach. New tech, new challenges.
👍  ,
properties (23)
authorlukestokes
permlinkre-cryptoctopus-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173252078z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:32:51
last_update2016-07-22 17:32:51
depth2
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.208 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length326
author_reputation555,781,629,106,002
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,881
net_rshares165,563,131,003
author_curate_reward""
vote details (2)
@l0k1 ·
I think being that the whole point is that multiple versions are already all over the internet is part of how it becomes censorship resistant is achieved. It also is how a system like this has the scalability to become as big as facebook. And finally, by making this possible, developers like xeroc are helping it grow, because 'canonical' does not apply to the website, but to the blockchain. Everything after steemit.com is an address on the blockchain.
properties (22)
authorl0k1
permlinkre-lukestokes-re-cryptoctopus-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160819t192844986z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-19 19:28:48
last_update2016-08-19 19:28:48
depth3
children0
last_payout2016-08-24 14:49: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_length455
author_reputation94,800,257,230,993
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id894,505
net_rshares0
@venuspcs ·
$0.03
I am definitely getting my Geek-on right now!
👍  , ,
properties (23)
authorvenuspcs
permlinkre-cryptoctopus-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172107907z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:21:06
last_update2016-07-22 17:21:06
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation30,491,473,006,755
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,639
net_rshares27,607,036,500
author_curate_reward""
vote details (3)
@xeroc ·
$0.05
No it will not .. Simple because this is **not** a hosted site. This is for personal and local use only. Hence, google and other search engines won't find that content
👍  , , , , , , ,
properties (23)
authorxeroc
permlinkre-cryptoctopus-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t174254598z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:42:54
last_update2016-07-22 17:42:54
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.045 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length167
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,083
net_rshares43,499,139,396
author_curate_reward""
vote details (8)
@cryptojoy.com ·
Cool! Waiting for the aplha! Good luck!
properties (22)
authorcryptojoy.com
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t171412861z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:14:12
last_update2016-07-22 17:14:12
depth1
children0
last_payout2016-08-24 14:49: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_length39
author_reputation5,411,673,871,964
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,536
net_rshares0
@cryptomental ·
Great job, you have my upvote! This is what I was looking for and I will definitely check this out.  How long did it take you to reach alpha stage?
👍  
properties (23)
authorcryptomental
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160802t074332003z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-02 07:43:30
last_update2016-08-02 07:43:30
depth1
children0
last_payout2016-08-24 14:49: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_length147
author_reputation6,756,831,217,523
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id554,326
net_rshares59,294,522
author_curate_reward""
vote details (1)
@cryptomental ·
@xeroc, it seems you  have recently merged the web feature branch into develop, is it now in beta stage? :-) Please update the instructions as the ones in the article are obsolete now.
properties (22)
authorcryptomental
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160802t182653259z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-08-02 18:26:54
last_update2016-08-02 18:26:54
depth1
children0
last_payout2016-08-24 14:49: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_length184
author_reputation6,756,831,217,523
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id564,472
net_rshares0
@cryptoscope · (edited)
$3.70
Super! When will be beta? Is there open testing for Win?
👍  
properties (23)
authorcryptoscope
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164616027z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:46:12
last_update2016-07-22 17:09:30
depth1
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.778 HBD
curator_payout_value0.926 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation1,639,714,173,523
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,069
net_rshares2,009,538,167,205
author_curate_reward""
vote details (1)
@xeroc ·
$3.71
Hehe .. its done when its done :)
👍  , ,
properties (23)
authorxeroc
permlinkre-cryptoscope-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t190842142z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:08:45
last_update2016-07-22 19:08:45
depth2
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.785 HBD
curator_payout_value0.922 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,719
net_rshares2,011,128,929,724
author_curate_reward""
vote details (3)
@burmik123 ·
hehe, laconically. But i hope it will be soon. very cool work!
properties (22)
authorburmik123
permlinkre-xeroc-re-cryptoscope-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t111553646z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 11:16:03
last_update2016-07-23 11:16:03
depth3
children0
last_payout2016-08-24 14:49: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_length62
author_reputation12,844,412,171,257
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,533
net_rshares0
@cryptoscope ·
Thanks))
properties (22)
authorcryptoscope
permlinkre-xeroc-re-cryptoscope-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t193123548z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 19:31:18
last_update2016-07-23 19:31:18
depth3
children0
last_payout2016-08-24 14:49: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_length8
author_reputation1,639,714,173,523
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id303,875
net_rshares0
@cultura.bitcoin ·
¡I'm on it!

https://media2.giphy.com/media/3o7TKFH09OV85kCmIg/200w.gif
👍  
properties (23)
authorcultura.bitcoin
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t171905122z
categorypiston
json_metadata{"tags":["piston"],"image":["https://media2.giphy.com/media/3o7TKFH09OV85kCmIg/200w.gif"]}
created2016-07-23 17:19:09
last_update2016-07-23 17:19:09
depth1
children0
last_payout2016-08-24 14:49: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_length71
author_reputation12,130,627,924,200
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id301,070
net_rshares3,729,380,413
author_curate_reward""
vote details (1)
@cwmyao1 ·
Project looks very promising. I will try it out for sure and keep it up.
properties (22)
authorcwmyao1
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164440822z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:44:45
last_update2016-07-22 16:44:45
depth1
children0
last_payout2016-08-24 14:49: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_length72
author_reputation1,861,544,371,596
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,039
net_rshares0
@danny-g ·
https://steemit.com/@danny-g 
yoo
properties (22)
authordanny-g
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t165429720z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/@danny-g"]}
created2016-07-23 16:54:30
last_update2016-07-23 16:54:30
depth1
children0
last_payout2016-08-24 14:49: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_length33
author_reputation490,086,966,130
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id300,604
net_rshares0
@darwen ·
Wooow @xeroc!  Look awesome!
I expect to try it in the next week.
I'll report any problem, if found ;-)
👍  , ,
properties (23)
authordarwen
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173951775z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 17:40:03
last_update2016-07-22 17:40:03
depth1
children0
last_payout2016-08-24 14:49: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_length103
author_reputation327,384,182,371
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,033
net_rshares5,878,142,263
author_curate_reward""
vote details (3)
@davidedavide1 ·
I want to remeber thos thread.  So, im commenting simply to be able to find it later.  And work out how to set this up on my laptop
👍  
properties (23)
authordavidedavide1
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t000916571z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 00:09:21
last_update2016-07-23 00:09:21
depth1
children0
last_payout2016-08-24 14:49: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_length131
author_reputation21,309,833
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,875
net_rshares338,361,427
author_curate_reward""
vote details (1)
@dcryptogold ·
$2.51
Awesome...
You know what is next...
steem ME UP SCOTTY!
<p>https://s31.postimg.org/7e356sm8r/beam_me_up_Scotty.jpg</p>
👍  , ,
properties (23)
authordcryptogold
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t182624598z
categorypiston
json_metadata{"tags":["piston"],"image":["https://s31.postimg.org/7e356sm8r/beam_me_up_Scotty.jpg"]}
created2016-07-22 18:26:18
last_update2016-07-22 18:26:18
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.884 HBD
curator_payout_value0.621 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation255,587,113,635
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,913
net_rshares1,488,457,976,121
author_curate_reward""
vote details (3)
@deanero ·
$3.70
So in effect, what this means, is that everyone will have their own personal library of  all content thats ever existed up to that point??
👍  
properties (23)
authordeanero
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t181648500z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:16:51
last_update2016-07-22 18:16:51
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.778 HBD
curator_payout_value0.926 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation2,185,335,250,096
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,718
net_rshares2,009,538,167,205
author_curate_reward""
vote details (1)
@xeroc ·
$3.70
Not quite allthough technically possible. All data is on a public blockchain and you can download that blockchain entirely. Piston however talks to one of these nodes that hold the blockchain in storage and answers specific queries. One of these nodes is operated by me and available on this.piston.rocks.
👍  ,
properties (23)
authorxeroc
permlinkre-deanero-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t190711658z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:07:18
last_update2016-07-22 19:07:18
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.782 HBD
curator_payout_value0.922 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length305
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,691
net_rshares2,009,600,927,358
author_curate_reward""
vote details (2)
@decred ·
Nice!
properties (22)
authordecred
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t135933827z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-28 13:59:33
last_update2016-07-28 13:59:33
depth1
children0
last_payout2016-08-24 14:49: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_length5
author_reputation634,697,761
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id435,880
net_rshares0
@dez1337 ·
$2.49
Very very cool project :) Did you ever thought about providing Piston as a Docker Container Image? This would help to get it runnung easy on all operating systems :)
👍  , , , ,
properties (23)
authordez1337
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t153713758z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 15:37:18
last_update2016-07-23 15:37:18
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.872 HBD
curator_payout_value0.621 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation20,544,257,521,749
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id298,862
net_rshares1,498,377,603,516
author_curate_reward""
vote details (5)
@diego24 ·
$3.70
Did you do it alone or did you get help ? If you did it alone ... WOW.
👍  
properties (23)
authordiego24
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t190641046z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:06:45
last_update2016-07-22 19:06:45
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.778 HBD
curator_payout_value0.926 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation3,638,848,948,761
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,680
net_rshares2,010,344,342,203
author_curate_reward""
vote details (1)
@xeroc ·
$3.71
Re:
I did most of the code alone. @cass helped me bigtime with the logo and wants to assists with design/layout aswell. Hoping for @svk to assist on the trading page eventually.
Piston itself build on top of 2 more libraries that I wrote as well:

* python-steem (which itself build on)
* python-graphenelib (mostly known from the BitShares community, graphene is the underlying technology)

Been working on python-graphenelib for years now :)
👍  ,
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t190641046z-20160723t105045
categorypiston
json_metadata""
created2016-07-23 10:50:45
last_update2016-07-23 10:50:45
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.788 HBD
curator_payout_value0.922 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length445
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,230
net_rshares2,012,200,410,936
author_curate_reward""
vote details (2)
@dieterdp ·
I have installed piston on ubuntu mate 16.04 without issues, but when I try to start with piston web I get an error 'command not found'.
Can someone help me?
properties (22)
authordieterdp
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t125920362z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 12:59:21
last_update2016-07-23 12:59:21
depth1
children1
last_payout2016-08-24 14:49: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_length157
author_reputation16,671,514,269
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id296,120
net_rshares0
@xeroc ·
$0.06
Re:
The executable is installed as `~/.local/bin/piston`. You may not have that directory in your PATH enviromental variable. You can run it directly from the directory though
👍  , ,
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t125920362z-20160724t130618
categorypiston
json_metadata""
created2016-07-24 13:06:18
last_update2016-07-24 13:06:18
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id319,955
net_rshares49,814,558,799
author_curate_reward""
vote details (3)
@digitalarchitect ·
Great idea, xeroc! I'm amazed how some people manage to build so much useful things in such a short time. I am lacking in programming area, and I really should learn some...
properties (22)
authordigitalarchitect
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185323868z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:53:24
last_update2016-07-22 18:53:24
depth1
children0
last_payout2016-08-24 14:49: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_length173
author_reputation35,554,206,063
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,422
net_rshares0
@dispenser ·
Very useful article
properties (22)
authordispenser
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160801t180136437z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-01 18:01:33
last_update2016-08-01 18:01:33
depth1
children0
last_payout2016-08-24 14:49: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_length19
author_reputation-193,047,649,580
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id540,576
net_rshares0
@ditzi ·
wow.. great job! iam psyched to see this. all the way to the moon with steemit! :D
properties (22)
authorditzi
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t192655315z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:27:00
last_update2016-07-22 19:27:00
depth1
children0
last_payout2016-08-24 14:49: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_length82
author_reputation2,100,013,763
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,100
net_rshares0
@djdma ·
good job!
properties (22)
authordjdma
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t152602418z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 15:26:09
last_update2016-07-23 15:26:09
depth1
children0
last_payout2016-08-24 14:49: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_length9
author_reputation5,814,314,888
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id298,650
net_rshares0
@dmacshady ·
I really need to look more into this but it's very interesting, thanks for the post.
properties (22)
authordmacshady
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185715066z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:57:18
last_update2016-07-22 18:57:18
depth1
children0
last_payout2016-08-24 14:49: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_length84
author_reputation1,283,533,561,758
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,492
net_rshares0
@dybbz ·
Awesome, I will go for this
 all respect to you !
properties (22)
authordybbz
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185046151z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:50:48
last_update2016-07-22 18:50:48
depth1
children0
last_payout2016-08-24 14:49: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_length49
author_reputation-217,180,420,995
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,360
net_rshares0
@ebenezer ·
Thanks for a good project
properties (22)
authorebenezer
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t080122273z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 08:01:24
last_update2016-07-23 08:01:24
depth1
children0
last_payout2016-08-24 14:49: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_length25
author_reputation29,882,001,238
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id292,244
net_rshares0
@elargroup ·
Similar to SP, SMD tokens cannot be purchased directly on an external exchange. SMD are primarily earned through contributing but can be purchased by converting STEEM tokens to SMD tokens.

Actually Steem Dollars can now purchased on external exchanges !
https://poloniex.com/exchange#btc_sbd
https://bittrex.com/Market/Index?MarketName=BTC-SBD

PS Abbreviation of SBD = Steem Backed Dollars
or just SD = Steem Dollars (not SMD please edit)
👎  
properties (23)
authorelargroup
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t071352566z
categorypiston
json_metadata{"tags":["piston"],"links":["https://poloniex.com/exchange#btc_sbd"]}
created2016-07-23 08:14:12
last_update2016-07-23 08:14:12
depth1
children0
last_payout2016-08-24 14:49: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_length440
author_reputation-207,160,160,155
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id292,478
net_rshares-614,164,559,252
author_curate_reward""
vote details (1)
@endgame · (edited)
Nice looking forward to test this! Up voted!
👍  
properties (23)
authorendgame
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t035007971z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 03:50:09
last_update2016-07-23 03:51:27
depth1
children0
last_payout2016-08-24 14:49: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_length44
author_reputation-1,051,794,900,426
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id289,012
net_rshares1,384,141,287
author_curate_reward""
vote details (1)
@endgame ·
$3.88
when I run "pip install -r requirements-web.txt" I get

"Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-xOh01Y/websockets/"

any idea?

Thanks
👍  
properties (23)
authorendgame
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t054405217z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 05:44:06
last_update2016-07-23 05:44:06
depth1
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.910 HBD
curator_payout_value0.968 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation-1,051,794,900,426
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,362
net_rshares2,079,666,560,899
author_curate_reward""
vote details (1)
@xeroc ·
$3.89
Re:
With only that fraction of error, I can't tell much about the reason, but I would assume that you try to install it using python2 and not python3.
I've added a check in the setup.py so people can see the error right away
👍  , , ,
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t054405217z-20160723t110147
categorypiston
json_metadata""
created2016-07-23 11:01:45
last_update2016-07-23 11:01:45
depth2
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.920 HBD
curator_payout_value0.965 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,386
net_rshares2,083,346,874,748
author_curate_reward""
vote details (4)
@endgame ·
Thanks for the answer wil look into it!
properties (22)
authorendgame
permlinkre-xeroc-re-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t110147-20160723t123326717z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 12:33:27
last_update2016-07-23 12:33:27
depth3
children0
last_payout2016-08-24 14:49: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_length39
author_reputation-1,051,794,900,426
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id295,693
net_rshares0
@erik-prestinary ·
Steemit.com is  fresh and simple site to use but this tool takes it to the next level. 

This will be the first of many cool development around Steem. I will try as soon as I can!
properties (22)
authorerik-prestinary
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t183911462z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:29:24
last_update2016-07-22 18:29:24
depth1
children0
last_payout2016-08-24 14:49: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_length179
author_reputation136,642,407,211
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,977
net_rshares0
@faddat · (edited)
$2.34
gotta add a 

```
cd piston
```
to the install directions.  The full install reads like

```
git clone https://github.com/xeroc/piston
cd piston
git checkout feature/standalone-web
make install-user
# install extra requirements for piston.web
pip3 install -r requirements-web.txt
```
👍  ,
properties (23)
authorfaddat
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185315876z
categorypiston
json_metadata{"tags":["piston"],"links":["https://github.com/xeroc/piston"]}
created2016-07-22 18:53:15
last_update2016-07-22 19:12:09
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.217 HBD
curator_payout_value0.127 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation36,581,868,473,026
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,415
net_rshares1,412,534,647,391
author_curate_reward""
vote details (2)
@fatjawjones ·
Guess I'll have to play around with this at some point this weekend :) Something tells me I should set aside most of Sunday for this...
properties (22)
authorfatjawjones
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t204405322z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:44:09
last_update2016-07-22 20:44:09
depth1
children0
last_payout2016-08-24 14:49: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_length135
author_reputation2,570,047,206,062
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,669
net_rshares0
@fernandosa ·
liked it
properties (22)
authorfernandosa
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t094712684z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-28 09:47:24
last_update2016-07-28 09:47:24
depth1
children0
last_payout2016-08-24 14:49: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_length8
author_reputation138,478,569,300
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id430,811
net_rshares0
@filip-martinka ·
Want to see the 10 most common words used in this article and a word cloud of the top 100 updated daily? Head over to http://steemread.com
properties (22)
authorfilip-martinka
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t105242691z
categorypiston
json_metadata{"tags":["piston"],"links":["http://steemread.com"]}
created2016-07-23 10:53:09
last_update2016-07-23 10:53:09
depth1
children0
last_payout2016-08-24 14:49: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_length138
author_reputation1,370,896,620,661
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,268
net_rshares0
@filmaker ·
Thank you for the outline!
properties (22)
authorfilmaker
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160802t035238500z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-02 03:52:39
last_update2016-08-02 03:52:39
depth1
children0
last_payout2016-08-24 14:49: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_length26
author_reputation35,229,579,422
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id551,596
net_rshares0
@fleetinuance ·
My very talented friend @steemdeck has made and just launched a **notification deck** for Steemit so you get a notification every time someone up votes or comments on your posts!

Check it out and let me know what you think!...

https://steemit.com/money/@steemdeck/notification-app-for-steemit-steemdeck-community-made-project
👍  
properties (23)
authorfleetinuance
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t233852651z
categorypiston
json_metadata{"tags":["piston"],"users":["steemdeck"],"links":["https://steemit.com/money/@steemdeck/notification-app-for-steemit-steemdeck-community-made-project"]}
created2016-07-22 23:38:51
last_update2016-07-22 23:38:51
depth1
children0
last_payout2016-08-24 14:49: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_length327
author_reputation1,203,192,685,557
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,411
net_rshares229,150,919
author_curate_reward""
vote details (1)
@fogspam ·
Please suport this if you think it is a good idea .
https://steemit.com/steemit/@fogspam/first-advertising-campaign-of-steemit-in-romania-the-best-way-to-make-steemit-viral-just-follow-my-example-more-users-investors
properties (22)
authorfogspam
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160804t112945073z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/steemit/@fogspam/first-advertising-campaign-of-steemit-in-romania-the-best-way-to-make-steemit-viral-just-follow-my-example-more-users-investors"]}
created2016-08-04 11:29:42
last_update2016-08-04 11:29:42
depth1
children0
last_payout2016-08-24 14:49: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_length216
author_reputation2,200,070,551,939
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id599,529
net_rshares0
@forykw ·
😱 crazy payout back then!
properties (22)
authorforykw
permlinkre-xeroc-2020318t19483143z
categorypiston
json_metadata{"tags":["esteem"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-18 06:48:03
last_update2020-03-18 06:48:03
depth1
children0
last_payout2020-03-25 06:48: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_length25
author_reputation93,047,670,753,089
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,455,631
net_rshares0
@foxkoit ·
I am happy that I am here :))
properties (22)
authorfoxkoit
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160808t161549349z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-08 16:15:51
last_update2016-08-08 16:15:51
depth1
children0
last_payout2016-08-24 14:49: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_length29
author_reputation536,162,623,615,998
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id685,093
net_rshares0
@framelalife ·
This is moving crazy fast. Can't believe how much is popping up around steemit so quickly!
properties (22)
authorframelalife
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t202129705z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:21:48
last_update2016-07-22 20:21:48
depth1
children0
last_payout2016-08-24 14:49: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_length90
author_reputation9,706,532,045,387
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,172
net_rshares0
@furion ·
I have a question that is somewhat unrelated. 
This post has reached $40k, and the comments have accumulated perhaps $100. The curator rewards on discussions are 25%, yet the discussions here only earned cumulative ~0.2% of what the main post did. What am I missing?
👍  
properties (23)
authorfurion
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t001643984z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 00:16:42
last_update2016-07-23 00:16:42
depth1
children0
last_payout2016-08-24 14:49: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_length266
author_reputation116,503,940,714,958
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,973
net_rshares2,749,643,812
author_curate_reward""
vote details (1)
@gabbans ·
Qow steem is taking tis to another level for the community. It will all be very user friendly soon
properties (22)
authorgabbans
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t201950364z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:19:51
last_update2016-07-22 20:19:51
depth1
children0
last_payout2016-08-24 14:49: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_length98
author_reputation434,604,294,457
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,146
net_rshares0
@gatorgames ·
xeroc you're the best !
properties (22)
authorgatorgames
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t164816245z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-28 16:48:18
last_update2016-07-28 16:48:18
depth1
children0
last_payout2016-08-24 14:49: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_length23
author_reputation37,256,966,175
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id440,137
net_rshares0
@gatorgames ·
you're the best xeroc
properties (22)
authorgatorgames
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160730t165440277z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-30 16:54:45
last_update2016-07-30 16:54:45
depth1
children0
last_payout2016-08-24 14:49: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_length21
author_reputation37,256,966,175
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id492,401
net_rshares0
@gekko ·
$3.88
i'm in this weekend 8] good job @xeroc
👍  ,
properties (23)
authorgekko
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185636566z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 18:56:36
last_update2016-07-22 18:56:36
depth1
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.913 HBD
curator_payout_value0.965 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation1,185,517,433,922
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,482
net_rshares2,080,130,461,277
author_curate_reward""
vote details (2)
@gekko · (edited)
$3.88
@xeroc 

```
Collecting websockets==2.0 (from -r requirements-web.txt (line 37))
  Using cached websockets-2.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/v2/9vnp2_3x5pv2ncqhlnc3vg9c0000gn/T/pip-build-FNNORu/websockets/setup.py", line 17, in <module>
        with open(os.path.join(root, 'README'), encoding='utf-8') as f:
    TypeError: 'encoding' is an invalid keyword argument for this function
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/v2/9vnp2_3x5pv2ncqhlnc3vg9c0000gn/T/pip-build-FNNORu/websockets/
```

hit me that error in the last command
👍  ,
properties (23)
authorgekko
permlinkre-gekko-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t064013143z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 06:40:15
last_update2016-07-23 06:41:15
depth2
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.913 HBD
curator_payout_value0.965 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length776
author_reputation1,185,517,433,922
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id291,018
net_rshares2,080,063,353,304
author_curate_reward""
vote details (2)
@xeroc ·
$3.88
Re:
you need to use python **3** and cannot use python2. I should probably add a check for the version somewhere
👍  ,
properties (23)
authorxeroc
permlinkre-re-gekko-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t064013143z-20160723t104707
categorypiston
json_metadata""
created2016-07-23 10:47:09
last_update2016-07-23 10:47:09
depth3
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.913 HBD
curator_payout_value0.965 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,178
net_rshares2,080,027,281,267
author_curate_reward""
vote details (2)
@generalspecific ·
You, sir, clearly win at Steemit. Congratulations!
properties (22)
authorgeneralspecific
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173014017z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:30:15
last_update2016-07-22 17:30:15
depth1
children0
last_payout2016-08-24 14:49: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_length50
author_reputation2,538,948,493,260
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,817
net_rshares0
@getssidetracked ·
$2.58
AMAZING! Count me in as a tester! I'm here all day everyday anyway!
👍  ,
properties (23)
authorgetssidetracked
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t165706169z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:57:06
last_update2016-07-22 16:57:06
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.940 HBD
curator_payout_value0.638 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation4,066,839,697,461
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,247
net_rshares1,523,243,414,921
author_curate_reward""
vote details (2)
@ghostyeti ·
I'm in :)
properties (22)
authorghostyeti
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t221458690z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 22:15:00
last_update2016-07-22 22:15:00
depth1
children0
last_payout2016-08-24 14:49: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_length9
author_reputation898,860,149,686
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id283,788
net_rshares0
@gilang-ramadhan ·
https://scontent-sit4-1.xx.fbcdn.net/v/t34.0-12/13815168_293242154362615_1386721301_n.jpg?oh=508623d1ccbef7929d494a1efba2d974&oe=5795C24B
👍  
👎  
properties (23)
authorgilang-ramadhan
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t092111398z
categorypiston
json_metadata{"tags":["piston"],"image":["https://scontent-sit4-1.xx.fbcdn.net/v/t34.0-12/13815168_293242154362615_1386721301_n.jpg?oh=508623d1ccbef7929d494a1efba2d974&amp;oe=5795C24B"]}
created2016-07-23 09:21:06
last_update2016-07-23 09:21:06
depth1
children0
last_payout2016-08-24 14:49: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_length137
author_reputation-505,427,556,815
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id293,221
net_rshares-2,009,897,948,478
author_curate_reward""
vote details (2)
@giostar · (edited)
holy shit this just exploded @xeroc

Revolutionary stuff 

https://media.giphy.com/media/HhTXt43pk1I1W/giphy.gif
👍  
properties (23)
authorgiostar
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t205759009z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"],"image":["https://media.giphy.com/media/HhTXt43pk1I1W/giphy.gif"]}
created2016-07-22 20:57:45
last_update2016-07-22 20:59:48
depth1
children0
last_payout2016-08-24 14:49: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_length112
author_reputation1,335,224,257,334
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,013
net_rshares1,008,366,062
author_curate_reward""
vote details (1)
@gustavopasquini ·
Very Good Post ;)
👍  
properties (23)
authorgustavopasquini
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172035203z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:20:48
last_update2016-07-22 17:20:48
depth1
children0
last_payout2016-08-24 14:49: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_length17
author_reputation9,076,597,556,716
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,628
net_rshares1,197,835,415
author_curate_reward""
vote details (1)
@himalayanguru ·
This is a huge sum of money granted for a post such as this. Everyone just got diluted by 46K for this post. What's the value we are creating here?
properties (22)
authorhimalayanguru
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t181359440z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 18:14:09
last_update2016-07-23 18:14:09
depth1
children1
last_payout2016-08-24 14:49: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_length147
author_reputation4,002,260,039,109
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id302,313
net_rshares0
@ausbitbank ·
There's more value in this post then 99% of the last weeks content. Some guy got tens of thousands of dollars for a picture of a bud and typing single sentance, @xeroc deserves this and more for the value it has/will generate for the community!
properties (22)
authorausbitbank
permlinkre-himalayanguru-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160726t000043244z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-26 00:00:45
last_update2016-07-26 00:00:45
depth2
children0
last_payout2016-08-24 14:49: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_length244
author_reputation287,009,709,424,827
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id361,672
net_rshares0
@holzmichl ·
The KILLER APP!

Weekend never better started.

Well done!
properties (22)
authorholzmichl
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t183157323z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:31:57
last_update2016-07-22 18:31:57
depth1
children0
last_payout2016-08-24 14:49: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_length58
author_reputation234,379,829,569
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,014
net_rshares0
@iamwne ·
git checkout feature/standalone-web gives me not a git repository....
properties (22)
authoriamwne
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185932065z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:59:33
last_update2016-07-22 18:59:33
depth1
children1
last_payout2016-08-24 14:49: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_length69
author_reputation26,294,776,891,228
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,529
net_rshares0
@xeroc ·
Re:
I fixed the intstructions, you first need to `cd piston`
properties (22)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185932065z-20160723t104856
categorypiston
json_metadata""
created2016-07-23 10:48:57
last_update2016-07-23 10:48:57
depth2
children0
last_payout2016-08-24 14:49: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_length56
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,200
net_rshares0
@imyao ·
To speak plainly,is that mean anyone can copy a Steemit.com ( focusing on one subject, for example, between professionals) based on STEEM Blockchian?
直白一点,意思是任何人都可以基于 STEEM 区块链搭建另一个 Steemit.com(专注于某一个领域,比如专业人士之间) ?
👍  
properties (23)
authorimyao
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t202924318z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 20:29:21
last_update2016-07-23 20:29:21
depth1
children0
last_payout2016-08-24 14:49: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_length214
author_reputation2,782,342,637,822
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id305,108
net_rshares1,762,628,843
author_curate_reward""
vote details (1)
@inertia ·
$3.87
So this will work even if steemit.com is down, for the most part, right?
👍  
properties (23)
authorinertia
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t162855700z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:28:54
last_update2016-07-22 16:28:54
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.906 HBD
curator_payout_value0.968 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation346,568,901,399,561
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,753
net_rshares2,078,832,586,764
author_curate_reward""
vote details (1)
@xeroc ·
$2.42
Correct .. Steemit.com uses the Steem network (a blockchain) .. so does piston.
👍  , , , ,
properties (23)
authorxeroc
permlinkre-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173149946z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:31:48
last_update2016-07-22 17:31:48
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.412 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,850
net_rshares1,448,171,596,204
author_curate_reward""
vote details (5)
@inertia ·
$0.32
On Mac OS X, what should I do if I see this:

```
$ make install-user
python3 setup.py install --user
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.2.3a' to '0.2.3a0'
  normalized_version,
running install
running bdist_egg
running egg_info
.
.
.
scrypt-1.1.6/lib/crypto/crypto_aesctr.c:38:10: fatal error: 'openssl/aes.h' file not found
#include <openssl/aes.h>
         ^
1 error generated.
error: Setup script exited with error: command '/usr/bin/clang' failed with exit status 1
make: *** [install-user] Error 1
```

I usually use MacPorts, but I went with the Python Release PKG 3.5.2 in this case.
👍  ,
properties (23)
authorinertia
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164112707z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:41:12
last_update2016-07-22 16:41:12
depth1
children5
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.251 HBD
curator_payout_value0.067 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length686
author_reputation346,568,901,399,561
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,965
net_rshares245,878,774,284
author_curate_reward""
vote details (2)
@robohack ·
I had the same issue on OSX.  This fixed it for me.
Run this before the 'make install-user':
export LDFLAGS="-L$(brew --prefix openssl)/lib"
export CFLAGS="-I$(brew --prefix openssl)/include"

This should set the build up to point at your installed openssl files.
👍  ,
properties (23)
authorrobohack
permlinkre-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160724t134143620z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-24 13:41:42
last_update2016-07-24 13:41:42
depth2
children0
last_payout2016-08-24 14:49: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_length263
author_reputation49,691,520,196
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id320,553
net_rshares16,572,855,572
author_curate_reward""
vote details (2)
@xeroc ·
$2.66
You need to install OpenSSL to get it to work. It might happen that there are some more packages that you need to install. Please do me the favor and write them to and let me know so I can extend the Installation guide! Thank your!
👍  , , , , , , ,
properties (23)
authorxeroc
permlinkre-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172911480z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:29:09
last_update2016-07-22 17:29:09
depth2
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.626 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length231
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,793
net_rshares1,560,114,968,496
author_curate_reward""
vote details (8)
@inertia ·
$2.89
```
$ which openssl
/opt/local/bin/openssl
$ openssl version
OpenSSL 1.0.2h  3 May 2016
```

I have `openssl` provided by MacPorts.
👍  
properties (23)
authorinertia
permlinkre-xeroc-re-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173431363z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:34:30
last_update2016-07-22 17:34:30
depth3
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.167 HBD
curator_payout_value0.720 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation346,568,901,399,561
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,917
net_rshares1,663,769,723,680
author_curate_reward""
vote details (1)
@jamtaylor ·
Gonna try this out. Commenting for later.
properties (22)
authorjamtaylor
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164738525z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:47:39
last_update2016-07-22 16:47:39
depth1
children0
last_payout2016-08-24 14:49: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_length41
author_reputation139,761,486,953,577
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,099
net_rshares0
@jasonmcz ·
$2.70
Wonderful work @xeroc! No wonder why you don't have time to update the python lib because you've been working on this project!
👍  , , , , ,
properties (23)
authorjasonmcz
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t170734203z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 17:07:33
last_update2016-07-22 17:07:33
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.082 HBD
curator_payout_value0.621 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation15,125,782,224,192
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,425
net_rshares1,580,630,101,426
author_curate_reward""
vote details (6)
@xeroc ·
$4.51
The problem here is that I do changes to underlying libraries as well .. (mostly extensions) but I don't want to break compatibilities in the master branch .. that's why I usually release new versions of all of the libraries at the same time:

* python-graphenelib
* python-steem
* piston
👍  , , , , , ,
properties (23)
authorxeroc
permlinkre-jasonmcz-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173903705z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:39:03
last_update2016-07-22 17:39:03
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value3.392 HBD
curator_payout_value1.114 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length288
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,013
net_rshares2,323,033,987,374
author_curate_reward""
vote details (7)
@jaysanz ·
Woot woot!  Best news I've heard all day!
properties (22)
authorjaysanz
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t192134765z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:21:33
last_update2016-07-22 19:21:33
depth1
children0
last_payout2016-08-24 14:49: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_length41
author_reputation963,365,889,413
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,982
net_rshares0
@jeemit01 ·
https://s26.postimg.org/58odnef21/thumb_up.gif
👎  
properties (23)
authorjeemit01
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t070733979z
categorypiston
json_metadata{"tags":["piston"],"image":["https://s26.postimg.org/58odnef21/thumb_up.gif"]}
created2016-07-23 07:07:21
last_update2016-07-23 07:07:21
depth1
children0
last_payout2016-08-24 14:49: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_length46
author_reputation11,092,283,232
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id291,359
net_rshares-1,802,394,407,841
author_curate_reward""
vote details (1)
@jesta ·
$5.51
I absolutely love this! I have some ideas for a few things I'd love to see added that could make things even easier. 

I assume you're open to pull requests? Expect some chatter from me via slack too :)
👍  ,
properties (23)
authorjesta
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173553277z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:35:54
last_update2016-07-22 17:35:54
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value4.134 HBD
curator_payout_value1.373 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length202
author_reputation140,605,453,893,072
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,943
net_rshares2,685,073,935,746
author_curate_reward""
vote details (2)
@cass ·
$4.05
Yea feel free to contribute, i will also start work on the GUI design improvements this weekend.
👍  
properties (23)
authorcass
permlinkre-jesta-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t200615235z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:06:15
last_update2016-07-22 20:06:15
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value3.040 HBD
curator_payout_value1.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation87,554,098,144,619
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,904
net_rshares2,148,988,779,596
author_curate_reward""
vote details (1)
@jlufer ·
Gracias por compartir esta información , me gusta lo que has publicado. quiero compartir con Ud un articulo, si le gusta puede votar si desea Gracias.
https://steemit.com/bitcoin/@jlufer/losing-your-memory-is-good
properties (22)
authorjlufer
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160818t173016219z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/bitcoin/@jlufer/losing-your-memory-is-good"]}
created2016-08-18 17:30:24
last_update2016-08-18 17:30:24
depth1
children0
last_payout2016-08-24 14:49: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_length213
author_reputation1,400,361,105,231,301
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id874,180
net_rshares0
@jocelyn16 ·
great tool but only for advanced users that know how to setup it, can you develop a website where we can use this tool directly without installing?
properties (22)
authorjocelyn16
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t071325000z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-28 07:13:24
last_update2016-07-28 07:13:24
depth1
children0
last_payout2016-08-24 14:49: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_length147
author_reputation1,993,339,223
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id428,370
net_rshares0
@johnerminer ·
$2.91
I started playing with your python-steemlib first and I really like and appreciate it. Will play around piston for sure too.
👍  ,
properties (23)
authorjohnerminer
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t121433377z
categorypiston
json_metadata{}
created2016-07-22 17:16:45
last_update2016-07-22 17:16:45
depth1
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.189 HBD
curator_payout_value0.720 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation45,020,858,639
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,574
net_rshares1,672,843,237,750
author_curate_reward""
vote details (2)
@xeroc ·
$2.89
Re:
You can get started with something simple as this:

```
from piston.steem import Post, Steem
post = Post(Steem(), "@xeroc/piston")
post.reply("Title", "body", author="YOURACCOUNT")
```

Or you go through piston using the command line tool:

```
piston read @xeroc/piston-cli-quickstart
```
👍  , , ,
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t121433377z-20160723t104153
categorypiston
json_metadata""
created2016-07-23 10:41:54
last_update2016-07-23 10:41:54
depth2
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.167 HBD
curator_payout_value0.720 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length301
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,117
net_rshares1,674,041,703,146
author_curate_reward""
vote details (4)
@johnerminer ·
thank you, will try it
👍  , ,
properties (23)
authorjohnerminer
permlinkre-xeroc-re-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t121433377z-20160723t104153-20160725t134716678z
categorypiston
json_metadata{}
created2016-07-25 18:49:39
last_update2016-07-25 18:49:39
depth3
children0
last_payout2016-08-24 14:49: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_length22
author_reputation45,020,858,639
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id353,712
net_rshares10,233,884,987
author_curate_reward""
vote details (3)
@johnnyyash ·
Should I use Steem still or just the platform you are building?
properties (22)
authorjohnnyyash
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160805t190623330z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-05 19:06:24
last_update2016-08-05 19:06:24
depth1
children0
last_payout2016-08-24 14:49: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_length63
author_reputation16,860,783,213,618
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id632,195
net_rshares0
@joiflores ·
Great iniciative!

Please, take a look at this, it's really important, if you have or not seen this yet, try to inform others, thanks.

https://steemit.com/steem/@joiflores/the-crisis-we-have-to-worry-about
properties (22)
authorjoiflores
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t022102688z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/steem/@joiflores/the-crisis-we-have-to-worry-about"]}
created2016-07-23 02:20:57
last_update2016-07-23 02:20:57
depth1
children0
last_payout2016-08-24 14:49: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_length206
author_reputation79,507,254,285
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,664
net_rshares0
@jonnyrevolution ·
$0.03
This piston.web sounds so wild. For it to work even when steemit.com is down is insane. When steemit.com returns to full service is that when all the commenting and upvoting would then take effect?
👍  ,
properties (23)
authorjonnyrevolution
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t163614478z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:36:12
last_update2016-07-22 16:36:12
depth1
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation6,856,797,960,121
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,881
net_rshares25,727,687,797
author_curate_reward""
vote details (2)
@trogdor ·
$2.57
Nope :) The network keeps running all the time. piston.web gives an alternate way to communicate with the Steem blockchain. No Steemit required :)
👍  ,
properties (23)
authortrogdor
permlinkre-jonnyrevolution-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t165200560z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:51:51
last_update2016-07-22 16:51:51
depth2
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.933 HBD
curator_payout_value0.638 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length146
author_reputation22,905,182,177,434
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,165
net_rshares1,519,604,499,904
author_curate_reward""
vote details (2)
@jonnyrevolution ·
That is impressive. I need to check this out.
properties (22)
authorjonnyrevolution
permlinkre-trogdor-re-jonnyrevolution-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t170217650z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:02:15
last_update2016-07-22 17:02:15
depth3
children0
last_payout2016-08-24 14:49: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_length45
author_reputation6,856,797,960,121
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,334
net_rshares0
@jsc ·
$2.34
Please include in the install steps:
```
git clone https://github.com/xeroc/piston.git
cd piston/
git checkout feature/standalone-web
...
```
👍  ,
properties (23)
authorjsc
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175004985z
categorypiston
json_metadata{"tags":["piston"],"links":["https://github.com/xeroc/piston.git"]}
created2016-07-22 17:50:03
last_update2016-07-22 17:50:03
depth1
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.756 HBD
curator_payout_value0.585 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation5,003,156,605,879
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,211
net_rshares1,410,911,869,460
author_curate_reward""
vote details (2)
@xeroc ·
Re:
Done .. Thanks!
properties (22)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175004985z-20160723t104410
categorypiston
json_metadata""
created2016-07-23 10:44:12
last_update2016-07-23 10:44:12
depth2
children2
last_payout2016-08-24 14:49: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_length15
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,145
net_rshares0
@term8 ·
error: pathspec 'feature/standalone-web' did not match any file(s) known to git.
👍  
properties (23)
authorterm8
permlinkre-xeroc-re-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t104410-20160803t183534000z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-03 18:35:36
last_update2016-08-03 18:35:36
depth3
children1
last_payout2016-08-24 14:49: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_length80
author_reputation2,099,729
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id586,312
net_rshares134,382,695
author_curate_reward""
vote details (1)
@julianoca ·
https://media.giphy.com/media/XreQmk7ETCak0/giphy.gif
👍  ,
properties (23)
authorjulianoca
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t000542380z
categorypiston
json_metadata{"tags":["piston"],"image":["https://media.giphy.com/media/XreQmk7ETCak0/giphy.gif"]}
created2016-07-23 00:05:42
last_update2016-07-23 00:05:42
depth1
children0
last_payout2016-08-24 14:49: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_length53
author_reputation3,356,902,734
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,823
net_rshares471,120,166
author_curate_reward""
vote details (2)
@justiciar ·
Awesome Xeroc
properties (22)
authorjusticiar
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t170952935z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:09:51
last_update2016-07-22 17:09:51
depth1
children0
last_payout2016-08-24 14:49: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_reputation339,044,986,561
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,461
net_rshares0
@juvyjabian ·
The view is good, seems like a usual social media platform only with a twist.  The color is nice.
properties (22)
authorjuvyjabian
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t133257337z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 12:42:36
last_update2016-07-23 12:42:36
depth1
children0
last_payout2016-08-24 14:49: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_length97
author_reputation185,700,092,637,158
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id295,848
net_rshares0
@jwiz168 ·
Alright!!! It's really neat to have a cool GUI for steemit.
👍  
properties (23)
authorjwiz168
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t125759167z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 12:58:00
last_update2016-07-23 12:58:00
depth1
children0
last_payout2016-08-24 14:49: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_length59
author_reputation19,496,118,182
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id296,097
net_rshares437,350,792
author_curate_reward""
vote details (1)
@kakradetome ·
$2.51
Over $40,000 for the First Open Source Steem GUI, Justified!
👍  ,
properties (23)
authorkakradetome
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t234918011z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 23:49:18
last_update2016-07-22 23:49:18
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.891 HBD
curator_payout_value0.617 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation31,794,084,266,065
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,571
net_rshares1,490,561,378,382
author_curate_reward""
vote details (2)
@kalaylah77 ·
I wish there was a pill I could take to understand all the programming!  When I graduated hish school in 95' AOL was the only place the average person could look up anything, and it cost $400/month for only a couple hours of internet per day!  Maybe i should have paid more attention to the DOS programs the green writing had on our ancient computers! Back when we thought NES was fricken amazing and floppy disks shrunk to hard.  Grrr I feel like a moron
👍  
properties (23)
authorkalaylah77
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t221319189z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 22:13:18
last_update2016-07-23 22:13:18
depth1
children0
last_payout2016-08-24 14:49: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_length455
author_reputation1,295,069,506,189
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id307,175
net_rshares241,691,091
author_curate_reward""
vote details (1)
@kamvreto ·
this is amazing !!
👍  
properties (23)
authorkamvreto
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t222520619z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 22:25:51
last_update2016-07-22 22:25:51
depth1
children0
last_payout2016-08-24 14:49: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_length18
author_reputation14,430,883,217
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id284,012
net_rshares401,180,371
author_curate_reward""
vote details (1)
@karenb54 ·
I am new to the site and finding things difficult to understand.  There's so much to  learn,  its hard to understand all the information as it's all new to me but sounds like you have done your homework.  :)
properties (22)
authorkarenb54
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t011635014z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 01:16:39
last_update2016-07-23 01:16:39
depth1
children0
last_payout2016-08-24 14:49: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_length207
author_reputation710,116,951,856,492
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id286,822
net_rshares0
@keyser ·
https://steemit.com/sega/@keyser/best-sega-classic-games
👍  
properties (23)
authorkeyser
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160823t125845943z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/sega/@keyser/best-sega-classic-games"]}
created2016-08-23 12:59:18
last_update2016-08-23 12:59:18
depth1
children0
last_payout2016-08-24 14:49: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_length56
author_reputation1,954,946,872,909
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id950,249
net_rshares234,399,963
author_curate_reward""
vote details (1)
@kilrathi ·
This is awesome.

I'm going to add the alpha to my system build.
properties (22)
authorkilrathi
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173327518z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:33:27
last_update2016-07-22 17:33:27
depth1
children0
last_payout2016-08-24 14:49: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_length64
author_reputation1,442,906,808,611
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,890
net_rshares0
@kimex ·
Thanks for sharing I wait for your next post
properties (22)
authorkimex
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t072352627z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 07:24:54
last_update2016-07-23 07:24:54
depth1
children0
last_payout2016-08-24 14:49: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_length44
author_reputation71,118,126,796
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id291,594
net_rshares0
@kleryk200 ·
Wow...This good work...
properties (22)
authorkleryk200
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t104702177z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 10:46:48
last_update2016-07-23 10:46:48
depth1
children0
last_payout2016-08-24 14:49: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_length23
author_reputation-230,836,709,183
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,174
net_rshares0
@krystox ·
$3.89
@xeroc I tried to use your piston.web, put there's an error that I cannot figure out. This is it:

Traceback (most recent call last):
  File "/usr/local/bin/piston", line 9, in < module>
    load_entry_point('steem-piston==0.2.3a0', 'console_scripts', 'piston')()
  File "/usr/local/lib/python3.5/site-packages/pkg_resources/__init__.py", line 542, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2569, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2229, in load
    return self.resolve()
  File "/usr/local/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2235, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/local/lib/python3.5/site-packages/steem_piston-0.2.3a0-py3.5.egg/piston/__main__.py", line 9, in < module>
    from .storage import configStorage as config
  File "/usr/local/lib/python3.5/site-packages/steem_piston-0.2.3a0-py3.5.egg/piston/storage.py", line 321, in < module>
    if not configStorage.exists_table():
  File "/usr/local/lib/python3.5/site-packages/steem_piston-0.2.3a0-py3.5.egg/piston/storage.py", line 120, in exists_table
    connection = sqlite3.connect(sqlDataBaseFile)
sqlite3.OperationalError: unable to open database file
👍  , , ,
properties (23)
authorkrystox
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t200821683z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:08:21
last_update2016-07-22 20:08:21
depth1
children6
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.920 HBD
curator_payout_value0.965 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,410
author_reputation2,130,547,631,590
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,937
net_rshares2,082,545,551,608
author_curate_reward""
vote details (4)
@arhag ·
$8.66
I ran into this problem and reported the bug to @xeroc already.

The workaround is to do:
```
mkdir ~/.local/share/piston
```
👍  , , , ,
properties (23)
authorarhag
permlinkre-krystox-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t230043393z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 23:00:42
last_update2016-07-22 23:00:42
depth2
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value7.736 HBD
curator_payout_value0.926 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation52,490,827,205,383
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id284,671
net_rshares3,677,620,072,754
author_curate_reward""
vote details (5)
@krystox ·
When do I type in this code?
properties (22)
authorkrystox
permlinkre-arhag-re-krystox-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t231215661z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 23:12:15
last_update2016-07-22 23:12:15
depth3
children1
last_payout2016-08-24 14:49: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_length28
author_reputation2,130,547,631,590
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id284,919
net_rshares0
@xeroc ·
$4.33
Re:
I fixed this issuer earlier today, you may want to run a `git pull` and reinstall
👍  , ,
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t200821683z-20160723t105136
categorypiston
json_metadata""
created2016-07-23 10:51:36
last_update2016-07-23 10:51:36
depth2
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value3.256 HBD
curator_payout_value1.078 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,245
net_rshares2,258,965,488,647
author_curate_reward""
vote details (3)
@krystox ·
Thanks for the help, but... I have encountered another problem... here it is :

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/7x/_dsd44s94_nft92r9myn3y0h0000gq/T/pip-build-MsWRmL/websockets/setup.py", line 17, in <module>
        with open(os.path.join(root, 'README'), encoding='utf-8') as f:
    TypeError: 'encoding' is an invalid keyword argument for this function
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/7x/_dsd44s94_nft92r9myn3y0h0000gq/T/pip-build-MsWRmL/websockets/

Note : I am running a Mac OS X
👍  
properties (23)
authorkrystox
permlinkre-xeroc-re-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t105136-20160723t154057500z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 15:40:57
last_update2016-07-23 15:40:57
depth3
children1
last_payout2016-08-24 14:49: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_length668
author_reputation2,130,547,631,590
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id298,940
net_rshares3,188,847,121
author_curate_reward""
vote details (1)
@laccesonda ·
Oh, it sounds good... :)
properties (22)
authorlaccesonda
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t182414584z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 18:24:15
last_update2016-07-23 18:24:15
depth1
children0
last_payout2016-08-24 14:49: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_length24
author_reputation1,013,149
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id302,532
net_rshares0
@lemooljiang ·
wow
properties (22)
authorlemooljiang
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t104847382z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 10:48:48
last_update2016-07-23 10:48:48
depth1
children0
last_payout2016-08-24 14:49: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_length3
author_reputation438,385,454,886,997
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,198
net_rshares0
@leprechaun ·
Unfortunately the installation process crashed and died on me.   I cannot open this post in the laptop I sm using.   Funny,  it opens on this tablet just fine.
properties (22)
authorleprechaun
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t212202430z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 21:22:06
last_update2016-07-23 21:22:06
depth1
children0
last_payout2016-08-24 14:49: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_length159
author_reputation43,025,797,524,251
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id306,199
net_rshares0
@leprechaun · (edited)
# How Is It Supposed To Work?

I really don't get this account/password system.  Is it supposed to be a new account?  Can I use the same format as from this site? Do I type in my user name and and the long password I put in steemit.com?. Or is this password a localhost password to keep other users of my computer from using my keys?  

# What Does Happen

First I unlock the wallet, by clicking on the padlock.  I am asked a password.. I click Unlock and the padlock appears open.. That was easy.. . I click on wallet.. i put in lepechaun and foo..  says wallet is locked.   How do I import my account?

@xeroc 😃#steemit #piston
👍  
properties (23)
authorleprechaun
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160729t125305113z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-29 12:53:09
last_update2016-07-29 12:56:12
depth1
children0
last_payout2016-08-24 14:49: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_length629
author_reputation43,025,797,524,251
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id462,763
net_rshares925,665,363
author_curate_reward""
vote details (1)
@liberosist ·
$3.88
Looks awesome! I was really waiting for a third party GUI for Steemit! Hope to see an app next.
👍  ,
properties (23)
authorliberosist
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t165915310z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:59:27
last_update2016-07-22 16:59:27
depth1
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.910 HBD
curator_payout_value0.965 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation177,167,275,265,899
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,292
net_rshares2,078,897,590,538
author_curate_reward""
vote details (2)
@xeroc ·
$2.47
I hope to figure out how to do apps like `electrum` (which is a python app) and make it installable with a simple msi installer, but I am not there yet .. need to get the code base done first.
👍  , , , , ,
properties (23)
authorxeroc
permlinkre-liberosist-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173501206z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:35:00
last_update2016-07-22 17:35:00
depth2
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.448 HBD
curator_payout_value0.024 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length192
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,927
net_rshares1,473,717,991,802
author_curate_reward""
vote details (6)
@l0k1 · (edited)
Well, you are in luck, I am precisely beginning at this, but I need a little help at navigating the codebase. Mine will not target Qt, I'm a gnome man and I'll wave the flag for Stallman all day long. The black flag, of course. I am not exactly flush at the moment and although I would love to help with documentation, I need help myself to navigate the code. Your python code is far advanced on my beginner level knowledge. If there is any way I can help this progress, I am so on for it. 

I quite like the idea of making a simple binary-based installer that gives you the option to put a witness node on a machine, and maybe we can set up some kind of DHT directory to distribute the load, move this from client-server model to a more distributed model, in keeping with the whole philosophy of all of this. With this, people could , with their nice shiny 1st world machines, help boost access to steem even further by providing a cloud of RPC endpoints. Indeed, I know a little about building debian packages, and I know Steem is still in beta, but it would be truly amazing if we could scale this thing up really fast and by next year be looking at something that is all set to trounce bitcoin itself..

Blockpay already now accepts Steem payments. I see no reason why this should not explode, not least for the reason that development itself is being funded within its framework. This in itself is revolutionary.

edit: i found the API at readthedocs: http://piston.readthedocs.io/en/develop/lib.html

massive kudos to xeroc!
properties (22)
authorl0k1
permlinkre-xeroc-re-liberosist-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160819t142149151z
categorypiston
json_metadata{"tags":["piston"],"links":["http://piston.readthedocs.io/en/develop/lib.html"]}
created2016-08-19 14:21:51
last_update2016-08-19 22:22:36
depth3
children1
last_payout2016-08-24 14:49: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_length1,530
author_reputation94,800,257,230,993
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id889,500
net_rshares0
@lief · (edited)
代表中国人民感谢你
👍  
properties (23)
authorlief
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t001237984z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 00:12:45
last_update2016-07-23 00:13:30
depth1
children0
last_payout2016-08-24 14:49: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_length9
author_reputation1,635,885,180,355
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,916
net_rshares63,899,926
author_curate_reward""
vote details (1)
@liondani ·
$3.87
@xeroc you rock !!!
👍  
properties (23)
authorliondani
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t165826270z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 16:58:27
last_update2016-07-22 16:58:27
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.906 HBD
curator_payout_value0.968 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation95,095,146,236,111
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,270
net_rshares2,078,832,586,764
author_curate_reward""
vote details (1)
@liondani ·
$5.46
https://i.imgsafe.org/2da184ebce.png
I am glad you will take more rewards than she did...

https://img1.steemit.com/0x0/https://s32.postimg.org/g21tkwzk5/4_up_on_7_13_16_at_9_08_PM_compiled_2.jpg
👍  , ,
properties (23)
authorliondani
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t024713565z
categorypiston
json_metadata{"tags":["piston"],"image":["https://i.imgsafe.org/2da184ebce.png"]}
created2016-07-23 02:47:12
last_update2016-07-23 02:47:12
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value4.723 HBD
curator_payout_value0.738 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length195
author_reputation95,095,146,236,111
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id288,076
net_rshares2,668,930,823,455
author_curate_reward""
vote details (3)
@ozmaster ·
so true
properties (22)
authorozmaster
permlinkre-liondani-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t220009347z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 22:00:09
last_update2016-07-23 22:00:09
depth2
children0
last_payout2016-08-24 14:49: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_length7
author_reputation70,046,688,877,491
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id306,946
net_rshares0
@litrbooh ·
alternative GUI is a very cool idea! Thank you for your work!
properties (22)
authorlitrbooh
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t110124705z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 11:01:30
last_update2016-07-23 11:01:30
depth1
children0
last_payout2016-08-24 14:49: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_length61
author_reputation12,512,751,518,685
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,385
net_rshares0
@losos ·
Блин. Первый раз первым апил и поезд заехал в тунель. Мой ап не стал первым... я в печали
properties (22)
authorlosos
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t162343612z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:23:39
last_update2016-07-22 16:23:39
depth1
children0
last_payout2016-08-24 14:49: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_length89
author_reputation1,366,995,702,911
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,650
net_rshares0
@loum ·
I hope I make money by steemit. 
piston.web is good news..
👍  
properties (23)
authorloum
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t073748957z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 07:37:54
last_update2016-07-23 07:37:54
depth1
children0
last_payout2016-08-24 14:49: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_length58
author_reputation6,704,515,659,183
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id291,801
net_rshares135,468,109
author_curate_reward""
vote details (1)
@lovejoy ·
Xeroc, this is amazing..!  Great work!  I can't wait to try it out. :)  Thanks!
properties (22)
authorlovejoy
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t182930904z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 18:29:30
last_update2016-07-23 18:29:30
depth1
children0
last_payout2016-08-24 14:49: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_length79
author_reputation53,556,731,007,030
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id302,648
net_rshares0
@lukestokes ·
$52.06
I'm so geeked about this... I feel like I just need to take the day off and dive right in (though I also want to do a code review). This, to me, is the key to this whole experiment which will, in a sense, save the Internet. This gets us closer to what the Internet was supposed to be: an interconnected web of decentralized content which could be modified with a POST or PUT and retrieved with a GET. When people can run a copy of their own favorite social media platform from any device any where in the world and "the server" never goes down *because there is no server* besides the blockchain, that's just amazing. Might also be amazing to have contributor keys which allow people to edit/post on shared accounts. Man, the possibilities are mind blowing.

Thanks for putting this out there, @xeroc.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 36 others
properties (23)
authorlukestokes
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t162622719z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:26:21
last_update2016-07-22 16:26:21
depth1
children51
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value39.936 HBD
curator_payout_value12.119 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length801
author_reputation555,781,629,106,002
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,693
net_rshares11,177,747,348,104
author_curate_reward""
vote details (100)
@acidyo ·
$0.38
"from any device any where in the world and "the server" never goes down because there is no server besides the blockchain, that's just amazing"

This! Remember all the times your favorite sites have downtime and/or DDOS and/or something else. No downtime on blockchain, ever!
👍  , , , , , , , , , , , , , , , , , , , ,
properties (23)
authoracidyo
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t170137604z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:01:39
last_update2016-07-22 17:01:39
depth2
children25
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.294 HBD
curator_payout_value0.081 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length276
author_reputation3,339,460,498,400,087
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,326
net_rshares286,345,483,061
author_curate_reward""
vote details (21)
@cryptocameo ·
A dream come true :D
👍  
properties (23)
authorcryptocameo
permlinkre-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172321815z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:23:21
last_update2016-07-22 17:23:21
depth3
children0
last_payout2016-08-24 14:49: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_length20
author_reputation5,855,219,094,623
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,682
net_rshares1,014,422,868
author_curate_reward""
vote details (1)
@cryptoturdz ·
Hey am new on steemit please support me to grow.
Hope you will help me out....

https://steemit.com/mgsc/@cryptoturdz/countries-from-where-whales-belongs-in-cryptocurrency
properties (22)
authorcryptoturdz
permlinkre-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20180627t075821509z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/mgsc/@cryptoturdz/countries-from-where-whales-belongs-in-cryptocurrency"],"app":"steemit/0.1"}
created2018-06-27 07:58:27
last_update2018-06-27 07:58:27
depth3
children0
last_payout2018-07-04 07:58: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_length171
author_reputation17,568,581,375
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,453,314
net_rshares0
@mastertrader777 ·
I still have that Acidyo BitcoinTalk account available for sale 60 Steem and its yours.
properties (22)
authormastertrader777
permlinkre-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t190232114z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:04:21
last_update2016-07-22 19:04:21
depth3
children0
last_payout2016-08-24 14:49: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_length87
author_reputation1,621,656,248,557
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,629
net_rshares0
@nippel66 ·
$0.14
WoW 40 grand dollar fot this post, thats way beyond sick :o
👍  , , ,
properties (23)
authornippel66
permlinkre-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t232105788z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 23:21:12
last_update2016-07-22 23:21:12
depth3
children6
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.109 HBD
curator_payout_value0.031 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation26,614,292,969,136
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,096
net_rshares112,576,578,868
author_curate_reward""
vote details (4)
@nurik ·
Good comment
👍  ,
properties (23)
authornurik
permlinkre-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t053553861z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 05:36:00
last_update2016-07-23 05:36:00
depth3
children0
last_payout2016-08-24 14:49: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_length12
author_reputation13,165,893,500
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,276
net_rshares1,437,237,352
author_curate_reward""
vote details (2)
@xeroc ·
$8.32
Currently, there still is a central point of failure and that is the `this.piston.rocks` API server. However, I plan to extend this quite a bit and use geolocated DNS with several servers around the globe to make it more robust ..
👍  , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorxeroc
permlinkre-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172322430z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:23:21
last_update2016-07-22 17:23:21
depth3
children12
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value7.434 HBD
curator_payout_value0.887 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length230
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,684
net_rshares3,579,475,008,178
author_curate_reward""
vote details (24)
@xeroc ·
$3.71
Re:
It's not entirely correct. The default piston setup connects to `this.piston.rocks` as the backend API server. However you can already change it to your own node by running

    piston set node ws://ip:port

There will be a nicer gui feature to do this eventually.
👍  , , ,
properties (23)
authorxeroc
permlinkre-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t170137604z-20160723t100431
categorypiston
json_metadata""
created2016-07-23 10:04:33
last_update2016-07-23 10:04:33
depth3
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.785 HBD
curator_payout_value0.922 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length268
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id293,704
net_rshares2,011,828,022,314
author_curate_reward""
vote details (4)
@aizensou ·
It might sound great in theory, but in reality it might be much harder to realize. Due to the blockchain size after a few years you might need a very powerful computer to host the blockchain, which isn't possible for "normal" devices. Just my 2 steem. 
Anyway xeroc's libraries are always top notch. Thump up for him.
properties (22)
authoraizensou
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t222101295z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 22:20:57
last_update2016-07-22 22:20:57
depth2
children2
last_payout2016-08-24 14:49: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_length317
author_reputation31,620,973,634,639
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id283,914
net_rshares0
@xeroc ·
Re:
I don't think you will need a lot of "power" to host the Steem network long-term. You will need a lot of disk space, but disks are cheap. The only difficult things for the node to do is a *replay*. Those currently take about 2 minutes (a joke if you conpare to other blockchain techs). Either way, the underlying technology is soooo awesome, that I don't see a scalability issue in near future.

Oh, btw, on this.piston.rocks, there are actually two witness nodes running in parallel, connected to nginx via fail-over/load balancing. That means, I can update the code and replay the one node, while still serving the traffic with the other node and vise versa :)
👍  
properties (23)
authorxeroc
permlinkre-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t222101295z-20160723t102055
categorypiston
json_metadata""
created2016-07-23 10:20:54
last_update2016-07-23 10:20:54
depth3
children1
last_payout2016-08-24 14:49: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_length664
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id293,871
net_rshares11,440,266,817
author_curate_reward""
vote details (1)
@cryptoturdz ·
Hey am new on steemit please support me to grow.
Hope you will help me out....

https://steemit.com/mgsc/@cryptoturdz/countries-from-where-whales-belongs-in-cryptocurrency
properties (22)
authorcryptoturdz
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20180627t075733324z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/mgsc/@cryptoturdz/countries-from-where-whales-belongs-in-cryptocurrency"],"app":"steemit/0.1"}
created2018-06-27 07:57:36
last_update2018-06-27 07:57:36
depth2
children0
last_payout2018-07-04 07:57:36
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_reputation17,568,581,375
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,453,230
net_rshares0
@elargroup ·
$2.65
Similar to SP, SMD tokens cannot be purchased directly on an external exchange. SMD are primarily earned through contributing but can be purchased by converting STEEM tokens to SMD tokens.

Actually Steem Dollars can now purchased on external exchanges !
https://poloniex.com/exchange#btc_sbd
https://bittrex.com/Market/Index?MarketName=BTC-SBD

PS Abbreviation of SBD = Steem Backed Dollars
or just SD = Steem Dollars (not SMD please edit)
👍  , ,
properties (23)
authorelargroup
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t071422311z
categorypiston
json_metadata{"tags":["piston"],"links":["https://poloniex.com/exchange#btc_sbd"]}
created2016-07-23 08:14:42
last_update2016-07-23 08:14:42
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.990 HBD
curator_payout_value0.660 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length440
author_reputation-207,160,160,155
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id292,487
net_rshares1,555,664,728,184
author_curate_reward""
vote details (3)
@lukewarm ·
Cool GUI bro.
properties (22)
authorlukewarm
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t001035754z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 00:10:45
last_update2016-07-23 00:10:45
depth2
children0
last_payout2016-08-24 14:49: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_reputation15,812,845,057
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,890
net_rshares0
@magix ·
Buufaaaa... Uuuuuuh buaaaaaahhh 44.000$ and increasing! ! Its a buuuuuuuuuufff....
👍  
properties (23)
authormagix
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160725t171654740z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-25 17:17:03
last_update2016-07-25 17:17:03
depth2
children1
last_payout2016-08-24 14:49: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_length82
author_reputation98,880,203,726
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id351,215
net_rshares744,693,851
author_curate_reward""
vote details (1)
@gatorgames ·
i asked myself how is it possible to make so much cash for few words
properties (22)
authorgatorgames
permlinkre-magix-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t165106614z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-28 16:51:09
last_update2016-07-28 16:51:09
depth3
children0
last_payout2016-08-24 14:49: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_length68
author_reputation37,256,966,175
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id440,226
net_rshares0
@originate · (edited)
$0.02
one step closer and piston is crushingit :)
👍  
properties (23)
authororiginate
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t174153099z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:41:51
last_update2016-07-22 17:45:30
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation175,421,925,272,702
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,069
net_rshares22,308,486,022
author_curate_reward""
vote details (1)
@rogue91 ·
I'm more geeked by the fact that pistons can generate steem, piston, steem, seewutididthar?
👍  
properties (23)
authorrogue91
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t182552944z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:25:54
last_update2016-07-22 18:25:54
depth2
children0
last_payout2016-08-24 14:49: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_length91
author_reputation307,798,507,264
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,905
net_rshares113,029,087
author_curate_reward""
vote details (1)
@screenplaydan ·
but the blockchain rely on infrastructure no?
properties (22)
authorscreenplaydan
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t193327053z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:33:24
last_update2016-07-22 19:33:24
depth2
children3
last_payout2016-08-24 14:49: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_length45
author_reputation57,972,857,777
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,233
net_rshares0
@lukestokes ·
As in internet connectivity between nodes? Yes. This is also something people are working to solve by building mesh networks, custom wifi networks, or even balloons such as the Google Loon project. https://outernet.is/ is another interesting example using micro satellites. Hopefully soon we will **decentralize all the things!**
👍  
properties (23)
authorlukestokes
permlinkre-screenplaydan-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t193936705z
categorypiston
json_metadata{"tags":["piston"],"links":["https://outernet.is/"]}
created2016-07-22 19:39:36
last_update2016-07-22 19:39:36
depth3
children2
last_payout2016-08-24 14:49: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_length329
author_reputation555,781,629,106,002
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,399
net_rshares110,812,830
author_curate_reward""
vote details (1)
@splatterhaus ·
Well, the Dolph Lundgren coin is equally as mindblowing.... its the best concept in years.

https://steemit.com/beyondbitcoin/@splatterhaus/how-i-became-a-millionaire-investing-in-dolphcoins-and-the-logic-behind-the-dolphcoin-humor
👍  
properties (23)
authorsplatterhaus
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160808t201000433z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/beyondbitcoin/@splatterhaus/how-i-became-a-millionaire-investing-in-dolphcoins-and-the-logic-behind-the-dolphcoin-humor"]}
created2016-08-08 20:10:06
last_update2016-08-08 20:10:06
depth2
children0
last_payout2016-08-24 14:49: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_length231
author_reputation1,647,466,821,050
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id689,412
net_rshares1,801,003,102
author_curate_reward""
vote details (1)
@teamsteem ·
$0.25
I need to learn how to build/install it. Do you know any good tutorial on how to build this kind of built?
👍  
properties (23)
authorteamsteem
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t051507940z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 05:14:54
last_update2016-07-23 05:14:54
depth2
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.254 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation284,804,541,406,803
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,064
net_rshares200,417,199,638
author_curate_reward""
vote details (1)
@xeroc ·
Re:
Tutorials will come when the product is read for the masses. The current code is rather a Proof of Concept and in Alpha stage, even though it can already be used for quite some things. Give me some time to improve it further and I am sure I can release something *stable* in a bit .. (no ETAs in software development)
properties (22)
authorxeroc
permlinkre-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t051507940z-20160723t102223
categorypiston
json_metadata""
created2016-07-23 10:22:24
last_update2016-07-23 10:22:24
depth3
children0
last_payout2016-08-24 14:49: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_length317
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id293,884
net_rshares0
@trogdor ·
#nailedit!
properties (22)
authortrogdor
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t163709279z
categorypiston
json_metadata{"tags":["nailedit","piston"]}
created2016-07-22 16:37:00
last_update2016-07-22 16:37:00
depth2
children2
last_payout2016-08-24 14:49: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_length10
author_reputation22,905,182,177,434
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,901
net_rshares0
@lukestokes ·
$2.91
Thanks @trogdor!

I don't think the early Internet pioneers were as excited as we are right now. When they typed out SMTP commands in their terminal or transferred a file from one university campus to another, I can't imagine they had any idea what they were birthing. We, on the other hand, live with those results all around us. It's hard not to imagine an even more amazing future given the results of the past we currently enjoy.
👍  , , , , ,
properties (23)
authorlukestokes
permlinkre-trogdor-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164311657z
categorypiston
json_metadata{"tags":["piston"],"users":["trogdor"]}
created2016-07-22 16:43:12
last_update2016-07-22 16:43:12
depth3
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.186 HBD
curator_payout_value0.720 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length433
author_reputation555,781,629,106,002
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,006
net_rshares1,671,642,668,456
author_curate_reward""
vote details (6)
@wrightlabs · (edited)
$3.05
Wow, I think I get what you are saying here... I've never thought of it like this... that's amazing. I'm thinking the server is replaced with a peer to peer datasource/database ? (Well I guess that's what the blockchain is). Kind of operates like DNS? So each node doesn't need to store the whole blockchain, just the parts it has accessed. Something like that, or am I missing it?
👍  ,
properties (23)
authorwrightlabs
permlinkre-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t055617537z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 05:56:18
last_update2016-07-23 06:03:51
depth2
children4
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.288 HBD
curator_payout_value0.759 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length381
author_reputation1,621,286,837,973
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,492
net_rshares1,733,071,546,001
author_curate_reward""
vote details (2)
@xeroc ·
$3.21
Re:
There are public API nodes (such as `this.piston.rocks`) that run the *same database as steemit.com* (technically, that database is a blockchain). That said, you can

* use steemit.com and their semi-public API
* connect to this.piston.rocks and use that one
* or deploy your own node and use that one

Technically, there is a way for public APIs to profit from offering a public API node and that is: People are asking for the latest posts in a category with a certain sorting, but no one prevents the API provider to put their own posts higher in the ranking. No one actually even prevents them to give your wrong data. That said, you shouldn't trust *any* public API unless you trust the operator but on the other hand, the API provider can use it to monetize their public api service.
This of this as a google ranking. If you get the posts from steemit.com, you will see *their ranking* while when you use another service, you will see another *ranking* (potentially added extra posts to fund their server) .. the only way to get a neutral picture is to use your own server or maybe pay for a neutral party to provide a neutral point of view.

As a note, this.piston.rocks currently provides the most neutral point of view there is but that might, or might not change ..
👍  ,
properties (23)
authorxeroc
permlinkre-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t055617537z-20160723t102707
categorypiston
json_metadata""
created2016-07-23 10:27:06
last_update2016-07-23 10:27:06
depth3
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.406 HBD
curator_payout_value0.802 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,283
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id293,948
net_rshares1,802,394,407,841
author_curate_reward""
vote details (2)
@lzragod ·
thats really cool, looks awesome.
properties (22)
authorlzragod
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t040051972z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 04:00:42
last_update2016-07-23 04:00:42
depth1
children0
last_payout2016-08-24 14:49: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_length33
author_reputation-6,776,710,031
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id289,146
net_rshares0
@m34ndy0u ·
fantastic:) you should add a translator for each language in my opinion would be a scary amenities
properties (22)
authorm34ndy0u
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t095852585z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 09:58:57
last_update2016-07-23 09:58:57
depth1
children0
last_payout2016-08-24 14:49: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_length98
author_reputation9,450,278,144
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id293,645
net_rshares0
@magix ·
piston.web doesn't works on my mobile @xeroc
properties (22)
authormagix
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t181114672z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 18:11:18
last_update2016-07-22 18:11:18
depth1
children0
last_payout2016-08-24 14:49: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_length44
author_reputation98,880,203,726
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,632
net_rshares0
@magix ·
Congratulations, is a great post! 

*Do you like it?:*
http://i.imgur.com/VNMAjTY.png **My God STEEM**
👍  
properties (23)
authormagix
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t225057821z
categorypiston
json_metadata{"tags":["piston"],"image":["http://i.imgur.com/VNMAjTY.png"]}
created2016-07-28 22:51:00
last_update2016-07-28 22:51:00
depth1
children0
last_payout2016-08-24 14:49: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_length102
author_reputation98,880,203,726
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id449,577
net_rshares675,776,966
author_curate_reward""
vote details (1)
@marius19 ·
I do not run t apprecitae your offer for an upvote.
properties (22)
authormarius19
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t204643445z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:46:39
last_update2016-07-22 20:46:39
depth1
children0
last_payout2016-08-24 14:49: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_length51
author_reputation299,247,955,161,753
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,738
net_rshares0
@marius19 ·
Now give this pigeon a medal to bring it to me !

https://httpsimage.com/img/dvcxza.jpg
👍  
properties (23)
authormarius19
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t215920438z
categorypiston
json_metadata{"tags":["piston"],"image":["https://httpsimage.com/img/dvcxza.jpg"]}
created2016-07-22 21:59:18
last_update2016-07-22 21:59:18
depth1
children0
last_payout2016-08-24 14:49: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_length87
author_reputation299,247,955,161,753
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id283,454
net_rshares0
author_curate_reward""
vote details (1)
@marklyford ·
Looking forward to using this. Thanks for the post @Xeroc
properties (22)
authormarklyford
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t202523606z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:25:24
last_update2016-07-22 20:25:24
depth1
children0
last_payout2016-08-24 14:49: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_length57
author_reputation67,344,245,671
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,261
net_rshares0
@mashkovpro ·
Good article
👍  ,
properties (23)
authormashkovpro
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160730t084353554z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-30 08:43:33
last_update2016-07-30 08:43:33
depth1
children0
last_payout2016-08-24 14:49: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_length12
author_reputation1,724,424,558,855
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id484,008
net_rshares9,926,083,192
author_curate_reward""
vote details (2)
@masterinvestor ·
https://www.steemimg.com/images/2016/07/20/steem_coin830db.th.png

Supercool!!! Shine on you crazy diamond!
👍  
properties (23)
authormasterinvestor
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175334470z
categorypiston
json_metadata{"tags":["piston"],"image":["https://www.steemimg.com/images/2016/07/20/steem_coin830db.th.png"]}
created2016-07-22 17:53:33
last_update2016-07-22 17:53:33
depth1
children0
last_payout2016-08-24 14:49: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_length107
author_reputation147,373,199,177
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,273
net_rshares3,831,027,535
author_curate_reward""
vote details (1)
@matherly ·
Very cool! Thanks for all the hard work.
properties (22)
authormatherly
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160808t034312853z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-08 03:43:21
last_update2016-08-08 03:43:21
depth1
children0
last_payout2016-08-24 14:49: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_length40
author_reputation5,036,194,561,090
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id676,106
net_rshares0
@matt876 ·
Steem is the new generation 💶💸💶💸💯
👍  
properties (23)
authormatt876
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t195134871z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:51:39
last_update2016-07-22 19:51:39
depth1
children0
last_payout2016-08-24 14:49: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_length33
author_reputation326,289,513
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,624
net_rshares64,017,480
author_curate_reward""
vote details (1)
@maykor15 ·
nice! good job! excellent. Thank you for shared is information. upvoted!
properties (22)
authormaykor15
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t034120151z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 03:09:57
last_update2016-07-23 03:09:57
depth1
children0
last_payout2016-08-24 14:49: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_length72
author_reputation971,963,694,138
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id288,371
net_rshares0
@meteor78 ·
👍great post @xeroc
properties (22)
authormeteor78
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160801t200556595z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-08-01 20:06:06
last_update2016-08-01 20:06:06
depth1
children0
last_payout2016-08-24 14:49: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_length18
author_reputation184,361,553,890
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id543,630
net_rshares0
@mixa ·
Thanks, good job
properties (22)
authormixa
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t150355887z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:03:54
last_update2016-07-22 18:03:54
depth1
children0
last_payout2016-08-24 14:49: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_length16
author_reputation901,878,687,235
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,467
net_rshares0
@moch-yusuf ·
good innovation @xeroc , thanks for sharing!
👍  
properties (23)
authormoch-yusuf
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175437282z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 17:54:42
last_update2016-07-22 17:54:42
depth1
children0
last_payout2016-08-24 14:49: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_length44
author_reputation1,033,311,583,847
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,299
net_rshares6,197,680,341
author_curate_reward""
vote details (1)
@moonjelly ·
$7.14
Looking great. I'm a UI designer and I'm think it was definitely a good decision to use Boostrap for the graphic interface, it's very clean and easy to navigate.
👍  , , , ,
properties (23)
authormoonjelly
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185320095z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:53:21
last_update2016-07-22 18:53:21
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value6.210 HBD
curator_payout_value0.926 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation1,910,689,046,400
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,419
net_rshares3,876,519,768,496
author_curate_reward""
vote details (5)
@moviefan ·
This has me very intrigued, I think because I am new to this I will give it some time and wait it out, I am definitely not a coder nor am I the bravest of the brave when it comes to new technology.  My appreciation goes out to those who are beta testing this, in my Opinion anything which makes Steem better and easier to navigate will have a direct correlation to the longevity and acceptance of Steem throughout the greater population.  I am a long term investor in Steem coin and will soon be purchasing Steem power to make my upvotes have a little more impact.  What an amazing project..steem on my friends!
properties (22)
authormoviefan
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t205133920z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 20:52:18
last_update2016-07-23 20:52:18
depth1
children0
last_payout2016-08-24 14:49: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_length611
author_reputation193,803,057,954
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id305,580
net_rshares0
@mrgreen ·
impressive work
properties (22)
authormrgreen
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t163359212z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:34:00
last_update2016-07-22 16:34:00
depth1
children0
last_payout2016-08-24 14:49: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_length15
author_reputation23,106,142,389,321
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,843
net_rshares0
@muffin2013 ·
Cool.  For everyone not so confident on the command line check out: https://steemit.com/steemit/@muffin2013/steemboard-your-new-steem-frontpage
👍  , , ,
properties (23)
authormuffin2013
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t165800550z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/steemit/@muffin2013/steemboard-your-new-steem-frontpage"]}
created2016-07-22 16:58:03
last_update2016-07-22 16:58:03
depth1
children0
last_payout2016-08-24 14:49: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_length143
author_reputation39,275,120,261
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,263
net_rshares5,810,762,469
author_curate_reward""
vote details (4)
@myfirst ·
Just steem current development is very good, but if you want to get the user's explosive growth, it is best able to develop STEEM Apple APP application,By phone APP,   can send video and images, so as to attract more users, including Facebook and other Social Media, 
Come on, all the people who love STEAM :)
properties (22)
authormyfirst
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t040028001z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 04:00:30
last_update2016-07-23 04:00:30
depth1
children0
last_payout2016-08-24 14:49: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_length309
author_reputation188,561,002,417,969
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id289,143
net_rshares0
@naura168 ·
xeroc@ you are rock!!
👍  
properties (23)
authornaura168
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t071242944z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 07:12:42
last_update2016-07-23 07:12:42
depth1
children0
last_payout2016-08-24 14:49: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_length21
author_reputation18,138,764,472
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id291,433
net_rshares244,273,724
author_curate_reward""
vote details (1)
@nelu.ceban ·
awesome, ths :D
properties (22)
authornelu.ceban
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t195614069z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:56:12
last_update2016-07-22 19:56:12
depth1
children0
last_payout2016-08-24 14:49: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_length15
author_reputation8,445,852,608,456
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,716
net_rshares0
@nelyp ·
Hi! Trying to use it but this is what I get all the time :(
http://i.imgsafe.org/a0dbb548ee.png
properties (22)
authornelyp
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160821t202434362z
categorypiston
json_metadata{"tags":["piston"],"image":["http://i.imgsafe.org/a0dbb548ee.png"]}
created2016-08-21 20:24:33
last_update2016-08-21 20:24:33
depth1
children0
last_payout2016-08-24 14:49: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_length95
author_reputation258,605,913,011,246
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id924,906
net_rshares0
@nicomazza ·
STEEMIT ON FIREEEEEEEE!!!!!
properties (22)
authornicomazza
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t182308948z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:23:12
last_update2016-07-22 18:23:12
depth1
children0
last_payout2016-08-24 14:49: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_length27
author_reputation176,053,189,113
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,844
net_rshares0
@nioctib ·
$2.49
great, im already using it, awesome design aswell
👍  
properties (23)
authornioctib
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t201646051z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:16:45
last_update2016-07-22 20:16:45
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.872 HBD
curator_payout_value0.621 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation85,098,617,111
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,093
net_rshares1,483,308,229,198
author_curate_reward""
vote details (1)
@nippel66 ·
Nice, maby i should truy it :) Lock cool mate ;)
👍  
properties (23)
authornippel66
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t163515828z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:35:21
last_update2016-07-22 16:35:21
depth1
children0
last_payout2016-08-24 14:49: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_length48
author_reputation26,614,292,969,136
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,864
net_rshares1,299,811,720
author_curate_reward""
vote details (1)
@norbu ·
Excellent! It was about time an independent interface was made! If  the full set of features are added and security is enhanced, this has the potential of replacing the steemit.com interface for regular readers at least. You are providing wonderful stuff for the community, thanks!
properties (22)
authornorbu
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t235820839z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 23:58:30
last_update2016-07-22 23:58:30
depth1
children0
last_payout2016-08-24 14:49: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_length281
author_reputation106,917,485,964,599
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,712
net_rshares0
@nurik ·
Thanks)
👍  
properties (23)
authornurik
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t053520704z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 05:35:27
last_update2016-07-23 05:35:27
depth1
children0
last_payout2016-08-24 14:49: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_length7
author_reputation13,165,893,500
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,274
net_rshares52,296,181
author_curate_reward""
vote details (1)
@oaldamster ·
Nice job!
properties (22)
authoroaldamster
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t204500152z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:45:06
last_update2016-07-22 20:45:06
depth1
children0
last_payout2016-08-24 14:49: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_length9
author_reputation114,576,445,738,151
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,695
net_rshares0
@obfuscate-me ·
_**Set-up and Running Beautifully!**_

**Can't thank you enough!**
___
```Regards,```
```obfuscate-me```
👍  
properties (23)
authorobfuscate-me
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t053844941z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 05:38:45
last_update2016-07-23 05:38:45
depth1
children0
last_payout2016-08-24 14:49: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_length104
author_reputation599,060,915,689
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,301
net_rshares2,122,829,739
author_curate_reward""
vote details (1)
@originate · (edited)
$0.06
@xeroc this is a HUGE UPDATE!  Thanks for Making the Piston wrapper in the first place.   And also being so supportive on issues, particularly  in slack and addressing one of the bugs last week for the python 3.4 incompatibility.. and quick commit/branch fix.  

This is stepping it up another level with the GUI Interface !!  Cool to see Bootstrap for the UI.  

#crushingit

https://media.giphy.com/media/NbXTwsoD7hvag/giphy.gif
👍  , , , , , , , , ,
properties (23)
authororiginate
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t170407783z
categorypiston
json_metadata{"tags":["crushingit","piston"],"users":["xeroc"],"image":["https://media.giphy.com/media/NbXTwsoD7hvag/giphy.gif"]}
created2016-07-22 17:04:06
last_update2016-07-22 17:39:15
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.059 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length430
author_reputation175,421,925,272,702
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,369
net_rshares49,025,843,410
author_curate_reward""
vote details (10)
@overlord ·
$3.70
Can someone explain how the blockchain replaces a server? I understand how the block chain can contain data, but what mechanism is creating the web server application? Where does the DNS point to?
👍  
properties (23)
authoroverlord
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t202710683z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:27:09
last_update2016-07-22 20:27:09
depth1
children4
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.778 HBD
curator_payout_value0.926 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation131,423,954,773
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,298
net_rshares2,010,344,342,203
author_curate_reward""
vote details (1)
@xeroc ·
$3.70
Re:
The blockchain is maintained via a decentralized p2p network running `steemd` nodes. These nodes have the whole STEEM database stored on disk and the operator of those nodes can choose to **open a public API** for people to query against that database (e.g. get content, posts, users or even send new posts etc) 
For those that know about Bitcoin, the public API is pretty much what blockchain.info API offers .. just that it is a standardized API that anyone can decide to run.
👍  , , ,
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t202710683z-20160723t105344
categorypiston
json_metadata""
created2016-07-23 10:53:45
last_update2016-07-23 10:53:45
depth2
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.782 HBD
curator_payout_value0.922 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length479
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,277
net_rshares2,012,615,658,093
author_curate_reward""
vote details (4)
@konti ·
Formal education will make you a living. Self-education will make you a fortune 
Bravo!
👍  
properties (23)
authorkonti
permlinkre-xeroc-re-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t105344-20160725t064815835z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-25 06:48:15
last_update2016-07-25 06:48:15
depth3
children0
last_payout2016-08-24 14:49: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_length87
author_reputation10,768,542,970,916
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id340,369
net_rshares231,332,194
author_curate_reward""
vote details (1)
@overlord ·
Thanks for that answer, is steemit.com a single point of failure or is the website hosting distributed as well?
👍  
properties (23)
authoroverlord
permlinkre-xeroc-re-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t105344-20160724t043255816z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-24 04:32:57
last_update2016-07-24 04:32:57
depth3
children1
last_payout2016-08-24 14:49: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_length111
author_reputation131,423,954,773
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id313,264
net_rshares39,757,466
author_curate_reward""
vote details (1)
@ozmaster ·
I dont undersnt why or who would downvote this!

Very good work xeroc! thanks for  doing this!
properties (22)
authorozmaster
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t215450093z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 21:54:51
last_update2016-07-23 21:54:51
depth1
children0
last_payout2016-08-24 14:49: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_length94
author_reputation70,046,688,877,491
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id306,860
net_rshares0
@pfunk ·
$7.29
Really cool! I'll be trying this out. Does it support voting % changes? I'd love to see a unique feature or two that Steemit doesn't support yet.
👍  , , , , ,
properties (23)
authorpfunk
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t165832033z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:58:57
last_update2016-07-22 16:58:57
depth1
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value5.478 HBD
curator_payout_value1.813 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation221,632,045,904,452
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,279
net_rshares3,270,352,549,151
author_curate_reward""
vote details (6)
@xeroc ·
$2.35
The backend can do that but the frontend does not .. if you point me to a nice UI element to offer that feature, it can surely be added ..
👍  , , , ,
properties (23)
authorxeroc
permlinkre-pfunk-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173416358z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:34:15
last_update2016-07-22 17:34:15
depth2
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.345 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,910
net_rshares1,415,877,537,399
author_curate_reward""
vote details (5)
@pfunk ·
$3.54
Could it just be a locally-saved text box where the user would enter -100 to 100 to save a default vote? (negative numbers would be useful for spam fighting)
👍  
properties (23)
authorpfunk
permlinkre-xeroc-re-pfunk-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t015520627z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 01:55:24
last_update2016-07-23 01:55:24
depth3
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.654 HBD
curator_payout_value0.883 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation221,632,045,904,452
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,335
net_rshares1,941,022,123,506
author_curate_reward""
vote details (1)
@pipokinha ·
$2.15
Oh, give the man a bloody medal!
<iframe width="560" height="315" src="https://www.youtube.com/embed/pUuWzAy75qA" frameborder="0" allowfullscreen></iframe>
👍  , , ,
👎  
properties (23)
authorpipokinha
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172119724z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:21:18
last_update2016-07-22 17:21:18
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.618 HBD
curator_payout_value0.532 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation15,224,695,875,741
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,641
net_rshares1,319,062,965,087
author_curate_reward""
vote details (5)
@wisehammer · (edited)
Ohh Doctor you are recognizable everywhere! I love you Capaldi! It's him, right? or Maybe I mistaked doctor? is it you Doctor House? :P
properties (22)
authorwisehammer
permlinkre-pipokinha-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t194113490z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:41:12
last_update2016-07-22 19:44:48
depth2
children0
last_payout2016-08-24 14:49: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_length135
author_reputation2,502,745,411,790
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,439
net_rshares0
@pipokinha ·
$2.09
https://media.giphy.com/media/dbyIxydVFHUjK/giphy.gif
👍  , ,
properties (23)
authorpipokinha
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173544511z
categorypiston
json_metadata{"tags":["piston"],"image":["https://media.giphy.com/media/dbyIxydVFHUjK/giphy.gif"]}
created2016-07-22 17:35:42
last_update2016-07-22 17:35:42
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.571 HBD
curator_payout_value0.518 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation15,224,695,875,741
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,938
net_rshares1,289,577,612,702
author_curate_reward""
vote details (3)
@pirial ·
jast try   =)
https://steemit.com/watches/@pirial/free-coins-for-christmas
👍  
properties (23)
authorpirial
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172335878z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/watches/@pirial/free-coins-for-christmas"]}
created2016-07-22 17:23:30
last_update2016-07-22 17:23:30
depth1
children0
last_payout2016-08-24 14:49: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_length74
author_reputation-13,925,380,637
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,689
net_rshares212,962,827
author_curate_reward""
vote details (1)
@pirial · (edited)
<p><img src="http://vershinatur.com/upload/iblock/7ee/7ee93a5600f4c38c3746994c7290a2ea.jpg" width="200" height="133"/></p>

https://steemit.com/watches/@pirial/free-coins-for-christmas
👍  
👎  
properties (23)
authorpirial
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t184222154z
categorypiston
json_metadata{"tags":["piston"],"image":["http://vershinatur.com/upload/iblock/7ee/7ee93a5600f4c38c3746994c7290a2ea.jpg"],"links":["https://steemit.com/watches/@pirial/free-coins-for-christmas"]}
created2016-07-22 18:42:18
last_update2016-07-22 18:44:12
depth1
children0
last_payout2016-08-24 14:49: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_length184
author_reputation-13,925,380,637
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,205
net_rshares-1,259,634,973,951
author_curate_reward""
vote details (2)
@podinatutorials ·
$0.04
Informative post
👍  
properties (23)
authorpodinatutorials
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20180506t091519671z
categorypiston
json_metadata{"tags":["piston"],"app":"steemit/0.1"}
created2018-05-06 09:15:21
last_update2018-05-06 09:15:21
depth1
children0
last_payout2018-05-13 09:15:21
cashout_time1969-12-31 23:59:59
total_payout_value0.041 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation1,246,112,992,923
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,166,024
net_rshares9,681,713,228
author_curate_reward""
vote details (1)
@positive ·
Excellent update. Will be glad to test it out. Nice to have some positive news.
👍  
properties (23)
authorpositive
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172118589z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:21:18
last_update2016-07-22 17:21:18
depth1
children0
last_payout2016-08-24 14:49: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_length79
author_reputation10,544,818,469,420
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,642
net_rshares3,635,343,377
author_curate_reward""
vote details (1)
@positive ·
Not trying to spam, but the voting reward of this post inspired me to write about how factorial math is leveraged to factorially (greater than exponentiall) grow voting reward. 

Heavily simplified, and would appreciate any response.

<a href="https://steemit.com/steemit/@positive/automation-secrets-why-they-make-usd5-000-day-newbie-friendly-quick-read-1-min-steemit-money#comments">Here's the link.</a>
👍  
properties (23)
authorpositive
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t215727235z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/steemit/@positive/automation-secrets-why-they-make-usd5-000-day-newbie-friendly-quick-read-1-min-steemit-money#comments"]}
created2016-07-22 21:57:27
last_update2016-07-22 21:57:27
depth1
children0
last_payout2016-08-24 14:49: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_length405
author_reputation10,544,818,469,420
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id283,408
net_rshares3,653,975,597
author_curate_reward""
vote details (1)
@potcoin ·
Too complicated for weed smokers...
👍  ,
properties (23)
authorpotcoin
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t215956772z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 21:59:57
last_update2016-07-22 21:59:57
depth1
children1
last_payout2016-08-24 14:49: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_length35
author_reputation7,240,778,417
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id283,464
net_rshares6,353,434,021
author_curate_reward""
vote details (2)
@williambanks ·
Which actually explains a lot about potcoin's price since launch :D
👍  , ,
properties (23)
authorwilliambanks
permlinkre-potcoin-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t044244124z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 04:42:45
last_update2016-07-23 04:42:45
depth2
children0
last_payout2016-08-24 14:49: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_length67
author_reputation90,708,691,850,244
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id289,728
net_rshares7,022,265,769
author_curate_reward""
vote details (3)
@prufarchy ·
$3.12
Well there goes my weekend ;)
👍  , , ,
properties (23)
authorprufarchy
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t163913581z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:39:12
last_update2016-07-22 16:39:12
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.348 HBD
curator_payout_value0.773 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation72,250,903,327,093
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,932
net_rshares1,766,276,084,659
author_curate_reward""
vote details (4)
@prufarchy ·
$3.72
Gotta be feeling pretty good. Well done, well deserved. 
<a href="https://www.steemimg.com/image/dbDi"><img src="https://www.steemimg.com/images/2016/07/22/giphy-13a5723.gif" alt="giphy-13a5723.gif" border="0" /></a>
👍  ,
properties (23)
authorprufarchy
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t213701110z
categorypiston
json_metadata{"tags":["piston"],"image":["https://www.steemimg.com/images/2016/07/22/giphy-13a5723.gif"],"links":["https://www.steemimg.com/image/dbDi"]}
created2016-07-22 21:37:00
last_update2016-07-22 21:37:00
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.792 HBD
curator_payout_value0.926 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length216
author_reputation72,250,903,327,093
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,937
net_rshares2,015,160,001,544
author_curate_reward""
vote details (2)
@putradham ·
amazing
https://steemit.com/steemit/@putradham/free-how-to-night-mode-pro-for-steemit-com-and-other-website-chrome
properties (22)
authorputradham
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t013432695z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/steemit/@putradham/free-how-to-night-mode-pro-for-steemit-com-and-other-website-chrome"]}
created2016-07-23 01:34:36
last_update2016-07-23 01:34:36
depth1
children0
last_payout2016-08-24 14:49: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_length114
author_reputation-1,754,168,461,257
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,082
net_rshares0
@ranko-k ·
$0.05
#### Only 35k in 7 hours, feel you that sucks! :/
👍  
properties (23)
authorranko-k
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t230114705z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 23:01:15
last_update2016-07-22 23:01:15
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.038 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation6,755,527,628,023
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id284,685
net_rshares41,792,369,125
author_curate_reward""
vote details (1)
@rawlzsec ·
This looks really awesome. Can't wait to try and break it.
👍  ,
properties (23)
authorrawlzsec
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t222807796z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 22:28:06
last_update2016-07-22 22:28:06
depth1
children0
last_payout2016-08-24 14:49: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_length58
author_reputation1,291,507,259,102
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id284,052
net_rshares15,973,610,696
author_curate_reward""
vote details (2)
@raymonjohnstone ·
Dude such hard prop ups on this!!! I will be checking it out as soon as I have some time.
properties (22)
authorraymonjohnstone
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t013457010z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 01:35:00
last_update2016-07-23 01:35:00
depth1
children0
last_payout2016-08-24 14:49: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_length89
author_reputation14,645,589,333,318
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,088
net_rshares0
@rdwn ·
How To Know You're ?
properties (22)
authorrdwn
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172115795z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:21:21
last_update2016-07-22 17:21:21
depth1
children0
last_payout2016-08-24 14:49: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_length20
author_reputation-377,302,683,967
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,644
net_rshares0
@rdwn ·
good job man... its so great article
👍  
properties (23)
authorrdwn
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t045114946z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 04:51:18
last_update2016-07-23 04:51:18
depth1
children0
last_payout2016-08-24 14:49: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_length36
author_reputation-377,302,683,967
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id289,817
net_rshares203,325,114
author_curate_reward""
vote details (1)
@rdwn ·
Lucidinc • 22 days ago
I was ranked in the top 3000 users in Hashocean for most paid out btc. 40,000 KH/S averaging about 200 bucks a day which was pretty sweet... the company is/was legit. Hopefully it bounces back seeing how many people including myself were planning on doing great things with that type of cash flow.

Came across a good opportunity in another forum for a project coming this 4th of July.. get paid 25/hr for watching videos with no money out of your pocket to get started. You can only register from a referral link, check out the company for yourself & give it a chance. They wanna replace YouTube! LOL
http:// lucidream12.thwglobal.com
👍  
properties (23)
authorrdwn
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t045241726z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 04:52:45
last_update2016-07-23 04:52:45
depth1
children0
last_payout2016-08-24 14:49: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_length658
author_reputation-377,302,683,967
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id289,844
net_rshares203,325,114
author_curate_reward""
vote details (1)
@rdwn ·
https://img1.steemit.com/0x0/https://picload.org/image/rrogrgiw/hydrolysissteeem.jpg
👍  
properties (23)
authorrdwn
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t183926764z
categorypiston
json_metadata{"tags":["piston"],"image":["https://img1.steemit.com/0x0/https://picload.org/image/rrogrgiw/hydrolysissteeem.jpg"]}
created2016-07-23 18:39:27
last_update2016-07-23 18:39:27
depth1
children0
last_payout2016-08-24 14:49: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_length84
author_reputation-377,302,683,967
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id302,860
net_rshares191,999,676
author_curate_reward""
vote details (1)
@recursive · (edited)
$10.35
Ok, now **that** deserves a 5-figures payout!
@xeroc: do you have a witness account to help you support developments?
👍  , , , , , , , ,
properties (23)
authorrecursive
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180404169z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 18:03:00
last_update2016-07-22 18:14:42
depth1
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value9.606 HBD
curator_payout_value0.748 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation14,577,151,751,433
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,452
net_rshares4,144,500,471,359
author_curate_reward""
vote details (9)
@xeroc ·
$3.54
I do not run t apprecitae your offer for an upvote.
👍  , ,
properties (23)
authorxeroc
permlinkre-recursive-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185414121z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:54:21
last_update2016-07-22 18:54:21
depth2
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.660 HBD
curator_payout_value0.880 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,442
net_rshares1,942,588,221,421
author_curate_reward""
vote details (3)
@recursive ·
Ping me on Slack when/if you do: @talerecursion
properties (22)
authorrecursive
permlinkre-xeroc-re-recursive-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t192601937z
categorypiston
json_metadata{"tags":["piston"],"users":["talerecursion"]}
created2016-07-22 19:25:00
last_update2016-07-22 19:25:00
depth3
children0
last_payout2016-08-24 14:49: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_length47
author_reputation14,577,151,751,433
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,048
net_rshares0
@rendra-permana ·
It was amazing @xeroc, very clearly you explain it :)
👍  
properties (23)
authorrendra-permana
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t171015162z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 17:10:12
last_update2016-07-22 17:10:12
depth1
children0
last_payout2016-08-24 14:49: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_length53
author_reputation4,269,638,528,795
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,469
net_rshares8,624,569,727
author_curate_reward""
vote details (1)
@renk ·
Looking smooth @xeroc, thanks for the hard work and hours you guys spending on this
👍  ,
properties (23)
authorrenk
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160724t121150903z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-24 13:08:06
last_update2016-07-24 13:08:06
depth1
children0
last_payout2016-08-24 14:49: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_length83
author_reputation127,395,751,418
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id319,991
net_rshares17,249,744,827
author_curate_reward""
vote details (2)
@rggreen ·
please vote for my article https://steemit.com/introduceyourself/@rggreen/hi-people
if you like it, of course)
properties (22)
authorrggreen
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160730t180325767z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/introduceyourself/@rggreen/hi-people"]}
created2016-07-30 18:03:48
last_update2016-07-30 18:03:48
depth1
children0
last_payout2016-08-24 14:49: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_length110
author_reputation-538,738,567,363
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id493,964
net_rshares0
@robi-rusmana ·
i`m Do not understand!!
properties (22)
authorrobi-rusmana
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t120326976z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 12:03:27
last_update2016-07-23 12:03:27
depth1
children0
last_payout2016-08-24 14:49: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_length23
author_reputation476,128,079,826
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id295,232
net_rshares0
@robsteady ·
$8.64
Looks pretty awesome! I *may* try to run it up on one of my servers. If I do I'll definitely get linked up on github to keep you updated.
👍  ,
properties (23)
authorrobsteady
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t162309905z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:23:15
last_update2016-07-22 16:23:15
depth1
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value6.483 HBD
curator_payout_value2.154 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation15,185,782,557,182
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,643
net_rshares3,670,675,564,440
author_curate_reward""
vote details (2)
@xeroc ·
$2.42
This is for personal use .. it does not allow others to login .. if you expose the web to the public, you will compromise your private keys. The purpose of this is not to host a new website, but to offer a standalone app that people can run at home .. locally!
👍  , , , , , , ,
properties (23)
authorxeroc
permlinkre-robsteady-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173117886z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:31:18
last_update2016-07-22 17:31:18
depth2
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.416 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length260
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,834
net_rshares1,449,763,177,321
author_curate_reward""
vote details (8)
@christiangruber ·
You might want to make a big fat warning on this post and in the READMEs about this point.  It was only clear after a bit of thinking, that this really is intended to be something you run locally.

You might even consider adding some strong speed-bumps before anyone can use something other than 127.0.0.1 to serve content.
properties (22)
authorchristiangruber
permlinkre-xeroc-re-robsteady-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160808t050346229z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-08 05:03:45
last_update2016-08-08 05:03:45
depth3
children0
last_payout2016-08-24 14:49: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_length323
author_reputation28,846,042,835
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id677,091
net_rshares0
@robsteady ·
Oh, haha, I've gotten so used to experimenting with things on my server I just jumped to assuming it was to be a web app. Thanks for the clarification.
properties (22)
authorrobsteady
permlinkre-xeroc-re-robsteady-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173645535z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:36:51
last_update2016-07-22 17:36:51
depth3
children0
last_payout2016-08-24 14:49: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_length151
author_reputation15,185,782,557,182
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,965
net_rshares0
@rocketgold ·
Wow, that is wild.... @xeroc
properties (22)
authorrocketgold
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20180110t023407697z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"],"app":"steemit/0.1"}
created2018-01-10 02:34:12
last_update2018-01-10 02:34:12
depth1
children0
last_payout2018-01-17 02:34: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_length28
author_reputation29,284,401,019
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,390,024
net_rshares0
@rodomonte ·
The best thing would be everybody run this and a node so they access the blockchain with their own client without the actual steemit.com point of failure and neither the piston.rocks one!
properties (22)
authorrodomonte
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180203486z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:02:06
last_update2016-07-22 18:02:06
depth1
children0
last_payout2016-08-24 14:49: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_length187
author_reputation-778,200,365,287
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,440
net_rshares0
@roelandp ·
$2.72
@xeroc This is super epic. 

<b>Btw I have placed Piston.Web also  on <a href="https://steemit.com/steem/@roelandp/steemtools-com-indexing-all-tools-and-services-for-steemit-users">SteemTools</a> ... so we keep a handy overview of apps & tools & services for the community. </b>

<a href="https://steemit.com/steem/@roelandp/steemtools-com-indexing-all-tools-and-services-for-steemit-users"><img src="https://img0.steemit.com/0x0/http://imgur.com/DCqlcVE.gif"></a>

<h4><a href="https://steemit.com/steem/@roelandp/steemtools-com-indexing-all-tools-and-services-for-steemit-users">SteemTools - indexing all tools & services for Steemit users</a></h4>
👍  , , , , ,
properties (23)
authorroelandp
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180826173z
categorypiston
json_metadata{"tags":["piston"],"image":["https://img0.steemit.com/0x0/http://imgur.com/DCqlcVE.gif"],"links":["https://steemit.com/steem/@roelandp/steemtools-com-indexing-all-tools-and-services-for-steemit-users"]}
created2016-07-22 18:08:27
last_update2016-07-22 18:08:27
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.050 HBD
curator_payout_value0.667 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length650
author_reputation662,936,810,561,284
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,571
net_rshares1,587,304,327,579
author_curate_reward""
vote details (6)
@muffin2013 ·
@roelandp did you receive our submission ?  https://steemit.com/steemit/@muffin2013/steemboard-your-new-steem-frontpage ?
properties (22)
authormuffin2013
permlinkre-roelandp-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t184449934z
categorypiston
json_metadata{"tags":["piston"],"users":["roelandp"],"links":["https://steemit.com/steemit/@muffin2013/steemboard-your-new-steem-frontpage"]}
created2016-07-22 18:44:54
last_update2016-07-22 18:44:54
depth2
children0
last_payout2016-08-24 14:49: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_length121
author_reputation39,275,120,261
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,259
net_rshares0
@rules169 · (edited)
I love it that you made a longer preview from posts in lost available . Now we get a list with a ton of posts and just one line preview. 

Thanks for this feature. Ill use the app for sure!
👍  
properties (23)
authorrules169
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164123019z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:41:27
last_update2016-07-22 16:43:06
depth1
children0
last_payout2016-08-24 14:49: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_length189
author_reputation348,956,399,062
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,973
net_rshares186,100,753
author_curate_reward""
vote details (1)
@ruslan ·
Good
https://steemit.com/bitcoin/@ruslan/history-of-buying-a-tesla-car-for-bitcoin-by-alexei-from-prague
👎  
properties (23)
authorruslan
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180854226z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/bitcoin/@ruslan/history-of-buying-a-tesla-car-for-bitcoin-by-alexei-from-prague"]}
created2016-07-22 18:09:00
last_update2016-07-22 18:09:00
depth1
children0
last_payout2016-08-24 14:49: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_length104
author_reputation-787,888,659,052
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,585
net_rshares-1,227,341,056,226
author_curate_reward""
vote details (1)
@saharov ·
http://s04.radikal.ru/i177/1607/b0/3ce7242ee8cf.jpg
properties (22)
authorsaharov
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t082117773z
categorypiston
json_metadata{"tags":["piston"],"image":["http://s04.radikal.ru/i177/1607/b0/3ce7242ee8cf.jpg"]}
created2016-07-28 08:21:15
last_update2016-07-28 08:21:15
depth1
children0
last_payout2016-08-24 14:49: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_length51
author_reputation-592,591,308,602
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id429,338
net_rshares0
@saknan · (edited)
Guy is genius. Thank for the community man. @dantheman would you consider giving him some bounty? 
https://media.giphy.com/media/CogAtAK2r5M1W/giphy.gif
properties (22)
authorsaknan
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t171215443z
categorypiston
json_metadata{"tags":["piston"],"users":["dantheman"],"image":["https://media.giphy.com/media/CogAtAK2r5M1W/giphy.gif"]}
created2016-07-22 17:12:33
last_update2016-07-22 17:14:00
depth1
children0
last_payout2016-08-24 14:49: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_length152
author_reputation1,737,988,380,935
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,509
net_rshares0
@salt2health ·
is there a way d-tube can be added to this, or simplified so it runs more efficiently?  thanks
properties (22)
authorsalt2health
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20180101t081351933z
categorypiston
json_metadata{"tags":["piston"],"app":"steemit/0.1"}
created2018-01-01 08:13:57
last_update2018-01-01 08:13:57
depth1
children0
last_payout2018-01-08 08:13: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_length94
author_reputation45,844,054,268
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,331,985
net_rshares0
@sarangkhokhar ·
awsome
properties (22)
authorsarangkhokhar
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170605t233026224z
categorypiston
json_metadata{"tags":["piston"],"app":"steemit/0.1"}
created2017-06-05 23:30:33
last_update2017-06-05 23:30:33
depth1
children0
last_payout2017-06-12 23:30: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_length6
author_reputation383,746,812,735
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,240,207
net_rshares0
@shla-rafia ·
Good job xeroc! Thx for your work.
http://tinyimg.io/i/GDgpGMM.png
properties (22)
authorshla-rafia
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t192634956z
categorypiston
json_metadata{"tags":["piston"],"image":["http://tinyimg.io/i/GDgpGMM.png"]}
created2016-07-22 19:26:42
last_update2016-07-22 19:26:42
depth1
children0
last_payout2016-08-24 14:49: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_length66
author_reputation67,630,971,735,138
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,093
net_rshares0
@showmethecoinz ·
Great read and information! Thanks!
properties (22)
authorshowmethecoinz
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t125221965z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 12:52:27
last_update2016-07-23 12:52:27
depth1
children0
last_payout2016-08-24 14:49: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_length35
author_reputation213,565,690,794
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id296,024
net_rshares0
@site ·
Just a second,Feedback required.
https://steemit.com/steemit/@site/creative-commons-or-copyrighted-a-big-detail-before-sharing
Thank You!
properties (22)
authorsite
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t023804494z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/steemit/@site/creative-commons-or-copyrighted-a-big-detail-before-sharing"]}
created2016-07-23 02:38:09
last_update2016-07-23 02:38:09
depth1
children0
last_payout2016-08-24 14:49: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_length137
author_reputation90,610,072,686
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,952
net_rshares0
@skorss ·
Wow the reaction to this post, and the profit it's making, surely correspond to the content, great job you are doing
properties (22)
authorskorss
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t185223892z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:52:33
last_update2016-07-22 18:52:33
depth1
children0
last_payout2016-08-24 14:49: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_length116
author_reputation590,420,193,253
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,394
net_rshares0
@sparkeddev · (edited)
Me an my team with for sure be checking this out.
properties (22)
authorsparkeddev
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160727t092110376z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-27 09:21:15
last_update2016-07-27 09:55:12
depth1
children0
last_payout2016-08-24 14:49: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_length49
author_reputation77,529,641,392
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id398,625
net_rshares0
@spookypooky ·
So is this like an app? I'm not sure how it works.
properties (22)
authorspookypooky
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t191712916z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:17:15
last_update2016-07-22 19:17:15
depth1
children0
last_payout2016-08-24 14:49: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_length50
author_reputation2,591,924,956,536
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,889
net_rshares0
@steem42 ·
Great project! Keep up the great work @xeroc!
properties (22)
authorsteem42
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160808t162352824z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-08-08 16:23:51
last_update2016-08-08 16:23:51
depth1
children0
last_payout2016-08-24 14:49: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_length45
author_reputation188,281,417,941
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id685,238
net_rshares0
@steemychicken1 ·
$1.97
if this, wont surpass the makeup tutorial, i dont know what will....
👍  
properties (23)
authorsteemychicken1
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175655717z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:56:54
last_update2016-07-22 17:56:54
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.476 HBD
curator_payout_value0.489 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation1,624,838,778,862,011
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,340
net_rshares1,227,341,056,226
author_curate_reward""
vote details (1)
@stoner19 ·
$0.06
@xeroc Absolutely fantastic work you have done here. Do you have plans to support OSX with this?
👍  ,
properties (23)
authorstoner19
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172400508z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 17:24:00
last_update2016-07-22 17:24:00
depth1
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.056 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation10,941,998,375,914
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,701
net_rshares47,376,800,789
author_curate_reward""
vote details (2)
@xeroc ·
$4.05
Re:
Technically, the libraries used in piston and piston.web should work on all platforms. Thats why we went for a web interface. We'll get there eventually
👍  
properties (23)
authorxeroc
permlinkre-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172400508z-20160723t104319
categorypiston
json_metadata""
created2016-07-23 10:43:21
last_update2016-07-23 10:43:21
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value3.040 HBD
curator_payout_value1.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,134
net_rshares2,148,988,779,596
author_curate_reward""
vote details (1)
@stranger27 ·
Coollllest thing
properties (22)
authorstranger27
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t204251933z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 20:43:03
last_update2016-07-22 20:43:03
depth1
children0
last_payout2016-08-24 14:49: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_length16
author_reputation49,275,349,388,874
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id281,643
net_rshares0
@styner ·
I read it when it was written after 2 years
properties (22)
authorstyner
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20180311t023328860z
categorypiston
json_metadata{"tags":["piston"],"app":"steemit/0.1"}
created2018-03-11 02:33:30
last_update2018-03-11 02:33:30
depth1
children0
last_payout2018-03-18 02:33: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_length43
author_reputation10,016,168,849,062
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,622,964
net_rshares0
@sunlight80 ·
I am newbie. A housewife. But your article is very interesting and useful for me. Thank you. @sunlight80
properties (22)
authorsunlight80
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t112951846z
categorypiston
json_metadata{"tags":["piston"],"users":["sunlight80"]}
created2016-07-23 11:29:54
last_update2016-07-23 11:29:54
depth1
children0
last_payout2016-08-24 14:49: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_length104
author_reputation1,037,018,944,530
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id294,706
net_rshares0
@sunshinecrypto ·
This is turning into something different than anything else, and could be used for everything in between!  Keep up the great work
👍  
properties (23)
authorsunshinecrypto
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173407007z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:34:06
last_update2016-07-22 17:34:06
depth1
children0
last_payout2016-08-24 14:49: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_length129
author_reputation1,835,960,725,851
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,906
net_rshares1,872,724,272
author_curate_reward""
vote details (1)
@sylv3se ·
This looks promising, keep up the good work!
properties (22)
authorsylv3se
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175637007z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:56:36
last_update2016-07-22 17:56:36
depth1
children0
last_payout2016-08-24 14:49: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_length44
author_reputation523,349,272,991
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,331
net_rshares0
@team ·
$0.15
as always, nice work xeroc
👍  
properties (23)
authorteam
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t175331728z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:53:42
last_update2016-07-22 17:53:42
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.116 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation9,004,629,657,086
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,281
net_rshares122,037,040,989
author_curate_reward""
vote details (1)
@testz ·
Excellent work @xeroc!!!
👍  
properties (23)
authortestz
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t192734577z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 19:27:36
last_update2016-07-22 19:27:36
depth1
children0
last_payout2016-08-24 14:49: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_length24
author_reputation32,317,482,835,114
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,116
net_rshares5,581,536,753
author_curate_reward""
vote details (1)
@thedashguy ·
Hell yea man!
properties (22)
authorthedashguy
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t171440075z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:14:51
last_update2016-07-22 17:14:51
depth1
children0
last_payout2016-08-24 14:49: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_reputation27,279,921,688,159
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,546
net_rshares0
@thedoctor ·
This is like steemit but with another interface and i have to download it? why does someone wants this?
properties (22)
authorthedoctor
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t202205517z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 20:22:06
last_update2016-07-23 20:22:06
depth1
children0
last_payout2016-08-24 14:49: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_length103
author_reputation910,202,238
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id304,970
net_rshares0
@theemperor ·
Damnnn so ambitious...
properties (22)
authortheemperor
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t195951812z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:59:51
last_update2016-07-22 19:59:51
depth1
children0
last_payout2016-08-24 14:49: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_length22
author_reputation8,736,015,906
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,787
net_rshares0
@theperfect2 ·
This is sooo cool thank you :)
properties (22)
authortheperfect2
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160729t184240438z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-29 18:42:39
last_update2016-07-29 18:42:39
depth1
children0
last_payout2016-08-24 14:49: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_length30
author_reputation-143,072,265,804
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id471,536
net_rshares0
@tjpezlo ·
very cool. havent seen a post like this lately... all time high
👍  
properties (23)
authortjpezlo
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160726t173752796z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-26 17:37:57
last_update2016-07-26 17:37:57
depth1
children0
last_payout2016-08-24 14:49: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_length63
author_reputation11,144,454,418,634
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id379,794
net_rshares86,432,573
author_curate_reward""
vote details (1)
@torrent ·
I'm truly excited about this. It is a game changer. I believe that this raises the security bar significantly. If we all could use this daily and possibly via vpn, that would be amazing.
properties (22)
authortorrent
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t183205300z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:32:06
last_update2016-07-22 18:32:06
depth1
children0
last_payout2016-08-24 14:49: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_length186
author_reputation0
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,019
net_rshares0
@tpboy3 ·
Good job, keep up the good work. :)
properties (22)
authortpboy3
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t055723519z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 05:57:42
last_update2016-07-23 05:57:42
depth1
children0
last_payout2016-08-24 14:49: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_length35
author_reputation5,010,122
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,511
net_rshares0
@travelista ·
This is great! Thank you!
properties (22)
authortravelista
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180140774z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 18:01:42
last_update2016-07-22 18:01:42
depth1
children0
last_payout2016-08-24 14:49: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_length25
author_reputation13,278,259,727,568
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,430
net_rshares0
@umyatoo ·
Wow!!! $46973.86 Why!!!!!!!!!!!!!! ?????????????
👍  
properties (23)
authorumyatoo
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20170710t162351274z
categorypiston
json_metadata{"tags":["piston"],"app":"steemit/0.1"}
created2017-07-10 16:23:57
last_update2017-07-10 16:23:57
depth1
children0
last_payout2017-07-17 16: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_length48
author_reputation2,679,800,931
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,003,993
net_rshares1,050,368,914
author_curate_reward""
vote details (1)
@unkn0wnn ·
Well, nice contribution to steemit. Thanks
properties (22)
authorunkn0wnn
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160803t215250756z
categorypiston
json_metadata{"tags":["piston"]}
created2016-08-03 21:53:15
last_update2016-08-03 21:53:15
depth1
children0
last_payout2016-08-24 14:49: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_length42
author_reputation1,348,495,737
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id589,986
net_rshares0
@usefree · (edited)
someone please make how-to-install for complete dummies. On Ubuntu 14.04 is not installed. Cat not find python3-setuptools, then graphenelib... Damn.. Anybody installed on ubuntu 14?
properties (22)
authorusefree
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t055713975z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 05:57:12
last_update2016-07-23 05:57:54
depth1
children0
last_payout2016-08-24 14:49: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_length182
author_reputation3,199,795,184,038
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,504
net_rshares0
@valentyn ·
http://orig11.deviantart.net/7e6d/f/2012/115/b/5/profile_picture_by_interesting_plz-d4xioiz.png
properties (22)
authorvalentyn
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t054540450z
categorypiston
json_metadata{"tags":["piston"],"image":["http://orig11.deviantart.net/7e6d/f/2012/115/b/5/profile_picture_by_interesting_plz-d4xioiz.png"]}
created2016-07-23 05:45:42
last_update2016-07-23 05:45:42
depth1
children0
last_payout2016-08-24 14:49: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_length95
author_reputation81,691,880
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,383
net_rshares0
@vasilii ·
https://steemit.com/@vasilii/posts
properties (22)
authorvasilii
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160803t131800349z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/@vasilii/posts"]}
created2016-08-03 13:18:21
last_update2016-08-03 13:18:21
depth1
children0
last_payout2016-08-24 14:49: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_length34
author_reputation-49,397,634
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id580,413
net_rshares0
@vianhandika ·
wow nice :) keep update
properties (22)
authorvianhandika
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t211507949z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 21:15:09
last_update2016-07-22 21:15:09
depth1
children0
last_payout2016-08-24 14:49: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_length23
author_reputation192,313,482,036
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,414
net_rshares0
@warrensteem ·
$2.86
https://media.giphy.com/media/xT77XWum9yH7zNkFW0/giphy.gif
This is brilliant, holy shit well done.
👍  , , , , , , , , , , ,
👎  
properties (23)
authorwarrensteem
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t171933480z
categorypiston
json_metadata{"tags":["piston"],"image":["https://media.giphy.com/media/xT77XWum9yH7zNkFW0/giphy.gif"]}
created2016-07-22 17:19:36
last_update2016-07-22 17:19:36
depth1
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.156 HBD
curator_payout_value0.706 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation29,924,587,138,042
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,615
net_rshares1,652,314,949,826
author_curate_reward""
vote details (13)
@webdeals ·
Great idea @xeroc but I don't think I will use it! I'm struggling already with steemit :) btw congrats to reach 40k in 7h I wish to get 400 in 5days LOL
properties (22)
authorwebdeals
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t232748806z
categorypiston
json_metadata{"tags":["piston"],"users":["xeroc"]}
created2016-07-22 23:27:51
last_update2016-07-22 23:27:51
depth1
children0
last_payout2016-08-24 14:49: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_length152
author_reputation410,373,804,154,165
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id285,222
net_rshares0
@webosfritos ·
<b>You're here</b> https://steemit.com/steemit/@webosfritos/a-full-indexed-list-of-all-steemit-apps
properties (22)
authorwebosfritos
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160818t084457022z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/steemit/@webosfritos/a-full-indexed-list-of-all-steemit-apps"]}
created2016-08-18 08:44:57
last_update2016-08-18 08:44:57
depth1
children0
last_payout2016-08-24 14:49: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_length99
author_reputation4,048,286,563,134
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id867,627
net_rshares0
@welcomekit ·
Welcome Kit | Getting Started with steemit


Best STEEM & STEEMIT Resources & Websites List
http://steemwhales.com/ - ranking of biggest STEEM stakeholders
http://steemstats.com/ - get stats on individuals accounts
http://steempress.io/ - convert steem account into wordpress like blog
http://www.coinmarketcap.com - see value of steem
http://coincap.io/ - alternative to coinmarketcap
http://www.steemimg.com - steem image hosting
http://www.openledger.info - decentralized exchange where you can trade STEEM for other cryptocoins
https://steemit.com/tags.html/trending - trending and best paying tags
https://steemd.com/distribution - number of members on STEEM
http://steemstream.com/ - watch STEEM in live action
👍  
properties (23)
authorwelcomekit
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t130616810z
categorypiston
json_metadata{"tags":["piston"],"links":["http://steemwhales.com/"]}
created2016-07-23 13:06:15
last_update2016-07-23 13:06:15
depth1
children0
last_payout2016-08-24 14:49: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_length716
author_reputation483,671,550
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id296,254
net_rshares4,997,051,261
author_curate_reward""
vote details (1)
@williambanks ·
OMG YES!!!  I feel like a fanboy right now.  Awesome work Xeroc!
Everybody, upvote the hell out of this.  Let's make this the first $100k post on Steem ever!
properties (22)
authorwilliambanks
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t022112343z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 02:21:15
last_update2016-07-23 02:21:15
depth1
children0
last_payout2016-08-24 14:49: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_length157
author_reputation90,708,691,850,244
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,670
net_rshares0
@wisehammer · (edited)
I would totally love to test it! I love to search for bugs aswell! I'm like an hunter, available for the job!
Edit: Error in "make" it says tr file not executable error 2 :/
properties (22)
authorwisehammer
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t193843847z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:38:42
last_update2016-07-22 20:13:27
depth1
children0
last_payout2016-08-24 14:49: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_length173
author_reputation2,502,745,411,790
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,377
net_rshares0
@worldfamous ·
Wow... Great work.... I shared this on Twitter!
properties (22)
authorworldfamous
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t193449821z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 19:34:48
last_update2016-07-22 19:34:48
depth1
children0
last_payout2016-08-24 14:49: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_length47
author_reputation218,584,613,202
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,273
net_rshares0
@worstdevever ·
Damb I would love to do some UI for this. Totally jizzed! 

Check my work : https://steemit.com/@worstdevever
properties (22)
authorworstdevever
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t184402283z
categorypiston
json_metadata{"tags":["piston"],"links":["https://steemit.com/@worstdevever"]}
created2016-07-22 18:44:03
last_update2016-07-22 18:44:03
depth1
children0
last_payout2016-08-24 14:49: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_length109
author_reputation2,288,446,012,906
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id279,247
net_rshares0
@xeroc ·
$1.72
Re: [piston.web] First Open Source Steem GUI - Searching for alpha testers
### I'd like to take the opporunity and thank everybody for his upvote!

The support of the Steem community has helped me fund the development of piston for quite a while without me having to ask for help.
The fact that this thread has received that much feedback and upvotes shows that Steem can not only grow as a community but also support those that help improve it! This is a milestone!
👍  , , , , , , , , , , , , , , , , , , ,
properties (23)
authorxeroc
permlinkre-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t084156
categorypiston
json_metadata""
created2016-07-28 08:41:57
last_update2016-07-28 08:41:57
depth1
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value1.700 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length391
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id429,739
net_rshares2,072,838,803,944
author_curate_reward""
vote details (20)
@furion ·
Thank you xeroc for making the piston library.  I'm using it in 2 projects right now (TBA), and it has been working pretty well for me.
👍  , ,
properties (23)
authorfurion
permlinkre-xeroc-re-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t084156-20160728t091318831z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-28 09:13:18
last_update2016-07-28 09:13:18
depth2
children0
last_payout2016-08-24 14:49: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_length135
author_reputation116,503,940,714,958
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id430,271
net_rshares8,387,835,990
author_curate_reward""
vote details (3)
@mrweed ·
Good Job man ! This is a huge Milestone! 

Can't wait to see whats in the future!

#takeiteasy
👍  ,
properties (23)
authormrweed
permlinkre-xeroc-re-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t084156-20160728t085708870z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-28 08:47:12
last_update2016-07-28 08:47:12
depth2
children1
last_payout2016-08-24 14:49: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_length94
author_reputation3,718,232,024,149
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id429,851
net_rshares301,894,751
author_curate_reward""
vote details (2)
@dharmakirti ·
can i use my bitcoins . is there going to be some [bitcoin wallet](https://www.livewise.co.uk/?p=367) integration
👍  
properties (23)
authordharmakirti
permlinkre-mrweed-re-xeroc-re-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160728t084156-20160809t180046842z
categorypiston
json_metadata{"tags":["piston"],"links":["https://www.livewise.co.uk/?p=367"]}
created2016-08-09 17:59:48
last_update2016-08-09 17:59:48
depth3
children0
last_payout2016-08-24 14:49: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_length113
author_reputation2,756,740,403
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id707,826
net_rshares56,774,246
author_curate_reward""
vote details (1)
@yulia98 ·
Promisingly :)
properties (22)
authoryulia98
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t090629680z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-23 09:06:21
last_update2016-07-23 09:06:21
depth1
children0
last_payout2016-08-24 14:49: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_length14
author_reputation93,680,067,057
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id293,088
net_rshares0