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)
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
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
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
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.
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)
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 (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, 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 - 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, 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 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.
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
People using this Steem-in-box from scratch will have to update the run.sh file to make the wallet work.
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You can link to one of your post or not but it would be preferable if you had a post link to your witness. You also need to change the block size and sbd rate.
You can find these here https://steemd.com/witnesses
The link to the witness post appear under URL.
Don't forget, it's the PUBLIC witness key that goes there not the private one.
Let me know if that helped.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Cool! Do thanks for your update on it!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
To see if the container is running
./run.sh logs
To see if you're missing blocks
https://steemit.chat/channel/witness-blocks
To see if your witness is online.
https://steemian.info/witnesses
I'm not sure what you meant by updating the wallet. Have you signed a block yet? What is the name of your witness?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes... Thanks for the guide. I've not signed a block. I think am way down the chain. I'm following you... Whats your witness name? My witness name is @doctorvee
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You are doing great work on Steem brother witness @someguy123, teaching others is very noble, keep it up, Steem needs knowledge.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i really want bookmarking to come back to this. think i might take you up on a virtual server at some point!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
upvoted because you mention this. Making it easier to know where to go to spend steem as well.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Priceless your Job here, thanks for doing that! Upvote! /wave
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i was waiting for this :D awesome stuff man
upgrading tonight!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
a) Although I know how to use Ming and such it is not my specialty nor is it my focus
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
http://privex.io/ not work. What is this? Have you change your provider?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That's one heck of a disclaimer! ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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:
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).
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @someguy123!
Your post was mentioned in my hit parade in the following category:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It is one of the popular pairs. If you want huge %, try a unpopular pair and be patient.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@remind.bot 3 hrs
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for sharing this one.
very helpful for us.
i have followed you mr.
i like your creation so much.
vry motivate me.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Update.... Setting up my own server, 14 GB memory does not cut it anymore, upgrading....
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Steemit will, give back the rewards to the people and not to the big Companies !
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
God job men you are really got a posting and design your logo and post i really like steemit and i'm new here
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for the information :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
steemit hard fork in 1 day what will happen
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I don't know much about this, but what are witnesses?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@arckrai witnesses are people who keep the steem blockchain going, its important to vote for them.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great information @someguy123! Will greatly help somebody who wants to become a witness.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Is this the software like a mining software or block chain?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's similar to mining, except instead of it being who has the most hash power, it's who has the most votes.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ok Thanx , now I got it...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Cool! I would give it a try if I had a computer connected full time to the internet.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for your information
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Is there a way to run it on something else than ubuntu?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'm really tempted to try and setup my own witness, just to see if I can actually get it done.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very useful information. Keep posting the latest information ... I'm very happy if you want to resteem some of my articles ....
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hosting your own node or server on any network can be heaps of fun and pretty rewarding.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for the detailed instructions! Will definitely be using this
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
https://steemit.chat/channel/witness is offline ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for the detailed post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very good and helpful post, following you for more and thanks for sharing
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
great post, but im new here
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
very informative guide
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Interesting info indeed!, always been curious about witness, probably not getting into that any time soon but in the future, maybe...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
nice ..
i followed your steemit account because of your supportiveness in steemit community please help me raise my steem power thanks ..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'm hating this OS
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I bet you're using something different than Ubuntu? If so (like on Fedora/Centos), you need to start the docker service first.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nope, Ubuntu 16
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Check its status: systemctl status docker | grep running
If it's not running, start it: systemctl start docker
I hate Ubuntu too, I'm more used to Fedora.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How much bandwidth does running a witness consume?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thank you very much for detailed guide. i will try
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks the helpful guide!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
a
-f
for the logs would be awesome ^^Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Oh I figured out. I started to deal directly with the container itself after some time. Thanks anyway.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How do I use docker to interact with the blockchain?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Work for me, and your server just fly! thanks for your help btw!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Finished! Outstanding guide!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Forkelicious.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
it looks really cool, thanks i'mma try it
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice one, thanks for sharing @someguy123
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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 ! 👏🏻👏🏻👏🏻
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!!!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great post! upvoted!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
that's great help from you
thank you very much
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thx I am gonne try this soon...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@someguy123 after new users guide not works this steps :
./run.sh remote_wallet
Create a key pair for your witness.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ok now complate problem is server . Nice guide . Vote for first turkish witness @moorkedi :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@someguy123 after new users guide not works this steps :
./run.sh remote_wallet
Create a key pair for your witness.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
same problem here
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
old but gold!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hmm.. This error shows up when ./run.sh replay:
docker: Error response from daemon: cgroups: cannot found cgroup mount desti
ation: unknown.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Buen post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thank you very much, I will give it a try.
@quochuy thank you for your recommendation
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice post.....I appreciate your efforts on this collection!!
How can I make followers on steemit community
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit