create account

STEEM Mining for Windows / Linux / Linux VM in Windows by r3b37

View this thread on: hive.blogpeakd.comecency.com
· @r3b37 · (edited)
$9.89
STEEM Mining for Windows / Linux / Linux VM in Windows
Last week I came to know about STEEM and was super excited to use this and like the concept and whole thing how it works! I feel its going to change the way Social Media Networking work and this is the future. Its like a decentralized open source social network with transparency and creativity behind the scenes. I love this and tried doing STEEM mining as well on Windows machine referring to https://steemit.com/steem/@tuck-fheman/how-to-mine-steem-in-windows. And it was easy to setup a miner which would mine STEEM as per configuration for you. I have created a Youtube Video tutorial for the people who have not tried it yet and would like to experiment with STEEM Mining. Below is the link:

<blockquote class="embedly-card" data-card-key="5f12bf4a0aea4c3b90783103bb951d4b" data-card-theme="dark"><h4><a href="http://www.youtube.com/watch?v=Va0g6BJhmYo">STEEM MINING on Windows</a></h4><p>Uploaded by CloudSentinels Studio on 2016-07-14.</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>

Download the Steem Windows Miner created by bitcube.
Windows Binaries : https://github.com/btscube/steem/releases/tag/v0.8.5b

Download the Steem Blockchain provided by steemychicken1.
http://www.steemitup.eu/

Extract the miner and run steemd.exe

Copy blockchain files in \witness_node_data_dir\blockchain\database\block_num_to_block

In the config.ini file replace the appropriate things as described below :

<code># P2P nodes to connect to on startup (may specify multiple times)
seed-node = 192.99.4.226:2001
seed-node = 46.252.27.1:1337
seed-node = 81.89.101.133:2001
seed-node = 52.4.250.181:39705
seed-node = 85.214.65.220:2001 </code>

<code># name of witness controlled by this node (e.g. initwitness )
witness = "your-steem-account-name"</code>

<code># name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
miner = ["your-steem-account-name","5YourPrivateWIFKeyIsVeryLong"]</code>

Private key: Permissions -> Active/Owner

<code># Number of threads to use for proof of work mining
mining-threads = 2</code>

You can define thread as per your configuration and desired CPU usage.

Restart steemd.exe and begin mining!

If you experience any issues and get errors or miner crashes, please refer to my video and other links in this post or feel free to comment here and we will try to resolve them.

You can also refer to https://steemd.com/steemhelp/@joseph/mining-steem-for-dummies
for trying mining on linux and later you can refer to 
https://steemd.com/steem/@pfunk/guide-maximize-your-mining-hashrate-in-windows-by-mining-steem-in-a-vm 
to further play with the things and get the best results from mining.

Important (Mining from Multiple Computers): 

If you have more than one computer mining, then it is critical that only one of those computers is configured as a witness. To configure a steemd process as a witness (but not a miner) you will need the following configuration settings:

<code># WIF Private Key of a witness, starts with a 5...
witness = "your-account-name"
private-key = <PrivateKey-WIF></code>

You must not specify a witness with the same account name, your-account-name, on more than one steemd instance that has the necessary private key. If this happens then both instances of steemd will produce a block at the same time. Other nodes on the network will see this double-signing and submit a proof to the network that will allow them to claim your entire account balance.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorr3b37
permlinksteem-mining-for-windows-linux-linux-vm-in-windows
categorysteem
json_metadata{"tags":["steem","steem-mining","cpu-mining","mining-windows","steemit","steemd"],"links":["http://www.youtube.com/watch?v=Va0g6BJhmYo","https://github.com/btscube/steem/releases/tag/v0.8.5b","https://steemd.com/steemhelp/@joseph/mining-steem-for-dummies"]}
created2016-07-14 11:43:36
last_update2016-07-15 15:58:42
depth0
children80
last_payout2016-08-23 06:20:45
cashout_time1969-12-31 23:59:59
total_payout_value9.890 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,480
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id109,010
net_rshares6,314,491,591,753
author_curate_reward""
vote details (50)
@denverliu · (edited)
It's the most easy way I've ever seen, very useful!
After synchronizing the blockchain, I got this error:

10 assert_exception: Assert Exception
head_block_num() == 0: last block ID does not match current chain state
    {"last_block->block_num()":3296387,"head_block_num":3202773}
    th_a  database.cpp:98 steemit::chain::database::open
![Image of err](https://www.steemimg.com/images/2016/07/18/Steem_mining_error.png)
👍  ,
properties (23)
authordenverliu
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160718t134438612z
categorysteem
json_metadata{"tags":["steem"],"image":["https://www.steemimg.com/images/2016/07/18/Steem_mining_error.png"]}
created2016-07-18 13:44:36
last_update2016-07-18 14:54:21
depth1
children7
last_payout2016-08-23 06:20: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_length421
author_reputation12,248,503,488
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id166,161
net_rshares563,484,198
author_curate_reward""
vote details (2)
@r3b37 · (edited)
is the miner stuck on that error ? or continued to mine and you get some red errors  intermittently?

Try this-
 steemd.exe --resync

and then copy paste the downloaded blockchain again in the same folder as you did earlier

re-run steemd.exe
👍  
properties (23)
authorr3b37
permlinkre-denverliu-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160718t165718614z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-18 16:57:21
last_update2016-07-18 18:43:54
depth2
children6
last_payout2016-08-23 06:20: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_length242
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id169,077
net_rshares423,331,991
author_curate_reward""
vote details (1)
@denverliu ·
resolved, thank you.
👍  
properties (23)
authordenverliu
permlinkre-r3b37-re-denverliu-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160719t131309370z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 13:13:06
last_update2016-07-19 13:13:06
depth3
children1
last_payout2016-08-23 06:20: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_length20
author_reputation12,248,503,488
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id187,694
net_rshares264,405,085
author_curate_reward""
vote details (1)
@somefellow ·
I don't get what you're saying, can you be a bit more specific please
(I started from scratch twice already...)
TIA
properties (22)
authorsomefellow
permlinkre-r3b37-re-denverliu-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160724t185414460z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-24 18:54:12
last_update2016-07-24 18:54:12
depth3
children1
last_payout2016-08-23 06:20: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_length115
author_reputation0
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id328,126
net_rshares0
@willytrader ·
That don't work for me :(
properties (22)
authorwillytrader
permlinkre-r3b37-re-denverliu-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160722t194659502z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-22 19:48:21
last_update2016-07-22 19:48:21
depth3
children1
last_payout2016-08-23 06:20: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_length25
author_reputation-445,425,524,475
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,565
net_rshares0
@denverliu ·
What if I have 4 computers in my LAN? All of them use the same .ini file ?
properties (22)
authordenverliu
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160719t132726695z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 13:27:24
last_update2016-07-19 13:27:24
depth1
children1
last_payout2016-08-23 06:20: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_length74
author_reputation12,248,503,488
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id188,001
net_rshares0
@r3b37 ·
No only one of them should have the witness defined in the config.ini 

You must not specify a witness with the same account name, your-account-name, on more than one steemd instance that has the necessary private key.
👍  
properties (23)
authorr3b37
permlinkre-denverliu-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160719t150116643z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 15:01:18
last_update2016-07-19 15:01:18
depth2
children0
last_payout2016-08-23 06:20: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_length218
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id189,958
net_rshares435,838,653
author_curate_reward""
vote details (1)
@digitalarchitect ·
Hello, r3b37. First of all, let me express my gratitude towards the work you do :)
I followed every step, and now I am at syncing  process. How long does this usually take?
Also, if succesful, how much will it mine?
Sorry if I'm asking amateur questions, I have just began to explore cryptoworld :)
👍  
properties (23)
authordigitalarchitect
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160724t103428793z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-24 10:34:30
last_update2016-07-24 10:34:30
depth1
children7
last_payout2016-08-23 06:20: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_length298
author_reputation35,554,206,063
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id317,543
net_rshares36,300,323
author_curate_reward""
vote details (1)
@r3b37 · (edited)
Thanks @digitalarchitect for me it took few hours to actually start mining and I had 2 cores processor running 2 threads. I cant give you the exact calculations but I am mining 0.001 STEEM per 5 minutes (approx) with miner running on 3 threads 24/7, Intel Xeon E5-2673 v3 @2.4Ghz.
👍  , , ,
properties (23)
authorr3b37
permlinkre-digitalarchitect-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160724t150431212z
categorysteem
json_metadata{"tags":["steem"],"users":["digitalarchitect"]}
created2016-07-24 15:04:39
last_update2016-07-24 15:25:39
depth2
children6
last_payout2016-08-23 06:20: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_length280
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id322,364
net_rshares1,211,845,187
author_curate_reward""
vote details (4)
@digitalarchitect ·
Thank you. 
It has been processing for about 10 hours now. Is that normal?
Also, did anyone else pass this syncing stage? Or are you syncing just like me?
properties (22)
authordigitalarchitect
permlinkre-r3b37-re-digitalarchitect-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160724t204439034z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-24 20:44:39
last_update2016-07-24 20:44:39
depth3
children5
last_payout2016-08-23 06:20: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_length154
author_reputation35,554,206,063
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id330,594
net_rshares0
@duole ·
i cant ...
it's show "unexpected char '100' in duole" !
properties (22)
authorduole
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t080319092z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 08:03:03
last_update2016-07-20 08:03:03
depth1
children2
last_payout2016-08-23 06:20: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_length55
author_reputation22,530,985
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id213,032
net_rshares0
@e-steem ·
could be a lack of quotes "duole" 
I'm still having issues too... hope that helps
properties (22)
authore-steem
permlinkre-duole-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t202026882z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 20:20:27
last_update2016-07-20 20:20:27
depth2
children0
last_payout2016-08-23 06:20: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_length81
author_reputation1,019,204,358,802
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id228,497
net_rshares0
@r3b37 ·
can you please paste a screenshot here and tell me more about the configuration of the machine you are running on it and what all steps did you follow?
properties (22)
authorr3b37
permlinkre-duole-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t111429411z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 11:14:33
last_update2016-07-20 11:14:33
depth2
children0
last_payout2016-08-23 06:20: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_length151
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id216,502
net_rshares0
@edy ·
Hi,
I've followed the video and did everything then when i run the steem.exe 
it will run for  about 30 seconds then just closes!  
i get some red writing,  i think this is the error
last block id does not match current chain state
https://i.imgsafe.org/f5999c5489.jpg

Do you know what the problem is?
im using windows 7 pro...  maybe way is that why?
properties (22)
authoredy
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t110159194z
categorysteem
json_metadata{"tags":["steem"],"image":["https://i.imgsafe.org/f5999c5489.jpg"]}
created2016-07-20 11:02:03
last_update2016-07-20 11:02:03
depth1
children10
last_payout2016-08-23 06:20: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_length352
author_reputation13,913,732,770
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id216,278
net_rshares0
@r3b37 ·
Open cmd and you should be in the directory which has steemd.exe, now run the below cmd:
steemd.exe --resync

and then copy paste the downloaded blockchain again in the same folder as you did earlier

re-run steemd.exe
properties (22)
authorr3b37
permlinkre-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t111218992z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 11:12:21
last_update2016-07-20 11:12:21
depth2
children4
last_payout2016-08-23 06:20: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_length218
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id216,475
net_rshares0
@akhtar.czk ·
i have to wait for the resync process or just recopy and re run steemd.exe
properties (22)
authorakhtar.czk
permlinkre-r3b37-re-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160723t215840379z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-24 21:59:00
last_update2016-07-24 21:59:00
depth3
children2
last_payout2016-08-23 06:20: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_length74
author_reputation0
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id332,250
net_rshares0
@edy ·
yep i'm doing this already saw the post up top ... its downloading now 
i'll let you know the outcome...   Thankx
properties (22)
authoredy
permlinkre-r3b37-re-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t115524854z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 11:55:30
last_update2016-07-20 11:55:30
depth3
children0
last_payout2016-08-23 06:20: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_length113
author_reputation13,913,732,770
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id217,303
net_rshares0
@steskoff ·
i have the same problem help
 video please
properties (22)
authorsteskoff
permlinkre-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t173300072z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 17:33:00
last_update2016-07-20 17:33:00
depth2
children4
last_payout2016-08-23 06:20: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_length42
author_reputation37,680,273,230
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id224,255
net_rshares0
@r3b37 ·
same problem??
properties (22)
authorr3b37
permlinkre-steskoff-re-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t184555536z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 18:46:00
last_update2016-07-20 18:46:00
depth3
children3
last_payout2016-08-23 06:20: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_length14
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id226,061
net_rshares0
@edy ·
BTW!  How will i know when the blockchain is fully synced?
i am currently at block:
Blockchain --- Got block: #1590000 time: 2016-05-19T17:30:12

cheers
properties (22)
authoredy
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t121200580z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 12:12:06
last_update2016-07-20 12:12:06
depth1
children4
last_payout2016-08-23 06:20: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_length152
author_reputation13,913,732,770
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id217,625
net_rshares0
@r3b37 ·
Have you downloaded the blockchain from http://www.steemitup.eu/ and pasted it in the appropriate folder?
properties (22)
authorr3b37
permlinkre-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t164040842z
categorysteem
json_metadata{"tags":["steem"],"links":["http://www.steemitup.eu/"]}
created2016-07-20 16:40:45
last_update2016-07-20 16:40:45
depth2
children3
last_payout2016-08-23 06:20: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_length105
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id223,064
net_rshares0
@edy ·
yes,  Now im getting these continuous, what is happening?

2300422ms th_a       application.cpp:436           handle_block         ] Got 4
transactions from network on block 3390723
2303431ms th_a       application.cpp:436           handle_block         ] Got 8
transactions from network on block 3390724
2306975ms th_a       application.cpp:436           handle_block         ] Got 6
transactions from network on block 3390725
2309568ms th_a       application.cpp:436           handle_block         ] Got 6
transactions from network on block 3390726
2312366ms th_a       application.cpp:436           handle_block         ] Got 3
transactions from network on block 3390727
2315463ms th_a       application.cpp:436           handle_block         ] Got 6
transactions from network on block 3390728
2318310ms th_a       application.cpp:436           handle_block         ] Got 5
transactions from network on block 3390729
2324770ms th_a       application.cpp:436           handle_block         ] Got 3
transactions from network on block 3390731
2327900ms th_a       application.cpp:436           handle_block         ] Got 1
transactions from network on block 3390732
2330569ms th_a       application.cpp:436           handle_block         ] Got 8
transactions from network on block 3390733
2333439ms th_a       application.cpp:436           handle_block         ] Got 3
transactions from network on block 3390734
properties (22)
authoredy
permlinkre-r3b37-re-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160721t144606124z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 14:46:15
last_update2016-07-21 14:46:15
depth3
children2
last_payout2016-08-23 06:20: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_length1,411
author_reputation13,913,732,770
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id248,760
net_rshares0
@edy ·
Hi again!
Some steem-nodes from your video are offline now since that was made 1 week ago...  one of them it's status is stuck...

Do they all have to be all online for it to work properly? the ones we list in the config that is.
👍  
properties (23)
authoredy
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160721t132301484z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 13:23:09
last_update2016-07-21 13:23:09
depth1
children3
last_payout2016-08-23 06:20: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_length229
author_reputation13,913,732,770
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id246,753
net_rshares264,405,085
author_curate_reward""
vote details (1)
@r3b37 · (edited)
No you don't need all to work but its good if you have more IPs there working. So you can check real time stats of all the nodes for mining here and include the ones you feel are up and running most of the time:

http://status.steemnodes.com/
👍  
properties (23)
authorr3b37
permlinkre-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160721t173942323z
categorysteem
json_metadata{"tags":["steem"],"links":["http://status.steemnodes.com/"]}
created2016-07-21 17:39:48
last_update2016-07-21 17:45:57
depth2
children2
last_payout2016-08-23 06:20: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_length242
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id252,970
net_rshares8,935,529,168
author_curate_reward""
vote details (1)
@somedude ·
Hi, how will I know if I mined?
properties (22)
authorsomedude
permlinkre-r3b37-re-edy-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160723t060612034z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 06:06:12
last_update2016-07-23 06:06:12
depth3
children1
last_payout2016-08-23 06:20: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_length31
author_reputation-455,410,726,389
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id290,609
net_rshares0
@erik-prestinary ·
Great tutorial! however I keep getting a parse error ! could you please help me by looking t this thread?

https://steemit.com/mining/@erik-prestinary/witness-parse-error-plugininitialize
properties (22)
authorerik-prestinary
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t191809164z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/mining/@erik-prestinary/witness-parse-error-plugininitialize"]}
created2016-07-20 19:08:24
last_update2016-07-20 19:08:24
depth1
children1
last_payout2016-08-23 06:20: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_length187
author_reputation136,642,407,211
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id226,624
net_rshares0
@r3b37 ·
i have replied on your post
properties (22)
authorr3b37
permlinkre-erik-prestinary-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t195241055z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 19:52:45
last_update2016-07-20 19:52:45
depth2
children0
last_payout2016-08-23 06:20: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_length27
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id227,818
net_rshares0
@jeky-jeky ·
hello and thank you for your very good video it's easy to configure

you can make a video for the cli inintialiser wallet please ???
properties (22)
authorjeky-jeky
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t140630610z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 14:06:18
last_update2016-07-20 14:06:18
depth1
children1
last_payout2016-08-23 06:20: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_length132
author_reputation-284,660,958,555
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id219,859
net_rshares0
@r3b37 ·
I will try and make one. :)
properties (22)
authorr3b37
permlinkre-jeky-jeky-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t165126910z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 16:51:30
last_update2016-07-20 16:51:30
depth2
children0
last_payout2016-08-23 06:20: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_length27
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id223,329
net_rshares0
@kingtylervvs ·
I AGREE! Thank you for posting. Hope you get this to snowball to the top!
I up-voted you too... BTW, should steemit let us steemers advertise using steem? Be sure to tell everyone you know to come vote here at: https://steemit.com/steemit/@kingtylervvs/if-steemit-ever-does-decide-to-advertise-there-is-only-1-way-it-could-work-in-my-opinion-debate

This is a democratic community decision.<br><img src="http://www.animatedimages.org/data/media/75/animated-train-image-0018.gif" width="145" height="93"/>
<img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/><img src="http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif" width="14" height="16"/>
<img src="https://steem.io/images/steem.png" width="140" height="160"/>
👎  
properties (23)
authorkingtylervvs
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t115811535z
categorysteem
json_metadata{"tags":["steem"],"image":["http://www.animatedimages.org/data/media/75/animated-train-image-0018.gif","http://2.bp.blogspot.com/-TEzRcgPOwzg/U9TQY7gafSI/AAAAAAAAAoE/mcn0ax6a1Tk/s1600/Coin-1.gif","https://steem.io/images/steem.png"]}
created2016-07-20 11:58:12
last_update2016-07-20 11:58:12
depth1
children0
last_payout2016-08-23 06:20: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_length5,113
author_reputation356,176,599,126
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id217,361
net_rshares-431,590,290
author_curate_reward""
vote details (1)
@mikemiziner ·
great wheres the video?
properties (22)
authormikemiziner
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160714t114833729z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 11:48:33
last_update2016-07-14 11:48:33
depth1
children4
last_payout2016-08-23 06:20: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_length23
author_reputation540,648,031,269
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id109,064
net_rshares0
@r3b37 ·
http://www.youtube.com/watch?v=Va0g6BJhmYo
👍  ,
properties (23)
authorr3b37
permlinkre-mikemiziner-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160714t115013375z
categorysteem
json_metadata{"tags":["steem"],"links":["http://www.youtube.com/watch?v=Va0g6BJhmYo"]}
created2016-07-14 11:50:15
last_update2016-07-14 11:50:15
depth2
children3
last_payout2016-08-23 06:20: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_length42
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id109,077
net_rshares2,173,196,163
author_curate_reward""
vote details (2)
@mikemiziner ·
awesome job do you think this would work on mac ?
👍  
properties (23)
authormikemiziner
permlinkre-r3b37-re-mikemiziner-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160714t115556544z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 11:55:57
last_update2016-07-14 11:55:57
depth3
children2
last_payout2016-08-23 06:20: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_length49
author_reputation540,648,031,269
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id109,155
net_rshares258,691,420
author_curate_reward""
vote details (1)
@mokhtar ·
Thanks for your tutorial. If I want to configure the miner with my steemit.com accountname and private key, which key should I use? There are several ones which appear under my wallet information:
POSTING, ACTIVE and MEMO keys. (OWNER key doesn't have option to "show private key")
properties (22)
authormokhtar
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160819t170553339z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-19 17:05:54
last_update2016-08-19 17:05:54
depth1
children2
last_payout2016-08-23 06:20: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_length281
author_reputation5,474,395
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id892,131
net_rshares0
@mokhtar ·
I guess its the "ACTIVE" key

"Private key: Permissions -> Active/Owner"
👍  
properties (23)
authormokhtar
permlinkre-mokhtar-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160819t170908140z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-19 17:09:09
last_update2016-08-19 17:09:09
depth2
children1
last_payout2016-08-23 06:20: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_length72
author_reputation5,474,395
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id892,192
net_rshares350,361,322
author_curate_reward""
vote details (1)
@r3b37 ·
right
properties (22)
authorr3b37
permlinkre-mokhtar-re-mokhtar-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160819t194716938z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-19 19:47:24
last_update2016-08-19 19:47:24
depth3
children0
last_payout2016-08-23 06:20: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_length5
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id894,803
net_rshares0
@mrgreen ·
first of all I'd like to thank u for ur work. I followed all the steps in ur video and this is the first time I've managed to run steem.exe without closing.  But as I understood there's no mining  'cause "mined-false" and it was never written that I "found a pow". Can u help me in this case? https://i.imgsafe.org/3647b9e8c3.jpg
👍  ,
properties (23)
authormrgreen
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160723t123526395z
categorysteem
json_metadata{"tags":["steem"],"image":["https://i.imgsafe.org/3647b9e8c3.jpg"]}
created2016-07-23 12:35:27
last_update2016-07-23 12:35:27
depth1
children4
last_payout2016-08-23 06:20: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_length329
author_reputation23,106,142,389,321
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id295,724
net_rshares392,359,907
author_curate_reward""
vote details (2)
@r3b37 ·
things will take time.. right now you see 1hps it will change to xxxxxx hps in some time when the mining starts and you can monitor the steem power in your wallet to see if mining is increasing your steem power
properties (22)
authorr3b37
permlinkre-mrgreen-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160723t150440565z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 15:04:48
last_update2016-07-23 15:04:48
depth2
children3
last_payout2016-08-23 06:20: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_length210
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id298,277
net_rshares0
@mrgreen ·
it is 10 hours past and the picture is the same. Have no idea what i've done wrong.
properties (22)
authormrgreen
permlinkre-r3b37-re-mrgreen-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160723t151618386z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 15:16:18
last_update2016-07-23 15:16:18
depth3
children2
last_payout2016-08-23 06:20: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_length83
author_reputation23,106,142,389,321
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id298,459
net_rshares0
@r3b37 ·
https://steemit.com/steem/@r3b37/steem-mining-for-windows-update-1
👍  ,
properties (23)
authorr3b37
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160725t022533171z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@r3b37/steem-mining-for-windows-update-1"]}
created2016-07-25 02:25:33
last_update2016-07-25 02:25:33
depth1
children0
last_payout2016-08-23 06:20: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_length66
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id337,033
net_rshares323,006,918
author_curate_reward""
vote details (2)
@steemftw ·
I have a couple of servers I'm running this on, without a LAN setup (no NAT just public IP)
Do I need to remove the witness setup on all but one of them still?
properties (22)
authorsteemftw
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160728t065049418z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-28 06:50:45
last_update2016-07-28 06:50:45
depth1
children4
last_payout2016-08-23 06:20: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_length159
author_reputation2,074,009,393
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id427,992
net_rshares0
@r3b37 ·
yes you should not define the witness on more than one steemd.exe instance and please refer to the new update for new miner and few changes:

https://steemit.com/steem/@r3b37/steem-mining-for-windows-update-1
👍  
properties (23)
authorr3b37
permlinkre-steemftw-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160728t134620125z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@r3b37/steem-mining-for-windows-update-1"]}
created2016-07-28 13:46:24
last_update2016-07-28 13:46:24
depth2
children3
last_payout2016-08-23 06:20: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_length208
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id435,582
net_rshares103,645,352
author_curate_reward""
vote details (1)
@steemftw · (edited)
Thanks for the help!
I've made it so I only have one miner with witness.
I noticed all of them stopped mining it seems, or at least, weren't using CPU(but 5GB of RAM) is that normal?  I restarted it after making the changes and they're idling when done loading the blockchain.
properties (22)
authorsteemftw
permlinkre-r3b37-re-steemftw-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160728t165102826z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-28 16:51:00
last_update2016-07-28 16:57:24
depth3
children2
last_payout2016-08-23 06:20: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_length276
author_reputation2,074,009,393
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id440,214
net_rshares0
@steemftw ·
How do you make additional miners?
I have two computers, and it seems once they solve a block, they stop working and just wait until the next block.
properties (22)
authorsteemftw
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160729t213057660z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-29 21:30:54
last_update2016-07-29 21:30:54
depth1
children5
last_payout2016-08-23 06:20: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_length148
author_reputation2,074,009,393
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id475,021
net_rshares0
@r3b37 ·
You need to follow the  same steps (https://steemit.com/steem/@r3b37/steem-mining-for-windows-update-1) but do not define witness on more than one machine.
👍  
properties (23)
authorr3b37
permlinkre-steemftw-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160729t221805189z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@r3b37/steem-mining-for-windows-update-1"]}
created2016-07-29 22:18:09
last_update2016-07-29 22:18:09
depth2
children4
last_payout2016-08-23 06:20: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_length155
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id475,856
net_rshares267,258,694
author_curate_reward""
vote details (1)
@steemftw ·
Thanks, I've done that, but under 
 name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
I only have one account correct and thus one miner name?
I see people with numerous miner names, do I have to make new steemit accounts for each miner?
That would be a lot of reddit or fb accounts
properties (22)
authorsteemftw
permlinkre-r3b37-re-steemftw-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160731t175331422z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-31 17:53:30
last_update2016-07-31 17:53:30
depth3
children3
last_payout2016-08-23 06:20: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_length304
author_reputation2,074,009,393
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id515,665
net_rshares0
@suchnewb ·
I've never mined steem before, sorry if this is a noob question but does this mean that I am mining?
http://i.imgur.com/GDK0oJC.png
also thanks for the tutorial it was very helpful!
properties (22)
authorsuchnewb
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160723t225457408z
categorysteem
json_metadata{"tags":["steem"],"image":["http://i.imgur.com/GDK0oJC.png"]}
created2016-07-23 22:55:00
last_update2016-07-23 22:55:00
depth1
children1
last_payout2016-08-23 06:20: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_length181
author_reputation231,526,568,167
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id307,992
net_rshares0
@r3b37 ·
no its not mining yet but preparing and will mine soon
👍  
properties (23)
authorr3b37
permlinkre-suchnewb-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160723t233030491z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 23:30:36
last_update2016-07-23 23:30:36
depth2
children0
last_payout2016-08-23 06:20: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_length54
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id308,597
net_rshares142,067,956
author_curate_reward""
vote details (1)
@suchnewb · (edited)
Hey guys I ran into  problem where the window would close after 30 seconds when it tries loading block #3202773 due to some hardfork, however i found a solution to this; I downloaded a more updated version of Steem Windows Miner created by bitcube (same person mentioned in this tutorial) https://github.com/btscube/steem/releases/tag/v0.12.0 
and it worked!
now my windows is showing this 
http://i.imgur.com/ALn9hsc.png
am I minning?
👍  ,
properties (23)
authorsuchnewb
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160724t160839752z
categorysteem
json_metadata{"tags":["steem"],"links":["https://github.com/btscube/steem/releases/tag/v0.12.0"]}
created2016-07-24 16:08:45
last_update2016-07-24 16:25:33
depth1
children1
last_payout2016-08-23 06:20: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_length435
author_reputation231,526,568,167
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id324,122
net_rshares361,431,346
author_curate_reward""
vote details (2)
@r3b37 ·
everything looks good and mining will begin in few hours! :)
properties (22)
authorr3b37
permlinkre-suchnewb-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160724t202310238z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-24 20:23:18
last_update2016-07-24 20:23:18
depth2
children0
last_payout2016-08-23 06:20: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_length60
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id330,084
net_rshares0
@thhiggi ·
This is the best fast mining guide I found on steemit
👍  ,
properties (23)
authorthhiggi
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160715t054905640z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 05:49:03
last_update2016-07-15 05:49:03
depth1
children1
last_payout2016-08-23 06:20: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_length53
author_reputation31,612,802,936
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,075
net_rshares492,200,839
author_curate_reward""
vote details (2)
@r3b37 ·
thanks :)
properties (22)
authorr3b37
permlinkre-thhiggi-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160715t083152250z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 08:31:54
last_update2016-07-15 08:31:54
depth2
children0
last_payout2016-08-23 06:20: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_length9
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id116,352
net_rshares0
@zarnow ·
i cannot resync blockchain properly:

   97.0789%   3200000 of 3296287   
