sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y git build-essential cmake libssl-dev libboost-all-dev autoconf autotools-dev doxygen libncurses5-dev libreadline-dev libtool screen libicu-dev libbz2-dev graphviz
cd ~
git clone https://github.com/steemit/steem.git
cd steem
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Release .
make
cd programs/steemd
./steemd --replay
ctrl+C to quit and edit your steem/programs/steeemd/witness_node_data_dir/config.ini
screen -dmS steemd ./steemd --replay
screen -r steemd
ctrl+A+D to exit screen
Note: If memory is to low to compile.
cmake -DENABLE_CONTENT_PATCHING=OFF -DLOW_MEMORY_NODE=ON CMakeLists.txt
When it comes to voting for witnesses, there is really only one choice - Me!
My Witness Server
HP-ProLiant-DL360-G6
Dual Xeon Quadcore 3GHZ
32GB DDR3 ECC RAM
768GB 10K SAS drives RAID5
Stable 100/100Mbit connection
Shoutout to all great people that have helped me get this far.
@officialfuzzy @fyrstikken @klye @creationlayer @sykochica @poeticsnake @chitty
@linouxis9 @kingscrown @pharesim @xeroc @ash @krnel
@contentjunkie @natebrune @picokernel @someone123
When it comes to voting for witnesses, there is really only one choice - me!
https://steemit.com/~witnesses
cli_wallet
vote_for_witness YOURACCOUNT proctologic true true
Better using
git clone https://github.com/steemit/steem && git checkout v0.14.2
So checkout a specific version, else you risk downloading a new fork...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit