create account

Lessons learned from failing as a witness by furion

View this thread on: hive.blogpeakd.comecency.com
· @furion · (edited)
$2,154.98
Lessons learned from failing as a witness
About a week ago, my witness node crashed abruptly. No errors, no trace. My guess is that the steemd process has been killed by the kernel when the system ran out of ram (32GB setup).

My setup had been a mess. A manually configured server, and a few scripts running on my PC (feed, killswitch). I had no backup node.

To make matters worse, when my node crashed, my kill-switch hadn't been running, and I was AFK. This caused me to miss 90 blocks. I tried re-building the node, but steemd failed me on the first attempt. So I had to re-sync twice, which caused a whole day outage for my witness.

**My negligence got me kicked out of the witness pool.**

## Never give up
At first, I was going to give up, and quit as a witness. But the thought of that alone made me really sad. Being a witness is part of my Steemit identity, and I've decided to turn my failure into an opportunity to create an awesome setup.

## The setup
I now have a 4-server cluster, in 2 datacenters (Paris and Amsterdam).
1.) Witness node A, running latest version of steemd (ie 0.19.0.rc1)
2.) Witness node B, running a known stable version of steemd (ie 0.18.2)
3.) conductor node, publishing price feeds and handling failovers.
4.) A public seed node (seed.steemdata.com:2001)

## Witness Nodes
The witness nodes are quad-core xeon's, with 32GB ram each, and 2 SSDS.
I am hosting steemd in docker, and its data volume is mounted to second, larger SSD.
The first SSD also has a 16GB swap file.

The node setup is still manual, and fairly arduous, but fortunately it only has to be done once per server.


