create account

Introducing conductor, a simple Steem Witness Toolkit by furion

View this thread on: hive.blogpeakd.comecency.com
· @furion · (edited)
$1,771.80
Introducing conductor, a simple Steem Witness Toolkit
conductor - Steem Witness Toolkit
=============================
*conductor* is a user friendly, KISS utility for creating, updating and management of your witness.

Install
-------
Requirements:
 - Python 3.5 or higher

``` sourceCode
pip install -U git+https://github.com/Netherdrake/conductor
```

First Steps
-----------

conductor is built on top of `steem-python`, and leverages it's BIP38 encrypted wallet to store our witness Active key. This key is required for price feed updates.

To create the wallet, and add our key to it, simply run:

``` sourceCode
steempy addkey
```

Creating or importing your witness
----------------------------------

``` sourceCode
conductor init
```

*conductor* will ask you for your witness (Steem account) name. If the witness already exists, it will import its current settings from the blockchain.

Otherwise, it will guide you trough the setup wizard, and create the witness for you.

Updating your witness
---------------------

If you wish to change one or more of your witness properties, such as witness url, interest rate, block size, etc., you can do so using `conductor update` command.

``` sourceCode
~ % conductor update
What should be your witness URL? [https://steemdb.com/@furion/witness]:
How much should be account creation fee? [0.500 STEEM]:
What should be the maximum block size? [65536]:
What should be the SBD interest rate? [0]: 10

Configuration:
---------------
{'props': {'account_creation_fee': '0.500 STEEM',
           'maximum_block_size': 65536,
           'sbd_interest_rate': 10},
 'witness': {'name': 'furion', 'url': 'https://steemdb.com/@furion/witness'}}

Do you want to commit the updated values? [y/N]: n
Aborted!
~ %
```

Enabling your witness
---------------------

Enabling your witness is as simple as setting a public signing key. This command can also be used for key rotation (for example, if you're falling back to a backup witness node).

**To set a public signing key on your witness run:**

``` sourceCode
conductor enable <PUBLIC_SIGNING_KEY>
```

Disabling a witness
-------------------

Sometimes you might want to disable your witness yourself. For example, if you're upgrading your witness server, and don't want to miss any blocks.

**To disable your witness run:**

``` sourceCode
conductor disable
```

Kill Switch
-----------

Kill Switch is a witness monitoring utility, that tracks block misses. If your witness server bugs out, and stops producing blocks, this tool will automatically disable your witness to avoid further misses.

**To run a killswitch, simply run:**

``` sourceCode
conductor kill-switch
```

Optionally, we can provide number of blocks number of blocks we are allowed to miss before kill-switch disables our witness. We can achieve this by providing `-n` argument, like so: `conductor kill-switch -n 25`. By default `-n` is 10.

Price Feeds
-----------

Price feeds are a vital component of STEEM ecosystem, as they power SBD->STEEM conversions, as well as rewards estimates. Witnesses act as an oracle between the blockchain and real-world, by providing honest input on what the implied price of STEEM is. Furthermore, the prices may contain *bias* to loosely support the SBD stablecoin's peg to USD.

*conductor* ships with `markets` module from [SteemData](https://steemdata.com/). This module interfaces with 3rd party exchanges to fetch VWAP (volume weighted average prices) mean (average of VWAP's from all exchanges) prices.

**Exchanges Used:**  
  -   Bitstamp, Bitfinex, Kraken, OKCoin, BTC-E for BTC/USD
  -   Poloniex, Bittrex for STEEM/BTC and SBD/BTC

**To run pricefeeds, simply run:**

``` sourceCode
conductor feed
```

Usage
-----

``` sourceCode
~ % conductor
Usage: conductor [OPTIONS] COMMAND [ARGS]...

  Steem Witness Toolkit.

Options:
  -h, --help  Show this message and exit.

Commands:
  disable      Disable a witness.
  enable       Enable a witness, or change key.
  feed         Update Price Feeds.
  init         Add your witness account.
  kill-switch  Monitor for misses w/ disable.
  status       Print basic witness info.
  tickers      Print Tickers.
  update       Update witness properties.
```

There are two additional, read only commands we haven't covered yet. `status` and `tickers`. They simply print some info for us.

**Status**

``` sourceCode
~ % conductor status
+---------+--------+-------------------------------------------------------+
| Enabled | Misses | Key                                                   |
+---------+--------+-------------------------------------------------------+
| True    | 105    | STM7WDG2QpThdkRa3G2PYXM7gH9UksoGm4xqoFBrNet6GH7ToNUYx |
+---------+--------+-------------------------------------------------------+
```

**Tickers**

``` sourceCode
~ % conductor tickers
| Symbol    |   Price |
|-----------+---------|
| BTC/USD   | 2444.31 |
| SBD/USD   |   1.804 |
| STEEM/USD |    1.19 |
```

### License

MIT.

Pull requests are welcome.

Source: https://github.com/Netherdrake/conductor

![DQmeBtkDw9J3evsQdzL4MNFepWxkdn55QUpvxz5dCGkzgWY_1680x8400.png](https://steemitimages.com/DQmUM7i9TwjrGAZASSftKKfPwAia5hjicBDDTAdaPU6cnxy/DQmeBtkDw9J3evsQdzL4MNFepWxkdn55QUpvxz5dCGkzgWY_1680x8400.png)
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 786 others
properties (23)
authorfurion
permlinkintroducing-conductor-a-simple-steem-witness-toolkit
categorysteem
json_metadata{"tags":["steem","witness-category","steemdev"],"image":["https://steemitimages.com/DQmUM7i9TwjrGAZASSftKKfPwAia5hjicBDDTAdaPU6cnxy/DQmeBtkDw9J3evsQdzL4MNFepWxkdn55QUpvxz5dCGkzgWY_1680x8400.png"],"links":["https://steemdata.com/","https://github.com/Netherdrake/conductor"],"app":"steemit/0.1","format":"markdown"}
created2017-05-26 13:34:42
last_update2017-05-26 19:48:18
depth0
children90
last_payout2017-06-02 13:34:42
cashout_time1969-12-31 23:59:59
total_payout_value1,646.817 HBD
curator_payout_value124.986 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,201
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,818,313
net_rshares68,973,141,212,820
author_curate_reward""
vote details (850)
@aggroed ·
If I want to rock this out on a VPS what are the minimum requirements?
properties (22)
authoraggroed
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t135302288z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 13:53:03
last_update2017-05-26 13:53:03
depth1
children2
last_payout2017-06-02 13:53: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_length70
author_reputation1,363,058,564,234,211
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,818,884
net_rshares0
@klye ·
$0.03
I'd go with atleast 8GB of RAM (More is better).

A solid double or quad CPU should do the trick.. Also SSD is key for data storage.
πŸ‘  
properties (23)
authorklye
permlinkre-aggroed-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t140049080z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:00:48
last_update2017-05-26 14:00:48
depth2
children1
last_payout2017-06-02 14:00:48
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation412,341,527,771,769
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,128
net_rshares24,326,469,651
author_curate_reward""
vote details (1)
@aggroed ·
How much memory will it require?
properties (22)
authoraggroed
permlinkre-klye-re-aggroed-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t140121264z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:01:21
last_update2017-05-26 14:01:21
depth3
children0
last_payout2017-06-02 14:01: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_length32
author_reputation1,363,058,564,234,211
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,147
net_rshares0
@aggroed ·
$1.24
So, I'm trying to do this as a non-programmer.  I've run into a couple of issues.  I setup a ubuntu 16.04 server with 8g of ram.  I tried running the command you mention.  It tells me I need pip.  So, I installed pip, then it said I need to upgrade pip, so I upgraded pip, then it said I need setup tools.  So, I used sude apt-get install python3-setuptools.  Then I reran your code and it tells me-
"Could not import setuptools which is required to install from a source distribution.  Please install setuptools."

What am I missing?
πŸ‘  , , ,
properties (23)
authoraggroed
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t142320293z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:23:21
last_update2017-05-26 14:23:21
depth1
children2
last_payout2017-06-02 14:23:21
cashout_time1969-12-31 23:59:59
total_payout_value0.929 HBD
curator_payout_value0.308 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length534
author_reputation1,363,058,564,234,211
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,790
net_rshares743,116,502,984
author_curate_reward""
vote details (4)
@aggroed ·
@kyle @furion
πŸ‘  
properties (23)
authoraggroed
permlinkre-aggroed-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t142915343z
categorysteem
json_metadata{"tags":["steem"],"users":["kyle","furion"],"app":"steemit/0.1"}
created2017-05-26 14:29:18
last_update2017-05-26 14:29:18
depth2
children0
last_payout2017-06-02 14:29:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation1,363,058,564,234,211
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,988
net_rshares336,752,653
author_curate_reward""
vote details (1)
@furion ·
I don't recommend using OS Python for end user applications.

2 alternatives:
1.) Run in Docker
2.) Use [Anaconda](https://www.continuum.io/downloads).

Anaconda is probably the easiest if you don't know Docker.
πŸ‘  ,
properties (23)
authorfurion
permlinkre-aggroed-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t145459476z
categorysteem
json_metadata{"tags":["steem"],"links":["https://www.continuum.io/downloads"],"app":"steemit/0.1"}
created2017-05-26 14:55:00
last_update2017-05-26 14:55:00
depth2
children0
last_payout2017-06-02 14:55:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length211
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,820,775
net_rshares4,891,231,098
author_curate_reward""
vote details (2)
@ahmadhassan ·
amazing :) going to upvote follow resteem @furion
πŸ‘  
properties (23)
authorahmadhassan
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t142439534z
categorysteem
json_metadata{"tags":["steem"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-27 14:24:42
last_update2017-05-27 14:24:42
depth1
children0
last_payout2017-06-03 14:24:42
cashout_time1969-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_reputation871,251,759,940
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,854,477
net_rshares1,515,369,284
author_curate_reward""
vote details (1)
@alexmejia ·
I liked your post. I follow you, you follow me
properties (22)
authoralexmejia
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t145858476z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:59:06
last_update2017-05-26 14:59:06
depth1
children0
last_payout2017-06-02 14:59: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_length46
author_reputation577,502,079,196
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,820,896
net_rshares0
@ali7119889 ·
this is awesome 
you are the great man
properties (22)
authorali7119889
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t193607513z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 19:36:06
last_update2017-05-26 19:36:06
depth1
children0
last_payout2017-06-02 19:36: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_length38
author_reputation345,517,309,978
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,829,851
net_rshares0
@antarlz ·
So, are you furion or viper? I am confused
properties (22)
authorantarlz
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170929t123413351z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-09-29 12:34:24
last_update2017-09-29 12:34:24
depth1
children2
last_payout2017-10-06 12:34:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation116,873,885,596
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,274,522
net_rshares0
@furion ·
Both.
properties (22)
authorfurion
permlinkre-antarlz-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170929t131036743z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-09-29 13:10:36
last_update2017-09-29 13:10:36
depth2
children1
last_payout2017-10-06 13:10: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_length5
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,277,501
net_rshares0
@antarlz ·
Damn. That must be annoying
properties (22)
authorantarlz
permlinkre-furion-re-antarlz-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170929t131254793z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-09-29 13:13:09
last_update2017-09-29 13:13:09
depth3
children0
last_payout2017-10-06 13:13: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_length27
author_reputation116,873,885,596
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,277,720
net_rshares0
@aqeelmalik ·
congratulations @furion great tool
properties (22)
authoraqeelmalik
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t065408181z
categorysteem
json_metadata{"tags":["steem"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-28 06:54:09
last_update2017-05-28 06:54:09
depth1
children0
last_payout2017-06-04 06:54: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_length34
author_reputation1,771,354,629,409
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,878,911
net_rshares0
@arcange ·
$0.08
You have been mentionned in my hit-parade of 2017.05.26
Congratulations @furion!
Your post was mentioned in my [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170526) in the following categories:

* Upvotes - Ranked 2 with 642 upvotes
* Pending payout - Ranked 1 with $ 1752,81
πŸ‘  , , , , ,
properties (23)
authorarcange
permlinkre-introducing-conductor-a-simple-steem-witness-toolkit-20170526t143856000z
categorysteem
json_metadata""
created2017-05-27 12:38:54
last_update2017-05-27 12:38:54
depth1
children0
last_payout2017-06-03 12:38:54
cashout_time1969-12-31 23:59:59
total_payout_value0.070 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length246
author_reputation1,146,633,668,945,473
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,851,813
net_rshares56,178,915,647
author_curate_reward""
vote details (6)
@avvah ·
I have to be honest.  I'm lost.   :(
πŸ‘  
properties (23)
authoravvah
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t000758403z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-28 00:07:57
last_update2017-05-28 00:07:57
depth1
children0
last_payout2017-06-04 00:07: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_length36
author_reputation769,439,802,936
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,871,168
net_rshares582,841,925
author_curate_reward""
vote details (1)
@businesswri · (edited)
nice :D I don't know what a witness is. Noob 101
πŸ‘  , ,
properties (23)
authorbusinesswri
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t133857428z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 13:38:36
last_update2017-05-26 13:38:57
depth1
children9
last_payout2017-06-02 13:38: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_length48
author_reputation16,587,613,850,587
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,818,431
net_rshares12,261,369,648
author_curate_reward""
vote details (3)
@klye ·
$1.93
We run the servers all over the world that produce the STEEM blockchain blocks which this site runs on top of. :)
πŸ‘  , , , , , , ,
properties (23)
authorklye
permlinkre-businesswri-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t135903747z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 13:59:03
last_update2017-05-26 13:59:03
depth2
children8
last_payout2017-06-02 13:59:03
cashout_time1969-12-31 23:59:59
total_payout_value1.767 HBD
curator_payout_value0.160 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation412,341,527,771,769
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,071
net_rshares1,079,947,149,880
author_curate_reward""
vote details (8)
@businesswri ·
Nice :D thanks for clarifying
properties (22)
authorbusinesswri
permlinkre-klye-re-businesswri-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t140056749z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:00:36
last_update2017-05-26 14:00:36
depth3
children7
last_payout2017-06-02 14:00: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_length29
author_reputation16,587,613,850,587
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,118
net_rshares0
@cryptocrusader ·
Great stuff.  Thanks for the continued flow of info.  With the fear in the markets its important to continue to increase our knowledge.

Cheers
properties (22)
authorcryptocrusader
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t033425865z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-28 03:34:24
last_update2017-05-28 03:34:24
depth1
children0
last_payout2017-06-04 03:34:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation20,228,596,507
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,875,108
net_rshares0
@digital-entrep ·
Nice work
I'm barely 48hrs in steemit and i have voted my first witness
See the details here https://steemit.com/growth/@digital-entrep/what-s-next-after-the-introduceyourself-tag
Feel free to upvote and follow :)
πŸ‘  
properties (23)
authordigital-entrep
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t064321999z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/growth/@digital-entrep/what-s-next-after-the-introduceyourself-tag"],"app":"steemit/0.1"}
created2017-05-27 06:43:24
last_update2017-05-27 06:43:24
depth1
children0
last_payout2017-06-03 06:43:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation109,083,285,646
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,845,309
net_rshares9,477,635,847
author_curate_reward""
vote details (1)
@dracosalieri ·
I am only now starting to understand what witnesses are, nevermind what they do... But I am ambitious, who knows what will happen down the line.
properties (22)
authordracosalieri
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t173724269z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 17:37:21
last_update2017-05-26 17:37:21
depth1
children0
last_payout2017-06-02 17:37: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_length144
author_reputation4,335,910,933,316
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,825,978
net_rshares0
@dragosroua ·
$1.38
Impressive! Congrats! Seems like your last witness interruption led to something really good.
πŸ‘  , , , , , , ,
properties (23)
authordragosroua
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t133843592z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 13:38:42
last_update2017-05-26 13:38:42
depth1
children1
last_payout2017-06-02 13:38:42
cashout_time1969-12-31 23:59:59
total_payout_value1.333 HBD
curator_payout_value0.047 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation372,798,229,806,288
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,818,434
net_rshares816,520,076,193
author_curate_reward""
vote details (8)
@furion ·
$0.25
Yeah, I really had to invest some time into better infrastructure.
πŸ‘  , ,
properties (23)
authorfurion
permlinkre-dragosroua-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t134047990z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 13:40:48
last_update2017-05-26 13:40:48
depth2
children0
last_payout2017-06-02 13:40:48
cashout_time1969-12-31 23:59:59
total_payout_value0.224 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,818,508
net_rshares173,379,916,435
author_curate_reward""
vote details (3)
@elevator09 ·
great post!
properties (22)
authorelevator09
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t142040760z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:20:39
last_update2017-05-26 14:20:39
depth1
children0
last_payout2017-06-02 14:20:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation347,943,041,906,549
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,726
net_rshares0
@emonandels ·
i like your post
properties (22)
authoremonandels
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t204253285z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 20:32:45
last_update2017-05-27 20:32:45
depth1
children0
last_payout2017-06-03 20:32:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation436,204,194,180
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,865,810
net_rshares0
@eric-boucher ·
$0.19
This is awesome work, again! Thanks a bunch for sharing with  us all! All for one and one for all.   Namaste     :)
πŸ‘  ,
properties (23)
authoreric-boucher
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t234719730z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 23:47:21
last_update2017-05-26 23:47:21
depth1
children0
last_payout2017-06-02 23:47:21
cashout_time1969-12-31 23:59:59
total_payout_value0.192 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation68,503,601,066,539
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,836,340
net_rshares132,211,319,962
author_curate_reward""
vote details (2)
@fannyamor ·
Good here I leave this link to see if I can help with this thanks and sorry for the inconvenience https://steemit.com/blocktrades/@fannyamor/question-to-see-if-you-can-help-me-thank-you
πŸ‘  ,
properties (23)
authorfannyamor
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t170917793z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/blocktrades/@fannyamor/question-to-see-if-you-can-help-me-thank-you"],"app":"steemit/0.1"}
created2017-05-26 16:35:54
last_update2017-05-26 16:35:54
depth1
children0
last_payout2017-06-02 16:35:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length185
author_reputation2,833,130,091,483
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,823,862
net_rshares1,230,122,476
author_curate_reward""
vote details (2)
@forykw ·
$0.25
Kind of late... but trying to set this to use. Looks very useful.
πŸ‘  
properties (23)
authorforykw
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20171129t113452596z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-29 11:34:51
last_update2017-11-29 11:34:51
depth1
children1
last_payout2017-12-06 11:34:51
cashout_time1969-12-31 23:59:59
total_payout_value0.185 HBD
curator_payout_value0.061 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation93,070,587,174,835
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,877,727
net_rshares82,667,963,828
author_curate_reward""
vote details (1)
@forykw · (edited)
$0.67
Working! =) nice tool. Now I need to create a docker for it. I have noticed that if the spread is too high... it kind of hangs no?

EDIT: Fixing my comment above. It does not hang. I was using it against a node that did not have the right API. And to be fair it actually does the other way around, which is, it only updates if the spread starts to increase.
πŸ‘  ,
properties (23)
authorforykw
permlinkre-forykw-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20171129t122039267z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-29 12:20:39
last_update2017-12-03 11:24:51
depth2
children0
last_payout2017-12-06 12:20:39
cashout_time1969-12-31 23:59:59
total_payout_value0.501 HBD
curator_payout_value0.166 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length357
author_reputation93,070,587,174,835
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,881,479
net_rshares222,721,398,702
author_curate_reward""
vote details (2)
@hothelp1by1 ·
Pretty Cool!!!! STEEM on..
properties (22)
authorhothelp1by1
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t143839706z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:38:42
last_update2017-05-26 14:38:42
depth1
children0
last_payout2017-06-02 14:38:42
cashout_time1969-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_reputation215,512,501,868
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,820,283
net_rshares0
@imperfect-one ·
@furion I have no idea what are you writing about... Followed :D
properties (22)
authorimperfect-one
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t183836155z
categorysteem
json_metadata{"tags":["steem"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-26 18:38:36
last_update2017-05-26 18:38:36
depth1
children0
last_payout2017-06-02 18:38: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_length64
author_reputation14,794,792,589,844
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,828,014
net_rshares0
@jeff-kubitz ·
$0.05
Great work.  For security, have you thought about a read only hard drive for the OS, Server, and data separate?  Great work my friend @furion
πŸ‘  
properties (23)
authorjeff-kubitz
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t140954677z
categorysteem
json_metadata{"tags":["steem"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-27 14:09:51
last_update2017-05-27 14:09:51
depth1
children0
last_payout2017-06-03 14:09:51
cashout_time1969-12-31 23:59:59
total_payout_value0.048 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation45,985,057,342,618
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,854,055
net_rshares33,699,324,100
author_curate_reward""
vote details (1)
@jraysteem ·
I resteemed this...
properties (22)
authorjraysteem
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t140900274z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:09:09
last_update2017-05-26 14:09:09
depth1
children0
last_payout2017-06-02 14:09: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_length19
author_reputation8,784,912,117,192
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,393
net_rshares0
@karnal ·
Good job!

Have you thought of officially supporting bitshares as well ?
properties (22)
authorkarnal
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t190413298z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 19:04:15
last_update2017-05-27 19:04:15
depth1
children0
last_payout2017-06-03 19:04:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation19,869,197,162,216
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,863,198
net_rshares0
@kevinwong ·
$1.26
Nice! I'm gonna try it out!
πŸ‘  
properties (23)
authorkevinwong
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t053802366z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-28 05:38:03
last_update2017-05-28 05:38:03
depth1
children0
last_payout2017-06-04 05:38:03
cashout_time1969-12-31 23:59:59
total_payout_value0.947 HBD
curator_payout_value0.315 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation621,253,570,295,288
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,877,371
net_rshares692,816,169,445
author_curate_reward""
vote details (1)
@lautenglye ·
nice...resteem and upvote for your post....
properties (22)
authorlautenglye
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t233301123z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-28 23:34:12
last_update2017-05-28 23:34:12
depth1
children0
last_payout2017-06-04 23: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_length43
author_reputation1,745,262,632,168
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,904,289
net_rshares0
@life-dailydose ·
superb!!! followed you!
properties (22)
authorlife-dailydose
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t172239448z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 17:22:36
last_update2017-05-26 17:22:36
depth1
children0
last_payout2017-06-02 17:22: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_length23
author_reputation68,784,836,036
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,825,414
net_rshares0
@lukestokes ·
$1.28
This is amazing. I've held off on running my own witness because I'm more of a programer than an OPS guy, but this is really tempting me to try it out.

Can you recommend a solid host for your witness? Roughly how much do you spend on hosting/bandwidth costs each month to keep your Witness up?

Thanks again for this fantastic resource. When it's this easy to get going, I think we'll always have plenty of witnesses in the Steemit ecosystem.
πŸ‘  , , , , , , , ,
properties (23)
authorlukestokes
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t141815011z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:18:15
last_update2017-05-26 14:18:15
depth1
children12
last_payout2017-06-02 14:18:15
cashout_time1969-12-31 23:59:59
total_payout_value0.965 HBD
curator_payout_value0.315 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length443
author_reputation556,640,380,599,219
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,650
net_rshares765,274,640,335
author_curate_reward""
vote details (9)
@aggroed ·
$3.17
vultr.com  Vitrual Private Server (vps).  $40/mth for an 8gig ram system.  I think that might work.  Still figuring it out myself.
πŸ‘  , , , , , ,
properties (23)
authoraggroed
permlinkre-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t142424177z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:24:24
last_update2017-05-26 14:24:24
depth2
children0
last_payout2017-06-02 14:24:24
cashout_time1969-12-31 23:59:59
total_payout_value2.671 HBD
curator_payout_value0.502 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation1,363,058,564,234,211
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,829
net_rshares1,609,745,196,337
author_curate_reward""
vote details (7)
@ahmadhassan ·
$0.30
appreciable comment. going to follow you too :)
πŸ‘  , , , ,
properties (23)
authorahmadhassan
permlinkre-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t142722953z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 14:27:24
last_update2017-05-27 14:27:24
depth2
children1
last_payout2017-06-03 14:27:24
cashout_time1969-12-31 23:59:59
total_payout_value0.230 HBD
curator_payout_value0.072 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation871,251,759,940
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,854,559
net_rshares199,167,512,840
author_curate_reward""
vote details (5)
@lukestokes ·
Thank you!
properties (22)
authorlukestokes
permlinkre-ahmadhassan-re-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t162719764z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 16:27:18
last_update2017-05-27 16:27:18
depth3
children0
last_payout2017-06-03 16:27:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation556,640,380,599,219
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,858,293
net_rshares0
@furion ·
$1.84
I use hetzner.de, I'm pretty happy with them.
πŸ‘  , , ,
properties (23)
authorfurion
permlinkre-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t145355310z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:53:57
last_update2017-05-26 14:53:57
depth2
children1
last_payout2017-06-02 14:53:57
cashout_time1969-12-31 23:59:59
total_payout_value1.384 HBD
curator_payout_value0.458 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,820,746
net_rshares1,038,901,663,478
author_curate_reward""
vote details (4)
@lukestokes ·
$1.20
Thanks for replying.
πŸ‘  
properties (23)
authorlukestokes
permlinkre-furion-re-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t145518574z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:55:18
last_update2017-05-26 14:55:18
depth3
children0
last_payout2017-06-02 14:55:18
cashout_time1969-12-31 23:59:59
total_payout_value1.192 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation556,640,380,599,219
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,820,782
net_rshares721,241,320,323
author_curate_reward""
vote details (1)
@l0k1 ·
$0.44
I highly recommend contabo.com 

Note that @furion did not mention: do not run these scripts on a machine  you don't have physical control of, setting price feeds requires your active key.
πŸ‘  , , , ,
properties (23)
authorl0k1
permlinkre-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t044958250z
categorysteem
json_metadata{"tags":["steem"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-27 04:49:57
last_update2017-05-27 04:49:57
depth2
children2
last_payout2017-06-03 04:49:57
cashout_time1969-12-31 23:59:59
total_payout_value0.331 HBD
curator_payout_value0.108 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation94,800,257,230,993
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,843,108
net_rshares287,238,964,098
author_curate_reward""
vote details (5)
@scharfsinn · (edited)
i'm trying on contabo to install a witness node, without success. i can non update_witness in the wallet.
πŸ‘  
properties (23)
authorscharfsinn
permlinkre-l0k1-re-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170717t091850696z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-07-17 09:18:51
last_update2017-07-17 09:47:21
depth3
children1
last_payout2017-07-24 09:18:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation2,426,379,852
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,748,608
net_rshares1,888,236,023
author_curate_reward""
vote details (1)
@macko ·
you could try omkhost.com
properties (22)
authormacko
permlinkre-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170725t130521661z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-07-25 13:05:42
last_update2017-07-25 13:05:42
depth2
children1
last_payout2017-08-01 13:05:42
cashout_time1969-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_reputation38,761,707,004
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,664,142
net_rshares0
@lukestokes ·
I've been up and running for just under two months as @lukestokes.mhth using @privex and I'm quite happy so far with it.
πŸ‘  
properties (23)
authorlukestokes
permlinkre-macko-re-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170725t150048463z
categorysteem
json_metadata{"tags":["steem"],"users":["lukestokes.mhth","privex"],"app":"steemit/0.1"}
created2017-07-25 15:00:45
last_update2017-07-25 15:00:45
depth3
children0
last_payout2017-08-01 15:00:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length120
author_reputation556,640,380,599,219
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,677,292
net_rshares0
author_curate_reward""
vote details (1)
@someguy123 ·
$1.23
My company @privex offers a small 8GB VPS, perfect for witnesses, for just $30/mo - unlike other hosts, we guarantee you won't miss any blocks (assuming your witness is configured correctly, which we can help you with).

If you miss a block on our network, we'll refund you $2 for each block.

We also take STEEM, LTC, and BTC, unlike most big hosts :)

PM me on STEEMIT.CHAT if you're interested
πŸ‘  , , , ,
properties (23)
authorsomeguy123
permlinkre-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170529t123211329z
categorysteem
json_metadata{"tags":["steem"],"users":["privex"],"app":"steemit/0.1"}
created2017-05-29 12:32:12
last_update2017-05-29 12:32:12
depth2
children1
last_payout2017-06-05 12:32:12
cashout_time1969-12-31 23:59:59
total_payout_value0.924 HBD
curator_payout_value0.303 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length396
author_reputation103,945,664,283,580
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,920,134
net_rshares574,668,108,603
author_curate_reward""
vote details (5)
@lukestokes ·
Thanks, I may give that a shot! I like the idea of supporting a fellow Steemian and paying in STEEM currency.
properties (22)
authorlukestokes
permlinkre-someguy123-re-lukestokes-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170529t172749461z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-29 17:27:48
last_update2017-05-29 17:27:48
depth3
children0
last_payout2017-06-05 17:27:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation556,640,380,599,219
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,928,714
net_rshares0
@marzukibrain ·
nice post,pleas upvote my post thank you.....
properties (22)
authormarzukibrain
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t180235229z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 18:03:09
last_update2017-05-26 18:03:09
depth1
children0
last_payout2017-06-02 18:03: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_length45
author_reputation4,983,437,776,875
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,826,841
net_rshares0
@mining1 ·
Doesn't work. 
 http://i.imgur.com/nEvcX5S.jpg
properties (22)
authormining1
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t000309865z
categorysteem
json_metadata{"tags":["steem"],"image":["http://i.imgur.com/nEvcX5S.jpg"],"app":"steemit/0.1"}
created2017-05-28 00:03:12
last_update2017-05-28 00:03:12
depth1
children4
last_payout2017-06-04 00:03: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_length46
author_reputation645,428,314
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,871,081
net_rshares0
@furion ·
1.) You need Python 3.5 or higher
2.) I'm not sure if it works under Windows.
properties (22)
authorfurion
permlinkre-mining1-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t012504367z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-28 01:25:03
last_update2017-05-28 01:25:03
depth2
children3
last_payout2017-06-04 01:25: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_length77
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,872,529
net_rshares0
@mining1 · (edited)
https://i.imgur.com/xhTsfIm.png
In Ubuntu, on Python 3.5. Errors start at "Failed building wheel for Scrypt".
properties (22)
authormining1
permlinkre-furion-re-mining1-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t043359411z
categorysteem
json_metadata{"tags":["steem"],"image":["https://i.imgur.com/xhTsfIm.png"],"app":"steemit/0.1"}
created2017-05-28 04:33:57
last_update2017-05-28 04:35:39
depth3
children2
last_payout2017-06-04 04:33: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_length109
author_reputation645,428,314
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,876,164
net_rshares0
@ozzy-vega ·
Awesome
properties (22)
authorozzy-vega
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t213255578z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 21:32:57
last_update2017-05-27 21:32:57
depth1
children0
last_payout2017-06-03 21:32: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_length7
author_reputation13,346,145,639,350
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,867,432
net_rshares0
@raihanrahman ·
thank for your great information and post.
properties (22)
authorraihanrahman
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170930t082224662z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-09-30 08:22:24
last_update2017-09-30 08:22:24
depth1
children0
last_payout2017-10-07 08:22:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation530,866,524,718
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,355,683
net_rshares0
@richguy ·
Quite technical but educative. What is the benefit of this?
πŸ‘  
properties (23)
authorrichguy
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t135659365z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 13:57:00
last_update2017-05-26 13:57:00
depth1
children6
last_payout2017-06-02 13:57:00
cashout_time1969-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_reputation3,799,890,794,265
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,004
net_rshares5,627,149,010
author_curate_reward""
vote details (1)
@furion ·
If you want to create a [Steem witness](https://steemdb.com/witnesses), this is an easy way to do so.
πŸ‘  
properties (23)
authorfurion
permlinkre-richguy-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t140037034z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemdb.com/witnesses"],"app":"steemit/0.1"}
created2017-05-26 14:00:39
last_update2017-05-26 14:00:39
depth2
children5
last_payout2017-06-02 14:00:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,119
net_rshares5,627,149,010
author_curate_reward""
vote details (1)
@richguy ·
Ok I wana do that now but I want to ask if there is any added benefit of creating it as a steemit user?
πŸ‘  
properties (23)
authorrichguy
permlinkre-furion-re-richguy-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t140359646z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 14:04:03
last_update2017-05-26 14:04:03
depth3
children4
last_payout2017-06-02 14:04: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_length103
author_reputation3,799,890,794,265
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,230
net_rshares5,512,309,235
author_curate_reward""
vote details (1)
@rsrb ·
Very informative post. Thank you for sharing your knowledge.
properties (22)
authorrsrb
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170930t073916148z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-09-30 07:39:15
last_update2017-09-30 07:39:15
depth1
children0
last_payout2017-10-07 07:39:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation-78,711,170,484
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,352,888
net_rshares0
@rymlen ·
Upvote and followed! Thank you for the clear explanation. Good luck with your own witness
properties (22)
authorrymlen
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t153711799z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 15:37:12
last_update2017-05-26 15:37:12
depth1
children0
last_payout2017-06-02 15:37: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_length89
author_reputation68,990,534,338,096
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,822,034
net_rshares0
@scharfsinn ·
Thank you for the Guide. 
How i can install Python 3.5 or higher and make it running on Ubuntu. For make it possible to run.       

pip install -U git+https://github.com/Netherdrake/conductor

Thank you for helping
properties (22)
authorscharfsinn
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170717t122742195z
categorysteem
json_metadata{"tags":["steem"],"links":["https://github.com/Netherdrake/conductor"],"app":"steemit/0.1"}
created2017-07-17 12:27:42
last_update2017-07-17 12:27:42
depth1
children1
last_payout2017-07-24 12:27:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length215
author_reputation2,426,379,852
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,762,832
net_rshares0
@scharfsinn ·
with conductor docker bases on this guide, i have now i running witness

 https://steemit.com/witness-category/@drakos/witness-tools-conductor-docker 

thank you ;-)
properties (22)
authorscharfsinn
permlinkre-scharfsinn-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170717t143408397z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/witness-category/@drakos/witness-tools-conductor-docker"],"app":"steemit/0.1"}
created2017-07-17 14:34:09
last_update2017-07-17 14:34:09
depth2
children0
last_payout2017-07-24 14:34: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_length165
author_reputation2,426,379,852
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,772,697
net_rshares0
@sikawura ·
πŸ‘
properties (22)
authorsikawura
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170528t155005390z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-28 15:50:03
last_update2017-05-28 15:50:03
depth1
children0
last_payout2017-06-04 15:50: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_length1
author_reputation34,170,387,525
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,891,060
net_rshares0
@silur ·
congratulations @furion great tool.
properties (22)
authorsilur
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170930t075738004z
categorysteem
json_metadata{"tags":["steem"],"users":["furion"],"app":"steemit/0.1"}
created2017-09-30 07:57:39
last_update2017-09-30 07:57:39
depth1
children0
last_payout2017-10-07 07:57:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation-72,765,297,959
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,354,047
net_rshares0
@slowwalker ·
Thank you for your work.
You are my witness from now.
properties (22)
authorslowwalker
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t032724455z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 03:27:27
last_update2017-05-27 03:27:27
depth1
children0
last_payout2017-06-03 03:27: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_length53
author_reputation1,364,379,573,060,016
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,841,419
net_rshares0
@steemitboard ·
Congratulations @furion! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/toppayoutday.png)](http://steemitboard.com/@furion) Your post got the highest payout on one day

Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

If you want to support the SteemitBoard project, your upvote for this notification is welcome!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-furion-20170528t023117000z
categorysteem
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-05-28 00:31:36
last_update2017-05-28 00:31:36
depth1
children0
last_payout2017-06-04 00:31: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_length633
author_reputation38,975,615,169,260
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,871,570
net_rshares0
@steemquestions ·
$0.18
All witnesses would have to agree on that interest rate though?  Good tool; paging @klye.
πŸ‘  , , ,
properties (23)
authorsteemquestions
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t134638918z
categorysteem
json_metadata{"tags":["steem"],"users":["klye"],"app":"steemit/0.1"}
created2017-05-26 13:46:42
last_update2017-05-26 13:46:42
depth1
children2
last_payout2017-06-02 13:46:42
cashout_time1969-12-31 23:59:59
total_payout_value0.164 HBD
curator_payout_value0.019 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation838,530,163,324
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,818,705
net_rshares128,326,747,087
author_curate_reward""
vote details (4)
@furion · (edited)
You can set any interest rate you like. In the end, the average of all witnesses input is taken.
πŸ‘  ,
properties (23)
authorfurion
permlinkre-steemquestions-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t135913657z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 13:59:12
last_update2017-05-26 13:59:54
depth2
children0
last_payout2017-06-02 13:59: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_length96
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,074
net_rshares11,165,557,048
author_curate_reward""
vote details (2)
@klye ·
$1.24
Good page! I've actually got a few scripts similar to this I use to do my price feeds and failover to backup. :)
πŸ‘  , , ,
properties (23)
authorklye
permlinkre-steemquestions-re-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t135944057z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-26 13:59:42
last_update2017-05-26 13:59:42
depth2
children0
last_payout2017-06-02 13:59:42
cashout_time1969-12-31 23:59:59
total_payout_value1.216 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation412,341,527,771,769
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,819,088
net_rshares743,628,858,784
author_curate_reward""
vote details (4)
@tamsguitar ·
Impressive but my mind is locked in the dreams of #STEEMQ . Any updates will be highly appreciated. I am working on the contents everyday can wait to publish. Anyway the witness feature looks cool and it will look cooler to me once i find a few more uses. Thanks for everything. Cheers!!!!!
πŸ‘  
properties (23)
authortamsguitar
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t182121635z
categorysteem
json_metadata{"tags":["steemq","steem"],"app":"steemit/0.1"}
created2017-05-26 18:22:09
last_update2017-05-26 18:22:09
depth1
children0
last_payout2017-06-02 18:22: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_length290
author_reputation52,097,680,644,087
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,827,461
net_rshares1,485,056,379
author_curate_reward""
vote details (1)
@teamsteem ·
Anything that can simplify witnessing more convenient  is very much welcome. I'll eventually try it.
properties (22)
authorteamsteem
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t155702287z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 15:56:36
last_update2017-05-27 15:56:36
depth1
children0
last_payout2017-06-03 15:56: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_length100
author_reputation284,804,541,406,803
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,857,233
net_rshares0
@the-ego-is-you ·
Now voting for @furion
properties (22)
authorthe-ego-is-you
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170526t183531434z
categorysteem
json_metadata{"tags":["steem"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-26 18:35:30
last_update2017-05-26 18:35:30
depth1
children0
last_payout2017-06-02 18:35: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_reputation7,031,347,556,614
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,827,920
net_rshares0
@transisto ·
$1.22
#steemdev
πŸ‘  , ,
properties (23)
authortransisto
permlinkre-furion-2017526t115554786z
categorysteem
json_metadata{"tags":"steem","app":"esteem/1.4.4","format":"markdown+html"}
created2017-05-26 15:55:57
last_update2017-05-26 15:55:57
depth1
children1
last_payout2017-06-02 15:55:57
cashout_time1969-12-31 23:59:59
total_payout_value0.913 HBD
curator_payout_value0.305 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation330,357,940,720,833
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries
0.
accountesteemapp
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,822,569
net_rshares736,584,272,731
author_curate_reward""
vote details (3)
@furion ·
$1.85
I keep forgetting :(
I have a few more goodies coming out soon, hopefully I get #steemdev into muscle memory.
πŸ‘  , , ,
properties (23)
authorfurion
permlinkre-transisto-re-furion-2017526t115554786z-20170526t194906462z
categorysteem
json_metadata{"tags":["steemdev","steem"],"app":"steemit/0.1"}
created2017-05-26 19:49:06
last_update2017-05-26 19:49:06
depth2
children0
last_payout2017-06-02 19:49:06
cashout_time1969-12-31 23:59:59
total_payout_value1.387 HBD
curator_payout_value0.459 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation116,503,940,714,958
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,830,271
net_rshares1,038,269,782,537
author_curate_reward""
vote details (4)
@zaragast ·
I'm​ following you, please follow me and upvote me. An upvote from you may help​ me to turn competitive in steemit :)
πŸ‘  ,
properties (23)
authorzaragast
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t140427435z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 14:04:27
last_update2017-05-27 14:04:27
depth1
children0
last_payout2017-06-03 14:04: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_length117
author_reputation63,560,137,041,044
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,853,934
net_rshares2,549,437,501
author_curate_reward""
vote details (2)
@zhanmusi ·
Awesome. I'm always learning new things here.
πŸ‘  
properties (23)
authorzhanmusi
permlinkre-furion-introducing-conductor-a-simple-steem-witness-toolkit-20170527t035127934z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-05-27 03:51:27
last_update2017-05-27 03:51:27
depth1
children0
last_payout2017-06-03 03:51: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_length45
author_reputation5,566,405,034,040
root_title"Introducing conductor, a simple Steem Witness Toolkit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,841,899
net_rshares4,049,291,026
author_curate_reward""
vote details (1)