# NOTE: This article contains both upgrade instructions, AND install-from-fresh instructions. This article is designed for those running a previous version of my Steem-in-a-box software, or for those looking to set up a new witness server. If you want to learn more about witnesses and what they do, check out my article here: https://steemit.com/witness-category/@someguy123/seriously-what-is-a-witness-why-should-i-care-how-do-i-become-one-answer **NEW FEATURES** new features include: - `dlblocks` (downloads blocks from @gtg's server, decompresses them into the right folder) - `install_docker` (downloads and installs docker. if not running as root, auto adds your current user to the docker group) - `remote_wallet` (runs cli_wallet against steemd.steemit.com) <center></center> UPGRADING FROM HF18 ================== If you have a previous installation of Steem-in-a-box, simply do the following: Update your steem-in-a-box scripts: ``` git pull ``` Disable your witness, or change it to your backup key ``` ./run.sh wallet locked>> unlock "supersecurepassword" unlocked>> update_witness "someguy123" "yoururl" "STM1111111111111111111111111111111114T1Anm" {"account_creation_fee":"0.200 STEEM","maximum_block_size":131072,"sbd_interest_rate":0} true ``` Now stop the witness server ``` ./run.sh stop ``` Now, make sure you delete the /dev/shm files, as they will not be compatible with HF19 and need to be re-built ``` rm -rf /dev/shm/* ``` Finally, update your STEEM image, then start it with replay ``` ./run.sh install ./run.sh replay ``` You can now check the logs with ./run.sh logs and see that it's rescanning the blockchain. Once it's fully replayed, you can re-broadcast your witness :) ``` update_witness "someguy123" "yoururl" "STM1abcdabcdabcdabcdabcdbdcabacbdcab" {"account_creation_fee":"0.200 STEEM","maximum_block_size":131072,"sbd_interest_rate":0} true ``` Installing a NEW witness ================== To become a witness, you'll require a server with at LEAST 8GB of RAM, 100GB disk, and a fast, reliable network. I recommend @privex - they accept STEEM, are affordable, and [sell servers with a Zero Block Miss SLA](https://steemit.com/introduceyourself/@privex/we-are-privex-inc-we-accept-steem-protecting-your-privacy-in-the-cloud) I personally use @privex for my own witness, as proof of their quality - I haven't missed a block since moving to them months ago, and I get almost 60 per day. (DISCLAIMER: I'm the CEO of Privex Inc. however you'll find plenty of people here on STEEM unaffiliated with us, praising our servers and network) You're free to use any other server provider. I don't recommend trying to run a witness on your home internet, as it is likely not reliable enough for a witness. Be aware that certain server providers have poor networks or hardware, and may cause missed blocks, so you may be hopping around a few until you can find one that's suitable for a witness node. If you want to learn more about witnesses and what they do, check out my article: https://steemit.com/witness-category/@someguy123/seriously-what-is-a-witness-why-should-i-care-how-do-i-become-one-answer First, we install some basic dependencies (assuming you're on Ubuntu). ``` sudo apt update sudo apt install git curl wget ``` Next, we download **Steem-in-a-box**, created by myself. ``` git clone https://github.com/Someguy123/steem-docker.git cd steem-docker ``` Now that it's downloaded, and we're in the right folder, we can install Docker. ``` ./run.sh install_docker ``` NOTE: If you're running this without root, you'll need to log out and back in again after it's done. Remember to `cd steem-docker` after logging back in. Now, we download the pre-compiled STEEM image from DockerHub: ``` ./run.sh install ``` A new feature in the HF19 Steem-in-a-box, automatically downloads blocks from @gtg's server, extracts them, and puts them in the right folder. This will take a while, but will dramatically speed up your setup time. ``` ./run.sh dlblocks ``` ### This next part is for witnesses, if you're wanting to run a seed, don't touch the config! Open the wallet using a public server with the following command: ``` ./run.sh remote_wallet ``` Create a key pair for your witness. ``` suggest_brain_key ``` <center></center> You should get something similar to this: ``` "wif_priv_key": "5xxxxxxxxxxxxxxxxxxx", "pub_key": "STMxxxxxxxxxxxxxxxxx" ``` **Put the keys in notepad or something similar for the moment so you don't lose them.** Press CTRL-D to exit the wallet. Now, you need to decide on how much "shared memory" to give the server. Right now, 8GB is the bare minimum, however 12GB is recommended. DO NOT GIVE MORE SHARED MEMORY THAN YOU HAVE ACTUAL RAM AVAILABLE. e.g. if you have an 8GB VPS, only use 8G for your shared memory. ``` sudo ./run.sh shm_size 8G ``` <center></center> Open up the config file in your favourite text editor, `nano` is good for beginners: ``` nano data/witness_node_data_dir/config.ini ``` You should not run a seed if you are a witness, so change ``` p2p-endpoint = 0.0.0.0:2001 ``` to ``` # p2p-endpoint = 0.0.0.0:2001 ``` This disables the seed. On a blank line, put the following: ``` witness = "YOUR NAME GOES HERE WITHOUT THE @ SIGN" private-key = 5xxxxxxxxxxxxx ``` Put in your witness name, and your private key from earlier. Be aware the name needs quotes, while the private key doesn't. You use the private key (wif_priv_key) you generated earlier and put into notepad. You will also need to adjust `shared-file-size` to whatever size you decided earlier for the "shared memory". There should already be a line with 12G, adjust that, if you need to do not make a new line for this. ``` shared-file-size = 8G ``` Save and close the file (if using nano, press CTRL-X, say yes to saving) Next, we adjust the steem-in-a-box settings so that it's named correctly, and to disable port forwarding for seeds: ``` nano .env ``` The file will be blank. In the file put the following: ``` PORTS= DOCKER_NAME=witness ``` Again, save and close the file with CTRL-X. Now, we can start up the witness server ``` ./run.sh replay ``` Check the logs with this command: ``` ./run.sh logs ``` You should see something similar to this: ``` 344773ms th_a application.cpp:297 startup ] Replaying blockchain on user request. 344774ms th_a database.cpp:151 reindex ] Reindexing Blockchain 344823ms th_a block_log.cpp:130 open ] Log is nonempty 344823ms th_a block_log.cpp:139 open ] Index is nonempty 344823ms th_a database.cpp:159 reindex ] Replaying blocks... 344834ms th_a database.cpp:2571 show_free_memory ] Free memory is now 11G 0.77369% 100000 of 12925066 (12282M free) ``` If you see lots of red error messages, something went wrong. You can ask for help debugging it in the [witness channel on STEEMIT.CHAT](https://steemit.chat/channel/witness). If it appears to be working, leave it for an hour or so. Check the logs every 10 minutes until you see something like this: ``` 1299055ms th_a application.cpp:507 handle_block ] Got 14 transactions on block 12928269 by pharesim -- latency: 55 ms 1302427ms th_a application.cpp:507 handle_block ] Got 18 transactions on block 12928270 by xeldal -- latency: 426 ms 1305291ms th_a application.cpp:507 handle_block ] Got 26 transactions on block 12928271 by arhag -- latency: 291 ms 1308045ms th_a application.cpp:507 handle_block ] Got 20 transactions on block 12928272 by pfunk -- latency: 45 ms 1311092ms th_a application.cpp:507 handle_block ] Got 23 transactions on block 12928273 by bhuz -- latency: 92 ms ``` This means your witness is now fully synced. Go to your profile on Steemit, click Wallet, then Permissions. Next to "Active Key" you should see "Login to show". Click that button and log in. Then press "Show private key", to reveal it. Make sure it begins with a "5". Copy the key. Now open the wallet with: ``` ./run.sh wallet ```  (Image courtesy of @klye, copied from [his old guide](https://steemit.com/witness-category/@klye/the-complete-noob-guide-to-steem-witness-setup)) Set a password, unlock the wallet with the same password, then import your ACTIVE private key from steemit (NOT the one in notepad): ``` set_password "mysupersecurepass" unlock "mysupersecurepass" import_key 5zzzzzzzzzzzz ``` Finally, we can update/create the witness on the network. Replace the STMxxxx key with the public key you saved earlier in notepad, and replace YOURNAME with your witness name on Steemit. ``` update_witness "YOURNAME" "https://steemit.com/witness-category/@YOURNAME/my-witness-thread" "STMxxxxxxx" {"account_creation_fee":"0.200 STEEM","maximum_block_size":131072,"sbd_interest_rate":0} true ``` Assuming there are no big red messages, you're now a witness! :) Go ahead, [vote for yourself](https://steemit.com/~witnesses) (and @someguy123). ### How do I know what rank I am? Check SteemDB: https://steemdb.com/witnesses or steemd: https://steemd.com/witnesses ### What about a price feed? As a witness, you're expected to run a price feed. I recommend [Steemfeed-JS](https://steemit.com/witness-category/@someguy123/steemfeed-js-a-nodejs-price-feed-for-witneses), as it goes nicely with the docker set up. --- Do you like what I'm doing for STEEM/Steemit? ---- [Vote for me to be a witness](https://steemit.com/~witnesses) - every vote counts. ---- Don't forget to follow me for more like this. ---- --- Have you ever thought about being a witness yourself? Contact me on [STEEMIT.CHAT](https://steemit.chat/direct/someguy123), or just ask in the witness channel. I'm happy to guide you! Join in shaping the STEEM economy. Are you looking for a new server provider? My company @privex offers highly-reliable and affordable dedicated and virtual servers for STEEM, LTC, and BTC! Contact me on [STEEMIT.CHAT](https://steemit.chat/direct/someguy123) for more information. Are you looking for a Graphics designer for your project? Logos, PSD mockups, banners? Check out @MaliceRed - he posts about his life as a Freelance Graphics Designer, and is looking for work.
author | someguy123 |
---|---|
permlink | your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19 |
category | steem |
json_metadata | {"tags":["steem","steem-help","witness-category","tools","development"],"users":["gtg","privex","klye","someguy123","malicered"],"image":["https://i.imgur.com/XOsLHJQ.png","https://steemitimages.com/DQmTEmx1VqqpY32hrYhfLJG9eHatb61wZwZj5qXTuHKpD2h/image.png","https://steemitimages.com/DQmQNZW3frXDx7d4hZqJm4XTmMMRQY1XAQty2boDKVR9BAo/image.png","https://steemitimages.com/DQmZo5cyxYrFiaz6X82qhu17CsTTbrHqf53pLp3CHFdc6xb/image.png"],"links":["https://steemit.com/witness-category/@someguy123/seriously-what-is-a-witness-why-should-i-care-how-do-i-become-one-answer","https://steemit.com/introduceyourself/@privex/we-are-privex-inc-we-accept-steem-protecting-your-privacy-in-the-cloud","https://steemit.chat/channel/witness","https://steemit.com/witness-category/@klye/the-complete-noob-guide-to-steem-witness-setup","https://steemit.com/~witnesses","https://steemdb.com/witnesses","https://steemit.com/witness-category/@someguy123/steemfeed-js-a-nodejs-price-feed-for-witneses","https://steemit.chat/direct/someguy123"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-06-18 18:33:45 |
last_update | 2017-06-19 17:12:42 |
depth | 0 |
children | 110 |
last_payout | 2017-06-25 18:33:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 708.582 HBD |
curator_payout_value | 138.077 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10,727 |
author_reputation | 103,945,664,283,580 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,196,938 |
net_rshares | 42,485,710,623,246 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 427,974,289,257 | 28% | ||
fmooo | 0 | 28,380,758,122 | 28% | ||
steempty | 0 | 361,384,414,511 | 28% | ||
pharesim | 0 | 804,849,343,826 | 16% | ||
enki | 0 | 394,283,977,683 | 10% | ||
sandra | 0 | 22,442,727,531 | 70% | ||
ihashfury | 0 | 9,109,816,023 | 48.3% | ||
rossco99 | 0 | 601,310,923,617 | 100% | ||
steem-id | 0 | 111,214,936,143 | 50% | ||
ajvest | 0 | 334,239,452,952 | 100% | ||
simba | 0 | 869,252,669 | 100% | ||
jason | 0 | 23,394,072,782 | 48.3% | ||
masteryoda | 0 | 678,379,158 | 1% | ||
boatymcboatface | 0 | 598,663,952,174 | 100% | ||
pheonike | 0 | 3,119,379,376 | 1.8% | ||
donkeypong | 0 | 592,431,745,331 | 25% | ||
void | 0 | 433,618,235,979 | 100% | ||
noisy | 0 | 294,025,002,268 | 100% | ||
nenad-ristic | 0 | 28,752,738,558 | 100% | ||
kingscrown | 0 | 3,153,877,681,361 | 100% | ||
teamsteem | 0 | 2,333,557,906,442 | 50% | ||
tad-auker | 0 | 6,132,772,049 | 100% | ||
amartinezque | 0 | 69,390,620,290 | 100% | ||
klye | 0 | 204,636,404,400 | 100% | ||
ombc | 0 | 1,730,192,276 | 100% | ||
theshell | 0 | 83,708,301,277 | 100% | ||
billbutler | 0 | 256,789,481,147 | 100% | ||
applecrisp | 0 | 208,735,080 | 100% | ||
rok-sivante | 0 | 567,945,384,330 | 100% | ||
samether | 0 | 382,381,311 | 6.3% | ||
ratel | 0 | 341,036,378 | 9% | ||
thecryptodrive | 0 | 248,122,129,483 | 100% | ||
bravenewcoin | 0 | 12,829,177,566 | 100% | ||
dahaz159 | 0 | 2,239,249,432 | 50% | ||
g-dubs | 0 | 14,322,082,907 | 100% | ||
thedashguy | 0 | 84,610,181,124 | 100% | ||
grandpere | 0 | 2,350,402,560 | 9% | ||
mark-waser | 0 | 41,254,294,527 | 100% | ||
albertogm | 0 | 31,440,887,422 | 100% | ||
geoffrey | 0 | 322,459,858,429 | 81% | ||
crok | 0 | 4,423,855,574 | 100% | ||
lukestokes | 0 | 527,541,055,470 | 100% | ||
angusleung100 | 0 | 1,298,682,103 | 100% | ||
true-profit | 0 | 2,782,339,184 | 100% | ||
isteemit | 0 | 59,168,937,980 | 100% | ||
grey580 | 0 | 12,396,228,138 | 100% | ||
lauralemons | 0 | 5,759,487,204 | 50% | ||
olyup | 0 | 1,625,469,362 | 100% | ||
robrigo | 0 | 143,173,313,522 | 100% | ||
hitmeasap | 0 | 2,970,820,686 | 50% | ||
stealthtrader | 0 | 4,814,931,169 | 100% | ||
stranger27 | 0 | 5,109,397,552 | 100% | ||
chamviet | 0 | 534,691,404 | 100% | ||
cultura.bitcoin | 0 | 4,647,764,188 | 100% | ||
erizan | 0 | 226,257,456 | 100% | ||
slowwalker | 0 | 1,542,875,221,846 | 70% | ||
furion | 0 | 646,201,317,832 | 100% | ||
tommyquest | 0 | 294,821,643 | 100% | ||
gazm | 0 | 0 | 100% | ||
on0tole | 0 | 2,298,477,572 | 9% | ||
anasya | 0 | 290,965,300 | 9% | ||
ausbitbank | 0 | 2,237,740,471,832 | 60% | ||
vl248 | 0 | 1,756,546,651 | 9% | ||
losos | 0 | 1,091,937,308 | 100% | ||
sveokla | 0 | 993,034,288 | 9% | ||
marinabogumil | 0 | 1,736,771,083 | 9% | ||
freeyourmind | 0 | 1,047,512,334,203 | 100% | ||
steemit-life | 0 | 62,615,762,845 | 58% | ||
cloh76 | 0 | 383,790,692 | 4.72% | ||
biophil | 0 | 28,055,945,405 | 100% | ||
igster | 0 | 38,110,385,083 | 100% | ||
sephiroth | 0 | 187,589,359,816 | 100% | ||
cryptosi | 0 | 6,096,114,292 | 100% | ||
transisto | 0 | 3,991,915,408,830 | 97% | ||
juvyjabian | 0 | 917,546,761 | 10% | ||
raymondspeaks | 0 | 1,504,157,026 | 23.62% | ||
kell234 | 0 | 373,112,177 | 9% | ||
dmacshady | 0 | 2,175,887,113 | 100% | ||
dnair28 | 0 | 1,453,750,636 | 100% | ||
luisucv34 | 0 | 5,115,646,954 | 100% | ||
hyiparena | 0 | 919,883,829 | 9% | ||
krystle | 0 | 1,057,699,118 | 2.36% | ||
inertia | 0 | 274,106,290,885 | 100% | ||
rouketas | 0 | 515,046,720 | 23.62% | ||
arcange | 0 | 97,477,324,126 | 100% | ||
r-niki09 | 0 | 4,376,071,920 | 100% | ||
konti | 0 | 1,046,589,134 | 9% | ||
supermeatboy | 0 | 2,120,912,202 | 100% | ||
blueorgy | 0 | 46,803,732,741 | 100% | ||
ubg | 0 | 201,361,390 | 100% | ||
pcste | 0 | 42,062,395,465 | 100% | ||
bones | 0 | 1,591,192,938 | 100% | ||
animus | 0 | 1,803,208,243 | 100% | ||
bitcoiner | 0 | 11,793,422,385 | 9% | ||
tarindel | 0 | 5,345,231,672 | 100% | ||
atsobanakis | 0 | 69,588,227 | 100% | ||
zaebars | 0 | 11,787,615,452 | 9% | ||
raphaelle | 0 | 22,654,278,659 | 100% | ||
daynewright | 0 | 1,792,777,157 | 100% | ||
neonartist | 0 | 4,820,302,828 | 100% | ||
team-leibniz | 0 | 40,742,808,184 | 100% | ||
claudiop63 | 0 | 5,885,402,300 | 7.08% | ||
webdeals | 0 | 340,058,982,188 | 100% | ||
marcusorlyius | 0 | 0 | 100% | ||
ace108 | 0 | 35,368,913,181 | 8% | ||
brianphobos | 0 | 3,542,154,224 | 100% | ||
bkkshadow | 0 | 765,800,600 | 6.3% | ||
smailer | 0 | 10,749,504,656 | 9% | ||
tommyhansen | 0 | 74,021,353,754 | 100% | ||
dmilash | 0 | 2,051,401,077 | 9% | ||
lsc9999 | 0 | 31,774,830,119 | 100% | ||
cybercodetwins | 0 | 756,587,328 | 100% | ||
ap2002 | 0 | 52,105,486 | 100% | ||
steemdrive | 0 | 506,599,999 | 100% | ||
dirty.hera | 0 | 116,602,070 | 9% | ||
gomeravibz | 0 | 5,534,248,103 | 8.1% | ||
litrbooh | 0 | 606,684,445 | 9% | ||
theprophet0 | 0 | 2,731,132,262,781 | 100% | ||
sykochica | 0 | 32,422,726,963 | 50% | ||
felixxx | 0 | 74,818,561,672 | 100% | ||
always1success | 0 | 1,059,031,757 | 9% | ||
letc | 0 | 838,172,159 | 50% | ||
toxic | 0 | 658,928,703,510 | 100% | ||
planet.earth | 0 | 1,730,107,502 | 100% | ||
viktor.phuket | 0 | 10,028,241,473 | 100% | ||
timsaid | 0 | 82,803,298,505 | 100% | ||
mama-steem | 0 | 314,541,126 | 9% | ||
ullikume | 0 | 8,433,989,964 | 100% | ||
elena000 | 0 | 189,708,761 | 100% | ||
avtzis.petros | 0 | 17,769,166,875 | 100% | ||
ssm1810 | 0 | 304,981,570,493 | 100% | ||
snowflake | 0 | 1,076,554,419,189 | 100% | ||
kurtbeil | 0 | 125,977,774,109 | 100% | ||
uuuhha | 0 | 2,624,120,418 | 9% | ||
romancs | 0 | 648,261,014 | 9% | ||
sky.max | 0 | 0 | 100% | ||
ipumba | 0 | 4,044,031,915 | 100% | ||
ekitcho | 0 | 893,448,290,476 | 100% | ||
erikkartmen | 0 | 122,493,962 | 100% | ||
krishtopa | 0 | 1,344,037,215 | 9% | ||
cristi | 0 | 75,391,660,742 | 100% | ||
inv | 0 | 449,258,904,042 | 28% | ||
scaredycatguide | 0 | 52,256,492,215 | 50% | ||
hanshotfirst | 0 | 192,255,639,744 | 25% | ||
zivile | 0 | 4,357,946,464 | 100% | ||
bledarus | 0 | 986,754,895 | 100% | ||
rubenalexander | 0 | 22,063,830,329 | 100% | ||
philipnbrown | 0 | 1,462,904,661 | 100% | ||
lamech-m | 0 | 2,494,529,579 | 50% | ||
xaero1 | 0 | 1,295,092,693,862 | 100% | ||
the-bitcoin-dood | 0 | 3,646,275,097 | 100% | ||
themanualbot | 0 | 3,312,006,553 | 100% | ||
jsantana | 0 | 678,182,099 | 2.36% | ||
creadordelfuturo | 0 | 94,126,287,876 | 50% | ||
violino | 0 | 1,072,107,964 | 100% | ||
rebel | 0 | 146,490,860 | 100% | ||
andrewawerdna | 0 | 20,830,415,422 | 100% | ||
valee | 0 | 55,830,436 | 100% | ||
someguy123 | 0 | 55,578,353,343 | 100% | ||
truthandanarchy | 0 | 3,077,710,086 | 100% | ||
leno4ek | 0 | 354,573,410 | 9% | ||
gduran | 0 | 4,341,456,673 | 100% | ||
runridefly | 0 | 7,776,429,359 | 5% | ||
barrydutton | 0 | 141,854,737,402 | 100% | ||
sharingeverybite | 0 | 21,291,132,304 | 100% | ||
stephenkendal | 0 | 163,957,712,701 | 100% | ||
shenanigator | 0 | 7,812,607,258 | 100% | ||
macksby | 0 | 24,893,560,346 | 100% | ||
sneak | 0 | 1,255,010,371,927 | 100% | ||
alaqrab | 0 | 13,921,624,514 | 100% | ||
edges | 0 | 1,992,218,098 | 100% | ||
heretickitten | 0 | 17,596,155,196 | 100% | ||
eight-rad | 0 | 10,218,224,305 | 100% | ||
nadin3 | 0 | 1,214,215,858 | 9% | ||
xanoxt | 0 | 4,912,795,946 | 9% | ||
davidjkelley | 0 | 1,998,719,519 | 100% | ||
aggroed | 0 | 2,821,185,687 | 2.36% | ||
greatness | 0 | 895,634,209 | 100% | ||
victoriart | 0 | 764,153,540 | 9% | ||
digital-wisdom | 0 | 17,382,418,039 | 100% | ||
ethical-ai | 0 | 1,850,571,583 | 100% | ||
donato | 0 | 50,075,743 | 100% | ||
matthewtiii | 0 | 4,820,260,841 | 100% | ||
jwaser | 0 | 10,565,551,982 | 100% | ||
tatianka | 0 | 439,470,032 | 9% | ||
kralizec | 0 | 1,271,555,289 | 9% | ||
lifeasalion | 0 | 525,326,608 | 100% | ||
the-ego-is-you | 0 | 4,756,034,195 | 100% | ||
deaddy | 0 | 46,089,333,854 | 17% | ||
elena-singer | 0 | 836,765,351 | 9% | ||
damarth | 0 | 399,244,620,158 | 100% | ||
lifebyadam | 0 | 422,665,875 | 100% | ||
bwaser | 0 | 2,481,608,348 | 100% | ||
allyouneedtoknow | 0 | 14,691,445,077 | 100% | ||
yuriks2000 | 0 | 120,083,800 | 11.81% | ||
burnin | 0 | 2,422,735,921 | 9% | ||
bitcoinparadise | 0 | 3,972,870,326 | 100% | ||
anton333 | 0 | 1,162,107,726 | 9% | ||
i-repost | 0 | 314,668,382 | 100% | ||
anomaly | 0 | 18,036,689,096 | 100% | ||
ellepdub | 0 | 5,375,702,196 | 100% | ||
jhermanbeans | 0 | 234,115,994 | 2.36% | ||
ekaterinka | 0 | 253,920,733 | 9% | ||
herpetologyguy | 0 | 58,549,169,668 | 100% | ||
worldtraveler | 0 | 545,846,345 | 9% | ||
develcuy | 0 | 415,147,782 | 9% | ||
morgan.waser | 0 | 4,431,234,223 | 100% | ||
borishaifa | 0 | 1,612,818,784 | 9% | ||
technium | 0 | 1,627,245,310 | 100% | ||
thegame | 0 | 218,802,674 | 5% | ||
ssekulji | 0 | 23,683,400,412 | 100% | ||
steembets | 0 | 263,914,167 | 5% | ||
dodders007 | 0 | 16,344,871,990 | 100% | ||
strong-ai | 0 | 4,914,270,538 | 100% | ||
htyfn | 0 | 298,629,295 | 9% | ||
rusteemitblog | 0 | 1,699,374,752 | 9% | ||
swtcamito | 0 | 98,352,672 | 100% | ||
trendings.online | 0 | 182,652,779 | 100% | ||
dianargenti | 0 | 273,211,145 | 2.36% | ||
thomasp | 0 | 155,955,056 | 100% | ||
goldmatters | 0 | 143,739,620,978 | 100% | ||
healthydelicious | 0 | 1,279,488,695 | 100% | ||
orenshani7 | 0 | 1,004,387,198 | 9% | ||
aldentan | 0 | 26,769,522,494 | 100% | ||
therajmahal | 0 | 341,813,841 | 9% | ||
marel | 0 | 273,622,459 | 9% | ||
steemlift | 0 | 586,344,522 | 9% | ||
marialin | 0 | 403,234,744 | 9% | ||
steemsports | 0 | 16,358,974,519 | 40% | ||
stray | 0 | 4,108,759,813 | 100% | ||
point | 0 | 618,600,982 | 100% | ||
gdouramanis | 0 | 980,675,059 | 100% | ||
thejohalfiles | 0 | 3,740,833,478,988 | 28% | ||
johnjgeddes | 0 | 13,030,378,800 | 100% | ||
themeanbean | 0 | 8,666,200,510 | 100% | ||
steemwart | 0 | 2,325,484,134 | 100% | ||
max-max | 0 | 641,002,928 | 9% | ||
geggi632 | 0 | 9,130,991,864 | 100% | ||
dislorth | 0 | 134,630,071 | 100% | ||
jmehta | 0 | 487,090,286 | 100% | ||
technocomanche | 0 | 805,227,944 | 100% | ||
steemland.com | 0 | 221,239,029 | 5% | ||
djvidov | 0 | 6,077,386,795 | 100% | ||
sinushacker | 0 | 9,711,590,532 | 100% | ||
alanfreestone | 0 | 24,341,103,297 | 100% | ||
steemvoter | 0 | 125,250,761,024 | 100% | ||
serhanni | 0 | 882,860,401 | 100% | ||
hajevoy60 | 0 | 4,768,033,733 | 100% | ||
muhtadiaremi | 0 | 449,172,055 | 100% | ||
breezin | 0 | 7,074,253,261 | 100% | ||
gacherih | 0 | 1,564,444,310 | 100% | ||
ozymandias | 0 | 1,608,915,990 | 100% | ||
steemprentice | 0 | 7,601,566,696 | 15% | ||
apsu | 0 | 1,405,598,116 | 100% | ||
technoprogressiv | 0 | 4,671,773,293 | 100% | ||
wagnertamanaha | 0 | 3,229,048,011 | 100% | ||
omarrium | 0 | 1,001,561,761 | 50% | ||
detol | 0 | 138,153,029 | 9% | ||
tradeqwik | 0 | 722,321,780,953 | 100% | ||
writingamigo | 0 | 4,382,578,670 | 100% | ||
steemcake | 0 | 1,234,304,860 | 100% | ||
zedikaredirect | 0 | 6,679,074,391 | 100% | ||
tortalks | 0 | 1,407,998,320 | 100% | ||
azazqwe | 0 | 2,293,190,866 | 100% | ||
madlenfox | 0 | 5,140,891,478 | 100% | ||
exanime15 | 0 | 4,576,847,478 | 100% | ||
andrusha.mef | 0 | 379,775,469 | 100% | ||
allprowi | 0 | 42,538,174,184 | 100% | ||
dragon40 | 0 | 2,853,401,016 | 100% | ||
personz | 0 | 31,651,135,496 | 100% | ||
lastminuteman | 0 | 133,870,770,692 | 93% | ||
someonewhoisme | 0 | 992,650,980,543 | 100% | ||
mrkroonsteem | 0 | 2,946,703,787 | 100% | ||
swolesome | 0 | 1,579,386,637 | 23.62% | ||
theodosis63 | 0 | 129,089,204 | 9% | ||
tzimis | 0 | 2,706,759,288 | 100% | ||
kostaslou | 0 | 287,155,857 | 9% | ||
steemcenterwiki | 0 | 2,552,845,985 | 100% | ||
akiyoshi | 0 | 377,003,896 | 100% | ||
fisteganos | 0 | 1,469,984,631 | 7.08% | ||
fbechstein | 0 | 1,285,196,356 | 9% | ||
makedonsk | 0 | 816,486,213 | 100% | ||
blockchained | 0 | 1,590,657,080 | 9% | ||
ejemai | 0 | 418,640,154 | 100% | ||
mage00000 | 0 | 3,016,716,638 | 100% | ||
pqlenator | 0 | 2,160,608,814 | 100% | ||
cljg918 | 0 | 517,239,209,438 | 100% | ||
wattacut | 0 | 443,993,981 | 100% | ||
zubett | 0 | 588,340,505 | 100% | ||
stefan.steynberg | 0 | 227,163,576 | 23.62% | ||
coolthingssite | 0 | 335,481,708 | 100% | ||
tarazkp | 0 | 1,951,092,087 | 20% | ||
ligrev | 0 | 439,793,491 | 23.62% | ||
maninayton | 0 | 776,735,248 | 4.72% | ||
ihsan19 | 0 | 367,741,540 | 100% | ||
aaronmda | 0 | 621,200,734 | 100% | ||
privex | 0 | 1,235,974,845 | 100% | ||
zikri | 0 | 666,226,700 | 100% | ||
todaysrant2017 | 0 | 1,602,155,069 | 100% | ||
sawang | 0 | 428,865,090 | 100% | ||
francis228 | 0 | 258,271,872 | 100% | ||
hypexals-spiral | 0 | 1,160,615,963 | 50% | ||
camb | 0 | 0 | 100% | ||
kykb | 0 | 364,527,034 | 100% | ||
decentralizd | 0 | 44,103,073,208 | 100% | ||
estronitex | 0 | 1,950,935,691 | 100% | ||
evildeathcore | 0 | 18,981,890,312 | 100% | ||
lances | 0 | 1,211,824,507 | 4.72% | ||
photono | 0 | 3,243,805,893 | 100% | ||
banjo | 0 | 690,164,065 | 23.62% | ||
amri | 0 | 741,582,220 | 100% | ||
yoes | 0 | 133,097,973 | 100% | ||
marzukibrain | 0 | 680,384,097 | 100% | ||
theregularguy | 0 | 10,306,284,509 | 100% | ||
mckenziegary | 0 | 7,571,245,470 | 100% | ||
rcecelja2503 | 0 | 600,014,345 | 100% | ||
intrepidthinker | 0 | 2,862,004,870 | 100% | ||
taz77 | 0 | 289,466,891 | 100% | ||
fronttowardenemy | 0 | 177,575,715 | 2.36% | ||
varunsangwan | 0 | 307,934,972 | 11.81% | ||
malonmar | 0 | 4,089,073,470 | 100% | ||
alexrickard86 | 0 | 7,926,750,457 | 100% | ||
oluwoleolaide | 0 | 276,630,486 | 23.62% | ||
crawfish37 | 0 | 2,421,500,664 | 100% | ||
thomasgutierrez | 0 | 2,591,570,551 | 100% | ||
steemitdiaries | 0 | 1,622,742,943 | 100% | ||
sassal | 0 | 10,252,078,400 | 100% | ||
kwak | 0 | 43,862,408,595 | 100% | ||
p4n75 | 0 | 127,875,023 | 100% | ||
gbenga | 0 | 2,421,165,687 | 100% | ||
singa | 0 | 297,282,940 | 9% | ||
elevator09 | 0 | 1,266,755,838 | 100% | ||
awesomianist | 0 | 229,548,823 | 10% | ||
m0b1usz3r0 | 0 | 157,291,695 | 100% | ||
goingmobile | 0 | 1,119,155,598 | 11.81% | ||
huku | 0 | 243,139,952 | 100% | ||
dimarss | 0 | 1,484,059,433 | 100% | ||
ehiboss | 0 | 316,665,150 | 23.62% | ||
dickturpin | 0 | 432,727,121 | 100% | ||
the50 | 0 | 3,585,981,286 | 100% | ||
altccy | 0 | 37,308,707,289 | 100% | ||
markwhittam | 0 | 414,609,936 | 23.62% | ||
stwait | 0 | 155,759,542 | 100% | ||
whotiewho | 0 | 1,671,730,540 | 100% | ||
ali7119889 | 0 | 200,176,929 | 100% | ||
velimir | 0 | 357,117,319 | 10% | ||
ultramylk | 0 | 141,208,376 | 100% | ||
thecrazygm | 0 | 95,888,734 | 23.62% | ||
imperfect-one | 0 | 5,028,163,072 | 100% | ||
choogirl | 0 | 301,345,991 | 4.72% | ||
rocking-dave | 0 | 229,853,505 | 100% | ||
cryptodog | 0 | 543,406,016 | 100% | ||
dreamrafa | 0 | 1,851,351,907 | 100% | ||
nicnas | 0 | 234,898,053 | 2.36% | ||
jesse2you | 0 | 82,861,885 | 23.62% | ||
rolf.bakker | 0 | 148,340,634 | 100% | ||
ryn | 0 | 425,813,879 | 100% | ||
greenstar | 0 | 7,743,004,105 | 100% | ||
syn999 | 0 | 11,956,841,878 | 100% | ||
synapse | 0 | 494,540,557 | 100% | ||
contentguy | 0 | 675,831,971 | 100% | ||
ghostgod | 0 | 545,823,944 | 100% | ||
graveric60 | 0 | 130,003,643 | 100% | ||
passion-fruit | 0 | 4,745,336,291 | 100% | ||
coocoocachoo | 0 | 5,590,529,879 | 100% | ||
susueng | 0 | 9,578,728,542 | 100% | ||
pawos | 0 | 1,927,244,436 | 100% | ||
imoutdoors | 0 | 155,335,000 | 100% | ||
sumdumphok | 0 | 106,246,487 | 100% | ||
racryptospace | 0 | 131,079,313 | 100% | ||
egregorian | 0 | 1,951,647,270 | 100% | ||
c86l | 0 | 152,745,752 | 100% | ||
blackmanta | 0 | 155,335,000 | 100% | ||
themevlog | 0 | 170,705,154 | 100% | ||
starsteem | 0 | 130,448,218 | 7.08% | ||
aarkay | 0 | 622,638,300 | 100% | ||
gruppler | 0 | 466,915,630 | 23.62% | ||
nitinchugh | 0 | 291,611,977 | 100% | ||
josepp91 | 0 | 213,400,128 | 100% | ||
frankydoodle | 0 | 167,250,189 | 100% | ||
tutial | 0 | 347,237,423 | 100% | ||
maros | 0 | 152,228,300 | 100% | ||
adrianmada321 | 0 | 174,354,498 | 100% | ||
coinhub | 0 | 266,287,335 | 100% | ||
martin007 | 0 | 156,059,719 | 100% | ||
czechmate | 0 | 190,683,725 | 100% | ||
ariafliandi | 0 | 171,717,809 | 100% | ||
sighmanjestah | 0 | 1,680,173,947 | 100% | ||
siddartha | 0 | 0 | 100% | ||
salvis | 0 | 133,668,289 | 100% | ||
xiobus | 0 | 321,253,163 | 100% | ||
kemosabe | 0 | 948,678,123 | 100% | ||
theswede | 0 | 321,680,624 | 100% | ||
clodoweg | 0 | 1,793,604,174 | 100% | ||
ak892n | 0 | 11,166,113,543 | 100% | ||
dazanar | 0 | 163,877,078 | 100% | ||
head2themountain | 0 | 154,135,489 | 100% | ||
albertvhons | 0 | 80,191,813 | 2.36% | ||
guide.prepper | 0 | 2,797,005,268 | 100% | ||
teddyp | 0 | 2,652,105,062 | 100% | ||
cherryblossoms | 0 | 7,266,700,069 | 100% | ||
epicdesigns | 0 | 2,011,863,946 | 100% | ||
ethios17 | 0 | 1,519,027,513 | 100% | ||
elderberryranch | 0 | 1,503,678,086 | 100% | ||
whatamidoing | 0 | 183,480,337 | 7.08% | ||
schlees | 0 | 1,136,809,377 | 100% | ||
belleontherocks | 0 | 2,365,275,665 | 100% | ||
circuitshark | 0 | 1,185,364,759 | 100% | ||
lautenglye | 0 | 1,158,503,203 | 100% | ||
jeanelleybee | 0 | 337,066,256 | 23.62% | ||
etcbits | 0 | 581,228,882 | 100% | ||
codingpanda | 0 | 404,123,227 | 23.62% | ||
joe28 | 0 | 690,294,482 | 100% | ||
emilniz | 0 | 808,677,969 | 100% | ||
goldgoatsnguns | 0 | 194,560,101 | 11.81% | ||
julia-alexis22 | 0 | 1,647,524,714 | 100% | ||
nezaigor | 0 | 695,032,827 | 100% | ||
ericwoelk | 0 | 24,680,065,524 | 100% | ||
ilonavnijnatten | 0 | 1,279,927,121 | 100% | ||
hebro | 0 | 1,633,753,504 | 100% | ||
forty-two | 0 | 3,357,832,552 | 100% | ||
userperson321 | 0 | 1,628,416,281 | 100% | ||
beng05 | 0 | 322,614,910 | 23.62% | ||
nomad88 | 0 | 1,055,897,730 | 100% | ||
jerrybanfield | 0 | 124,926,476,676 | 100% | ||
dbeck22 | 0 | 157,374,454 | 100% | ||
readmore | 0 | 169,507,078 | 9.44% | ||
roomservice | 0 | 65,192,011,186 | 100% | ||
matiasrodrigo | 0 | 168,842,976 | 100% | ||
shinidanitv | 0 | 3,072,610,596 | 100% | ||
uruiamme | 0 | 1,744,386,217 | 100% | ||
mk40 | 0 | 130,501,695 | 2.36% | ||
datosin | 0 | 1,529,543,308 | 100% | ||
zacharius | 0 | 1,520,821,268 | 100% | ||
mal402 | 0 | 22,786,175,867 | 100% | ||
cryptocentral | 0 | 779,804,167 | 100% | ||
classicstar | 0 | 81,898,896 | 100% | ||
coinhawk | 0 | 2,044,048,750 | 23.62% | ||
steef | 0 | 155,500,647 | 100% | ||
girina79 | 0 | 2,101,205,261 | 100% | ||
dikkyamiputra | 0 | 1,194,028,416 | 100% | ||
jeffcirceo | 0 | 240,998,420 | 100% | ||
drag33 | 0 | 1,215,463,833 | 100% | ||
yuclino | 0 | 736,551,804 | 100% | ||
nitza | 0 | 1,595,402,613 | 100% | ||
vmsolutionsltd | 0 | 4,298,564,745 | 100% | ||
rosher72 | 0 | 161,369,808 | 100% | ||
rondonson | 0 | 2,061,740,678 | 100% | ||
goodaytraders | 0 | 1,400,181,760 | 10% | ||
yaumil | 0 | 376,764,938 | 100% | ||
choind | 0 | 2,790,578,552 | 100% | ||
qwasert | 0 | 161,943,208 | 4.72% | ||
ubertec | 0 | 155,850,242 | 100% | ||
adamm | 0 | 11,174,452,016 | 100% | ||
dirtfoot | 0 | 106,268,140 | 100% | ||
earnonlinewith | 0 | 231,049,484 | 100% | ||
georgitsachev | 0 | 92,641,127 | 100% | ||
nazirkhyber | 0 | 793,893,475 | 100% | ||
rahulyadav | 0 | 305,447,059 | 100% | ||
charles1 | 0 | 404,679,468 | 100% | ||
ibrahimmurtaza | 0 | 153,709,433 | 100% | ||
gichan | 0 | 977,107,491 | 100% | ||
orgnolf | 0 | 1,675,974,259 | 100% | ||
emex | 0 | 164,207,533 | 100% | ||
justcallmemyth | 0 | 259,861,812 | 100% | ||
kaysorkhan | 0 | 152,228,300 | 100% | ||
travelersmemoire | 0 | 101,362,229 | 100% | ||
amexperts | 0 | 5,423,969,256 | 100% | ||
malicered | 0 | 20,643,574,398 | 100% | ||
tt1234 | 0 | 641,708,847 | 100% | ||
victorier | 0 | 1,479,233,809 | 100% | ||
johnpm75 | 0 | 155,759,391 | 100% | ||
jamie1128 | 0 | 726,450,823 | 100% | ||
xervantes | 0 | 302,777,231 | 9% | ||
skrapa33 | 0 | 637,405,368 | 100% | ||
lauzy | 0 | 178,141,409 | 100% | ||
blowoff | 0 | 247,698,024 | 100% | ||
janusface | 0 | 0 | 0% | ||
ercpok | 0 | 898,059,743 | 100% | ||
berlinmoonlight | 0 | 10,069,424,416 | 100% | ||
doughnutsmuggler | 0 | 139,703,419 | 100% | ||
ydauti | 0 | 45,276,007,715 | 100% | ||
staticinstance | 0 | 13,699,737,500 | 100% | ||
bloomview | 0 | 233,933,076 | 100% | ||
enomujjass | 0 | 179,213,767 | 100% | ||
lisamarie59 | 0 | 155,335,000 | 100% | ||
adnanrahic | 0 | 893,354,977 | 100% | ||
bsameep | 0 | 83,695,865 | 23.62% | ||
da-pu | 0 | 465,070,026 | 100% | ||
creativityflow | 0 | 992,898,568 | 100% | ||
cali-girl | 0 | 600,308,761 | 100% | ||
dienhassan | 0 | 92,703,294 | 100% | ||
arsar | 0 | 746,932,202 | 100% | ||
markyzmark | 0 | 757,091,769 | 100% | ||
almost-digital | 0 | 38,701,804,439 | 100% | ||
marcfrvncis | 0 | 106,186,146 | 9.44% | ||
swsmexico | 0 | 129,482,079 | 100% | ||
ronel | 0 | 172,973,157 | 100% | ||
papadopoulos | 0 | 429,463,843 | 100% | ||
carobetc | 0 | 155,811,184 | 100% | ||
mkotibabu | 0 | 1,054,099,577 | 100% | ||
aguayojoshua | 0 | 665,652,795 | 100% | ||
ritsjert | 0 | 155,335,000 | 100% | ||
kaiching77 | 0 | 1,446,635,647 | 100% | ||
mdosev | 0 | 750,653,113 | 100% | ||
skysteemit | 0 | 149,121,600 | 100% | ||
zohaibkhan | 0 | 80,817,262 | 100% | ||
gemdi | 0 | 349,271,148 | 100% | ||
alga | 0 | 145,476,739 | 100% | ||
justinejuly | 0 | 295,778,277 | 100% | ||
boren | 0 | 290,178,027 | 100% | ||
minnowsupport | 0 | 115,093,608,781 | 23.62% | ||
muhammadtalal | 0 | 255,356,586 | 100% | ||
patil | 0 | 290,177,185 | 100% | ||
sarmins | 0 | 266,962,997 | 100% | ||
jean.racines | 0 | 438,619,127 | 100% | ||
xpency | 0 | 185,713,384 | 100% | ||
viralsteem | 0 | 284,373,618 | 100% | ||
okri | 0 | 292,274,784 | 100% | ||
gustavcoin | 0 | 290,177,153 | 100% | ||
carry0n | 0 | 133,858,489 | 100% | ||
ohaaland | 0 | 162,499,199 | 100% | ||
carlossteem | 0 | 162,499,197 | 100% | ||
babyfist | 0 | 290,177,118 | 100% | ||
anacristinasilva | 0 | 255,355,862 | 100% | ||
tiandao | 0 | 290,177,111 | 100% | ||
writtenbird | 0 | 310,881,158 | 100% | ||
sara21 | 0 | 191,516,883 | 100% | ||
arabebtc | 0 | 278,569,996 | 100% | ||
magicstone1412 | 0 | 532,610,689 | 100% | ||
tsinrong | 0 | 284,373,534 | 100% | ||
solehmustakim | 0 | 290,177,052 | 100% | ||
daydreams4rock | 0 | 203,123,929 | 100% | ||
kenhudoy | 0 | 447,730,915 | 100% | ||
chedo | 0 | 81,249,562 | 100% | ||
manisha | 0 | 449,587,996 | 100% | ||
djluka14 | 0 | 290,176,986 | 100% | ||
johnlue | 0 | 75,446,011 | 26% | ||
peaceofmind | 0 | 272,766,342 | 100% | ||
lightproject | 0 | 266,962,792 | 100% | ||
actuallyno | 0 | 290,176,946 | 100% | ||
clairvoyxnt | 0 | 284,373,407 | 100% | ||
ticopurelife | 0 | 290,176,945 | 100% | ||
myhealth | 0 | 290,176,925 | 100% | ||
minigrowl | 0 | 290,176,922 | 100% | ||
nirado | 0 | 294,517,550 | 100% | ||
bscot020 | 0 | 284,373,370 | 100% | ||
junhokim | 0 | 18,651,765,525 | 100% | ||
anouk.nox | 0 | 615,175,008 | 100% | ||
sam99 | 0 | 69,642,453 | 100% | ||
cronwill | 0 | 290,176,886 | 100% | ||
emmanuelardila | 0 | 208,927,340 | 100% | ||
mollywarhol | 0 | 232,141,489 | 100% | ||
drakos | 0 | 133,481,355 | 100% | ||
gregario | 0 | 290,176,840 | 100% | ||
kimterje83 | 0 | 0 | 100% | ||
jkkoon | 0 | 266,962,686 | 100% | ||
them680813 | 0 | 40,599,358,575 | 100% | ||
janny | 0 | 266,962,676 | 100% | ||
jfollas | 0 | 197,320,222 | 100% | ||
digitalworldcj | 0 | 266,962,615 | 100% | ||
emag | 0 | 98,660,092 | 100% | ||
shote.said | 0 | 290,176,723 | 100% | ||
emarcoscl | 0 | 284,373,187 | 100% | ||
angelsalais | 0 | 377,377,687 | 100% | ||
calinconst | 0 | 92,856,534 | 100% | ||
lilttlejoel | 0 | 615,174,536 | 100% | ||
raymondc | 0 | 290,176,630 | 100% | ||
arckrai | 0 | 92,856,512 | 100% | ||
cryptocharts | 0 | 203,123,620 | 100% | ||
shahzad200888 | 0 | 278,569,523 | 100% | ||
suavimani | 0 | 284,373,042 | 100% | ||
dunky | 0 | 284,373,042 | 100% | ||
troilo | 0 | 84,147,691 | 100% | ||
nativzel | 0 | 249,640,862 | 100% | ||
cryptotaddtherad | 0 | 243,748,298 | 100% | ||
solidace | 0 | 255,355,333 | 100% | ||
hassanalikhan23 | 0 | 290,176,487 | 100% | ||
mclaurin | 0 | 290,176,476 | 100% | ||
cryptogoi | 0 | 290,176,428 | 100% | ||
melea | 0 | 290,176,367 | 100% | ||
marekdavid | 0 | 284,372,764 | 100% | ||
astonmcarthur | 0 | 290,176,281 | 100% | ||
jordangadayan | 0 | 92,856,404 | 100% | ||
digitpass101 | 0 | 290,176,258 | 100% | ||
fareedjohn | 0 | 92,856,395 | 31% | ||
naren | 0 | 290,176,182 | 100% | ||
pressurepointau | 0 | 63,838,742 | 100% | ||
sammyjawara | 0 | 255,354,968 | 100% | ||
zeryius | 0 | 249,551,445 | 100% | ||
wethesheeple1776 | 0 | 121,873,958 | 100% | ||
bhavana | 0 | 290,176,083 | 100% | ||
inviter | 0 | 69,642,257 | 100% | ||
norgamal | 0 | 243,747,854 | 100% | ||
alaaabujabal | 0 | 284,372,453 | 100% | ||
obzz | 0 | 284,372,441 | 100% | ||
sagarkafle99 | 0 | 278,568,788 | 100% | ||
kingavin | 0 | 10,835,597,713 | 100% | ||
tellmevaldo | 0 | 237,944,170 | 100% | ||
shawtyrokdoowop | 0 | 272,765,262 | 100% | ||
mguell | 0 | 290,175,810 | 100% | ||
shree0629 | 0 | 284,372,268 | 100% | ||
sensation | 0 | 290,175,777 | 100% | ||
abdouni92 | 0 | 191,515,986 | 100% | ||
steemornot | 0 | 232,140,581 | 100% | ||
khaledalmutairi | 0 | 284,372,208 | 100% | ||
dovlet | 0 | 0 | 0% | ||
befreeb | 0 | 290,175,703 | 100% | ||
evo69 | 0 | 243,747,539 | 100% | ||
cryptostudent | 0 | 272,765,043 | 100% | ||
scharfsinn | 0 | 0 | 100% | ||
howtolife | 0 | 220,533,415 | 100% | ||
mike77 | 0 | 255,354,480 | 100% | ||
cassillas5553 | 0 | 278,568,522 | 100% | ||
mihuioan | 0 | 284,372,025 | 100% | ||
crypticj | 0 | 284,372,004 | 100% | ||
spaces | 0 | 284,371,981 | 100% | ||
gusiisenpaii | 0 | 284,371,975 | 100% | ||
the-activist | 0 | 290,175,471 | 100% | ||
iratiko | 0 | 266,961,432 | 100% | ||
cookiedavinci | 0 | 290,175,455 | 100% | ||
tahirmuddassar | 0 | 290,175,441 | 100% | ||
acosmist | 0 | 290,175,422 | 100% | ||
lynnsandarkyi | 0 | 290,175,412 | 100% | ||
chitnaingoo | 0 | 255,354,360 | 100% | ||
cahtejay | 0 | 243,747,335 | 100% | ||
mugglemerch | 0 | 266,961,355 | 100% | ||
iyan | 0 | 290,175,379 | 100% | ||
wuusaaa | 0 | 290,175,365 | 100% | ||
cryptogeekz | 0 | 290,175,357 | 100% | ||
musicfever | 0 | 0 | 0% | ||
tahajelassi | 0 | 284,371,837 | 100% | ||
dogar | 0 | 284,371,836 | 100% | ||
zachsteven | 0 | 290,175,325 | 100% | ||
foodisfree | 0 | 290,175,282 | 100% | ||
sanlamuerte | 0 | 290,175,280 | 100% | ||
orvillehilamon | 0 | 290,175,272 | 100% | ||
atreyachak | 0 | 290,175,272 | 100% | ||
wolfiedana | 0 | 284,371,765 | 100% | ||
naveenchand | 0 | 266,961,246 | 100% | ||
bigbluefan78 | 0 | 179,908,662 | 100% | ||
yamuaryal | 0 | 266,961,241 | 100% | ||
baloch | 0 | 290,175,226 | 100% | ||
bitdollar | 0 | 284,371,704 | 100% | ||
mustapha777 | 0 | 290,175,207 | 100% | ||
sagar-aman | 0 | 290,175,099 | 100% | ||
iamdeveloper | 0 | 899,541,286 | 100% | ||
that1consultant | 0 | 0 | 100% | ||
yunkzilla | 0 | 0 | 100% | ||
cosmicboy123 | 0 | 0 | 100% | ||
brad-saunders | 0 | 0 | 100% | ||
singledudetravel | 0 | 0 | 100% | ||
dorabot | 0 | 0 | 100% | ||
heshamsharm | 0 | 0 | 100% | ||
joshtristram | 0 | 0 | 100% | ||
donateforcancer | 0 | 0 | 100% | ||
dannyt | 0 | 0 | 100% | ||
subways | 0 | 0 | 100% | ||
smallpaux | 0 | 0 | 100% | ||
morepower2u | 0 | 0 | 100% | ||
xerex | 0 | 0 | 100% | ||
flrgx | 0 | 0 | 100% | ||
attoan.cmt | 0 | 0 | 100% | ||
itsmikechu | 0 | 0 | 100% | ||
odl | 0 | 0 | 100% | ||
besibek | 0 | 0 | 100% | ||
duane.dos | 0 | 0 | 100% | ||
tastytraveler | 0 | 0 | 100% | ||
birdmanbcon | 0 | 0 | 100% | ||
taughttoprofit | 0 | 0 | 100% | ||
thromaspang | 0 | 0 | 100% | ||
valkyr | 0 | 0 | 100% | ||
laxmikadariya | 0 | 0 | 100% | ||
stoney.kang | 0 | 0 | 100% | ||
weston.markham | 0 | 0 | 100% | ||
hugorosen | 0 | 0 | 100% | ||
hadxp | 0 | 0 | 100% | ||
ianaltosaar | 0 | 0 | 100% | ||
issrael | 0 | 0 | 100% | ||
arkangelb | 0 | 0 | 100% |
Hey, a quick question. **Who would you say should consider becoming a witness?** Anyone? Those with a lot of investment in the platform? Etc. Thanks for sharing!
author | aguayojoshua | ||||||
---|---|---|---|---|---|---|---|
permlink | re-someguy123-2017618t164323230z | ||||||
category | steem | ||||||
json_metadata | {"tags":"steem","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-18 20:43:24 | ||||||
last_update | 2017-06-18 20:43:24 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-06-25 20:43:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 162 | ||||||
author_reputation | 469,235,892,088 | ||||||
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 5,205,583 | ||||||
net_rshares | 0 |
There are a variety of different backgrounds as witnesses. Some are highly technical, e.g. @smooth, @abit, @gtg, myself etc. - those with history in development and system administration are more likely to be trusted by the other witness whales. A vote from @abit for example, could throw you up 10-20 ranks if you're low down, or 5-10 ranks if you're in the top 50. Some people like @charlieshrem never even operated his own witness, he paid someone else to manage it, and he was #1 witness for a while. This shows even without a developer/sysadmin background, you can still make it to the top 20 if you know the right people. A large part of your success as a witness depends on how much the community likes you. If you're well known and liked by the developers, the whales, and the normal users, then you're bound to have great success as a witness. Sometimes, even if you're practically a famous Steemian, you'll still be stuck at a low rank. Example: @teamsteem is one of the most well known and loved Steemians, with posts constantly breaching $1000, and yet he's struggling to make it into the top 50 after running for months. The only way to find out is to try it. Setup costs for a witness are low, and you can always stop if it's not working out for you.
author | someguy123 |
---|---|
permlink | re-aguayojoshua-re-someguy123-2017618t164323230z-20170618t205709250z |
category | steem |
json_metadata | {"tags":["steem"],"users":["smooth","abit","gtg","charlieshrem","teamsteem"],"app":"steemit/0.1"} |
created | 2017-06-18 20:57:09 |
last_update | 2017-06-18 20:57:09 |
depth | 2 |
children | 0 |
last_payout | 2017-06-25 20:57:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,269 |
author_reputation | 103,945,664,283,580 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,206,519 |
net_rshares | 284,372,004 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
crypticj | 0 | 284,372,004 | 100% |
Thanks for a very informative guide. I am just in the process of setting up a witness node, so this came at a perfect time... Still trying to figure out where to host it, so I will take a good look at @privex
author | alaaabujabal |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t205943570z |
category | steem |
json_metadata | {"tags":["steem"],"users":["privex"],"app":"steemit/0.1"} |
created | 2017-06-18 20:59:45 |
last_update | 2017-06-18 20:59:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 20:59:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | -497,989,290,390 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,206,696 |
net_rshares | 910,947,917 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alaaabujabal | 0 | 910,947,917 | 100% |
Thanks for this. I have been wanting to set up a witness the last week but didnt really know where to start. I am going to try this locally first on my dev box and then if all goes well.. set up on a dedicated server. Looking forward to be able to give back to the steem community.
author | amexperts |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t173200719z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 17:32:00 |
last_update | 2017-06-19 17:32:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 17:32:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.102 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 281 |
author_reputation | 239,102,869,157 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,279,122 |
net_rshares | 5,421,091,827 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amexperts | 0 | 5,421,091,827 | 100% |
https://steemit.chat/channel/witness is offline ?
author | ansolas |
---|---|
permlink | pwsk9d |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.chat/channel/witness"],"app":"steemit/0.1"} |
created | 2019-08-25 12:05:36 |
last_update | 2019-08-25 12:05:36 |
depth | 1 |
children | 0 |
last_payout | 2019-09-01 12:05:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 83,412,894,979 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 89,930,975 |
net_rshares | 0 |
Congratulations @someguy123! Your post was mentioned in my [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170618) in the following category: * Pending payout - Ranked 3 with $ 1240,38
author | arcange |
---|---|
permlink | re-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t164518000z |
category | steem |
json_metadata | "" |
created | 2017-06-19 14:45:18 |
last_update | 2017-06-19 14:45:18 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 14:45:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 1,146,606,601,469,178 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,266,161 |
net_rshares | 3,357,484,410 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
darth-azrael | 0 | 3,357,484,410 | 40% | ||
hadxp | 0 | 0 | 100% |
I don't know much about this, but what are witnesses?
author | arckrai |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t190406577z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 19:04:06 |
last_update | 2017-06-18 19:04:06 |
depth | 1 |
children | 2 |
last_payout | 2017-06-25 19:04:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 16,610,122,450,873 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,199,064 |
net_rshares | 98,660,044 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arckrai | 0 | 98,660,044 | 100% |
@arckrai witnesses are people who keep the steem blockchain going, its important to vote for them.
author | rondonson |
---|---|
permlink | re-arckrai-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t190858189z |
category | steem |
json_metadata | {"tags":["steem"],"users":["arckrai"],"app":"steemit/0.1"} |
created | 2017-06-18 19:09:00 |
last_update | 2017-06-18 19:09:00 |
depth | 2 |
children | 0 |
last_payout | 2017-06-25 19:09:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 36,885,057,220,662 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,199,440 |
net_rshares | 0 |
At the start of the post I wrote: If you want to learn more about witnesses and what they do, check out my article here: https://steemit.com/witness-category/@someguy123/seriously-what-is-a-witness-why-should-i-care-how-do-i-become-one-answer
author | someguy123 |
---|---|
permlink | re-arckrai-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t191034550z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/witness-category/@someguy123/seriously-what-is-a-witness-why-should-i-care-how-do-i-become-one-answer"],"app":"steemit/0.1"} |
created | 2017-06-18 19:10:33 |
last_update | 2017-06-18 19:10:33 |
depth | 2 |
children | 0 |
last_payout | 2017-06-25 19:10:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 243 |
author_reputation | 103,945,664,283,580 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,199,572 |
net_rshares | 0 |
thank you very much, I will give it a try. @quochuy thank you for your recommendation
author | attoan.cmt |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20180606t054722561z |
category | steem |
json_metadata | {"tags":["steem"],"users":["quochuy"],"app":"steemit/0.1"} |
created | 2018-06-06 05:47:21 |
last_update | 2018-06-06 05:47:21 |
depth | 1 |
children | 0 |
last_payout | 2018-06-13 05:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 34,791,351,931,730 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,480,139 |
net_rshares | 0 |
it looks really cool, thanks i'mma try it
author | bardhylsllamniku |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t020122741z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 02:01:21 |
last_update | 2017-06-19 02:01:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 02:01:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 233,649,568,173 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,223,555 |
net_rshares | 0 |
The first few steps wok fine for me but then I get some errors. I am root on a fresh ubuntu 16. can someone help? After ./run.sh install I am getting : "Error response from daemon: No such image: someguy123/steem:latest Installation completed. You may now configure or run the server" After ./run.sh remote_wallet I am getting Unable to find image 'steem:latest' locally docker: Error response from daemon: repository steem not found: does not exist or no pull access.
author | camb |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170713t233810931z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-13 23:38:12 |
last_update | 2017-07-13 23:38:12 |
depth | 1 |
children | 1 |
last_payout | 2017-07-20 23:38:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 472 |
author_reputation | 2,733,578,557,743 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,394,439 |
net_rshares | 712,898,410 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
koshin | 0 | 712,898,410 | 100% |
Hey mate, do you solve the problem?
author | songcaoxian |
---|---|
permlink | re-camb-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20180625t001817227z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-06-25 00:18:18 |
last_update | 2018-06-25 00:18:18 |
depth | 2 |
children | 0 |
last_payout | 2018-07-02 00:18:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 5,082,319,971 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,115,550 |
net_rshares | 0 |
Very good and helpful post, following you for more and thanks for sharing
author | charles1 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t190126080z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 19:01:27 |
last_update | 2017-06-18 19:01:27 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 19:01:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 73,578,987,512,478 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,198,873 |
net_rshares | 0 |
Thanks for the detailed post
author | cloh76 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t233659790z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 23:36:57 |
last_update | 2017-06-18 23:36:57 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 23:36:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 37,996,316,912,544 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,216,759 |
net_rshares | 0 |
http://privex.io/ not work. What is this? Have you change your provider?
author | coar |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170721t144827513z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://privex.io/"],"app":"steemit/0.1"} |
created | 2017-07-21 14:48:30 |
last_update | 2017-07-21 14:48:30 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 14:48:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.227 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 4,231,602,317,552 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,202,753 |
net_rshares | 57,208,296,132 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coar | 0 | 57,208,296,132 | 100% |
Nice one, thanks for sharing @someguy123
author | crisgojar |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t020558322z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"app":"steemit/0.1"} |
created | 2017-06-19 02:05:57 |
last_update | 2017-06-19 02:05:57 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 02:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 2,716,008,632,936 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,223,784 |
net_rshares | 0 |
Thanks for the detailed instructions! Will definitely be using this
author | cryptodata |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t192514163z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 19:25:09 |
last_update | 2017-06-18 19:25:09 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 19:25:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 1,577,806,466,314 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,200,509 |
net_rshares | 0 |
Great information @someguy123! Will greatly help somebody who wants to become a witness.
author | cryptodog |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t072429746z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"app":"steemit/0.1"} |
created | 2017-06-19 07:24:30 |
last_update | 2017-06-19 07:24:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 07:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 867,897,048,877 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,238,964 |
net_rshares | 0 |
a `-f` for the logs would be awesome ^^
author | cryptohazard |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170630t211441803z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-30 21:14:42 |
last_update | 2017-06-30 21:14:42 |
depth | 1 |
children | 2 |
last_payout | 2017-07-07 21:14:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 17,111,780,434,071 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,812,393 |
net_rshares | 0 |
You can follow in realtime with: **docker logs --tail=30 --follow witness** or **docker logs --tail=30 --f witness** (assuming your container's name is "witness", the default in @someguy123's installation)
author | drakos |
---|---|
permlink | re-cryptohazard-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170703t192613331z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"app":"steemit/0.1"} |
created | 2017-07-03 19:26:45 |
last_update | 2017-07-03 19:27:42 |
depth | 2 |
children | 1 |
last_payout | 2017-07-10 19:26:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 206 |
author_reputation | 112,280,226,665,329 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,183,787 |
net_rshares | 7,835,939,774 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptohazard | 0 | 7,835,939,774 | 100% |
Oh I figured out. I started to deal directly with the container itself after some time. Thanks anyway.
author | cryptohazard |
---|---|
permlink | re-drakos-re-cryptohazard-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170703t192847654z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-03 19:28:48 |
last_update | 2017-07-03 19:28:48 |
depth | 3 |
children | 0 |
last_payout | 2017-07-10 19:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 17,111,780,434,071 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,183,983 |
net_rshares | 0 |
That's one heck of a disclaimer! ;)
author | cryptosi |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t223131065z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 22:31:36 |
last_update | 2017-06-18 22:31:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 22:31:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.118 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 378,844,291,332 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,213,070 |
net_rshares | 6,096,114,292 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptosi | 0 | 6,096,114,292 | 100% |
I am having an issue. I go through the whole install process then once the blockchain has been downloaded I go to open the wallet. When I try to open the wallet steem-docker tells me that the container does not exist. So I go ahead and build one and start it. I go to open the wallet again and container still no container found. It is the latest steem-docker from github.com What update am I missing? Please let me know. Thank you for your time.
author | cryptouno |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20180530t083614776z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-05-30 08:36:30 |
last_update | 2018-05-30 08:36:30 |
depth | 1 |
children | 0 |
last_payout | 2018-06-06 08:36:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 446 |
author_reputation | 27,659,505,683,747 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,409,017 |
net_rshares | 0 |
Update.... Setting up my own server, 14 GB memory does not cut it anymore, upgrading....
author | cubanhacker |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20180208t013047069z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-02-08 01:30:48 |
last_update | 2018-02-08 01:31:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 01:30:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 2,387,715,199 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,793,940 |
net_rshares | 2,137,935,518 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cubanhacker | 0 | 2,137,935,518 | 100% |
upvoted because you mention this. Making it easier to know where to go to spend steem as well. >I recommend @privex - they accept STEEM, are affordable,
author | cybercodetwins |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t195305753z |
category | steem |
json_metadata | {"tags":["steem"],"users":["privex"],"app":"steemit/0.1"} |
created | 2017-06-18 19:53:06 |
last_update | 2017-06-18 19:53:06 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 19:53:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.830 HBD |
curator_payout_value | 0.271 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 2,098,733,764,293 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,202,250 |
net_rshares | 55,593,079,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
someguy123 | 0 | 55,593,079,890 | 100% |
This is likely the next step for me as I spend every day on steem or working on something steem related.... thanks for the guide man! Bookmarked!
author | decentralizd |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t000220873z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 00:02:21 |
last_update | 2017-06-19 00:02:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 00:02:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.490 HBD |
curator_payout_value | 0.044 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 15,393,357,386,194 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,217,995 |
net_rshares | 128,713,254,332 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thedashguy | 0 | 84,610,181,124 | 100% | ||
decentralizd | 0 | 44,103,073,208 | 100% |
Hosting your own node or server on any network can be heaps of fun and pretty rewarding.
author | dickturpin |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t132844576z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 13:28:45 |
last_update | 2017-06-19 13:28:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 13:28:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 42,232,535,301,129 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,260,434 |
net_rshares | 0 |
Thank you for your information
author | dojoexle |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t190640933z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 19:07:33 |
last_update | 2017-06-18 19:07:33 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 19:07:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 340,767,194,545 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,199,327 |
net_rshares | 0 |
THANKS for this post, I was discovering recently the witness aspect of Steem, and I was looking for information on how to set up a server. I will read this with great care. How much monthly bandwidth does a witness require? Ah you're the CEO of @privex? Nice.
author | drakos |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t191509077z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1","users":["privex"]} |
created | 2017-06-18 19:16:00 |
last_update | 2017-06-18 19:22:09 |
depth | 1 |
children | 1 |
last_payout | 2017-06-25 19:16:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 261 |
author_reputation | 112,280,226,665,329 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,199,964 |
net_rshares | 0 |
For a witness, I'm not entirely sure. For a seed the bandwidth requirements are higher because you're distributing blocks. Since I set up my witness a few months ago, here's what my network stats look like: ``` RX bytes:114048278566 (114.0 GB) TX bytes:99253351124 (99.2 GB)``` So it could require 20-30GB a month, I really don't know.
author | someguy123 |
---|---|
permlink | re-drakos-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t193313658z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 19:33:15 |
last_update | 2017-06-18 19:33:15 |
depth | 2 |
children | 0 |
last_payout | 2017-06-25 19:33:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 348 |
author_reputation | 103,945,664,283,580 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,201,028 |
net_rshares | 0 |
I had a problem when running the **seed**. I couldn't telnet to it from an external box. I tried to play with the firewall but that wasn't it, the culprit was in the run.sh script: >PORTS="2001" if [[ -f .env ]]; then source .env fi What's happening is, after PORT is set to 2001, it gets overridden by the value from the .env file. In this case, it's **empty** (as instructed in this post). ``` PORTS= DOCKER_NAME=witness ``` So when running the docker container, the resulting command that starts the docker is: `docker run -v /dev/shm:/shm -v /home/user/steem-docker/data:/steem -d --name witness -t steem` The fix is to set `PORTS=2001` in the .env file. And we end up with the proper command being executed, with an open port allowing public access to the seed node: `docker run -p0.0.0.0:2001:2001 -v /dev/shm:/shm -v /home/user/steem-docker/data:/steem -d --name witness -t steem`
author | drakos |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170718t014401378z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-18 01:44:45 |
last_update | 2017-07-18 02:42:15 |
depth | 1 |
children | 3 |
last_payout | 2017-07-25 01:44:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 895 |
author_reputation | 112,280,226,665,329 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,828,746 |
net_rshares | 13,710,792,942 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drakos | 0 | 13,710,792,942 | 100% |
That's the point. It's designed to be a witness. All you have to do is just remove `PORTS=` from the .env file and it would work like normal, with the default port of 2001 being opened.
author | someguy123 |
---|---|
permlink | re-drakos-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170718t112808496z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-18 11:28:09 |
last_update | 2017-07-18 11:28:09 |
depth | 2 |
children | 2 |
last_payout | 2017-07-25 11:28:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 186 |
author_reputation | 103,945,664,283,580 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,864,452 |
net_rshares | 0 |
I am using the "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" guide to set up my witness account and have run into the following issue: "DOCKER_NAME=witness File Name to Write: .envPORTS= " I am not sure what to put here based on the guide. Any help would be appreciated.
author | slickk |
---|---|
permlink | re-someguy123-re-drakos-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170915t150404130z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-09-15 15:04:03 |
last_update | 2017-09-15 15:04:03 |
depth | 3 |
children | 0 |
last_payout | 2017-09-22 15:04:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 290 |
author_reputation | 5,500,960,319 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,975,814 |
net_rshares | 0 |
Thanks so much for this post. I had good experiences using this service. I love reading the tips on how to maximize long term gains@yash0108
author | yash0108 |
---|---|
permlink | re-someguy123-re-drakos-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170720t103921080z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-20 10:39:30 |
last_update | 2017-07-20 10:39:30 |
depth | 3 |
children | 0 |
last_payout | 2017-07-27 10:39:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 3,386,741,504,526 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,063,130 |
net_rshares | 0 |
Interesting info indeed!, always been curious about witness, probably not getting into that any time soon but in the future, maybe...
author | dreamrafa |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t195836598z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 19:58:39 |
last_update | 2017-06-18 19:58:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 19:58:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 178,378,192,142,151 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,202,646 |
net_rshares | 0 |
Thanks for the helpful article. I will try and set it up as being instructed. some how complicating but i know you will assist if i go wrong.
author | emex |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t075050525z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 07:50:54 |
last_update | 2017-06-19 07:50:54 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 07:50:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 141 |
author_reputation | 62,409,656,030 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,240,298 |
net_rshares | 0 |
Ho boy, Thx far all your works ! I have created my witness (for curiosity purpose) on another account. In fact, 8Gb is not enough to replay the blockchain. 16 Gb is required. Now, I would like to host my own instance of steemit.
author | evildido |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20171007t113546886z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-07 11:35:48 |
last_update | 2017-10-07 11:35:48 |
depth | 1 |
children | 0 |
last_payout | 2017-10-14 11:35:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 230 |
author_reputation | 10,472,899,706,596 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,000,472 |
net_rshares | 0 |
How much bandwidth does running a witness consume?
author | florio |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170622t190859715z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-22 19:08:57 |
last_update | 2017-06-22 19:08:57 |
depth | 1 |
children | 0 |
last_payout | 2017-06-29 19:08:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 1,869,899,466,847 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,668,720 |
net_rshares | 0 |
Love this guide. Ran it on my home server without a hitch. Unfortunately, on my VPS, I get the following. Will probably just change VPS. Loading image from someguy123/steem Using default tag: latest Warning: failed to get default registry endpoint from daemon (Cannot connect to the Dock er daemon at unix:///var/run/docker.sock. Is the docker daemon running?). Using system d efault: https://index.docker.io/v1/ Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Tagging as steem Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Installation completed. You may now configure or run the server --- Feel free to hit me up @someguy123 if you want to look at the VPS image. Not expecting a fix, but you might be interested for bug fixing purposes.
author | flrgx |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20171024t112557295z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"links":["https://index.docker.io/v1/"],"app":"steemit/0.1"} |
created | 2017-10-24 11:25:57 |
last_update | 2017-10-24 11:25:57 |
depth | 1 |
children | 0 |
last_payout | 2017-10-31 11:25:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 845 |
author_reputation | 8,918,022,219 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,447,262 |
net_rshares | 0 |
Love this guide. Ran it on my home server without a hitch. Unfortunately, on my VPS, I get the following. Will probably just change VPS. Loading image from someguy123/steem Using default tag: latest Warning: failed to get default registry endpoint from daemon (Cannot connect to the Dock er daemon at unix:///var/run/docker.sock. Is the docker daemon running?). Using system d efault: https://index.docker.io/v1/ Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Tagging as steem Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Installation completed. You may now configure or run the server
author | flrgx |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20171024t112628541z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://index.docker.io/v1/"],"app":"steemit/0.1"} |
created | 2017-10-24 11:26:36 |
last_update | 2017-10-24 11:26:36 |
depth | 1 |
children | 0 |
last_payout | 2017-10-31 11:26:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 690 |
author_reputation | 8,918,022,219 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,447,293 |
net_rshares | 0 |
Cool! I would give it a try if I had a computer connected full time to the internet.
author | galactic123 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t111925837z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 11:19:00 |
last_update | 2017-06-19 11:19:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 11:19:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 1,705,466,759,871 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,251,619 |
net_rshares | 0 |
Thank you for your help and support We surely need you Please follow @someguy123 he is great I am your new follower Best Regards Andrei
author | greatvideos |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t185352111z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"app":"steemit/0.1"} |
created | 2017-06-18 18:53:39 |
last_update | 2017-06-18 18:53:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 18:53:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.828 HBD |
curator_payout_value | 0.275 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 6,696,611,383,944 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,198,290 |
net_rshares | 55,593,079,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
someguy123 | 0 | 55,593,079,890 | 100% |
that's great help from you thank you very much
author | hatemmkh |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t023217895z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 02:32:24 |
last_update | 2017-06-19 02:32:24 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 02:32:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 2,271,435,165,267 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,225,175 |
net_rshares | 0 |
i am just new here in steemit , i liked you artilce and will consider it in my next steps , i voted and followed you thanks for sharing ! 👏🏻👏🏻👏🏻
author | heshamsharm |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170829t195359976z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-08-29 19:54:06 |
last_update | 2017-08-29 19:54:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-05 19:54:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 18,134,840 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,266,043 |
net_rshares | 0 |
nice .. i followed your steemit account because of your supportiveness in steemit community please help me raise my steem power thanks ..
author | hicmaster |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170620t013103407z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-20 01:31:06 |
last_update | 2017-06-20 01:31:06 |
depth | 1 |
children | 0 |
last_payout | 2017-06-27 01:31:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 1,110,638,428,576 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,310,556 |
net_rshares | 0 |
Very good blog. Good to see I'm not the only one that is thinking about this. Not sure if I believe in the current crypto investment climate but I do believe in the blockchain. I was researching a way to find more info about the current cryptocoins on the market. Personally I always use: https://www.coincheckup.com I'm using this site that gives in depth reports on every tradable cryto in the market.
author | infantbarry |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170926t144925931z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"} |
created | 2017-09-26 14:49:30 |
last_update | 2017-09-26 14:49:30 |
depth | 1 |
children | 0 |
last_payout | 2017-10-03 14:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 406 |
author_reputation | -867,927,103,364 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,990,388 |
net_rshares | -1,505,930,037 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheetah | 0 | -1,505,930,037 | -1% |
Hmm.. This error shows up when ./run.sh replay: docker: Error response from daemon: cgroups: cannot found cgroup mount desti ation: unknown.
author | isnochys |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20180131t074122336z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-31 07:41:24 |
last_update | 2018-01-31 07:41:24 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 07:41:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 48,490,072,901,013 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,790,603 |
net_rshares | 0 |
Dear @someguy123 - I would like to be a witness. I have some problems and so I would like to ask you if you think I could. 1) Do not have electricity all day 2) Have intermittent phone and internet 3) Am a Windows developer not linux a) Although I know how to use Ming and such it is not my specialty nor is it my focus 4) Can people witness, get blocks without being a voted witness? I thought you had to be a witness in order to get the blocks 5) Today, I am in the process of transferring steem and sbd to poloniex and instead of it being quick, as fast or faster than Bitcoin, it is past two hours now and the transfer is not complete. That tells me there is not enough witnessess to handle the network
author | jeff-kubitz |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t190514571z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"app":"steemit/0.1"} |
created | 2017-06-19 19:05:15 |
last_update | 2017-06-19 19:05:15 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 19:05:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.525 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 709 |
author_reputation | 45,985,057,342,618 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,285,992 |
net_rshares | 27,866,700,577 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jeff-kubitz | 0 | 27,866,700,577 | 100% |
Finished! Outstanding guide!
author | jerrybanfield |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170710t231753295z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-10 23:17:51 |
last_update | 2017-07-10 23:17:51 |
depth | 1 |
children | 0 |
last_payout | 2017-07-17 23:17:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 362,393,802,961,900 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,042,267 |
net_rshares | 0 |
thanks the helpful guide!
author | jj1985 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170629t222920845z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-29 22:29:21 |
last_update | 2017-06-29 22:29:21 |
depth | 1 |
children | 0 |
last_payout | 2017-07-06 22:29:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 160,785,452 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,685,675 |
net_rshares | 0 |
Thanks for sharing this one. very helpful for us. i have followed you mr. i like your creation so much. vry motivate me.
author | joe28 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t003323860z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 00:32:21 |
last_update | 2017-06-19 00:32:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 00:32:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 3,952,928,185,623 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,219,438 |
net_rshares | 1,174,016,965 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joe28 | 0 | 859,919,460 | 100% | ||
alga | 0 | 314,097,505 | 100% |
Very useful information. Keep posting the latest information ... I'm very happy if you want to resteem some of my articles ....
author | jondahl |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t122332778z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 12:23:45 |
last_update | 2017-06-19 12:23:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 12:23:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 6,555,195,237,163 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,255,737 |
net_rshares | 0 |
Thanks for the information :)
author | kmaxkmax |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t205555852z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 20:55:54 |
last_update | 2017-06-18 20:55:54 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 20:55:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 161,894,604,996 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,206,435 |
net_rshares | 471,505,293 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kmaxkmax | 0 | 471,505,293 | 100% |
Very cool and would definitely try this when i get the gist of it all. It looks confusing but i will get the understanding or maybe someone can help me do this faster?
author | kwakumax | ||||||
---|---|---|---|---|---|---|---|
permlink | re-someguy123-2017618t214848125z | ||||||
category | steem | ||||||
json_metadata | {"tags":"steem","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-18 21:48:54 | ||||||
last_update | 2017-06-18 21:48:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-06-25 21:48:54 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 3.222 HBD | ||||||
curator_payout_value | 0.006 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 167 | ||||||
author_reputation | 30,435,185,048,559 | ||||||
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 5,210,075 | ||||||
net_rshares | 172,090,764,719 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 61,933,421,852 | 0.3% | ||
carlos-cabeza | 0 | 156,440,875 | 3% | ||
dahaz159 | 0 | 149,283,295 | 3% | ||
good-karma | 0 | 99,455,070,548 | 3% | ||
mysteem | 0 | 84,096,626 | 3% | ||
demo | 0 | 161,915,566 | 3% | ||
feruz | 0 | 1,519,449,113 | 3% | ||
serhanni | 0 | 864,842,842 | 100% | ||
esteemapp | 0 | 224,517,687 | 3% | ||
irawandedy | 0 | 273,903,590 | 3% | ||
zedikaredirect | 0 | 6,679,074,391 | 100% | ||
bounties | 0 | 172,445,075 | 3% | ||
steempoll | 0 | 167,384,589 | 3% | ||
tipping | 0 | 152,130,642 | 3% | ||
thecrazygm | 0 | 96,788,028 | 3% |
How do I use docker to interact with the blockchain?
author | marcusorlyius |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170701t124155899z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-01 12:41:54 |
last_update | 2017-07-01 12:41:54 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 12:41:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 152,371,289,228 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,885,727 |
net_rshares | 0 |
Priceless your Job here, thanks for doing that! Upvote! /wave
author | melea |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t201958883z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 20:19:57 |
last_update | 2017-06-18 20:20:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 20:19:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.074 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 368,798,565,353 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,204,074 |
net_rshares | 55,593,079,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
someguy123 | 0 | 55,593,079,890 | 100% |
Work for me, and your server just fly! thanks for your help btw!
author | melea |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170709t063604751z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-09 06:36:06 |
last_update | 2017-07-09 06:36:06 |
depth | 1 |
children | 0 |
last_payout | 2017-07-16 06:36:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 368,798,565,353 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,834,818 |
net_rshares | 0 |
@someguy123 after new users guide not works this steps : ./run.sh remote_wallet Create a key pair for your witness. 
author | moorkedi |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20171026t135829957z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"image":["https://steemitimages.com/DQmRUEmkGKyRAkmMvQTM7nRHHimaejTuXqQTYjM6PSVjkev/image.png"],"app":"steemit/0.1"} |
created | 2017-10-26 13:58:36 |
last_update | 2017-10-26 13:58:36 |
depth | 1 |
children | 1 |
last_payout | 2017-11-02 13:58:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 4,354,280,945,178 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,618,477 |
net_rshares | 0 |
Ok now complate problem is server . Nice guide . Vote for first turkish witness @moorkedi :)
author | moorkedi |
---|---|
permlink | re-moorkedi-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20171028t125529283z |
category | steem |
json_metadata | {"tags":["steem"],"users":["moorkedi"],"app":"steemit/0.1"} |
created | 2017-10-28 12:55:30 |
last_update | 2017-10-28 12:55:30 |
depth | 2 |
children | 0 |
last_payout | 2017-11-04 12:55:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 4,354,280,945,178 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,778,367 |
net_rshares | 0 |
@someguy123 after new users guide not works this steps : ./run.sh remote_wallet Create a key pair for your witness. 
author | moorkedi |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20171026t160841439z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"image":["https://steemitimages.com/DQmRUEmkGKyRAkmMvQTM7nRHHimaejTuXqQTYjM6PSVjkev/image.png"],"app":"steemit/0.1"} |
created | 2017-10-26 16:09:48 |
last_update | 2017-10-26 16:09:48 |
depth | 1 |
children | 1 |
last_payout | 2017-11-02 16:09:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 4,354,280,945,178 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,626,522 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
muhammadmuneeb | 0 | 0 | 100% |
same problem here
author | muhammadmuneeb |
---|---|
permlink | re-moorkedi-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20171104t212253098z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-04 21:23:00 |
last_update | 2017-11-04 21:23:00 |
depth | 2 |
children | 0 |
last_payout | 2017-11-11 21:23:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 3,463,572,579,620 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,467,184 |
net_rshares | 0 |
Is this the software like a mining software or block chain?
author | nazirkhyber |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t185520392z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 18:55:24 |
last_update | 2017-06-18 18:55:24 |
depth | 1 |
children | 2 |
last_payout | 2017-06-25 18:55:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 706,568,984,833 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,198,414 |
net_rshares | 0 |
It's similar to mining, except instead of it being who has the most hash power, it's who has the most votes.
author | someguy123 |
---|---|
permlink | re-nazirkhyber-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t221146693z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 22:11:45 |
last_update | 2017-06-18 22:11:45 |
depth | 2 |
children | 1 |
last_payout | 2017-06-25 22:11:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 103,945,664,283,580 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,211,699 |
net_rshares | 0 |
Ok Thanx , now I got it...
author | nazirkhyber |
---|---|
permlink | re-someguy123-re-nazirkhyber-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t121316971z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 12:13:18 |
last_update | 2017-06-19 12:13:18 |
depth | 3 |
children | 0 |
last_payout | 2017-06-26 12:13:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 706,568,984,833 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,255,025 |
net_rshares | 0 |
Thanks for a very informative guide. I am just in the process of setting up a witness node, so this came at a perfect time... Still trying to figure out where to host it, so I will take a good look at @privex
author | nenad-ristic |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t194312492z |
category | steem |
json_metadata | {"tags":["steem"],"users":["privex"],"app":"steemit/0.1"} |
created | 2017-06-18 19:43:12 |
last_update | 2017-06-18 19:43:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 19:43:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.502 HBD |
curator_payout_value | 0.169 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 19,114,875,412,544 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,201,678 |
net_rshares | 84,345,818,448 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nenad-ristic | 0 | 28,752,738,558 | 100% | ||
someguy123 | 0 | 55,593,079,890 | 100% |
Thank you for your good post. I understand little English and only understand what Google translates for me, but I liked this post. I wish the team good luck. I hope that these changes will only improve the platform and there will be no reverse effect.
author | nezaigor |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t051016327z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 05:10:15 |
last_update | 2017-06-19 05:10:15 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 05:10:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 253 |
author_reputation | 1,792,493,947,203 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,232,719 |
net_rshares | 0 |
Is there a way to run it on something else than ubuntu?
author | nirado |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t190836637z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 19:08:36 |
last_update | 2017-06-18 19:08:36 |
depth | 1 |
children | 1 |
last_payout | 2017-06-25 19:08:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 246,132,000,528 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,199,403 |
net_rshares | 0 |
Yep. But you'll need to install docker by hand. `install_docker` runs various apt commands. Once you've installed docker, continue with the standard `./run.sh install`, editing config etc. and it should work as normal.
author | someguy123 |
---|---|
permlink | re-nirado-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t191117267z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 19:11:18 |
last_update | 2017-06-18 19:11:18 |
depth | 2 |
children | 0 |
last_payout | 2017-06-25 19:11:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 219 |
author_reputation | 103,945,664,283,580 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,199,621 |
net_rshares | 282,496,425 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nirado | 0 | 282,496,425 | 100% |
Buen post
author | nitza |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t024124161z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 02:41:24 |
last_update | 2017-06-19 02:41:24 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 02:41:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 463,207,562,178 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,225,595 |
net_rshares | 0 |
great post, but im new here
author | oyamurty |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t194243559z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 19:42:45 |
last_update | 2017-06-19 19:42:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 19:42:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 182,454,997,317 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,288,417 |
net_rshares | 0 |
Forkelicious. https://media.giphy.com/media/I5dGvdzCmPs9q/giphy.gif
author | photono |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t010508484z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://media.giphy.com/media/I5dGvdzCmPs9q/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-06-19 01:05:09 |
last_update | 2017-06-19 01:05:09 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 01:05:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 5,753,415,125,009 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,220,820 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
melea | 0 | 0 | 100% |
>Cannot connect to the docker demon at unix:///var/run/docker.sock. is the docker daemon running? I'm hating this OS
author | renzoarg |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170622t183011474z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-22 18:30:09 |
last_update | 2017-06-22 18:30:09 |
depth | 1 |
children | 3 |
last_payout | 2017-06-29 18:30:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 62,960,081,117,872 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,664,359 |
net_rshares | 0 |
I bet you're using something different than Ubuntu? If so (like on Fedora/Centos), you need to start the docker service first.
author | drakos |
---|---|
permlink | re-renzoarg-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170703t192833054z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-03 19:29:03 |
last_update | 2017-07-03 19:29:03 |
depth | 2 |
children | 2 |
last_payout | 2017-07-10 19:29:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 112,280,226,665,329 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,184,007 |
net_rshares | 0 |
Nope, Ubuntu 16
author | renzoarg |
---|---|
permlink | re-drakos-re-renzoarg-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170703t194609554z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-03 19:46:09 |
last_update | 2017-07-03 19:46:09 |
depth | 3 |
children | 1 |
last_payout | 2017-07-10 19:46:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 62,960,081,117,872 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,185,576 |
net_rshares | 0 |
Thx I am gonne try this soon...
author | rival |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170930t190656352z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-09-30 19:07:00 |
last_update | 2017-09-30 19:07:00 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 19:07:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 56,474,966,976,297 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,404,242 |
net_rshares | 0 |
I'm really tempted to try and setup my own witness, just to see if I can actually get it done.
author | rocking-dave |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t213201571z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 21:32:03 |
last_update | 2017-06-18 21:32:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 21:32:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 4,146,063,643,264 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,208,884 |
net_rshares | 0 |
i was waiting for this :D awesome stuff man upgrading tonight!
author | rondonson |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t183543478z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 18:35:45 |
last_update | 2017-06-18 18:35:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 18:35:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.786 HBD |
curator_payout_value | 0.260 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 36,885,057,220,662 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,197,068 |
net_rshares | 52,667,128,317 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
someguy123 | 0 | 52,667,128,317 | 100% |
Excellent work, Thanks for sharing someguy123. To speed up the sync process, I think we can skip the replay by saving and sharing the shared memory file. It will be 14G though and growing.
author | roseville |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170622t102523233z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-22 10:25:24 |
last_update | 2017-06-22 10:25:24 |
depth | 1 |
children | 0 |
last_payout | 2017-06-29 10:25:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 2,718,003,063,965 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,612,355 |
net_rshares | 0 |
Thank you for the good Guide, but i can no update_witness in the wallet. i receive always this message. somebody can help me? 10 assert_exception: Assert Exception !ec: websocket send failed: invalid state {"msg":"invalid state"} th_a websocket.cpp:164 send_message
author | scharfsinn |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170717t082813325z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-17 08:28:12 |
last_update | 2017-07-17 08:28:12 |
depth | 1 |
children | 2 |
last_payout | 2017-07-24 08:28:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 275 |
author_reputation | 2,426,379,852 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,745,131 |
net_rshares | 0 |
This happens because of the cli_wallet timeout. Exit the wallet (Ctrl-D) then restart it, but this time execute your commands quick, don't wait longer than a minute or you will timeout again.
author | drakos |
---|---|
permlink | re-scharfsinn-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170718t012939160z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-18 01:30:21 |
last_update | 2017-07-18 01:30:21 |
depth | 2 |
children | 1 |
last_payout | 2017-07-25 01:30:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 191 |
author_reputation | 112,280,226,665,329 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,827,883 |
net_rshares | 757,210,418 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scharfsinn | 0 | 757,210,418 | 100% |
thank you, that can be the Issue. I have needed really to much time to insert the update_witness command. If i insert the update-witness command over my terminal in the ssh connection, the inserted command always was changed or some code was missing, it need time to correct the command. now have usesd the alternativ Guide to install a witness https://steemit.com/witness-category/@drakos/witness-tools-conductor-docker
author | scharfsinn |
---|---|
permlink | re-drakos-re-scharfsinn-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170718t085317072z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/witness-category/@drakos/witness-tools-conductor-docker"],"app":"steemit/0.1"} |
created | 2017-07-18 08:53:18 |
last_update | 2017-07-18 08:53:18 |
depth | 3 |
children | 0 |
last_payout | 2017-07-25 08:53:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 423 |
author_reputation | 2,426,379,852 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,854,314 |
net_rshares | 0 |
thank you very much for detailed guide. i will try
author | serhanni |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170622t204524417z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-22 20:45:27 |
last_update | 2017-06-22 20:45:27 |
depth | 1 |
children | 0 |
last_payout | 2017-06-29 20:45:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 397,792,464,409 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,678,853 |
net_rshares | 0 |
So it can be done only on linux systems, and not on Windows? LOL, sometimes when I think to become a witness, these technical details show me the right path of not to become a witness!!!!
author | siddartha |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170902t071853955z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-09-02 07:18:48 |
last_update | 2017-09-02 07:18:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 07:18:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 187 |
author_reputation | 20,119,068,914,330 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,624,054 |
net_rshares | 0 |
Although at this point in time I have no desire to be a witness, I appreciate the info contained in this post as it explains (at least to **My** ability to understand it) quite a few things about what's going on in the background to keep Steemit running. This has brought quite a few questions that I'd like to pursue, so I appreciate the info on checking Steemit-chat witness channel. Hopefully I won't be asking to many stupid questions. --- SDG
author | sighmanjestah |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t220110101z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 22:01:12 |
last_update | 2017-06-18 22:01:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 22:01:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 450 |
author_reputation | 1,836,942,842,269 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,210,950 |
net_rshares | 1,680,173,947 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sighmanjestah | 0 | 1,680,173,947 | 100% |
@remind.bot 3 hrs
author | sisfs |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20180627t204014621z |
category | steem |
json_metadata | {"tags":["steem"],"users":["remind.bot"],"app":"steemit/0.1"} |
created | 2018-06-27 20:41:36 |
last_update | 2018-06-27 20:41:36 |
depth | 1 |
children | 0 |
last_payout | 2018-07-04 20:41:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 76,631,730,745 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,530,663 |
net_rshares | 9,181,683,663 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sisfs | 0 | 9,181,683,663 | 100% |
We (Steemit) strongly recommend using the official docker images found at `steemit/steem` on Docker Hub. They are compiled by us and we use them in production to run steemit.com. Beyond that - great work @someguy123!
author | sneak |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t222648908z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1","users":["someguy123"]} |
created | 2017-06-19 22:26:45 |
last_update | 2017-06-19 22:27:33 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 22:26:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 28,694,344,106,492 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,299,866 |
net_rshares | 0 |
Hi @someguy123, I was recommended to follow your instruction to get through the setting up of witness node, it is perfect, but I get stucked, and need your help. I got a question when I try to update/create my witness in network by running this code: update_witness "YOURNAME" "https://steemit.com/witness-category/@YOURNAME/my-witness-thread" "STMxxxxxxx" {"account_creation_fee":"0.200 STEEM","maximum_block_size":131072,"sbd_interest_rate":0} true should I only change the part that represented by YOURNAME and my key? or I actually need to edit my own post, and the address of it is - https://steemit.com/witness-category/@YOURNAME/my-witness-thread and the whole web link needs to be changed. and the following information like account_creation_fee, maximum_block_size, sbd_interest_rate, should I fill up my own real situation or just use the value in the command I show? It will be great if you can give my any hint about this! Thanks, songcaoxian
author | songcaoxian |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20180623t123507501z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"links":["https://steemit.com/witness-category/@YOURNAME/my-witness-thread"],"app":"steemit/0.1"} |
created | 2018-06-23 12:35:12 |
last_update | 2018-06-23 12:35:12 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 12:35:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 964 |
author_reputation | 5,082,319,971 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,905,055 |
net_rshares | 0 |
old but gold!
author | tastytraveler |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20171210t104222053z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-12-10 10:42:21 |
last_update | 2017-12-10 10:42:21 |
depth | 1 |
children | 0 |
last_payout | 2017-12-17 10:42:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 71,016,771,712 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,980,449 |
net_rshares | 0 |
i really want bookmarking to come back to this. think i might take you up on a virtual server at some point!
author | teamhumble |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170618t190411687z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-18 18:59:30 |
last_update | 2017-06-18 18:59:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-25 18:59:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.828 HBD |
curator_payout_value | 0.275 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 315,232,864,758,316 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,198,729 |
net_rshares | 55,593,079,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
someguy123 | 0 | 55,593,079,890 | 100% |
Thank you for this updated version and thank you for everything @someguy123! Seriously! I wouldn't be where I am if it wasn't from you.
author | teamsteem |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170620t004202117z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"app":"steemit/0.1"} |
created | 2017-06-20 00:42:00 |
last_update | 2017-06-20 00:42:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-27 00:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.984 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 284,804,541,406,803 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,307,929 |
net_rshares | 52,900,807,554 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
robrigo | 0 | 0 | 100% | ||
someguy123 | 0 | 52,900,807,554 | 100% |
You are doing great work on Steem brother witness @someguy123, teaching others is very noble, keep it up, Steem needs knowledge.
author | thecryptodrive |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t084533582z |
category | steem |
json_metadata | {"tags":["steem"],"users":["someguy123"],"app":"steemit/0.1"} |
created | 2017-06-19 08:45:30 |
last_update | 2017-06-19 08:45:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 08:45:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.444 HBD |
curator_payout_value | 0.472 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 103,594,115,164,820 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,242,952 |
net_rshares | 97,653,945,235 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
teamsteem | 0 | 93,462,929,539 | 1% | ||
dahaz159 | 0 | 149,283,295 | 1% | ||
lauralemons | 0 | 252,831,204 | 1% | ||
hitmeasap | 0 | 213,118,343 | 1% | ||
lamech-m | 0 | 99,781,183 | 1% | ||
someguy123 | 0 | 2,938,933,753 | 0.5% | ||
tarazkp | 0 | 329,297,009 | 0.4% | ||
hypexals-spiral | 0 | 73,198,051 | 1% | ||
thedailyroto | 0 | 80,177,288 | 1% | ||
beng05 | 0 | 54,395,570 | 1% |
Nice post.....I appreciate your efforts on this collection!! How can I make followers on steemit community
author | totalgyan |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t143749710z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 14:38:12 |
last_update | 2017-06-19 14:38:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 14:38:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | -102,480,188,881 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,265,581 |
net_rshares | 0 |
very informative guide http://www.your3dsource.com/images/excellentwork.gif
author | tzimis |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t200405904z |
category | steem |
json_metadata | {"tags":["steem"],"image":["http://www.your3dsource.com/images/excellentwork.gif"],"app":"steemit/0.1"} |
created | 2017-06-19 20:04:00 |
last_update | 2017-06-19 20:04:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 20:04:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 6,288,208,569,944 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,289,822 |
net_rshares | 0 |
<p>Nice sharing! But it just too complicated for me for those technical terms and command XD. And I think maybe someday I will be interested in doing so..but The first point is I need to be good enough XD. Anyway, thanks so much for your sharing! It give me some idea about it.</p>
author | victorier |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-2017619t16177820z |
category | steem |
json_metadata | {"tags":"steem","app":"esteem/1.0.0","format":"markdown+html"} |
created | 2017-06-19 08:17:09 |
last_update | 2017-06-19 08:17:09 |
depth | 1 |
children | 7 |
last_payout | 2017-06-26 08:17:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.228 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 281 |
author_reputation | 44,434,425,469,272 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,241,546 |
net_rshares | 164,350,093,899 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 61,956,571,624 | 0.3% | ||
dahaz159 | 0 | 149,283,295 | 3% | ||
good-karma | 0 | 99,560,720,784 | 3% | ||
mysteem | 0 | 84,097,040 | 3% | ||
demo | 0 | 161,916,601 | 3% | ||
feruz | 0 | 1,519,449,113 | 3% | ||
esteemapp | 0 | 241,196,385 | 3% | ||
bounties | 0 | 172,446,110 | 3% | ||
steempoll | 0 | 167,397,839 | 3% | ||
tipping | 0 | 152,131,677 | 3% | ||
thecrazygm | 0 | 104,706,143 | 3% | ||
thedailyroto | 0 | 80,177,288 | 3% |
People using this Steem-in-box from scratch will have to update the run.sh file to make the wallet work. remote_wallet() { docker run -v "$DATADIR":/steem --rm -it steem cli_wallet -s wss://wallet.steem.ws Just make sure to use a seed that is working. The current file comes with a seed that doesn't work anymore. The one below and above work. wss://wallet.steem.ws
author | teamsteem |
---|---|
permlink | re-victorier-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-2017619t16177820z-20171025t211402385z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-25 21:14:03 |
last_update | 2017-10-25 21:14:03 |
depth | 2 |
children | 6 |
last_payout | 2017-11-01 21:14:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 378 |
author_reputation | 284,804,541,406,803 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,563,064 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
songcaoxian | 0 | 0 | 100% |
Thank you for this amazing instruction I did it and finally got the Witness Wallet Working Please, how do I monitor and keep the witness box running continuously, I discovered it may have stopped the box when I updated the wallet. How do I confirm, when blocks are been created and maintained
author | doctorvee |
---|---|
permlink | re-teamsteem-re-victorier-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-2017619t16177820z-20180117t053840585z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-17 05:38:42 |
last_update | 2018-01-17 05:38:42 |
depth | 3 |
children | 2 |
last_payout | 2018-01-24 05:38:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 294 |
author_reputation | 608,629,613,641 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,098,863 |
net_rshares | 0 |
hey teamsteem, I got a question when I try to update/create my witness in network by running this code: update_witness "YOURNAME" "https://steemit.com/witness-category/@YOURNAME/my-witness-thread" "STMxxxxxxx" {"account_creation_fee":"0.200 STEEM","maximum_block_size":131072,"sbd_interest_rate":0} true should I only change the part that represented by YOURNAME and my key? or I actually need to edit my own post, and the address of it is - https://steemit.com/witness-category/@YOURNAME/my-witness-thread and the whole web link needs to be changed. and the following information like account_creation_fee, maximum_block_size, sbd_interest_rate, should I fill up my own real situation or just use the value in the command I show? It will be great if you can give my any hint about this! Thanks, songcaoxian
author | songcaoxian |
---|---|
permlink | re-teamsteem-re-victorier-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-2017619t16177820z-20180623t123101761z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/witness-category/@YOURNAME/my-witness-thread"],"app":"steemit/0.1"} |
created | 2018-06-23 12:31:03 |
last_update | 2018-06-23 12:31:03 |
depth | 3 |
children | 1 |
last_payout | 2018-06-30 12:31:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 816 |
author_reputation | 5,082,319,971 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,904,569 |
net_rshares | 121,862,916 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
songcaoxian | 0 | 121,862,916 | 100% |
Cool! Do thanks for your update on it!
author | victorier |
---|---|
permlink | re-teamsteem-re-victorier-re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-2017619t16177820z-20171026t005745741z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-26 00:57:45 |
last_update | 2017-10-26 00:57:45 |
depth | 3 |
children | 0 |
last_payout | 2017-11-02 00:57:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 44,434,425,469,272 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,573,980 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xenofix | 0 | 0 | 100% |
Realy nice tutorial, but one thing is not clear to me: Why should I run a witness? Just to support the community or will I receive some kind of income for doing it?
author | virtualcoin |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170626t005450392z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-26 00:54:51 |
last_update | 2017-06-26 00:54:51 |
depth | 1 |
children | 0 |
last_payout | 2017-07-03 00:54:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 128,507,421,622 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,115,674 |
net_rshares | 0 |
Hi! How much does this cost you per month to run and how much do you make back in SP? I am interested in doing this but trying to figure whether its worth investing my time to learn how to do it! I want to make the most out of steem and this is another option! Thanks for any replys!
author | williams858 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170721t181526663z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-07-21 18:15:30 |
last_update | 2017-07-21 18:15:30 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 18:15:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 4,622,493,754,804 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,223,559 |
net_rshares | 0 |
God job men you are really got a posting and design your logo and post i really like steemit and i'm new here
author | xdark21 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t120702298z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 12:07:03 |
last_update | 2017-06-19 12:07:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 12:07:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | -11,506,922,188 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,254,634 |
net_rshares | 786,571,693 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xdark21 | 0 | 786,571,693 | 100% |
It is one of the popular pairs. If you want huge %, try a unpopular pair and be patient.
author | xdark21 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t120921672z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 12:09:24 |
last_update | 2017-06-19 12:09:24 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 12:09:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | -11,506,922,188 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,254,791 |
net_rshares | 2,158,299,651 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xdark21 | 0 | 1,127,212,977 | 100% | ||
xdark23 | 0 | 1,031,086,674 | 100% |
steemit hard fork in 1 day what will happen
author | xdark21 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t143048777z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 14:30:51 |
last_update | 2017-06-19 14:30:51 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 14:30:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | -11,506,922,188 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,264,930 |
net_rshares | 266,221,638 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xdark21 | 0 | 266,221,638 | 100% |
Steemit will, give back the rewards to the people and not to the big Companies !
author | xdark23 |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170619t120735364z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-19 12:07:36 |
last_update | 2017-06-19 12:07:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-26 12:07:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 91,405,120,287 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,254,669 |
net_rshares | 1,015,730,375 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xdark21 | 0 | 1,015,730,375 | 100% |
Great post! upvoted!
author | yweilie |
---|---|
permlink | re-someguy123-your-guide-to-setting-up-a-witness-server-steem-in-a-box-hf19-20170916t040438725z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-09-16 04:04:39 |
last_update | 2017-09-16 04:04:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 04:04:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 0 |
root_title | "Your guide to setting up a Witness Server (STEEM-in-a-box HF19)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,022,841 |
net_rshares | 0 |