811552ms th_a       database.cpp:2518             _apply_block         ] 3090000 unknown_hardfork_exception: chain attempted to apply unknown hardfork

    {}
    th_a  database.cpp:3257 steemit::chain::database::process_hardforks
811555ms th_a       application.cpp:349           startup              ] 3090000 unknown_hardfork_exception: chain attempted to apply unknown hardfork

    {}
    th_a  database.cpp:3257 steemit::chain::database::process_hardforks
rethrow
    {}
    th_a  database.cpp:2518 steemit::chain::database::_apply_block

    {"data_dir":"C:/tools/witness_node_data_dir/blockchain"}
    th_a  database.cpp:191 steemit::chain::database::reindex
811556ms th_a       application.cpp:871           startup              ] 3090000 unknown_hardfork_exception: chain attempted to apply unknown hardfork

    {}
    th_a  database.cpp:3257 steemit::chain::database::process_hardforks
rethrow
    {}
    th_a  database.cpp:2518 steemit::chain::database::_apply_block

    {"data_dir":"C:/tools/witness_node_data_dir/blockchain"}
    th_a  database.cpp:191 steemit::chain::database::reindex
rethrow
    {}
    th_a  application.cpp:349 steemit::app::detail::application_impl::startup
811556ms th_a       main.cpp:196                  main                 ] Exiting with error:
3090000 unknown_hardfork_exception: chain attempted to apply unknown hardfork

    {}
    th_a  database.cpp:3257 steemit::chain::database::process_hardforks
