create account

-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux] by omotherhen

View this thread on: hive.blogpeakd.comecency.com
· @omotherhen · (edited)
$54.99
-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]
<center> ![](https://i.imgsafe.org/98052e3121.jpg) 

---

<center> 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
</center>
---
<center>Patch Notes</center>
-
---
- 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

---
<center>VIEWING AND EDITING YOUR MINER KEYS</center>
-
---
- 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.ini

- This 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. 

---
<center>CLOSING AN SSH SESSION WHILE KEEPING THE MINER RUNNING</center>
-
---
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

---
<center> UPCOMING IN EZSTEEM 1.2 </center>
-
---
- 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
---
<center> Like what you see? Please FOLLOW for future updates! 
-
 <center>Support your fellow developers! <center>
-
---
<center> ![](https://i.imgsafe.org/981d29451b.jpg)</center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 31 others
properties (23)
authoromotherhen
permlinkezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux
categorysteemit
json_metadata{"tags":["steemit","steem","mining","development","ezsteem"],"users":["gikitiki"],"image":["https://i.imgsafe.org/98052e3121.jpg","https://i.imgsafe.org/981d29451b.jpg"],"links":["https://steemit.com/allinone/@omotherhen/ezsteem-suite-1-0-the-ez-way-to-setup-your-steem-miner-node-in-a-linux-vm-windows-compatible"]}
created2016-07-28 03:58:45
last_update2016-07-28 04:07:45
depth0
children16
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value42.741 HBD
curator_payout_value12.250 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,481
author_reputation2,316,833,532,087
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id424,987
net_rshares7,985,684,027,201
author_curate_reward""
vote details (95)
@artakan303 ·
Hi there, is there any one beeing an expert with config.ini, I would like to set up multiple host, all going to one steemit account .... but I find it very difficult to find the info about this kind of configuration, thanks for your help.
properties (22)
authorartakan303
permlinkre-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t163029390z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 16:30:27
last_update2016-07-28 16:30:27
depth1
children7
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length238
author_reputation2,734,908
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id439,644
net_rshares0
@gikitiki ·
$0.03
On each host, edit the config file.  Look for the lines that start with
> miner =
> witness = 

Lets assume that your steemit account is "bob" and the private key is "abcdefghijklmn"
update those two lines that you found above with
> miner = "bob", "abcdefghijklmn"
> witness = "bob"

Do that on each node.

**WARNING : Be careful with this approach.  If someone were to hack into your node, and get to your config file, they will now have your miner name and your private key.  Using a different account and then transferring it to your primary account is safer.**
👍  
properties (23)
authorgikitiki
permlinkre-artakan303-re-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t172518745z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 17:25:18
last_update2016-07-28 17:25:18
depth2
children6
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length565
author_reputation16,572,681,158,525
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id441,040
net_rshares12,619,077,939
author_curate_reward""
vote details (1)
@artakan ·
Ok, but I read somewhere it's not advisable to have twice the same witness on multiple node ...
properties (22)
authorartakan
permlinkre-gikitiki-re-artakan303-re-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t173151489z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 17:31:48
last_update2016-07-28 17:31:48
depth3
children3
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation2,351,335,125,519
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id441,191
net_rshares0
@artakan · (edited)
And also I do not think you can transfer mining STEEM from one account to another as it is Steem Power ... or can you ?
properties (22)
authorartakan
permlinkre-gikitiki-re-artakan303-re-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t173308499z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 17:33:06
last_update2016-07-28 17:33:30
depth3
children1
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation2,351,335,125,519
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id441,219
net_rshares0
@bison015 · (edited)
Keep up the good work!
👍  
👎  
properties (23)
authorbison015
permlinkezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux
categorysteemit
json_metadata""
created2016-07-28 03:59:30
last_update2016-07-28 04:08:30
depth1
children0
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation-627,355,102,330
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id424,997
net_rshares-490,585,149
author_curate_reward""
vote details (2)
@cherish ·
You really know your stuff. Looking forward to what you put out next!
properties (22)
authorcherish
permlinkre-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t041414028z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 04:13:39
last_update2016-07-28 04:13:39
depth1
children0
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation671,936,939,278
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id425,252
net_rshares0
@ervin-lemark ·
I should definitely try it out - on Windows :)
properties (22)
authorervin-lemark
permlinkre-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t092345235z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 09:23:45
last_update2016-07-28 09:23:45
depth1
children0
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation468,102,778,221,751
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id430,442
net_rshares0
@oliverb ·
Awesome... I've been waiting to be able to start mining. Sooo... going to jump in on this - it will be my first time mining anything, so I hope it's as EZ as you say :-)
👍  
properties (23)
authoroliverb
permlinkre-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t040653389z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 04:06:45
last_update2016-07-28 04:06:45
depth1
children2
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation5,260,619,187,770
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id425,107
net_rshares1,222,585
author_curate_reward""
vote details (1)
@omotherhen ·
If it's not as EZ as it is, let me know and I will try my hardest to make it so!
properties (22)
authoromotherhen
permlinkre-oliverb-re-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t040842294z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 04:08:42
last_update2016-07-28 04:08:42
depth2
children1
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation2,316,833,532,087
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id425,138
net_rshares0
@oliverb ·
Haha, thanks man.
properties (22)
authoroliverb
permlinkre-omotherhen-re-oliverb-re-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t041036695z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 04:10:30
last_update2016-07-28 04:10:30
depth3
children0
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation5,260,619,187,770
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id425,172
net_rshares0
@the-future ·
FOLLOW for future updates? or follow for the-future? I'm confuse.
properties (22)
authorthe-future
permlinkre-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t074911452z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 07:49:33
last_update2016-07-28 07:49:33
depth1
children0
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation64,560,224,887,999
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id428,881
net_rshares0
@theprophet0 ·
Awesome content this seems pretty EZ thanks man!
properties (22)
authortheprophet0
permlinkre-omotherhen-ezsteem-update-1-1-as-ez-as-it-gets-all-in-one-steem-miner-node-setup-script-windows-vm-linux-20160728t041223672z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-07-28 04:12:21
last_update2016-07-28 04:12:21
depth1
children0
last_payout2016-08-27 18:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation42,005,134,378,165
root_title"-EZSTEEM UPDATE 1.1- as EZ as it gets All-in-one Steem Miner/Node Setup Script [Windows VM / Linux]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id425,210
net_rshares0