-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]
See my previous post on how to install and run EZSTEEM on your machine!
https://steemit.com/allinone/@omotherhen/ezsteem-suite-1-0-the-ez-way-to-setup-your-steem-miner-node-in-a-linux-vm-windows-compatible
To view the source code click here: https://github.com/omotherhen/EZSTEEM
Patch Notes
- EZSTEEM is now at version 1.1 RELEASE, all known bugs with V1.0 have been patched
- EZSTEEM Installations should work regardless of directory now, script knows of it's current working directory
- Updated to compile Steem V0.12.2 Hardfork
VIEWING AND EDITING YOUR MINER KEYS
Currently if you follow the above guide to a T and use default installation directory, enter in these commands to reveal your private key [DO NOT SHOW TO ANYONE ELSE YOUR PRIVATE KEY!]
cd /var/EZSTEEM/steem/programs/steemd/witness_node_data_dir && sudo nano config.iniThis will let you edit or view your miner accounts and private keys, you can see them at a line that says:
miner = ["YOURMINERNAME","YOURPRIVATEKEY"]If you want to mine with your Steemit account, simply replace YOURMINERNAME with your steemit account name, and YOURPRIVATEKEY with your Steemit account active private key.
CLOSING AN SSH SESSION WHILE KEEPING THE MINER RUNNING
Courtesy of my fellow contributor @gikitiki:
If you used the default installation path of /var/EZSTEEM, try this command:
screen -dmSL myTest /var/EZSTEEM/steem/programs/steemd/steemd
The -dmSL means : detach with a new screen, allow a session name (myTest in this case, you can use whatever) and log stderr and stdout at ~/screenlog.0
You should now be able to exit your PuTTY session leaving it running in the background.
When you log back in again, use this command to bring it to the foreground.
screen -x myTest
You can also check the log using your favorite text editor or just watch it with tail
tail -f ~screenlog.0
UPCOMING IN EZSTEEM 1.2
- An auto-update function for the EZSTEEM script itself
- An interactive editing option for editing your miner config files such as add/remove/edit straight from EZSTEEM
- Auto transfer of mined VESTS to a main wallet of choice
Like what you see? Please FOLLOW for future updates!
Support your fellow developers!
Leave -EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux] to:
Read more #steemit posts
Best Posts From omotherhen
We have not curated any of omotherhen's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From omotherhen
- A Target Temperature Script with Temp/Fan monitoring for GPU's [Ubuntu]
- EZSTEEM 1.2.1 UPDATE: EZWALLET + AUTOUPDATE + Other Changes!
- EZSTEEM 1.2 UPDATE: Transfer Your Mined/Obtained SP in One Step and Configure Your Miners!
- Steem Developer, Hardware Enthusiast, Fellow Miner and a Test Engineer
- #STEEMYMEME How I feel about every #postpromotion spammer including myself
- -EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]
- -Quite the Opposite from a Priceless Photo-
- A neatly formatted version of ALL gethelp cli_wallet commands
- -EZSTEEM SUITE 1.0- : The EZ way to setup your STEEM Miner/Node in a Linux VM [Windows Compatible]
- OMotherHen's One-Click Script for easy node setup on a Linux VM! Support the backbone of your community!