rethrow
    {}
    th_a  database.cpp:2518 steemit::chain::database::_apply_block

    {"data_dir":"C:/tools/witness_node_data_dir/blockchain"}
    th_a  database.cpp:191 steemit::chain::database::reindex
rethrow
    {}
    th_a  application.cpp:349 steemit::app::detail::application_impl::startup
properties (22)
authorzarnow
permlinkre-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t201815110z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 20:18:00
last_update2016-07-20 20:18:00
depth1
children2
last_payout2016-08-23 06:20: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_length1,818
author_reputation0
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id228,412
net_rshares0
@maebo ·
Hi!
I have the same problem here. How did you fix it?
👍  
properties (23)
authormaebo
permlinkre-zarnow-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160724t083128508z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-24 08:31:24
last_update2016-07-24 08:31:24
depth2
children0
last_payout2016-08-23 06:20: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_length53
author_reputation8,993,524
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id315,867
net_rshares59,622,341
author_curate_reward""
vote details (1)
@r3b37 · (edited)
Below is the cpp source code responsible for throwing this error and I am not sure but this might be a backend (server) issue. So you can try again after sometime or delete everything and start from scratch.

<code>
void database::process_hardforks()
{
   try
   {
      // If there are upcoming hardforks and the next one is later, do nothing
      const auto& hardforks = hardfork_property_id_type()( *this );</code>

      if( has_hardfork( STEEMIT_HARDFORK_0_5__54 ) )
      {
         while( _hardfork_versions[ hardforks.last_hardfork ] < hardforks.next_hardfork
            && hardforks.next_hardfork_time <= head_block_time() )
         {
            if( hardforks.last_hardfork < STEEMIT_NUM_HARDFORKS )
               apply_hardfork( hardforks.last_hardfork + 1 );
            else
               throw unknown_hardfork_exception();
         }
      }
      else
      {
         while( hardforks.last_hardfork < STEEMIT_NUM_HARDFORKS
               && _hardfork_times[ hardforks.last_hardfork + 1 ] <= head_block_time()
               && hardforks.last_hardfork < STEEMIT_HARDFORK_0_5__54 )
         {
            apply_hardfork( hardforks.last_hardfork + 1 );
         }
      }
<code>}
   FC_CAPTURE_AND_RETHROW()
}</code>
👍  
properties (23)
authorr3b37
permlinkre-zarnow-re-r3b37-steem-mining-for-windows-linux-linux-vm-in-windows-20160720t204313178z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 20:43:18
last_update2016-07-20 20:47:18
depth2
children0
last_payout2016-08-23 06:20: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_length1,235
author_reputation119,348,157,176
root_title"STEEM Mining for Windows / Linux / Linux VM in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id229,021
net_rshares8,935,529,168
author_curate_reward""
vote details (1)