## Management
Managing a witness can be messy, which is why I developed a neat command line app ([conductor](https://github.com/Netherdrake/conductor)). 


### Generating Keys
I will begin by generating signing keys.
I will generate new signing key every time I deploy a new node, for security and double-signing prevention reasons.

```
conductor key-gen
```
.
![keys.png](https://steemitimages.com/DQmYiNx4rkGpRs8SUcXnh3hBrpqBQ4WEEx8oBPebtAecyiL/keys.png)

Here I generate 2 key-pairs. **Each witness node gets its own private key**. This is very important to get right, because having the same signing key on more than one node could lead to double-signing, which is a quick way to get into serious trouble.

### Setting up automated failover
Once both witness nodes are up and running, its time to prepare the failover plan.

If my main witness node A is signing with key SK-A, and my backup witness node B is signing with key SK-B, I will enable my witness with SK-B, and make it failover to SK-B.

```
conductor kill-switch --second-key <SK-B>
```

or more concretely (see screenshot above):
```
conductor kill-switch --second-key STM5kZnvU8R1zqSn6yg6ERiGfffDupxznRureyJrLQfSp6QcKsTUk
```

Here is what happens in the event of a node failure:
1.) Witness node A fails. Once 10 blocks are missed, `kill-switch` will change the signing node to backup node B, by assigning its public key (SK-B).
2.) If witness node B fails as well, my witness will be automatically disabled to avoid missing more blocks.

### Enabling the witness
Now that the failover is configured, its time to enable the witness.
This is done with `conductor enable` command, and assigning primary node key to it (SK-A).

```
conductor enable <SK-A>
```

or more concretely (see screenshot above):
```
conductor enable STM5yjjAg4ApWoMHLTHbAss7EFC3LxyiEoAcivaTNKBtpSaD5WtyJ
```

### Running the price feeds
The last component of running a witness is providing an accurate, reliable feed.

I've developed a feed publishing tool into `conductor` as well:
```
conductor feed
```
You can see more options for feeds [here](https://github.com/Netherdrake/conductor#price-feeds).

## Thank you
Thank you for supporting my witness. It means a lot to me. Any suggestions for further improvements are welcome.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 649 others
properties (23)
authorfurion
permlinklessons-learned-from-failing-as-a-witness
categorywitness-update
json_metadata{"tags":["witness-update","conductor","witness-category"],"image":["https://steemitimages.com/DQmYiNx4rkGpRs8SUcXnh3hBrpqBQ4WEEx8oBPebtAecyiL/keys.png"],"links":["https://github.com/Netherdrake/conductor","https://github.com/Netherdrake/conductor#price-feeds"],"app":"steemit/0.1","format":"markdown"}
created2017-05-31 12:00:57
last_update2017-05-31 21:07:33
depth0
children65
last_payout2017-06-07 12:00:57
cashout_time1969-12-31 23:59:59
total_payout_value1,990.437 HBD
curator_payout_value164.547 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,853
author_reputation116,503,940,714,958
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,991,923
net_rshares60,061,848,629,871
author_curate_reward""
vote details (713)
@ackza · (edited)
$2.93
It was me, i hax0red ur steem node, I couldnt help myself
https://media.giphy.com/media/bciH1U4Us3CEg/giphy.gif
here is a screenshot of my setup 



and here is how i got into your Steemit server
http://static.fjcdn.com/gifs/How+to+be+1337+h4x0r_b07187_5415305.gif
👍  ,
properties (23)
authorackza
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170603t200511588z
categorywitness-update
json_metadata{"tags":["witness-update"],"image":["https://media.giphy.com/media/bciH1U4Us3CEg/giphy.gif","http://static.fjcdn.com/gifs/How+to+be+1337+h4x0r_b07187_5415305.gif"],"app":"steemit/0.1"}
created2017-06-03 20:05:30
last_update2017-06-03 20:06:09
depth1
children0
last_payout2017-06-10 20:05:30
cashout_time1969-12-31 23:59:59
total_payout_value2.393 HBD
curator_payout_value0.534 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length264
author_reputation287,699,265,906,974
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,125,547
net_rshares700,838,574,643
author_curate_reward""
vote details (2)
@allmonitors ·
good stuff here
properties (22)
authorallmonitors
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t210745409z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 21:07:45
last_update2017-05-31 21:07:45
depth1
children0
last_payout2017-06-07 21:07: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_length15
author_reputation1,269,144,994,202,445
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,008,279
net_rshares0
@andr1an0 · (edited)
Despite all the struggle you have gone through you still manage to handle the situation like  a pro and to keep things working back as it was. Hats off, you deserve a gold medal for not giving up.  We all know how hard all the witnesses are working to keep the community growing .  I wish you good luck for the future and hope you have learn from your mistake!
properties (22)
authorandr1an0
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170715t120555622z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-07-15 12:06:03
last_update2017-07-15 12:06:45
depth1
children0
last_payout2017-07-22 12:06: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_length360
author_reputation-109,211,873,477
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,562,115
net_rshares0
@andu ·
$5.22
Hey. Some time ago I was actually thinking about a way to help witnesses and other Steem app developers get informed whenever there are issues with their servers (downtime/functionality etc.) when they aren't online. It would eventually imply a phone call with a prerecorded message to be placed to the owner of the witness/app and the trigger would be from one of the other witnesses to avoid sibyls.
What I though of obviously preserves privacy and ensures a transparent flow to trigger a call to the affected owner. It would also be offered for free.
As much  as we'd want, you can't be on 24/7 or even forecast issues.

Would something like this be of interest to you as a witness?
👍  , , , , , , , , ,
properties (23)
authorandu
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t121614473z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:16:30
last_update2017-05-31 12:16:30
depth1
children6
last_payout2017-06-07 12:16:30
cashout_time1969-12-31 23:59:59
total_payout_value4.370 HBD
curator_payout_value0.848 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length685
author_reputation5,355,583,123,081
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,337
net_rshares1,650,527,237,494
author_curate_reward""
vote details (10)
@furion · (edited)
$0.07
A twillio sms would be preferable to a phone call. Also, if its something running on the server, it has to be open-source.
👍  
properties (23)
authorfurion
permlinkre-andu-re-furion-lessons-learned-from-failing-as-a-witness-20170531t122702429z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:27:03
last_update2017-05-31 12:27:09
depth2
children5
last_payout2017-06-07 12:27:03
cashout_time1969-12-31 23:59:59
total_payout_value0.068 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation116,503,940,714,958
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,592
net_rshares31,795,287,355
author_curate_reward""
vote details (1)
@alexpmorris ·
$0.08
I've implemented something like this for my trading platform <a href="http://www.tymorapro.com">tymoraPRO</a> that gives alerts and warnings whenever any network line, service, or datafeed  goes down or doesn't check in within the designated amount of time.  At that point, my server-monitor app sends an alert  to prowlapp that immediately pops up on my mobile device (better than SMS, since you can include more information if necessary, and without potential SMS fees either).  Of course, you could also easily link twillio as well (and/or), as I recall the twillio API is pretty similar and straight-forward.

https://www.prowlapp.com/
API: https://www.prowlapp.com/api.php

If you really want to go all the way with this, here are a few other  open source projects that may already do most of the work for you and provide potentially much more robust (albeit more weighty) solutions as well:

libraries:
https://github.com/uniqush/uniqush-push
https://github.com/jreese/znc-push

complete systems:
https://github.com/huginn/huginn
https://github.com/Netflix/Hystrix
https://github.com/OpenNMS/opennms

If you need any help setting something up, let me know, I'd be happy to assist where I can.
👍  ,
properties (23)
authoralexpmorris
permlinkre-furion-re-andu-re-furion-lessons-learned-from-failing-as-a-witness-20170601t020517068z
categorywitness-update
json_metadata{"tags":["witness-update"],"links":["http://www.tymorapro.com","https://www.prowlapp.com/","https://www.prowlapp.com/api.php","https://github.com/uniqush/uniqush-push","https://github.com/jreese/znc-push","https://github.com/huginn/huginn","https://github.com/Netflix/Hystrix","https://github.com/OpenNMS/opennms"],"app":"steemit/0.1"}
created2017-06-01 02:05:15
last_update2017-06-01 02:05:15
depth3
children2
last_payout2017-06-08 02:05:15
cashout_time1969-12-31 23:59:59
total_payout_value0.058 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,198
author_reputation32,063,874,290,523
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,015,932
net_rshares31,833,838,548
author_curate_reward""
vote details (2)
@andu ·
It would definitely be open source and fully transparent in its process. Option for SMS instead of phone call is also an option. The idea of a phone call is that you can ignore a text when you're sleeping generally. It would buzz just like when you received an email.
Also, the idea of a phone call is that you can get a burner number, register that one with my app, and get it redirected to your real number without exposing that one to anyone.

It also depends on everyone's priorities, maybe someone doesn't want to be awaken by a particular app being down  :) and would prefer to see it when they wake up.
OK. Ill think about it and work out a plan then.
properties (22)
authorandu
permlinkre-furion-re-andu-re-furion-lessons-learned-from-failing-as-a-witness-20170531t123141485z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:31:54
last_update2017-05-31 12:31:54
depth3
children0
last_payout2017-06-07 12:31: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_length658
author_reputation5,355,583,123,081
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,702
net_rshares0
@yehey ·
Hi @furion

What are the qualification to become a witness? I think I have the skill set to tackle this challenge, consider it another chapter of my IT life :)

Let me know sir.

Thank you,
@Yehey
properties (22)
authoryehey
permlinkre-furion-re-andu-re-furion-lessons-learned-from-failing-as-a-witness-20170622t200035489z
categorywitness-update
json_metadata{"tags":["witness-update"],"users":["furion","yehey"],"app":"steemit/0.1"}
created2017-06-22 20:00:39
last_update2017-06-22 20:00:39
depth3
children0
last_payout2017-06-29 20: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_length196
author_reputation22,184,787,552,504
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,674,419
net_rshares0
@arcange ·
You have been mentionned in my hit-parade of 2017.05.31
Congratulations @furion!
Your post was mentioned in my [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170531) in the following categories:

* Upvotes - Ranked 4 with 567 upvotes
* Pending payout - Ranked 1 with $ 1106,11
properties (22)
authorarcange
permlinkre-lessons-learned-from-failing-as-a-witness-20170531t163532000z
categorywitness-update
json_metadata""
created2017-06-01 14:35:30
last_update2017-06-01 14:35:30
depth1
children0
last_payout2017-06-08 14: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_length246
author_reputation1,146,606,639,109,506
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,033,246
net_rshares0
@atcexperts ·
Very nice,,,

My profile
https://steemit.com/@atcexperts
My blog
The most effective method to Achieve Perfect Focus.
Follow me and vote for my blog
keep in touch
properties (22)
authoratcexperts
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20171007t115806261z
categorywitness-update
json_metadata{"tags":["witness-update"],"links":["https://steemit.com/@atcexperts"],"app":"steemit/0.1"}
created2017-10-07 11:58:18
last_update2017-10-07 11:58:18
depth1
children0
last_payout2017-10-14 11:58: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_length161
author_reputation1,863,553,064
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,002,111
net_rshares0
@badflipper ·
very nice
properties (22)
authorbadflipper
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20180923t174159830z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2018-09-23 17:42:00
last_update2018-09-23 17:42:00
depth1
children0
last_payout2018-09-30 17:42: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_length9
author_reputation211,067,694
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,054,226
net_rshares0
@bbrewer ·
Thanks for this peek into the workings and challenges of being a witness!
properties (22)
authorbbrewer
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t144151443z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 14:41:57
last_update2017-05-31 14:41:57
depth1
children0
last_payout2017-06-07 14:41: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_length73
author_reputation7,852,511,958,185
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,996,574
net_rshares0
@bitcoinluxury ·
Now is witnessing another form of minting coins? Are they the ones who power the steemit network? Sorry I am not great at understanding these more technical words
properties (22)
authorbitcoinluxury
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t172703687z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 17:27:03
last_update2017-05-31 17:27:03
depth1
children0
last_payout2017-06-07 17:27: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_length162
author_reputation43,735,286,558
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,002,163
net_rshares0
@bitcoinparadise ·
Ouch. That's great that you were able to improve on it. It makes me want to fire up my witness again.
properties (22)
authorbitcoinparadise
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t211410500z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 21:14:18
last_update2017-05-31 21:14:18
depth1
children0
last_payout2017-06-07 21:14: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_length101
author_reputation52,935,636,369,082
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,008,510
net_rshares0
@bleujay ·
Thank you for posting @furion.

So glad to hear you are still in.....appreciate your perseverance.

All the best to you.  Cheers.
properties (22)
authorbleujay
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t132613936z
categorywitness-update
json_metadata{"tags":["witness-update"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-31 13:26:18
last_update2017-05-31 13:26:18
depth1
children0
last_payout2017-06-07 13:26: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_length129
author_reputation208,488,067,154,228
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,994,247
net_rshares0
@bronxb17 ·
All this is way over my head but I do know that you play an important part in the success of steemit and we thank you for that. I gave you a vote, for the little my vote is worth.
properties (22)
authorbronxb17
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170618t000056984z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-18 00:00:57
last_update2017-06-18 00:00:57
depth1
children0
last_payout2017-06-25 00:00: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_length179
author_reputation985,171,153,288
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,134,899
net_rshares0
@carloserp2000 ·
excelente publicacion felicidades
properties (22)
authorcarloserp2000
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t205156376z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 20:51:51
last_update2017-05-31 20:51:51
depth1
children0
last_payout2017-06-07 20:51: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_length33
author_reputation2,142,106,777,769
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,007,755
net_rshares0
@chriswilcox28 ·
Hey man are there any good tutorials you could point me to do i can learn more about running some servers. I have lots of hardware just need to know the ins and outs of What you are doing. Like do you get paid for this? Bandwidth needed? You know what I mean? Thanks.
properties (22)
authorchriswilcox28
permlinkre-furion-2017531t192154953z
categorywitness-update
json_metadata{"tags":"witness-update","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-01 00:21:57
last_update2017-06-01 00:21:57
depth1
children0
last_payout2017-06-08 00:21: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_length267
author_reputation24,299,014,919
root_title"Lessons learned from failing as a witness"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,013,479
net_rshares0
@cryptohazard ·
interesting! I want to become a witness to have a more vocal role in this community that I like.  This will give me an excuse to build more things around Steemit.
properties (22)
authorcryptohazard
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170620t204658694z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-20 20:46:57
last_update2017-06-20 20:46:57
depth1
children0
last_payout2017-06-27 20:46: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_length162
author_reputation17,111,780,434,071
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,406,519
net_rshares0
@cryptopie ·
You seem to be competent enough for my vote as a witness @furion
I will vote for you.
I only request for improvements in the steemit system favoring minnows to encourage them in using the steemit platform.
Right now I just see capitalism in here. We need a balance in making a profit. That's all I want to say. Thank you.
properties (22)
authorcryptopie
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170701t051036735z
categorywitness-update
json_metadata{"tags":["witness-update"],"users":["furion"],"app":"steemit/0.1"}
created2017-07-01 05:10:39
last_update2017-07-01 05:10:39
depth1
children0
last_payout2017-07-08 05:10: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_length321
author_reputation829,274,168,394,582
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,850,237
net_rshares0
@danlocks.com ·
You have my vote!
properties (22)
authordanlocks.com
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170608t072538832z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-08 07:25:39
last_update2017-06-08 07:25:39
depth1
children0
last_payout2017-06-15 07:25: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_length17
author_reputation110,636,848,734
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,388,185
net_rshares0
@dreamrafa ·
wow!, seems like those node wont crash anymore!, keep the good work! :D
properties (22)
authordreamrafa
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t131906718z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 13:19:06
last_update2017-05-31 13:19:06
depth1
children0
last_payout2017-06-07 13:19: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_length71
author_reputation178,378,192,142,151
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,994,051
net_rshares0
@eric-boucher ·
Thanks a lot for your honesty, humility and clarity in this matter. May the force stay with us and with you from here on!   ;)

Namaste    :)
👍  
properties (23)
authoreric-boucher
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t152835812z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 15:23:18
last_update2017-05-31 15:23:18
depth1
children0
last_payout2017-06-07 15:23: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_length141
author_reputation68,503,601,066,539
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,997,973
net_rshares8,256,542,586
author_curate_reward""
vote details (1)
@fingersik ·
[Fall and Stand up](https://youtu.be/1lzQeIp9Xec?t=44s) - never ending cycle of life. I’m not turning my back on you and you still deserve my witness up vote. Acknowledgment of failure is the first step, working on correction is the second and you have successfully managed both.
👍  
properties (23)
authorfingersik
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t125359123z
categorywitness-update
json_metadata{"tags":["witness-update"],"links":["https://youtu.be/1lzQeIp9Xec?t=44s"],"app":"steemit/0.1"}
created2017-05-31 12:53:57
last_update2017-05-31 12:53:57
depth1
children0
last_payout2017-06-07 12:53: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_length279
author_reputation48,268,764,621,908
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,993,310
net_rshares231,231,126
author_curate_reward""
vote details (1)
@gabrielmrpr ·
that's great work you have done, Im planing maybe inthe furute be a witness myself but I dont fell ready jet I still have a lot to learn.
properties (22)
authorgabrielmrpr
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t163051575z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 15:25:12
last_update2017-05-31 15:25:12
depth1
children0
last_payout2017-06-07 15:25: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_length137
author_reputation3,117,104,266,786
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,998,049
net_rshares0
@indiandigitizer · (edited)
Namaste @furion,

Going through all the Witness threads to vote for them - your thread is more like a reply on Stackoverflow - LOL.

Nothing wrong with that - you have skills that are essential for Steem.

My vote goes to you :)
properties (22)
authorindiandigitizer
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170620t082552568z
categorywitness-update
json_metadata{"tags":["witness-update"],"users":["furion"],"app":"steemit/0.1"}
created2017-06-20 08:25:54
last_update2017-06-20 08:26:54
depth1
children0
last_payout2017-06-27 08:25: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_length228
author_reputation161,802,072,470
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,332,097
net_rshares0
@indiantraveller ·
very well wishes for you!! good luck
properties (22)
authorindiantraveller
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t151820836z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 15:18:21
last_update2017-05-31 15:18:21
depth1
children0
last_payout2017-06-07 15:18: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_length36
author_reputation9,709,061,756,354
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,997,809
net_rshares0
@intelliguy ·
$1.96
Are you logging both RAM and CPU every minute to a text file via cron? This would help you see how your server was doing up and to a minute before the crash.

Also if you know what block you crashed at, you could go looking for it, to see what it contained.
👍  , , , , , , ,
properties (23)
authorintelliguy
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t122055676z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:20:57
last_update2017-05-31 12:20:57
depth1
children1
last_payout2017-06-07 12:20:57
cashout_time1969-12-31 23:59:59
total_payout_value1.896 HBD
curator_payout_value0.067 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length257
author_reputation62,276,657,564,898
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,447
net_rshares740,891,758,068
author_curate_reward""
vote details (8)
@furion ·
$0.11
Good idea, I should setup some monitoring/logging.
👍  , ,
properties (23)
authorfurion
permlinkre-intelliguy-re-furion-lessons-learned-from-failing-as-a-witness-20170531t122617816z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:26:18
last_update2017-05-31 12:26:18
depth2
children0
last_payout2017-06-07 12:26:18
cashout_time1969-12-31 23:59:59
total_payout_value0.098 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation116,503,940,714,958
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,574
net_rshares49,731,224,304
author_curate_reward""
vote details (3)
@irja ·
$0.43
i really have no idea what you are talking about :-) but it is great that you get back up instead of give up.
👍  ,
properties (23)
authorirja
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t200407131z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 20:04:12
last_update2017-05-31 20:04:12
depth1
children1
last_payout2017-06-07 20:04:12
cashout_time1969-12-31 23:59:59
total_payout_value0.324 HBD
curator_payout_value0.105 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation593,102,189,681
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,006,090
net_rshares173,166,514,851
author_curate_reward""
vote details (2)
@deimus ·
Yeah, this.
I was just reading on pretending to myself that I understand until your comment hit me in the face.
properties (22)
authordeimus
permlinkre-irja-re-furion-lessons-learned-from-failing-as-a-witness-20170607t192327369z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-07 19:23:30
last_update2017-06-07 19:23:30
depth2
children0
last_payout2017-06-14 19:23: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_reputation19,733,906,887,226
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,356,397
net_rshares0
@jeff-kubitz ·
$0.09
Onward  ever forward as one endeavors to persevere my friend @furion and keep up the good work
👍  
properties (23)
authorjeff-kubitz
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170601t155211393z
categorywitness-update
json_metadata{"tags":["witness-update"],"users":["furion"],"app":"steemit/0.1"}
created2017-06-01 15:52:09
last_update2017-06-01 15:52:09
depth1
children0
last_payout2017-06-08 15:52:09
cashout_time1969-12-31 23:59:59
total_payout_value0.092 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation45,985,057,342,618
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,035,510
net_rshares30,421,842,735
author_curate_reward""
vote details (1)
@johndarcy1994 ·
No body is perfect . And for me come back is for real so ill vote you as our witness :) goodluck and good work.
properties (22)
authorjohndarcy1994
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170620t045036259z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-20 04:50:36
last_update2017-06-20 04:50:36
depth1
children0
last_payout2017-06-27 04:50: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_length111
author_reputation384,916,956,130
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,321,112
net_rshares0
@lautenglye ·
nice....you deserve resteem and upvote...
👍  
properties (23)
authorlautenglye
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t233612795z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 23:37:27
last_update2017-05-31 23:37:27
depth1
children0
last_payout2017-06-07 23:37: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_length41
author_reputation1,745,262,632,168
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,012,394
net_rshares356,858,506
author_curate_reward""
vote details (1)
@lovedj ·
good luck to u!!!!
properties (22)
authorlovedj
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t134249361z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 13:42:48
last_update2017-05-31 13:42:48
depth1
children0
last_payout2017-06-07 13:42: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_length18
author_reputation4,741,665,065,469
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,994,806
net_rshares0
@mattyjbfitness ·
Hey!

great post!

please follow my new account as my old one ive been locked out of due to my password going for a holiday!

Fitness and health related posts, aiming to create awareness and ultimately motivate everyone to make a healthy change like i did!

Feel free to ask any questions as im here to try help YOU!

thanks :)
properties (22)
authormattyjbfitness
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170608t214336539z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-08 21:43:36
last_update2017-06-08 21:43:36
depth1
children0
last_payout2017-06-15 21:43: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_length327
author_reputation238,630,988,483
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,430,350
net_rshares0
@nytowl · (edited)
After reading your bio, I knew I didn't need to read anyone else's. You have my vote.
properties (22)
authornytowl
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20171125t174501439z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-11-25 17:45:03
last_update2017-11-25 17:46:33
depth1
children0
last_payout2017-12-02 17:45: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_length85
author_reputation186,923,881,745
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,502,769
net_rshares0
@oluwatobiloba ·
Thanks for sharing, at some point i have as well thought of giving up but reading great posts like this keeps me encouraged.
👍  
properties (23)
authoroluwatobiloba
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t191331023z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 19:13:33
last_update2017-05-31 19:13:33
depth1
children0
last_payout2017-06-07 19:13: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_length124
author_reputation212,984,712,041,594
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,004,952
net_rshares0
author_curate_reward""
vote details (1)
@parkermorris ·
@furion thank you for the knowledge!!! :)
properties (22)
authorparkermorris
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170603t145341063z
categorywitness-update
json_metadata{"tags":["witness-update"],"users":["furion"],"app":"steemit/0.1"}
created2017-06-03 14:53:39
last_update2017-06-03 14:53:39
depth1
children0
last_payout2017-06-10 14:53: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_length41
author_reputation483,923,816,190
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,113,006
net_rshares0
@personz ·
Inspiring stuff @furion, thanks.
properties (22)
authorpersonz
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t225902038z
categorywitness-update
json_metadata{"tags":["witness-update"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-31 22:58:57
last_update2017-05-31 22:58:57
depth1
children0
last_payout2017-06-07 22:58: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_length32
author_reputation42,452,361,038,560
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,011,335
net_rshares0
@por500bolos ·
¡Beautiful! just beautiful. A cute and instructive post to add to my feed page so I don't forget what to do with my big ball of SBD when I finally can be able to fill my wallet with a deluge of them.
On other hand, I am almost to the edge of happy tears to witness how many alike [nerdy](http://www.urbandictionary.com/define.php?term=Nerdy) souls are swimming besides me on this [geeky](http://www.urbandictionary.com/define.php?term=geeky) steemit's ocean.

Hahaha it feels about sweet in the know I'm pauper but not a lone.

## ¡Resteemed! :)
properties (22)
authorpor500bolos
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170602t083522716z
categorywitness-update
json_metadata{"tags":["witness-update"],"links":["http://www.urbandictionary.com/define.php?term=Nerdy","http://www.urbandictionary.com/define.php?term=geeky"],"app":"steemit/0.1"}
created2017-06-02 08:35:21
last_update2017-06-02 08:35:21
depth1
children0
last_payout2017-06-09 08:35: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_length545
author_reputation15,038,989,288,852
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,061,015
net_rshares0
@qq553937961 ·
It seems that I still have a lot to learn.Code and programs, this is too complicated。
👍  ,
properties (23)
authorqq553937961
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t123927673z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:39:18
last_update2017-05-31 12:39:18
depth1
children0
last_payout2017-06-07 12:39: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_length85
author_reputation81,481,837,107
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,884
net_rshares1,232,561,812
author_curate_reward""
vote details (2)
@rahul.stan ·
Do you need some coding language to become a witness ?
Looks like it's quite complex
properties (22)
authorrahul.stan
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t125410702z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:56:30
last_update2017-05-31 12:56:30
depth1
children0
last_payout2017-06-07 12:56: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_reputation27,828,226,977,128
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,993,377
net_rshares0
@robrigo ·
$1.94
I love conductor @furion, started playing with it yesterday. And you fixed a bug I encountered within hours of reporting it!

<3
👍  , , , ,
properties (23)
authorrobrigo
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t142347293z
categorywitness-update
json_metadata{"tags":["witness-update"],"users":["furion"],"app":"steemit/0.1"}
created2017-05-31 14:23:48
last_update2017-05-31 14:23:48
depth1
children0
last_payout2017-06-07 14:23:48
cashout_time1969-12-31 23:59:59
total_payout_value1.868 HBD
curator_payout_value0.067 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation36,085,196,360,202
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,995,931
net_rshares717,699,975,341
author_curate_reward""
vote details (5)
@sarajeansexy ·
Hmmmm good
properties (22)
authorsarajeansexy
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170731t053242410z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-07-31 05:32:54
last_update2017-07-31 05:32:54
depth1
children0
last_payout2017-08-07 05:32: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_length10
author_reputation-20,784,446,644
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,286,987
net_rshares0
@sqlinsix · (edited)
$1.75
Sounds like many database admins I know - this happens on the backend frequently.  Your new setup is very similar to an AG group and that will do well in time.  You experienced failure, you learned, and you're bouncing back.  That's winning in my book.
👍  , , ,
properties (23)
authorsqlinsix
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t121001387z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:10:06
last_update2017-05-31 12:10:21
depth1
children0
last_payout2017-06-07 12:10:06
cashout_time1969-12-31 23:59:59
total_payout_value1.529 HBD
curator_payout_value0.216 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation4,698,858,647,110
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,172
net_rshares668,972,195,833
author_curate_reward""
vote details (4)
@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/posts.png)](http://steemitboard.com/@furion) Award for the number of posts published

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-20170531t171640000z
categorywitness-update
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-05-31 15:17:00
last_update2017-05-31 15:17:00
depth1
children1
last_payout2017-06-07 15:17: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_length622
author_reputation38,975,615,169,260
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,997,753
net_rshares0
@xanadu ·
wow congrats. so witness nodes are like the mining nodes in NEM and NAV?
properties (22)
authorxanadu
permlinkre-steemitboard-steemitboard-notify-furion-20170601t020216936z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-01 02:02:18
last_update2017-06-01 02:02:18
depth2
children0
last_payout2017-06-08 02:02: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_length72
author_reputation25,606,902,800
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,015,868
net_rshares0
@stellabelle ·
$0.10
i appreciate your candor.
👍  
properties (23)
authorstellabelle
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t153433150z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 15:34:33
last_update2017-05-31 15:34:33
depth1
children0
last_payout2017-06-07 15:34:33
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.024 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation516,061,669,130,124
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,998,353
net_rshares41,435,785,332
author_curate_reward""
vote details (1)
@taufar ·
Great motivator, u can motivate yourself @furion.
Never give up and no white flag..just go ahead dude
properties (22)
authortaufar
permlinkre-furion-201761t165919715z
categorywitness-update
json_metadata{"tags":"witness-update","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-01 09:56:36
last_update2017-06-01 09:56:36
depth1
children0
last_payout2017-06-08 09: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_length101
author_reputation6,635,514,074,026
root_title"Lessons learned from failing as a witness"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,026,055
net_rshares0
@technium ·
Thank you for creating a python API for Steemit, I develop in Python exclusively so, that is lovely. Could you explain what the benefit of running a steem node witness is?
properties (22)
authortechnium
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170601t163430610z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-01 16:34:30
last_update2017-06-01 16:34:30
depth1
children0
last_payout2017-06-08 16:34: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_length171
author_reputation5,402,319,412,741
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,036,861
net_rshares0
@thankyoujay ·
$2.48
Thanks for your honest account as a witness. We know the hard work all the witnesses put in to growing the community. It's great that you're learning and growing. I'm glad that you didn't give up and wish you the best of luck!
👍  , , , , , , ,
properties (23)
authorthankyoujay
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t122715959z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:27:18
last_update2017-05-31 12:27:18
depth1
children0
last_payout2017-06-07 12:27:18
cashout_time1969-12-31 23:59:59
total_payout_value2.318 HBD
curator_payout_value0.166 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length226
author_reputation433,175,374,246
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,598
net_rshares905,512,976,402
author_curate_reward""
vote details (8)
@themanualbot ·
are you up for feed premium and make SBD go back at 1$ value?
https://steemit.com/sbd/@themanualbot/i-am-not-a-witness-but-i-am-concerned-about-pulling-down-sbd-price-toward-1usd-i-will-be-removing-my-votes-to-witnesses-that
👍  
properties (23)
authorthemanualbot
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t122732274z
categorywitness-update
json_metadata{"tags":["witness-update"],"links":["https://steemit.com/sbd/@themanualbot/i-am-not-a-witness-but-i-am-concerned-about-pulling-down-sbd-price-toward-1usd-i-will-be-removing-my-votes-to-witnesses-that"],"app":"steemit/0.1"}
created2017-05-31 12:28:45
last_update2017-05-31 12:28:45
depth1
children2
last_payout2017-06-07 12:28: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_length224
author_reputation167,322,914,429,339
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,630
net_rshares8,746,030,113
author_curate_reward""
vote details (1)
@furion ·
There are good arguments for both sides, sbd peg as well as no price manipulation. I would like to have both, peg and accurate feeds, so as soon as we figure out a way to support a peg without manipulating the feeds, I will make a policy switch.

`conductor`, the witness toolkit supports [both](https://github.com/Netherdrake/conductor#price-feeds) options.
properties (22)
authorfurion
permlinkre-themanualbot-re-furion-lessons-learned-from-failing-as-a-witness-20170531t124003865z
categorywitness-update
json_metadata{"tags":["witness-update"],"links":["https://github.com/Netherdrake/conductor#price-feeds"],"app":"steemit/0.1"}
created2017-05-31 12:40:03
last_update2017-05-31 12:40:03
depth2
children1
last_payout2017-06-07 12:40: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_length358
author_reputation116,503,940,714,958
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,992,905
net_rshares0
@themanualbot ·
Thanks for your thoughts about this topic. :)
properties (22)
authorthemanualbot
permlinkre-furion-re-themanualbot-re-furion-lessons-learned-from-failing-as-a-witness-20170531t124634955z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 12:47:48
last_update2017-05-31 12:47:48
depth3
children0
last_payout2017-06-07 12:47: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_length45
author_reputation167,322,914,429,339
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,993,138
net_rshares0
@tomino ·
$0.05
That's the spirit! :-)
With hones attitude and hard work big mistakes magically turn into extra valuable experince....
👍  
properties (23)
authortomino
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170604t071205739z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-04 07:12:06
last_update2017-06-04 07:12:06
depth1
children0
last_payout2017-06-11 07:12:06
cashout_time1969-12-31 23:59:59
total_payout_value0.045 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation1,913,291,987,918
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,146,131
net_rshares13,220,873,851
author_curate_reward""
vote details (1)
@undocumented ·
I'm a newbie . I've hear quite a lot about "witnesses" but i quite don't get what it is . Does anyone have a  nice newbie safe explanation
properties (22)
authorundocumented
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t130557013z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 13:06:18
last_update2017-05-31 13:06:18
depth1
children2
last_payout2017-06-07 13:06: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_length138
author_reputation1,175,185,465,689
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,993,669
net_rshares0
@ackza ·
Its like the Bitcoin Miners who do all the bitcoin transactions! Where do you think all this "free" steem comes from that is rewarded to us here everyday? Its MINED! And instead of just steemit miners keeping all the steem they mine like with bitcoin miners, we basically have volunteers who sacrifice some of what could be potential crypto profit from mining and instead shares that with all of us to make steemit even possible!

Mining an altcinis something many people could do without realizing it! it doesnt take any extra work or real dollar investment (excluding computer hardware and electricity cost) but the way I se it, alot of these computers used to mine were already laying around not doing much anyway!

Its like mining crypto currency is this new thing someone found to make all these old computers useful again!

NOW we see it as valuable NOW we see it as "work" but in the beginning of crypto an to a degree today, its seen as magic money that your computer just creates, and to a degree yes it is, especially when you could mine a bitcoin every day when it was new and anyone could mine! 

now we see people STILL trying to convince public that its not profitable to mine bitcoins OR altcoins even with existing non asic hardware that everyone already has like android tablets and laptops...to tell people that its not worth it still to mine is a dirty lie told by those who want to mine it all for themselves! lol Ok its not that simple but its very close! so many articles out there telling you not to mine at all! when anyone can just install minergate and mine easily! and why not? some people have MASSIVLy fast computers for gaming just sitting around barely being used! u can totally mine bytecoins monero ethereum ethereum classic but bytecoins are where its at! and its not about that dollar amount of how much you canmake how fast, when anyone asks that its a re flag that they are inthis for the wrong reasons...you should just be happy to be mining a qquality crypto currency with a real future while its still under 1 penny! and bytecoin lets you do that! you could also mine monero and get 1 monero in a month on a fast computer or you can get thousands of bytecoins! eventually bytecoin will be $1 and more! 

I use this as an example to show how Steem, also an altcoin, has a HUGE futere, we are going to be THE user friendly crypto currency for the masses! people were even saying steem might out do bitcoin in some respects! aparently we are still driving alot of bitcoin users maybe nt as much as coinbase but just imagine when we have 1 million users! we dont even have 200,000 yet! (we are at 171,000) god imagine...and its only been march 2016 since steemit started! its BARELy been over a year people!


we are ALl early adopters! just try and earn or invest as MUCh steem power as you can! i am never powering down! i will pass down my steempower to my children whenI die
properties (22)
authorackza
permlinkre-undocumented-re-furion-lessons-learned-from-failing-as-a-witness-20170603t201711080z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-06-03 20:17:30
last_update2017-06-03 20:17:30
depth2
children0
last_payout2017-06-10 20:17: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_length2,914
author_reputation287,699,265,906,974
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,126,046
net_rshares0
@freeyourmind ·
$0.33
Witnesses ensure the data is immutable and legit. For example if I try to send you money that i don't have the witnesses will not process the transaction.
👍  
properties (23)
authorfreeyourmind
permlinkre-undocumented-re-furion-lessons-learned-from-failing-as-a-witness-20170531t141145351z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 14:11:57
last_update2017-05-31 14:11:57
depth2
children0
last_payout2017-06-07 14:11:57
cashout_time1969-12-31 23:59:59
total_payout_value0.326 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length154
author_reputation-1,135,572,966,796
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,995,584
net_rshares138,250,721,631
author_curate_reward""
vote details (1)
@velimir ·
Witness vote goes to you! :-)
👍  
properties (23)
authorvelimir
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t195925366z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 19:59:30
last_update2017-05-31 19:59:30
depth1
children0
last_payout2017-06-07 19:59: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_reputation845,126,271,381,274
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,005,929
net_rshares0
author_curate_reward""
vote details (1)
@workin2005 ·
"I decided to turn my failure into an opportunity". I love that quote by you and your never quit spirit. You're obviously more than qualified to be a witness which is why you've got my vote and my follow. Wishing you the best going forward!
properties (22)
authorworkin2005
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20180504t210506568z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2018-05-04 21:05:06
last_update2018-05-04 21:05:06
depth1
children0
last_payout2018-05-11 21:05: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_length240
author_reputation51,962,092,033,823
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,905,422
net_rshares0
@xeleos ·
Failing feels awful, I know so many times where I've failed and I really do know how awful it feels. But like always, you learn from it, and the more you fail, the more you learn. 

Therefore, the more you fail, the less likely you are to fail in the future. I'm glad you chose to keep on going even after this failure. Keep it up!
👍  
properties (23)
authorxeleos
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170531t130101067z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steemit/0.1"}
created2017-05-31 13:01:06
last_update2017-05-31 13:01:06
depth1
children0
last_payout2017-06-07 13:01: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_length331
author_reputation269,068,919,450
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,993,516
net_rshares8,746,030,113
author_curate_reward""
vote details (1)
@yusuf2829 ·
i have upvote you.please upvote me too
https://steemit.com/america/@yusuf2829/youthful-secrets-201773t7413309z
thanks
properties (22)
authoryusuf2829
permlinkre-furion-lessons-learned-from-failing-as-a-witness-20170703t015922039z
categorywitness-update
json_metadata{"tags":["witness-update"],"links":["https://steemit.com/america/@yusuf2829/youthful-secrets-201773t7413309z"],"app":"steemit/0.1"}
created2017-07-03 01:59:33
last_update2017-07-03 01:59:33
depth1
children0
last_payout2017-07-10 01:59: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_length117
author_reputation137,533,089,168
root_title"Lessons learned from failing as a witness"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,086,297
net_rshares0