create account

[UPDATED 7/6] How-To Mine Steem Power in Windows by tuck-fheman

View this thread on: hive.blogpeakd.comecency.com
· @tuck-fheman · (edited)
$4,908.44
[UPDATED 7/6] How-To Mine Steem Power in Windows
**A guide for the complete idiot, like me! :)**

![](http://s20.postimg.org/bxvbi5zq5/steem_mining.jpg)

***Update 7/15/16*** : Please wait for the new Windows Miner release. Windows mining will not currently work unless you use a VM + Ubuntu. See [pfunks guide](https://steemit.com/steem/@pfunk/guide-maximize-your-mining-hashrate-in-windows-by-mining-steem-in-a-vm) for help with that.
***Update 7/6/16*** : New miner from bitcube is out! NOTE : You will likely need to edit the new CONFIG.INI file instead of using your old one.
***Update 6/30/16*** : Miner v0.5.0 is no longer functional. We are awaiting an update on the Windows miner to 0.8.2 or 0.8.3. I will update this post when it's ready.
***Update 6/8/16*** : Updating Blockchain link.
***Update : 6/3/16*** : Updating props for the help and use of equipment.
***Update : 6/2/16*** : Fixed some verbiage.
***Update : 6/1/16*** : bitcube has released two new versions of his miner, one a **fast** version. This is now the fastest miner I've tried! See link in Step 1.
***Update : 5/31/16*** : If you have trouble with arhag's Windows build and want faster mining than you can get with bitcube's head on over to **[pfunk's guide](https://steemit.com/steem/@pfunk/guide-maximize-your-mining-hashrate-in-windows-by-mining-steem-in-a-vm)** on setting up Ubuntu in a VirtualBox on Windows. You will get the same fast rate as arhag's Windows miner without issues. At least that's the case for me personally.
***Update : 5/30/16*** : Added bitcube's newest compile v0.5.0.
***Update : 5/30/16*** : Added bitcube's miner to Step 1. Choose the one that works for you.
***Update : 5/29/16*** : See bottom of guide for how to fix error if miner stops working.


***

# Step 1

Download the Steem Windows Miner created by bitcube.

Windows Binaries : https://github.com/btscube/steem/releases/tag/v0.8.5b

***Important:*** *If you are updating to a new version you will likely need to start from scratch.*


# Step 2

Download the Steem Blockchain provided by steemychicken1.
- http://www.steemitup.eu/blockchain.zip
- Backup : https://mega.nz/#!bUQBjADa!754D4TDs8_9J1tQ4lZyZrby5lS1bTaWpx5vtdsKI1R0

# Step 3

- Uncompress the miner into a location of your choosing.

# Step 4
- Go to the folder just created when you uncompressed the miner and run **steemd.exe**
- If the program crashes, no problem! You've now created the folders needed.
- Otherwise you will receive a message to edit the config.ini, so exit and continue to Step 5.

# Step 5
- Uncompress the blockchain into the following folder ...

`steem-v0-5-0-windows\witness_node_data_dir\blockchain\database\block_num_to_block`

... and overwrite any existing files.

# Step 6

- Go to the following folder ...

```steem-v0-5-0-windows\witness_node_data_dir``` 

... and open the **config.ini** file in a text editor.

# Step 7
- In the **config.ini** file, find ...

```# P2P nodes to connect to on startup (may specify multiple times)```

and enter this information below that line so it looks like this ...

```
# 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 
```
# Step 8 

- Next in the **config.ini** find ...

``` # name of witness controlled by this node (e.g. initwitness ) ```

and enter the following information, using ***your Steem account name***, so it looks like this ...

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

# Step 9

- Next in the **config.ini** file find ...

```
# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
```

and enter the following information, using ***your Steem account name and WIF key***, so it looks like this ...

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

# Step 10

- Next in the **config.ini** file find ...

```
# Number of threads to use for proof of work mining
```

and enter at least "1" after **mining-threads**. I believe "2" is recommended to start. You can experiment with higher numbers for faster mining. I'm currently using "4" on my AMD A10/7700. So put mining-threads = X where X is the number of threads your CPU supports. If you're not sure, press CTL+Shift+ESC to open the Task Manager and click the **Performance** tab. The number of graph boxes under CPU usage history is the number of threads your CPU supports. In Windows 10 you will need to click "**Open Resource Monitor**".

So it should look like this ...

```
# Number of threads to use for proof of work mining
mining-threads = 2
```

# Step 11

- Restart **steemd.exe** and begin mining!

*If you still have problems, here are some useful links below or leave a comment and I will do the best I can to answer your question or direct you to someone who can help. If I've left something out or made an error please let me know in the comments section. Good luck!*

# Other Options & Help

- If your miner stops working with an error like ...
`Assertion failed!`
or 
`Expression: block_num != 0` 
or it just exits and you can't get it going again try these steps which arhag explained and it worked for me!

 Go into **config.ini** and comment out (#) the **mining-threads** section like this ...

``` 
# mining-threads = 2
```

Restart **steemd.exe** and  once you have synced back up to the blockchain, you should see something like this ...

`2194613ms th_a       application.cpp:438 handle_block         ] Got 1 transactions from network on block 1878671`

Now exit the program with CTRL-C, go back into **config.ini** and uncomment (remove the #) the **mining-threads** line you commented out earlier. Then restart **steemd.exe**.

***

- If you see "1 hps", it means you are syncing up to the blockchain. Mining should start shortly.

***

Some may need to edit the following line in **config.ini** to read ...

# Endpoint for websocket RPC to listen on
rpc-endpoint = 127.0.0.1:8090

***

- You may also want to open Windows Task Manager (CTRL-SHIFT-ESC), open up the **Details** tab and find the **cmd.exe** window running the miner. Then right-click on it and set "**Priority**" to either "**Below Normal**" or "**Low**" to allow you to do other things with your computer while you mine. Thanks to pfunk for that tip!

***

- If you can't see what error is happening before steemd.exe exits, try creating a .BAT file with the following inside and start your miner using the .BAT file ...

```
steemd.exe
pause
```
This will allow you to copy the error and paste it into a text file to upload into the Steem Slack Mining channel for help. To copy the error, simply Right-Click in the command prompt window and select **Mark**, then drag your mouse over the text you want to copy then press **CTRL-C**. Now open a new text file and paste (**CTRL-V**) the error into it and save. Go to the [Steem Slack Mining channel](https://steem.slack.com/messages/mining) and upload the file and see if someone there can help. **WARNING**: Be sure you do not copy your private key information into this text file. It is shown when the miner starts up, so I just want to mention this just in case.
***
- To resync the blockchain use `steemd.exe --resync`
***
- Also see pfunk's very useful info in the comments section regarding account creation and WIF keys.

***
- If you are updating to a new version of one of the miners, you will likely need to start from scratch to avoid errors.

***

# Other Resources
- [Config File by sonarous](https://mega.nz/#!CI1wHJgS!s1hJFJJNICF54caFApWAvbrk-Ci06EREDBunbPyGLdw)
- [Steem Slack for Mining](https://steem.slack.com/messages/mining) - Best place to go if you're having problems!
- [Create Steem Slack Channel Account](http://steem.herokuapp.com) - In case you don't have an account yet.
- [Compiling Steem for Windows on Linux Host Guide](https://steemit.com/steem/@arhag/compiling-steem-for-windows-on-linux-host)
- [arhag's Original Post](https://steemit.com/steem/@arhag/windows-binaries-for-steem-v0)
- [Joseph's Linux Mining for Dummies](https://steemit.com/steemhelp/@joseph/mining-steem-for-dummies)

#guides #tutorials #steemhelp #mining #windows
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 361 others
👎  
properties (23)
authortuck-fheman
permlinkhow-to-mine-steem-in-windows
categorysteem
json_metadata{"tags":["steem","guides","tutorials","help","steemhelp","mining","windows"],"image":["http://s20.postimg.org/bxvbi5zq5/steem_mining.jpg"]}
created2016-05-29 04:56:51
last_update2016-07-15 20:04:36
depth0
children268
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value2,456.121 HBD
curator_payout_value2,452.316 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,291
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,455
net_rshares261,558,182,841,805
author_curate_reward""
vote details (426)
@adrehajiuh ·
https://s32.postimg.org/oi059tsph/image.png

HELP ME!
👍  
properties (23)
authoradrehajiuh
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160719t133705874z
categorysteem
json_metadata{"tags":["steem"],"image":["https://s32.postimg.org/oi059tsph/image.png"]}
created2016-07-19 13:37:12
last_update2016-07-19 13:37:12
depth1
children0
last_payout2016-08-24 05:08:42
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_reputation62,764,206,719
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id188,223
net_rshares263,890,416
author_curate_reward""
vote details (1)
@agusnb · (edited)
Where do the Steem that i mine go? To my Steemit.com account wallet?
I am mining but i can't see if the miner is active (www.steemd.com/@agusnb). I put my private key in the config file of the miner, so it should be working. In the stats page it says "Mined : false". Maybe i have to wait some hours...
properties (22)
authoragusnb
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t044140611z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 04:42:12
last_update2016-07-13 04:57:48
depth1
children3
last_payout2016-08-24 05:08:42
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_length302
author_reputation8,038,154
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,988
net_rshares0
@tuck-fheman ·
They will go to your wallet as Steem Power.
👍  
properties (23)
authortuck-fheman
permlinkre-agusnb-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t053723212z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 05:37:39
last_update2016-07-13 05:37:39
depth2
children2
last_payout2016-08-24 05:08:42
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_length43
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,508
net_rshares100,449,341
author_curate_reward""
vote details (1)
@danthomson ·
Why Steem Power instead of Steem? You can't buy or sell Steem Power can you? So there is no way to cash in mining rewards?
properties (22)
authordanthomson
permlinkre-tuck-fheman-re-agusnb-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t145341676z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 14:53:39
last_update2016-07-14 14:53:39
depth3
children1
last_payout2016-08-24 05:08:42
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_length122
author_reputation7,535,411
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,320
net_rshares0
@ainen ·
$1.73
Anyone following this guide, please keep in mind that the primary link to the Blockchain download is incorrect. The correct link is the following:

http://steemitup.eu/witness_node_data_dir.tar.gz
👍  , ,
properties (23)
authorainen
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160718t183206351z
categorysteem
json_metadata{"tags":["steem"],"links":["http://steemitup.eu/witness_node_data_dir.tar.gz"]}
created2016-07-18 18:32:06
last_update2016-07-18 18:32:06
depth1
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value1.304 HBD
curator_payout_value0.430 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation13,377,759,502
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id170,727
net_rshares808,395,649,987
author_curate_reward""
vote details (3)
@alex-dinu · (edited)
/
👍  
properties (23)
authoralex-dinu
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t211715296z
categorysteem
json_metadata{}
created2016-05-29 21:17:15
last_update2016-05-29 21:22:24
depth1
children0
last_payout2016-08-24 05:08:42
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
author_reputation98,254,973,600
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,164
net_rshares261,865,029
author_curate_reward""
vote details (1)
@anarcharos · (edited)
Hi there,
Thank you for the guide. I am mining now for 24 hours and got this:

list_my_accounts
anarcharos                0.000 STEEM   18964.733651 VESTS            0.122 SBD
-------------------------------------------------------------------------
TOTAL                     0.000 STEEM   18964.733651 VESTS            0.122 SBD

I am using my steemIt account name and private key. I thought the "gains" will go strait into my steemit account but it doesn't....I guess the local mining needs to be transferred to my steemIt account. so I have a couple of questions if I may:

1- How much steem or steem dollars have I made so far in 24 hours?

 2-How do I tranfer gains mined on my computer  to my Steemit account or any other acount or wallet for that matter?

3- where can I find a document listing the commands available for the cli_wallet.

Many thanks !!

Anarcharos.
👍  
properties (23)
authoranarcharos
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160820t173931711z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-20 17:39:33
last_update2016-08-20 19:07:00
depth1
children1
last_payout2016-08-24 05:08:42
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_length873
author_reputation94,040,191,830
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id908,542
net_rshares96,720,141
author_curate_reward""
vote details (1)
@anarcharos ·
My hash rate:

 hash rate: 11953 hps  target: 25 queue: 84 estimated time to produce: 46 minutes

is it worth minig lioke this?
THX!!
properties (22)
authoranarcharos
permlinkre-anarcharos-re-tuck-fheman-how-to-mine-steem-in-windows-20160820t174401822z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-20 17:44:03
last_update2016-08-20 17:44:03
depth2
children0
last_payout2016-08-24 05:08:42
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_length133
author_reputation94,040,191,830
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id908,605
net_rshares0
@arhag ·
$0.04
Be aware, setting the mining-threads field is not optional to mine. It should be at least set to 1.
👍  ,
properties (23)
authorarhag
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t051554404z
categorysteem
json_metadata{}
created2016-05-29 05:15:54
last_update2016-05-29 05:15:54
depth1
children3
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation52,490,827,205,383
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,469
net_rshares116,736,198,344
author_curate_reward""
vote details (2)
@fuzzyvest ·
"mining-threads", for the newbies here, is how many "threads" the cpu uses to process instruction sets required by various processes (like running firefox, for instanse!) :)

So basically if you say 0 "mining-threads" you are saying "don't mine".
👍  ,
properties (23)
authorfuzzyvest
permlinkre-arhag-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t053536971z
categorysteem
json_metadata{}
created2016-05-29 05:35:36
last_update2016-05-29 05:35:36
depth2
children0
last_payout2016-08-24 05:08:42
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_length246
author_reputation16,076,269,237,260
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,486
net_rshares14,619,524,014
author_curate_reward""
vote details (2)
@smooth ·
$0.04
Easy to specify on the command line with -t though, which is how I've always done it.
👍  
properties (23)
authorsmooth
permlinkre-arhag-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t051913100z
categorysteem
json_metadata{}
created2016-05-29 05:19:12
last_update2016-05-29 05:19:12
depth2
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation260,342,945,372,716
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,472
net_rshares116,181,916,973
author_curate_reward""
vote details (1)
@tuck-fheman · (edited)
Doh! I thought it was defaulted to 2, but I set it up from scratch again and see it's not set at all. I will update above.
properties (22)
authortuck-fheman
permlinkre-arhag-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t053249108z
categorysteem
json_metadata{}
created2016-05-29 05:32:57
last_update2016-05-29 05:33:09
depth2
children0
last_payout2016-08-24 05:08:42
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_length122
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,484
net_rshares0
@arkanaprotego ·
Nice. So you don't need people to elect you like in Bitshares to be able to mine?
properties (22)
authorarkanaprotego
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t052320050z
categorysteem
json_metadata{}
created2016-05-29 05:22:54
last_update2016-05-29 05:22:54
depth1
children3
last_payout2016-08-24 05:08:42
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_reputation389,246,900,737
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,477
net_rshares0
@tuck-fheman ·
Nope.
properties (22)
authortuck-fheman
permlinkre-arkanaprotego-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t052647236z
categorysteem
json_metadata{}
created2016-05-29 05:26:57
last_update2016-05-29 05:26:57
depth2
children2
last_payout2016-08-24 05:08:42
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_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,480
net_rshares0
@arkanaprotego ·
After checking the whitepaper, I am not convinced it is worth it...
First, in each round of block generation, 20 out of 21 witnesses are selected by DPOS like in Bitshares, and only 1 is selected by POW. So that does not leave much for miners.
Second, the block reward is now 0.0476 STEEM (after block #864,000, down from 1 STEEM previously, which was like DPOS witnesses). That's currently 0.02 USD.
I am not sure how long it takes to find a block, but it looks like this ship has sailed.
properties (22)
authorarkanaprotego
permlinkre-tuck-fheman-re-arkanaprotego-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t121429318z
categorysteem
json_metadata{}
created2016-05-29 12:14:03
last_update2016-05-29 12:14:03
depth3
children1
last_payout2016-08-24 05:08:42
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_length489
author_reputation389,246,900,737
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,691
net_rshares0
@arkanaprotego ·
Don't you need some quotes there?

~~~~
witness = "your-steem-account-name"
~~~~

Otherwise I get a parsing error (on the Linux version at least).
👍  , ,
properties (23)
authorarkanaprotego
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t055201098z
categorysteem
json_metadata{}
created2016-05-29 05:51:36
last_update2016-05-29 05:51:36
depth1
children3
last_payout2016-08-24 05:08:42
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_length146
author_reputation389,246,900,737
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,501
net_rshares16,538,451,211
author_curate_reward""
vote details (3)
@tuck-fheman ·
Not sure. I was running without quotes without issue. Perhaps for hyphenated accounts it is required? Maybe @arhag can confirm.
properties (22)
authortuck-fheman
permlinkre-arkanaprotego-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t062657725z
categorysteem
json_metadata{"users":["arhag"]}
created2016-05-29 06:27:03
last_update2016-05-29 06:27:03
depth2
children2
last_payout2016-08-24 05:08:42
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_length127
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,515
net_rshares0
@bangking ·
I have to put in "" for it to run pass witness.
I am stuck on the miner line.  it keeps closing the program.   miner = ["account","WIF PRIVATE KEY"]   I don't think it's the correct format.  Can you confirm?
properties (22)
authorbangking
permlinkre-tuck-fheman-re-arkanaprotego-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t064626686z
categorysteem
json_metadata{}
created2016-05-29 06:46:27
last_update2016-05-29 06:46:27
depth3
children1
last_payout2016-08-24 05:08:42
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_length207
author_reputation6,144,226,303,189
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,528
net_rshares0
@asabovesobelow ·
<html>
<p>In step 5, it says:</p>
<h1>Step 5</h1>
<ul>
  <li>Unzip the contents of <strong>steemblockchain5-28-2016.zip</strong> into the following folder ...</li>
</ul>
<p><code>steem-v0-5-0-windows\witness_node_data_dir\blockchain</code>&nbsp;</p>
<p><br></p>
<p>What is the full path for the steem-v0-5-0-windows folder? &nbsp;I've ran the steemd.exe file, it seems to crash, but i can't locate the folders it was supposed to create..?</p>
<p><br></p>
</html>
properties (22)
authorasabovesobelow
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160622t051252507z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-22 05:12:51
last_update2016-06-22 05:12:51
depth1
children1
last_payout2016-08-24 05:08:42
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_length462
author_reputation1,278,117,927,133
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,153
net_rshares0
@tuck-fheman ·
Try the other miner and see if it works for you. When you start steemd.exe for the first time it should create all folders.

The blockchain file used was updated and I forgot to update Step 5, thanks for letting me know. Uncompress the blockchain into  this folder overwriting any existing files.

`witness_node_data_dir\blockchain\database\block_num_to_block`
properties (22)
authortuck-fheman
permlinkre-asabovesobelow-re-tuck-fheman-how-to-mine-steem-in-windows-20160622t173759089z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-22 17:38:15
last_update2016-06-22 17:38:15
depth2
children0
last_payout2016-08-24 05:08:42
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_length360
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,602
net_rshares0
@ash ·
how do I mine an account without having and existing one?
properties (22)
authorash
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160625t194758115z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-25 19:47:57
last_update2016-06-25 19:47:57
depth1
children4
last_payout2016-08-24 05:08:42
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_length57
author_reputation286,803,743,324,398
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,803
net_rshares0
@tuck-fheman ·
As soon as you find your first POW the account name you specified in config will be created for you.
properties (22)
authortuck-fheman
permlinkre-ash-re-tuck-fheman-how-to-mine-steem-in-windows-20160625t200338711z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-25 20:03:57
last_update2016-06-25 20:03:57
depth2
children3
last_payout2016-08-24 05:08:42
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_length100
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,816
net_rshares0
@ash ·
witness = my future account name, right? I get errors there
properties (22)
authorash
permlinkre-tuck-fheman-re-ash-re-tuck-fheman-how-to-mine-steem-in-windows-20160625t202103101z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-25 20:21:03
last_update2016-06-25 20:21:03
depth3
children2
last_payout2016-08-24 05:08:42
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_length59
author_reputation286,803,743,324,398
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,827
net_rshares0
@bangking · (edited)
$0.04
I got it to work.  Here's how:
Follow the instructions but....
Don't skip Step 5!
Add "" to the witness name (witness = "bangking")
Use your Active (or Owner) Private Key.  Not your regular login password.
👍  , , ,
properties (23)
authorbangking
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t074707925z
categorysteem
json_metadata{}
created2016-05-29 07:47:09
last_update2016-05-29 08:02:27
depth1
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length205
author_reputation6,144,226,303,189
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,564
net_rshares133,529,534,399
author_curate_reward""
vote details (4)
@bbqbear ·
Even with the new config file by sonarous, (and a witness name in quotes, and miner name and key) 
seed-node = seed.steemed.net:2001
witness = "itseasytryit"
miner = ["itseasytryit","5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"]
mining-threads = 2
it still just crashes on the witness line with this error. 
2792457ms th_a       witness.cpp:98                plugin_initialize    ] _witnesses: ["itseasytryit"] 

The cli wallet also crashes immediately with this error:
3250045ms th_a       main.cpp:154                  main                 ] wdata.ws_server: ws://localhost:8090 
0 exception: unspecified Underlying Transport Error
    {"message":"Underlying Transport Error"}     asio  websocket.cpp:439 operator()
    {"uri":"ws://localhost:8090"}     th_a  websocket.cpp:668 connect
The windows event  viewer error says this for every crash (no matter what drive or freshly unpacked files used:
Windows cannot access the file  for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program steemd.exe because of this error.

I must be missing some required tools or something. 
Has anyone tried it on a fresh windows 7 install? Does this require C++ or some coding tools to be installed?
properties (22)
authorbbqbear
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t210658087z
categorysteem
json_metadata{}
created2016-05-29 21:07:18
last_update2016-05-29 21:07:18
depth1
children15
last_payout2016-08-24 05:08:42
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,356
author_reputation17,818,351,858,368
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,155
net_rshares0
@aem ·
I also get this same case with the same errors (both in steemd and in the cli_wallet) on an AMD Opteron based Windows 10 machine (Windows just tell me it has stopped working rather than talking about permissions etc.).  Another machine I have that is an i7 is able to run the exact same installation and config without any errors.  Is your machine AMD? Maybe its something about the hardware that steemd doesn't like?
properties (22)
authoraem
permlinkre-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t221141957z
categorysteem
json_metadata{}
created2016-05-29 22:11:42
last_update2016-05-29 22:11:42
depth2
children8
last_payout2016-08-24 05:08:42
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_length417
author_reputation6,257,236,508,413
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,210
net_rshares0
@bbqbear ·
Yes, This is happens an AMD box. I tried it on a different AMD machine and it got 3 blocks downloaded before crashing.
It seems like a required component is missing, since I can't run either exe without a crash.
properties (22)
authorbbqbear
permlinkre-aem-re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t223317100z
categorysteem
json_metadata{}
created2016-05-29 22:33:36
last_update2016-05-29 22:33:36
depth3
children5
last_payout2016-08-24 05:08:42
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_length211
author_reputation17,818,351,858,368
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,224
net_rshares0
@tuck-fheman ·
I'm able to run on AMD A10 so far, but still having issues getting it going on my old i7/860.
properties (22)
authortuck-fheman
permlinkre-aem-re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t224642663z
categorysteem
json_metadata{}
created2016-05-29 22:46:51
last_update2016-05-29 22:46:51
depth3
children0
last_payout2016-08-24 05:08:42
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_length93
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,230
net_rshares0
@tuck-fheman ·
Try bitcube's miner, I updated Step 1.
properties (22)
authortuck-fheman
permlinkre-aem-re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t091618154z
categorysteem
json_metadata{}
created2016-05-30 09:16:27
last_update2016-05-30 09:16:27
depth3
children0
last_payout2016-08-24 05:08:42
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_length38
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,511
net_rshares0
@tuck-fheman ·
Did you try the fix at the bottom of the guide?
properties (22)
authortuck-fheman
permlinkre-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t213433012z
categorysteem
json_metadata{}
created2016-05-29 21:34:39
last_update2016-05-29 21:34:39
depth2
children5
last_payout2016-08-24 05:08:42
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_length47
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,181
net_rshares0
@bbqbear ·
Yes. I even added the directories to the PATH. The only difference is if I comment out the miner\witness\threads lines I get this error too
2614689ms th_a       application.cpp:299           startup              ] Detected unclean shutdown. Replaying blockchain...
properties (22)
authorbbqbear
permlinkre-tuck-fheman-re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t214735874z
categorysteem
json_metadata{}
created2016-05-29 21:47:54
last_update2016-05-29 21:47:54
depth3
children4
last_payout2016-08-24 05:08:42
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_length264
author_reputation17,818,351,858,368
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,194
net_rshares0
@becker ·
$0.10
great tutorial, thanks!
👍  
properties (23)
authorbecker
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t132828624z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 13:28:27
last_update2016-07-13 13:28:27
depth1
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.073 HBD
curator_payout_value0.024 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation15,967,417,289
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id95,120
net_rshares710,357,045,649
author_curate_reward""
vote details (1)
@bestmalik ·
Help me !!! What s wrong ?
http://i64.tinypic.com/9tjxtt.jpg

Thanks much in advance ....
properties (22)
authorbestmalik
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160726t043831239z
categorysteem
json_metadata{"tags":["steem"],"image":["http://i64.tinypic.com/9tjxtt.jpg"]}
created2016-07-26 04:38:33
last_update2016-07-26 04:38:33
depth1
children2
last_payout2016-08-24 05:08:42
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_length89
author_reputation28,131,790,010
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id366,841
net_rshares0
@bitmaxt ·
re intal your blockchain see my post
properties (22)
authorbitmaxt
permlinkre-bestmalik-re-tuck-fheman-how-to-mine-steem-in-windows-20160728t103033546z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-28 10:30:48
last_update2016-07-28 10:30:48
depth2
children0
last_payout2016-08-24 05:08:42
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_length36
author_reputation168,859,507,229
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id431,548
net_rshares0
@tuck-fheman ·
Looks like you've forked. Try to replay the chain.
`steemd --replay`
👍  
properties (23)
authortuck-fheman
permlinkre-bestmalik-re-tuck-fheman-how-to-mine-steem-in-windows-20160726t065907323z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-26 06:59:12
last_update2016-07-26 06:59:12
depth2
children0
last_payout2016-08-24 05:08:42
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_length68
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id368,004
net_rshares6,744,989,227
author_curate_reward""
vote details (1)
@bones · (edited)
$0.08
I can't get my miner to break free from a fork. I am getting a similar error to the person with the reply above. I have both replayed and rescanned. Nothing helps. I tried joining slack and keep getting "token revoked." I've spent hours on this to no avail. I guess that I will not be mining Steem.
👍  , ,
properties (23)
authorbones
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160715t062600143z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 06:25:57
last_update2016-07-15 06:26:30
depth1
children4
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.062 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length298
author_reputation116,856,214,624
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,432
net_rshares167,661,229,155
author_curate_reward""
vote details (3)
@tuck-fheman ·
$0.08
Due to the hack today you will need to wait for a new Windows miner or use a VM to mine under Ubuntu.
👍  , , , , ,
properties (23)
authortuck-fheman
permlinkre-bones-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t064936671z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 06:49:57
last_update2016-07-15 06:49:57
depth2
children2
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.062 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,659
net_rshares168,132,522,699
author_curate_reward""
vote details (6)
@bones ·
I'm going camping early in the morning. I'll check out what is going on when I come back home on Monday. I'll probably open up my case and use some canned air to clean off my CPU fan. I want my CPU to help me generate Steem, not smoke.
properties (22)
authorbones
permlinkre-tuck-fheman-re-bones-re-tuck-fheman-how-to-mine-steem-in-windows-20160716t021146567z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-16 02:11:42
last_update2016-07-16 02:11:42
depth3
children0
last_payout2016-08-24 05:08:42
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_length235
author_reputation116,856,214,624
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,075
net_rshares0
@navydude ·
Is this the error i keep getting about cant push to block because the miner is down?
👍  ,
properties (23)
authornavydude
permlinkre-tuck-fheman-re-bones-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t164655169z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 16:46:54
last_update2016-07-15 16:46:54
depth3
children0
last_payout2016-08-24 05:08:42
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_length84
author_reputation100,255,411
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,708
net_rshares216,107,324
author_curate_reward""
vote details (2)
@will-zewe ·
That makes two of us glad to see I found an answer.
👍  ,
properties (23)
authorwill-zewe
permlinkre-bones-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t082031206z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 08:20:27
last_update2016-07-15 08:20:27
depth2
children0
last_payout2016-08-24 05:08:42
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_length51
author_reputation10,620,815,246,903
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id116,262
net_rshares234,496,404
author_curate_reward""
vote details (2)
@brie ·
Hey, 

How im gonna configure my antminer s1 to use steem?
properties (22)
authorbrie
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t210438124z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 21:04:39
last_update2016-07-13 21:04:39
depth1
children2
last_payout2016-08-24 05:08:42
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_length58
author_reputation368,952,265
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,721
net_rshares0
@tuck-fheman ·
;) I'm assuming you're joking. If not, the answer is ... you can't.
properties (22)
authortuck-fheman
permlinkre-brie-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t064443945z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 06:45:03
last_update2016-07-14 06:45:03
depth2
children1
last_payout2016-08-24 05:08:42
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_length67
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,412
net_rshares0
@brie ·
Damn it uses sha-256 anyway?
properties (22)
authorbrie
permlinkre-tuck-fheman-re-brie-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t083457600z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 08:34:57
last_update2016-07-14 08:34:57
depth3
children0
last_payout2016-08-24 05:08:42
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_length28
author_reputation368,952,265
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,315
net_rshares0
@calaber24p ·
I still just keep getting a red message saying that I havent configured any miners.
properties (22)
authorcalaber24p
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t223932601z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 22:39:30
last_update2016-07-13 22:39:30
depth1
children1
last_payout2016-08-24 05:08:42
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_reputation313,033,964,963,339
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,828
net_rshares0
@tuck-fheman ·
You likely need to edit config.ini or you have edited it incorrectly. Join the Slack channel and go to #mining for help.
👍  
properties (23)
authortuck-fheman
permlinkre-calaber24p-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t064408899z
categorysteem
json_metadata{"tags":["mining","steem"]}
created2016-07-14 06:44:27
last_update2016-07-14 06:44:27
depth2
children0
last_payout2016-08-24 05:08:42
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_length120
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,408
net_rshares55,416,406
author_curate_reward""
vote details (1)
@clayop ·
Awesome job!
properties (22)
authorclayop
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t062216453z
categorysteem
json_metadata{}
created2016-05-29 06:22:15
last_update2016-05-29 06:22:15
depth1
children1
last_payout2016-08-24 05:08:42
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_length12
author_reputation270,845,899,918,618
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,513
net_rshares0
@tuck-fheman · (edited)
I couldn't have created this without a lot of people's input. It is they who deserve all the congrats since I'm just repeating their knowledge passed down to me. ;)
properties (22)
authortuck-fheman
permlinkre-clayop-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t193150833z
categorysteem
json_metadata{}
created2016-05-29 19:31:57
last_update2016-05-29 20:25:45
depth2
children0
last_payout2016-08-24 05:08:42
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_length164
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,056
net_rshares0
@daniel-ehiwario ·
$0.04
very impressive, l am learning much now
👍  
properties (23)
authordaniel-ehiwario
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160617t093747501z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-17 09:37:45
last_update2016-06-17 09:37:45
depth1
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation5,814,819,369
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,199
net_rshares132,000,174,325
author_curate_reward""
vote details (1)
@danthomson ·
How long should it take to sync the blockchain? I've been seemingly in the sync phase for a couple hours now.  I am blazing through line after line showing:

3087137ms th_a       witness.cpp:430               on_applied_block     ] hash rate: 1 hps  target: 29 queue: 100 estimated time to produce: 8947848 minutes
properties (22)
authordanthomson
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t165257640z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 16:52:57
last_update2016-07-13 16:52:57
depth1
children3
last_payout2016-08-24 05:08:42
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_length314
author_reputation7,535,411
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id97,410
net_rshares0
@tallmansteez · (edited)
I am having the same issues, I started the download from scratch because I had problems getting the downloaded blockchain to work.  did yours resolve?
properties (22)
authortallmansteez
permlinkre-danthomson-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t211835552z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 21:18:36
last_update2016-07-13 21:24:39
depth2
children2
last_payout2016-08-24 05:08:42
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_length150
author_reputation28,958,570
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,896
net_rshares0
@will-zewe ·
I'm on the same page I believe, watching line after line fly by with 1hps showing waiting for it to sync. I believe this is working, correct?
properties (22)
authorwill-zewe
permlinkre-tallmansteez-re-danthomson-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t053810511z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 05:38:09
last_update2016-07-14 05:38:09
depth3
children1
last_payout2016-08-24 05:08:42
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_length141
author_reputation10,620,815,246,903
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,823
net_rshares0
@danyalmanzar ·
What algo does steem work on? is there a deamon for it. I am just playing around on an exchange and want to see if I can run this as a trading pair.
properties (22)
authordanyalmanzar
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t105606742z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 10:56:06
last_update2016-07-13 10:56:06
depth1
children1
last_payout2016-08-24 05:08:42
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_reputation0
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id93,937
net_rshares0
@tuck-fheman ·
https://steem.io/documentation/consensus/
properties (22)
authortuck-fheman
permlinkre-danyalmanzar-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t162425174z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steem.io/documentation/consensus/"]}
created2016-07-13 16:24:42
last_update2016-07-13 16:24:42
depth2
children0
last_payout2016-08-24 05:08:42
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_length41
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id97,025
net_rshares0
@denverliu ·
What if I have 4 computers in my LAN? All of them use the same .ini file ?
👍  
properties (23)
authordenverliu
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160719t132638523z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 13:26:36
last_update2016-07-19 13:26:36
depth1
children1
last_payout2016-08-24 05:08:42
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"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id187,982
net_rshares1,354,333,457
author_curate_reward""
vote details (1)
@marcgodard ·
I am trying to figure out the same thing. Let me know if you figure it out please :)
properties (22)
authormarcgodard
permlinkre-denverliu-re-tuck-fheman-how-to-mine-steem-in-windows-20160723t121829273z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 12:18:30
last_update2016-07-23 12:18:30
depth2
children0
last_payout2016-08-24 05:08:42
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_length84
author_reputation2,731,070,015,029
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id295,451
net_rshares0
@denverliu · (edited)
I configed denverliu and denverliu2 (miner and witness), after it found a pow waitting in queue, then return nothing to denverliu, 2 times. Where did the mined properties go?
properties (22)
authordenverliu
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160723t175432696z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 17:54:42
last_update2016-07-23 18:08:24
depth1
children3
last_payout2016-08-24 05:08:42
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_length174
author_reputation12,248,503,488
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id301,863
net_rshares0
@daowisp ·
$0.30
http://www.steemit.com/@denverliu2
If you go to your wallet, it shows 1.004 Steem Power.
👍  
properties (23)
authordaowisp
permlinkre-denverliu-re-tuck-fheman-how-to-mine-steem-in-windows-20160726t012506748z
categorysteem
json_metadata{"tags":["steem"],"links":["http://www.steemit.com/@denverliu2"]}
created2016-07-26 01:25:09
last_update2016-07-26 01:25:09
depth2
children1
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.228 HBD
curator_payout_value0.075 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation2,750,638,235,966
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id363,305
net_rshares512,439,832,381
author_curate_reward""
vote details (1)
@denverliu · (edited)
NO with account denverliu. That's why I am here. I made an experiment last night, it happened again, got nothing. 
Experiment with another account denverliu2, it showed the number successfully.
👍  ,
properties (23)
authordenverliu
permlinkre-daowisp-re-denverliu-re-tuck-fheman-how-to-mine-steem-in-windows-20160726t022933489z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-26 02:29:30
last_update2016-07-26 02:30:39
depth3
children0
last_payout2016-08-24 05:08:42
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_length193
author_reputation12,248,503,488
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id364,333
net_rshares795,594,101
author_curate_reward""
vote details (2)
@tuck-fheman ·
To your Steem Power in your wallet.
👍  ,
properties (23)
authortuck-fheman
permlinkre-denverliu-re-tuck-fheman-how-to-mine-steem-in-windows-20160725t164341661z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-25 16:43:48
last_update2016-07-25 16:43:48
depth2
children0
last_payout2016-08-24 05:08:42
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_length35
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id350,335
net_rshares13,959,966,906
author_curate_reward""
vote details (2)
@dmitriy ·
27300 hps AMD FX 8320  8 threads
Is it  normal? 
mining at videocard is real?
properties (22)
authordmitriy
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160710t142319116z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-10 14:23:21
last_update2016-07-10 14:23:21
depth1
children3
last_payout2016-08-24 05:08:42
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_length77
author_reputation13,724,412
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,728
net_rshares0
@tuck-fheman ·
Only CPU mining right now. I don't know about what you should expect from that processor, but that's double what my A10 is getting.
👍  
properties (23)
authortuck-fheman
permlinkre-dmitriy-re-tuck-fheman-how-to-mine-steem-in-windows-20160710t235106601z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-10 23:51:18
last_update2016-07-10 23:51:18
depth2
children2
last_payout2016-08-24 05:08:42
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_length131
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,101
net_rshares130,413,991
author_curate_reward""
vote details (1)
@kamal ·
hey https://steemit.com/earn/@kamal/really-earn-2usd-5usd-per-day-or-more-just-by-chatting go here to reallly get 1-5 mbtc per day guide
👍  
properties (23)
authorkamal
permlinkre-tuck-fheman-re-dmitriy-re-tuck-fheman-how-to-mine-steem-in-windows-20160814t120222717z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/earn/@kamal/really-earn-2usd-5usd-per-day-or-more-just-by-chatting"]}
created2016-08-14 12:02:24
last_update2016-08-14 12:02:24
depth3
children0
last_payout2016-08-24 05:08:42
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_length136
author_reputation29,904,605,823
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id797,310
net_rshares54,240,555
author_curate_reward""
vote details (1)
@kamal ·
earn 1-5$ without even using soo much of electricity  and money on hardware it really helped me  it could also help you   https://steemit.com/earn/@kamal/really-earn-2usd-5usd-per-day-or-more-just-by-chatting
👍  
properties (23)
authorkamal
permlinkre-tuck-fheman-re-dmitriy-re-tuck-fheman-how-to-mine-steem-in-windows-20160814t120733957z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/earn/@kamal/really-earn-2usd-5usd-per-day-or-more-just-by-chatting"]}
created2016-08-14 12:07:36
last_update2016-08-14 12:07:36
depth3
children0
last_payout2016-08-24 05:08:42
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_reputation29,904,605,823
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id797,353
net_rshares54,240,555
author_curate_reward""
vote details (1)
@dyausdiu ·
$0.09
For those encountering the following errors: 
* witness.cpp: 98 _wtinesses: ["steem username"] 
* database.cpp:118 reindex !no last block 
* database.cpp:119 reindex last_block

1. Download http://www.steemitup.eu/witness_node_data_dir.tar.gz
2. Backup Config.ini file
3. Delete Witness_node_data_dir
`rm -r witness_node_data_dir`
4. Untar the downloaded file (witness_node_data_dir.tar.gz)
 `tar -xzvf witness_node_data_dir.tar.gr witness_node_data_dir`
5. Replace the Config.ini file w/ Backup Config.ini file

+gratuitous gratuity to to **steemychicken1**
👍  , , , , , , , ,
properties (23)
authordyausdiu
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t002150090z
categorysteem
json_metadata{"tags":["steem"],"links":["http://www.steemitup.eu/witness_node_data_dir.tar.gz"]}
created2016-07-13 00:21:48
last_update2016-07-13 00:21:48
depth1
children1
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length558
author_reputation49,424,119,965
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,134
net_rshares646,587,699,931
author_curate_reward""
vote details (9)
@steamit ·
Having the witness error, but the download link provided is down... Could you provide a mirror by any chance?
properties (22)
authorsteamit
permlinkre-dyausdiu-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t235347994z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 23:53:48
last_update2016-07-13 23:53:48
depth2
children0
last_payout2016-08-24 05:08:42
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_length109
author_reputation3,076,245,373,780
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,699
net_rshares0
@feder ·
Could this damage your computer?
When i look at the performance i see 100% cpu usage
👍  
properties (23)
authorfeder
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160727t074116281z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-27 07:41:09
last_update2016-07-27 07:41:09
depth1
children0
last_payout2016-08-24 05:08:42
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_length84
author_reputation510,672,029
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id397,288
net_rshares60,575,743
author_curate_reward""
vote details (1)
@hadif66 ·
$0.03
Hi  @tuck-fheman this is my config :
# Endpoint for P2P node to listen on
# p2p-endpoint = 

# Maxmimum number of incoming connections on P2P endpoint
# p2p-max-connections = 

# P2P nodes to connect to on startup (may specify multiple times)
seed-node = 52.38.66.234:2001
seed-node = 52.37.169.52:2001
seed-node = 52.26.78.244:2001
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 = steemd.pharesim.me:2001
seed-node = seed.steemed.net:2001
seed-node = steem.clawmap.com:2001
seed-node = steem-seed1.abit-more.com:2001

# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
# checkpoint = 

# Endpoint for websocket RPC to listen on
# rpc-endpoint = 

# Endpoint for TLS websocket RPC to listen on
# rpc-tls-endpoint = 

# The TLS certificate file for this server
# server-pem = 

# Password for this certificate
# server-pem-password = 

# Block signing key to use for init witnesses, overrides genesis file
# dbg-init-key = 

# API user specification, may be specified multiple times
# api-user = 

# Set an API to be publicly available, may be specified multiple times
public-api = database_api login_api

# Plugin(s) to enable, may be specified multiple times
enable-plugin = witness account_history

# Defines a range of accounts to track as a json pair ["from","to"] [from,to)
# track-account-range = 

# RPC endpoint of a trusted validating node (required)
# trusted-node = 

# Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers
bucket-size = [15,60,300,3600,86400]

# How far back in time to track history for each bucket size, measured in the number of buckets (default: 5760)
history-per-size = 5760

# Defines a range of accounts to private messages to/from as a json pair ["from","to"] [from,to)
# pm-account-range = 

# Enable block production, even if the chain is stale.
enable-stale-production = false

# Percent of witnesses (0-99) that must be participating in order to produce blocks
required-participation = false

# name of witness controlled by this node (e.g. initwitness )
 witness ="hadif66"

# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
 miner =  ["hadif66","my private key"]

# Number of threads to use for proof of work mining
 mining-threads = 2

# WIF PRIVATE KEY to be used by one or more witnesses or miners
# private-key = 

# Account creation fee to be voted on upon successful POW - Minimum fee is 100.000 STEEM (written as 100000)
# miner-account-creation-fee = 

# Maximum block size (in bytes) to be voted on upon successful POW - Max block size must be between 128 KB and 750 MB
# miner-maximum-block-size = 

# SBD interest rate to be vote on upon successful POW - Default interest rate is 10% (written as 1000)
# miner-sbd-interest-rate = 

# declare an appender named "stderr" that writes messages to the console
[log.console_appender.stderr]
stream=std_error

# declare an appender named "p2p" that writes messages to p2p.log
[log.file_appender.p2p]
filename=logs/p2p/p2p.log
# filename can be absolute or relative to this config file

# route any messages logged to the default logger to the "stderr" logger we
# declared above, if they are info level are higher
[logger.default]
level=warn
appenders=stderr

# route messages sent to the "p2p" logger to the p2p appender declared above
[logger.p2p]
level=warn
appenders=p2p

but when i run the miner it shows this message :
Started witness node on a chain with 0 blocks 
and this line below is in red color :
witness .cpp:98 plugin_initialize  ] _witness: ["hadif66"]

and miner does nothing 
can you help me please ? which part of the config is wrong ?
👍  
properties (23)
authorhadif66
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20170622t184844698z
categorysteem
json_metadata{"tags":["steem"],"users":["tuck-fheman"],"app":"steemit/0.1"}
created2017-06-22 18:48:51
last_update2017-06-22 18:48:51
depth1
children2
last_payout2017-06-29 18:48:51
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,750
author_reputation4,695,929,953,282
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,666,447
net_rshares2,483,720,983
author_curate_reward""
vote details (1)
@tuck-fheman ·
Steem mining ended a long time ago. This post is very old. :)
👍  
properties (23)
authortuck-fheman
permlinkre-hadif66-re-tuck-fheman-how-to-mine-steem-in-windows-20170622t185309524z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-06-22 18:53:09
last_update2017-06-22 18:53:09
depth2
children1
last_payout2017-06-29 18:53:09
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_length61
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,666,904
net_rshares589,999,085
author_curate_reward""
vote details (1)
@hadif66 ·
Sorry I'm new :D
properties (22)
authorhadif66
permlinkre-tuck-fheman-re-hadif66-re-tuck-fheman-how-to-mine-steem-in-windows-20170622t204431005z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-06-22 20:44:48
last_update2017-06-22 20:44:48
depth3
children0
last_payout2017-06-29 20:44:48
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_length16
author_reputation4,695,929,953,282
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,678,788
net_rshares0
@hossary ·
how to get the WIF private key for my miner ??
👍  
properties (23)
authorhossary
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t195304213z
categorysteem
json_metadata{}
created2016-05-29 19:53:06
last_update2016-05-29 19:53:06
depth1
children2
last_payout2016-08-24 05:08:42
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_reputation10,246,580,355,015
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,068
net_rshares440,825,856
author_curate_reward""
vote details (1)
@tuck-fheman ·
On Steemit, click the avatar in upper right corner, then click `Permissions` from the dropdown, then click `Show` on the **Active** or **Owner** line.

Otherwise, see pfunk's instructions in the comments here.
👍  , ,
properties (23)
authortuck-fheman
permlinkre-hossary-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t200218587z
categorysteem
json_metadata{}
created2016-05-29 20:02:27
last_update2016-05-29 20:02:27
depth2
children1
last_payout2016-08-24 05:08:42
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_length209
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,080
net_rshares14,642,416,718
author_curate_reward""
vote details (3)
@hossary ·
Thank You!
properties (22)
authorhossary
permlinkre-tuck-fheman-re-hossary-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t200550653z
categorysteem
json_metadata{}
created2016-05-29 20:05:51
last_update2016-05-29 20:05:51
depth3
children0
last_payout2016-08-24 05:08:42
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_length10
author_reputation10,246,580,355,015
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,083
net_rshares0
@hunzlakhan ·
![](https://steemitimages.com/DQmeLLN277zPKaB2uxWYhM6aBFcVn5w7bWCjHXnSREqf3dz/image.png)

I am getting this problem plz tell me what to do @tuck-fheman 
Plz guide me bro
properties (22)
authorhunzlakhan
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20171129t141111275z
categorysteem
json_metadata{"tags":["steem"],"users":["tuck-fheman"],"image":["https://steemitimages.com/DQmeLLN277zPKaB2uxWYhM6aBFcVn5w7bWCjHXnSREqf3dz/image.png"],"app":"steemit/0.1"}
created2017-11-29 14:11:15
last_update2017-11-29 14:11:15
depth1
children0
last_payout2017-12-06 14:11:15
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_reputation26,115,900,608
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,891,459
net_rshares0
@jasonmcz ·
Guys the blockchain.zip is no longer available. Could you take a look?
properties (22)
authorjasonmcz
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t031545744z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 03:15:45
last_update2016-07-13 03:15:45
depth1
children3
last_payout2016-08-24 05:08:42
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_length70
author_reputation15,125,782,224,192
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,426
net_rshares0
@tuck-fheman ·
Thanks for letting me know, I'm uploading a copy to Mega and will post link shortly.
properties (22)
authortuck-fheman
permlinkre-jasonmcz-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t054123254z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 05:41:39
last_update2016-07-13 05:41:39
depth2
children1
last_payout2016-08-24 05:08:42
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_length84
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,539
net_rshares0
@jasonmcz ·
Yep not a problem!!
properties (22)
authorjasonmcz
permlinkre-tuck-fheman-re-jasonmcz-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t114346860z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 11:43:48
last_update2016-07-13 11:43:48
depth3
children0
last_payout2016-08-24 05:08:42
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_length19
author_reputation15,125,782,224,192
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,249
net_rshares0
@tuck-fheman ·
Backup blockchain file : https://mega.nz/#!bUQBjADa!754D4TDs8_9J1tQ4lZyZrby5lS1bTaWpx5vtdsKI1R0
👍  
properties (23)
authortuck-fheman
permlinkre-jasonmcz-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t055155726z
categorysteem
json_metadata{"tags":["steem"],"links":["https://mega.nz/#!bUQBjADa!754D4TDs8_9J1tQ4lZyZrby5lS1bTaWpx5vtdsKI1R0"]}
created2016-07-13 05:52:12
last_update2016-07-13 05:52:12
depth2
children0
last_payout2016-08-24 05:08:42
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_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,639
net_rshares55,416,406
author_curate_reward""
vote details (1)
@jeewaka ·
I am minning away well as per the instructions . Thanks.
I am using a account that I had created newly for it but not created on steemit.com
so the account used for mining was not created on steemit, would this cause issues?
Also how do i check my wallet to the account created and is mining for?
properties (22)
authorjeewaka
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160707t185129025z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-07 18:51:33
last_update2016-07-07 18:51:33
depth1
children1
last_payout2016-08-24 05:08:42
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_length296
author_reputation126,637,605
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,500
net_rshares0
@tuck-fheman · (edited)
> the account used for mining was not created on steemit, would this cause issues?

If you created via the CLI you shouldn't have issues.

> how do i check my wallet to the account created and is mining for?

http://steemd.com/@accountname
properties (22)
authortuck-fheman
permlinkre-jeewaka-re-tuck-fheman-how-to-mine-steem-in-windows-20160707t192210339z
categorysteem
json_metadata{"tags":["steem"],"links":["http://steemd.com/@accountname"]}
created2016-07-07 19:22:15
last_update2016-07-07 19:22:36
depth2
children0
last_payout2016-08-24 05:08:42
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_length239
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,585
net_rshares0
@jerome-colley ·
I'm lost after executing "Step #2"
At the prompt screen on Mega there is a box that states, "Enter decryption key".
What is the key or where do I look for it?
Please help Me. I'm lost.
properties (22)
authorjerome-colley
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t220507404z
categorysteem
json_metadata{}
created2016-05-29 22:05:12
last_update2016-05-29 22:05:12
depth1
children1
last_payout2016-08-24 05:08:42
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_length184
author_reputation5,483,291,893,261
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,207
net_rshares0
@tuck-fheman ·
The key is included in the link, but here it is.

`!ipmJvklQXd3cR2r_9RqJC9wkVTqqM8lfD33eqsm1ZiY`
properties (22)
authortuck-fheman
permlinkre-jerome-colley-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t223237618z
categorysteem
json_metadata{}
created2016-05-29 22:32:48
last_update2016-05-29 22:32:48
depth2
children0
last_payout2016-08-24 05:08:42
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_length96
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,223
net_rshares0
@jiren ·
appreciate this so important information
quick question does this work on windows 7 pro ?
👍  
properties (23)
authorjiren
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20171227t044536689z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-12-27 04:45:36
last_update2017-12-27 04:45:36
depth1
children0
last_payout2018-01-03 04:45:36
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_length89
author_reputation-9,890,483,226
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,451,203
net_rshares559,941,200
author_curate_reward""
vote details (1)
@jocelyn16 ·
How do i know that is mining and how much can i expect to earn per day with a i7 laptop? thank you
properties (22)
authorjocelyn16
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160728t085551466z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-28 08:55:48
last_update2016-07-28 08:55:48
depth1
children0
last_payout2016-08-24 05:08:42
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_length98
author_reputation1,993,339,223
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id429,968
net_rshares0
@jujupinto85 ·
Looks like we can't mine STEEM any more.

Can I mine STEEM?
No. Proof of work mining has been removed from Steem.

https://steemit.com/faq.html#Can_I_mine_STEEM
properties (22)
authorjujupinto85
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20171226t131121001z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/faq.html#Can_I_mine_STEEM"],"app":"steemit/0.1"}
created2017-12-26 13:11:21
last_update2017-12-26 13:11:21
depth1
children0
last_payout2018-01-02 13:11:21
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_length160
author_reputation11,757,055,182
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,333,116
net_rshares0
@kainmarx ·
Thank you for the guide! I'm just getting started mining it, hoping I'm lucky enough to find success especially since the userbase is growing immensely lately! :)
properties (22)
authorkainmarx
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160801t052453813z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-01 05:24:51
last_update2016-08-01 05:24:51
depth1
children0
last_payout2016-08-24 05:08:42
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_length162
author_reputation1,426,573,010,386
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,808
net_rshares0
@khunfarang ·
Warning! mining STEEM is not possible anymore. 
Save your time.

>Can I mine STEEM?
>No. Proof of work mining has been removed from Steem.
>https://steemit.com/faq.html#Can_I_mine_STEEM
properties (22)
authorkhunfarang
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20170705t113013398z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/faq.html#Can_I_mine_STEEM"],"app":"steemit/0.1"}
created2017-07-05 11:30:15
last_update2017-07-05 11:30:15
depth1
children0
last_payout2017-07-12 11:30:15
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_length185
author_reputation23,724,395,578
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,385,974
net_rshares0
@killswitch ·
The last thing the miner says is "Started witness node on a chain with 0 blocks" and now it's just sitting there.  Is this normal?
👍  
properties (23)
authorkillswitch
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160712t140447578z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 14:04:42
last_update2016-07-12 14:04:42
depth1
children1
last_payout2016-08-24 05:08:42
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_length130
author_reputation52,317,559,376
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id85,403
net_rshares116,748,082
author_curate_reward""
vote details (1)
@tuck-fheman ·
$0.10
Let it sit for a while and it should start syncing. What I usually do from scratch is ...

- Start steemd and let it tell me I need to fix the config. CTRL-C out.
- Edit config.ini with proper settings.
- Restart steemd and let it start syncing till it shows "1 hps" for about 30 seconds and CTRL-C out again.
- Copy the downloaded blockchain and overwrite what's there.
- Restart steemd and let it start syncing.

And it works every time.
👍  , , ,
properties (23)
authortuck-fheman
permlinkre-killswitch-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t164216295z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 16:42:30
last_update2016-07-12 16:42:30
depth2
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.081 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length439
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id86,348
net_rshares734,103,149,708
author_curate_reward""
vote details (4)
@kirill7 ·
$0.09
Tuck-fheman Thanks for tutorial! 
My i5-4690 mining 15300 hps (2 core use)
I just start mine. Anyone knows how many steem per 1 day i mine?
Can i see mined steem at my account at steemit.com?

ps: sry for my english)
👍  , , ,
properties (23)
authorkirill7
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160712t172303938z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 17:23:06
last_update2016-07-12 17:23:06
depth1
children5
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.065 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length216
author_reputation39,218,698,377
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id86,611
net_rshares639,838,201,539
author_curate_reward""
vote details (4)
@jrfantasma ·
Hello me a hand? you already gained some steam with its mining? in my wallet only appears 4788.6216 Vests this is normal'm mining for 1 day.
👍  
properties (23)
authorjrfantasma
permlinkre-kirill7-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t000450392z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 00:04:51
last_update2016-07-14 00:04:51
depth2
children0
last_payout2016-08-24 05:08:42
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_length140
author_reputation597,585,219,224
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,819
net_rshares226,867,901
author_curate_reward""
vote details (1)
@tuck-fheman ·
$0.09
You'll likely get 1-6 per day. You can see your found POW at http://steemd.com/@youraccountname
👍  , , ,
properties (23)
authortuck-fheman
permlinkre-kirill7-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t184559237z
categorysteem
json_metadata{"tags":["steem"],"links":["http://steemd.com/@youraccountname"]}
created2016-07-12 18:46:15
last_update2016-07-12 18:46:15
depth2
children3
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.069 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id87,237
net_rshares671,342,381,393
author_curate_reward""
vote details (4)
@kirill7 ·
I'm sorry, feel dumb(
https://steemd.com/@kirill7 i go to this page (with my name) but can't find any stats about speed or something like mining or POW, i'll be thankful if you explain more concrete pls
👍  
properties (23)
authorkirill7
permlinkre-tuck-fheman-re-kirill7-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t201031603z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemd.com/@kirill7"]}
created2016-07-12 20:10:30
last_update2016-07-12 20:10:30
depth3
children2
last_payout2016-08-24 05:08:42
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_length202
author_reputation39,218,698,377
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id87,819
net_rshares215,401,005
author_curate_reward""
vote details (1)
@kodachrome ·
$1.53
FYI, I built a Windows binary off 0.11.0 sources so Windows users can start mining again:
Using Arhag's guide to cross compiling Steem to Windows I managed to produce a working Steemd.exe and CLI_wallet.exe!  Its hashing right now on my Windows 10 PC.

https://github.com/vonkoda/steembuilds/blob/master/release/0.11.0/0.11.0.zip
👍  , , , , , , ,
properties (23)
authorkodachrome
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160718t085256369z
categorysteem
json_metadata{"tags":["steem"],"links":["https://github.com/vonkoda/steembuilds/blob/master/release/0.11.0/0.11.0.zip"]}
created2016-07-18 08:52:54
last_update2016-07-18 08:52:54
depth1
children6
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value1.158 HBD
curator_payout_value0.376 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length329
author_reputation119,101,290,755
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id162,536
net_rshares727,195,176,573
author_curate_reward""
vote details (8)
@navydude ·
Miner crashes just after it starts mining. Tried it on two machines and same thing. It Does actually begin to mine unlike the other one.
👍  , ,
properties (23)
authornavydude
permlinkre-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160718t212738239z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-18 21:27:39
last_update2016-07-18 21:27:39
depth2
children1
last_payout2016-08-24 05:08:42
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_length136
author_reputation100,255,411
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id173,721
net_rshares543,034,259
author_curate_reward""
vote details (3)
@tuck-fheman ·
You may have to wait on bitcube's which seem to work on most machines.
👍  
properties (23)
authortuck-fheman
permlinkre-navydude-re-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160719t041252603z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 04:12:54
last_update2016-07-19 04:12:54
depth3
children0
last_payout2016-08-24 05:08:42
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_length70
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id180,144
net_rshares133,363,453
author_curate_reward""
vote details (1)
@thebatchman · (edited)
It works! Confirmed!! Just replace the cli-wallet.exe and steemd.exe over the original ones, download the new blockchain and run steemd.exe --replay. For me it worked!
👍  , ,
properties (23)
authorthebatchman
permlinkre-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160718t125210953z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-18 12:52:12
last_update2016-07-18 13:28:27
depth2
children2
last_payout2016-08-24 05:08:42
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_length167
author_reputation10,499,752,392,175
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id165,432
net_rshares4,939,069,115
author_curate_reward""
vote details (3)
@jeky-jeky ·
where download a new blockchain please
properties (22)
authorjeky-jeky
permlinkre-thebatchman-re-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160719t033703701z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 03:36:48
last_update2016-07-19 03:36:48
depth3
children1
last_payout2016-08-24 05:08:42
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_length38
author_reputation-284,660,958,555
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id179,666
net_rshares0
@tuck-fheman ·
Unfortunately they have removed our ability to edit paid post, so hopefully people will see your comment here. Please post your link in #mining on the Steem Slack and get your well deserved credit and make a post of your own so people can upvote/tip you. Thanks!
👍  , ,
properties (23)
authortuck-fheman
permlinkre-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160718t123049815z
categorysteem
json_metadata{"tags":["mining","steem"]}
created2016-07-18 12:30:51
last_update2016-07-18 12:30:51
depth2
children0
last_payout2016-08-24 05:08:42
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_length262
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id165,140
net_rshares372,930,395
author_curate_reward""
vote details (3)
@krispy123 ·
$0.04
thanks for a great tutorial
👍  ,
properties (23)
authorkrispy123
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160710t142926197z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-10 14:29:27
last_update2016-07-10 14:29:27
depth1
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation192,954,988,321
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,751
net_rshares643,224,714,147
author_curate_reward""
vote details (2)
@krispy123 ·
can you specify which blockchain and index should be used to overwrite the existing files? is it the blockchain and index files you see if you uncompress the folder or is it the blockchain and index files in blockchain\database\block_num_to_block  (downloaded separate blockchain folder)?
properties (22)
authorkrispy123
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160710t153609564z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-10 15:36:09
last_update2016-07-10 15:36:09
depth1
children1
last_payout2016-08-24 05:08:42
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_length288
author_reputation192,954,988,321
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,023
net_rshares0
@tuck-fheman ·
Overwrite the contents of `witness_node_data_dir\blockchain\database\block_num_to_block` with the two files in the compressed file.
properties (22)
authortuck-fheman
permlinkre-krispy123-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t122210770z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 12:22:24
last_update2016-07-12 12:22:24
depth2
children0
last_payout2016-08-24 05:08:42
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_length131
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,912
net_rshares0
@ladeblah ·
$0.39
Wonderful article. Thank you for taking the time to write this.. still syncing but hopefully will be earning some STEEM shortly! 

Is it possible/recommended to use the same witness names across multple computers? or should every machine that is mining have its own set of witness names?
👍  ,
properties (23)
authorladeblah
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160714t011527255z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 01:15:27
last_update2016-07-14 01:15:27
depth1
children2
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.387 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length287
author_reputation43,176,407,985
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,438
net_rshares688,960,833,048
author_curate_reward""
vote details (2)
@tallmansteez ·
I was informed that you only should have one active witness on your node computer. On all of the slaves leave the "# name of witness controlled by this node (e.g. initwitness )"  blank with a # but you can copy over  the configuration in line below it "# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )"
properties (22)
authortallmansteez
permlinkre-ladeblah-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t154746272z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 15:47:45
last_update2016-07-14 15:47:45
depth2
children0
last_payout2016-08-24 05:08:42
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_length327
author_reputation28,958,570
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id112,030
net_rshares0
@tuck-fheman ·
I'm fairly certain you need to use different names on multiple boxes.
properties (22)
authortuck-fheman
permlinkre-ladeblah-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t064302436z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 06:43:21
last_update2016-07-14 06:43:21
depth2
children0
last_payout2016-08-24 05:08:42
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_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,397
net_rshares0
@lemooljiang ·
very  good. I want to mining some steem
properties (22)
authorlemooljiang
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160722t083657816z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-22 08:36:57
last_update2016-07-22 08:36:57
depth1
children0
last_payout2016-08-24 05:08:42
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_length39
author_reputation440,584,497,799,091
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id269,626
net_rshares0
@lfcdragon ·
How do I get my cli-wallet working properly despite the erorrs?
properties (22)
authorlfcdragon
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160723t185135820z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 18:51:36
last_update2016-07-23 18:51:36
depth1
children1
last_payout2016-08-24 05:08:42
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_length63
author_reputation24,763,121,605
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id303,085
net_rshares0
@tuck-fheman ·
Make sure your config.ini has the following line in it ...

`# Endpoint for websocket RPC to listen on`
`rpc-endpoint = 127.0.0.1:8090`
👍  ,
properties (23)
authortuck-fheman
permlinkre-lfcdragon-re-tuck-fheman-how-to-mine-steem-in-windows-20160725t164315712z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-25 16:43:21
last_update2016-07-25 16:43:21
depth2
children0
last_payout2016-08-24 05:08:42
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_length135
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id350,324
net_rshares13,959,966,906
author_curate_reward""
vote details (2)
@logicwins ·
Ok, so I am getting the 1 hps and have been running the miner for over an hour now - is that normal or have I done something wrong?
properties (22)
authorlogicwins
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t154909418z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 15:49:09
last_update2016-07-13 15:49:09
depth1
children11
last_payout2016-08-24 05:08:42
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_length131
author_reputation3,542,071,326,282
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,563
net_rshares0
@danthomson ·
I'm getting the same thing. I'm curious to know how long it takes you or what the fix was. I'll let you know as well.
properties (22)
authordanthomson
permlinkre-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t172841824z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 17:28:39
last_update2016-07-13 17:28:39
depth2
children4
last_payout2016-08-24 05:08:42
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_length117
author_reputation7,535,411
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id97,890
net_rshares0
@asabovesobelow · (edited)
Be certain there is no error message when steemd.exe starts (no red/orange text).  Also, my config.ini file was not being parsed, so it loaded the default one, which led to the same issue you are describing here.
>  Error parsing logging config from config file C:\Users\... \config.ini, using default config

fwiw, It seems if i have more than 1 seed-node entry in the config.ini file, it fails to parse and loads the default one.
👍  ,
properties (23)
authorasabovesobelow
permlinkre-danthomson-re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t182031761z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 18:20:30
last_update2016-07-13 18:26:57
depth3
children3
last_payout2016-08-24 05:08:42
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_length431
author_reputation1,278,117,927,133
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,662
net_rshares897,151,396
author_curate_reward""
vote details (2)
@tuck-fheman ·
You're either syncing or in the queue.
properties (22)
authortuck-fheman
permlinkre-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t161759632z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 16:18:15
last_update2016-07-13 16:18:15
depth2
children5
last_payout2016-08-24 05:08:42
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_length38
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,944
net_rshares0
@logicwins ·
I guess a better question is.. how long should I expect to sync or queue?
properties (22)
authorlogicwins
permlinkre-tuck-fheman-re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t170634078z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 17:06:33
last_update2016-07-13 17:06:33
depth3
children4
last_payout2016-08-24 05:08:42
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_length73
author_reputation3,542,071,326,282
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id97,608
net_rshares0
@logicwins ·
What am I doing wrong here or do I just wait?

http://i.imgur.com/3x9TOAQ.png
properties (22)
authorlogicwins
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t201113972z
categorysteem
json_metadata{"tags":["steem"],"image":["http://i.imgur.com/3x9TOAQ.png"]}
created2016-07-13 20:11:12
last_update2016-07-13 20:11:12
depth1
children6
last_payout2016-08-24 05:08:42
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_length77
author_reputation3,542,071,326,282
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,122
net_rshares0
@brie ·
Boot OS? =)
properties (22)
authorbrie
permlinkre-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t210847028z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 21:08:45
last_update2016-07-13 21:08:45
depth2
children5
last_payout2016-08-24 05:08:42
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_length11
author_reputation368,952,265
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,771
net_rshares0
@logicwins ·
I waited all damn day, it just kept going on hard forks.  No idea why this is happening..
properties (22)
authorlogicwins
permlinkre-brie-re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t055120135z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 05:51:21
last_update2016-07-14 05:51:21
depth3
children4
last_payout2016-08-24 05:08:42
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_length89
author_reputation3,542,071,326,282
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,945
net_rshares0
@magnebit ·
Hello.  I know that per 6/30/16 : Miner v0.5.0 is no longer functional. Does this mean that the Windows version will not sync past block 2790881?  My Windows 7 seems stuck at that block.  (bitCube version)

steemd.exe:

3080000 unlinkable_block_exception: unlinkable block
block does not link to known chain
{}
th_a fork_database.cpp:63 steemit::chain::fork_database::_push_block
👍  
properties (23)
authormagnebit
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160702t154533692z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-02 15:45:45
last_update2016-07-02 15:45:45
depth1
children2
last_payout2016-08-24 05:08:42
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_length379
author_reputation4,957,809,430,246
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,305
net_rshares2,550,799,793
author_curate_reward""
vote details (1)
@tuck-fheman ·
I'm not sure of the block, but yes it will no longer work past a certain block. As soon as we have a Windows version of 0.8.4 I will update this post with a link.
👍  , ,
properties (23)
authortuck-fheman
permlinkre-magnebit-re-tuck-fheman-how-to-mine-steem-in-windows-20160702t171450797z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-02 17:15:24
last_update2016-07-02 17:15:24
depth2
children1
last_payout2016-08-24 05:08:42
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_length162
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,384
net_rshares10,151,927,918
author_curate_reward""
vote details (3)
@magnebit ·
Installed and running on win 7 amd and intel i3 laptop.
properties (22)
authormagnebit
permlinkre-tuck-fheman-re-magnebit-re-tuck-fheman-how-to-mine-steem-in-windows-20160708t040629552z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-08 04:06:36
last_update2016-07-08 04:06:36
depth3
children0
last_payout2016-08-24 05:08:42
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_reputation4,957,809,430,246
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,779
net_rshares0
@majestymage ·
https://s32.postimg.org/u5ud24n3p/mining.png
this is what i get..but no hps???
👍  
properties (23)
authormajestymage
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t084528612z
categorysteem
json_metadata{"tags":["steem"],"image":["https://s32.postimg.org/u5ud24n3p/mining.png"]}
created2016-07-13 08:45:27
last_update2016-07-13 08:45:27
depth1
children3
last_payout2016-08-24 05:08:42
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_length78
author_reputation15,762,389,394
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id93,045
net_rshares55,416,406
author_curate_reward""
vote details (1)
@maxkoud · (edited)
$0.10
Check your setting in config.ini file:

```# name of witness controlled by this node (e.g. initwitness )
witness = "majestymage"
```
and add owner or active WIF key for you account

```# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
miner = ["majestymage ","5K8S*****************************H"]
```
Good luck! 8)
👍  ,
properties (23)
authormaxkoud
permlinkre-majestymage-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t095449890z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 09:54:51
last_update2016-07-13 09:55:30
depth2
children2
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.073 HBD
curator_payout_value0.024 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length338
author_reputation64,166,515,448
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id93,477
net_rshares714,970,889,120
author_curate_reward""
vote details (2)
@isteemit ·
What if I use the bitaddress instead? How do I proceed from there? I am mining and I get a decent 10k hps consistently. However, where does that account activity occur? Where do I see it other than my console?
👍  
properties (23)
authoristeemit
permlinkre-maxkoud-re-majestymage-re-tuck-fheman-how-to-mine-steem-in-windows-20160718t162415257z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-18 16:24:33
last_update2016-07-18 16:24:33
depth3
children0
last_payout2016-08-24 05:08:42
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_length209
author_reputation25,840,364,598,625
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id168,519
net_rshares4,611,849,318
author_curate_reward""
vote details (1)
@majestymage ·
yup..i did not have " " on the witness
properties (22)
authormajestymage
permlinkre-maxkoud-re-majestymage-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t104938843z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 10:49:39
last_update2016-07-13 10:49:39
depth3
children0
last_payout2016-08-24 05:08:42
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_length38
author_reputation15,762,389,394
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id93,893
net_rshares0
@mianeri ·
put this in miner gate to make it more easy! :D
👍  
properties (23)
authormianeri
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t020900752z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 02:09:06
last_update2016-07-13 02:09:06
depth1
children0
last_payout2016-08-24 05:08:42
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_length47
author_reputation171,634,303,504
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,974
net_rshares63,800,620
author_curate_reward""
vote details (1)
@moh-rokib ·
not familiar with POW  steem coin.
can i mine steem with cpu miner?
properties (22)
authormoh-rokib
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t071852820z
categorysteem
json_metadata{}
created2016-05-29 07:19:03
last_update2016-05-29 07:19:03
depth1
children1
last_payout2016-08-24 05:08:42
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_length67
author_reputation491,326,507,485
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,549
net_rshares0
@testz ·
Yes, no GPU miner yet, use instruction from this topic to mine with CPU.
properties (22)
authortestz
permlinkre-moh-rokib-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t072951033z
categorysteem
json_metadata{}
created2016-05-29 07:29:51
last_update2016-05-29 07:29:51
depth2
children0
last_payout2016-08-24 05:08:42
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_reputation32,317,482,835,114
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,556
net_rshares0
@moh-rokib ·
ok, i will try with my old laptop.. hope not broke. :D
(dual core) -_-
properties (22)
authormoh-rokib
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t113128067z
categorysteem
json_metadata{}
created2016-05-29 11:31:33
last_update2016-05-29 11:31:33
depth1
children0
last_payout2016-08-24 05:08:42
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_length70
author_reputation491,326,507,485
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,670
net_rshares0
@murattatar ·
Can we still mining on Windows?
properties (22)
authormurattatar
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20180218t003438228z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-02-18 00:33:33
last_update2018-02-18 00:33:33
depth1
children0
last_payout2018-02-25 00:33:33
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_reputation48,825,843,967,967
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,382,978
net_rshares0
@nadian ·
I less understand it , i think STEEMIT simply social networking
properties (22)
authornadian
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160708t064311456z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-08 06:43:00
last_update2016-07-08 06:43:00
depth1
children0
last_payout2016-08-24 05:08:42
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_length63
author_reputation-54,594,205,673
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,304
net_rshares0
@nelu.ceban ·
for MAC?
properties (22)
authornelu.ceban
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160717t204258756z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-17 20:42:57
last_update2016-07-17 20:42:57
depth1
children0
last_payout2016-08-24 05:08:42
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_length8
author_reputation8,445,852,608,456
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id152,754
net_rshares0
@neozero ·
This is the issue I got whenever it crashes: 
```
Assertion failed!

Program: G:\steem-v0-5-0-windows\steemd.exe
File: /r/src/steem/libraries/chain/block_database.cpp, Line 109

Expression: block_num != 0
```
also:
```
witness.cpp:98                plugin_initialize    ] _witnesses: ["neozero"]
```
...is highlighted red. Any clues?  Could it be because the wif key isn't associated with the account name?
properties (22)
authorneozero
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t165823841z
categorysteem
json_metadata{}
created2016-05-29 16:58:27
last_update2016-05-29 16:58:27
depth1
children4
last_payout2016-08-24 05:08:42
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_length406
author_reputation0
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,931
net_rshares0
@tuck-fheman ·
This is the error I receive most often as well, when I do receive an error.
properties (22)
authortuck-fheman
permlinkre-neozero-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t180615280z
categorysteem
json_metadata{}
created2016-05-29 18:06:24
last_update2016-05-29 18:06:24
depth2
children3
last_payout2016-08-24 05:08:42
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_length75
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,981
net_rshares0
@neozero ·
How often do you receive an error? happens every time I run it.
properties (22)
authorneozero
permlinkre-tuck-fheman-re-neozero-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t181946692z
categorysteem
json_metadata{}
created2016-05-29 18:19:48
last_update2016-05-29 18:19:48
depth3
children2
last_payout2016-08-24 05:08:42
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_length63
author_reputation0
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,997
net_rshares0
@niquebs ·
Need to give this a try!
properties (22)
authorniquebs
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160713t134613963z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 13:46:15
last_update2016-07-13 13:46:15
depth1
children0
last_payout2016-08-24 05:08:42
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_length24
author_reputation38,402,955,939
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id95,298
net_rshares0
@on0tole ·
http://www.steemitup.eu/blockchain.zip
this link does not work(( anybody can upload STEEM blockchain?
Thanks
👍  
properties (23)
authoron0tole
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160712t110038890z
categorysteem
json_metadata{"tags":["steem"],"links":["http://www.steemitup.eu/blockchain.zip"]}
created2016-07-12 11:00:42
last_update2016-07-12 11:00:42
depth1
children1
last_payout2016-08-24 05:08:42
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_length108
author_reputation951,865,524,120
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,579
net_rshares38,121,062
author_curate_reward""
vote details (1)
@tuck-fheman ·
Works for me. All it does is download the blockchain. There is no webpage to load.
properties (22)
authortuck-fheman
permlinkre-on0tole-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t121926935z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 12:19:42
last_update2016-07-12 12:19:42
depth2
children0
last_payout2016-08-24 05:08:42
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_length82
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,902
net_rshares0
@pfunk · (edited)
$34.16
I appreciate that! One thing to add is that you don't already need a Steem account to mine, finding proof of work makes an account for you. So if anyone reads this and doesn't have a Steem account and doesn't use Facebook or Reddit, you can mine for your account. That's how I got mine. **Edit:** Check https://steemd.com/@your-desired-account-name before committing to a name, as there can't be duplicates.

Another thing missing is setting mining-threads in the config.ini. Put `mining-threads = X` where X is the number of threads your CPU supports. If you're not sure, press CTL+Shift+ESC to open the Task Manager and click the Performance tab. The number of graph boxes under CPU usage history is the number of threads your CPU supports. 

**Edit**: I'd also add how to get a WIF private key. My preferred method is saving the HTML from https://www.bitaddress.org and running it locally: After the mouse entropy is done, click on Bulk Wallet and uncheck the "Compressed addresses?" option, then press the Generate button. The WIF key(s) are the second string on each text line below.
[![](https://ipfs.pics/ipfs/QmcvNeFxyvDiwLZeJX945FZEWL37DxnDHt9kkG6EjGmq9e)](https://ipfs.pics/ipfs/QmcvNeFxyvDiwLZeJX945FZEWL37DxnDHt9kkG6EjGmq9e)
Alternatively you can use the command `suggest_brain_key` in cli_wallet.exe.

Finally, to those that mine on Windows, please post your CPU model, speed, and hashrate! I'd like to see how it compares to Linux while using optimized libraries.

### For maximum Windows mining hashrate, see my VM guide here: https://steemit.com/steem/@pfunk/guide-maximize-your-mining-hashrate-in-windows-by-mining-steem-in-a-vm
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorpfunk
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t050617981z
categorysteem
json_metadata{"image":["https://ipfs.pics/ipfs/QmcvNeFxyvDiwLZeJX945FZEWL37DxnDHt9kkG6EjGmq9e"]}
created2016-05-29 05:06:51
last_update2016-05-31 06:11:54
depth1
children29
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value17.114 HBD
curator_payout_value17.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,645
author_reputation221,632,045,904,452
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,464
net_rshares18,807,211,273,836
author_curate_reward""
vote details (38)
@bbqbear ·
Great, That was the info I was looking for.  So generate an address with the bulk wallet page, uncheck compressed addresses, then use your new name and the private key? 

Mine crashes and references  the witnesses and witness\privatekey line. and does the same crash just faster if I put the private key in the # WIF PRIVASTE KEY  line.  What am I doing wrong?
👍  
properties (23)
authorbbqbear
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t054225834z
categorysteem
json_metadata{}
created2016-05-29 05:42:45
last_update2016-05-29 05:42:45
depth2
children7
last_payout2016-08-24 05:08:42
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_length360
author_reputation17,818,351,858,368
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,495
net_rshares43,632,219
author_curate_reward""
vote details (1)
@krassvs ·
Your "edit" just solved my problem - yay!
properties (22)
authorkrassvs
permlinkre-bbqbear-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160723t010256366z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 01:03:21
last_update2016-07-23 01:03:21
depth3
children0
last_payout2016-08-24 05:08:42
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_length41
author_reputation66,041,485,479
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id286,616
net_rshares0
@pfunk ·
For each account you plan on mining with (see other mining posts for why you might want to use more than one) you need a `witness = "bbqbear"` and `miner = ["bbqbear","5yourprivkeyhere"]` lines in your config.ini. You do not need the `private-key =` line for mining.
👍  ,
properties (23)
authorpfunk
permlinkre-bbqbear-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t061233161z
categorysteem
json_metadata{}
created2016-05-29 06:13:06
last_update2016-05-29 06:13:06
depth3
children5
last_payout2016-08-24 05:08:42
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_length266
author_reputation221,632,045,904,452
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,508
net_rshares102,057,480
author_curate_reward""
vote details (2)
@getssidetracked · (edited)
Hey, I get this weird "no witness configured" and "no miners configured" error when I start the miner, even though I've added them to the config file.

Is it mining now or how do I know what's going on?
properties (22)
authorgetssidetracked
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160710t042602083z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-10 04:26:03
last_update2016-07-10 04:50:24
depth2
children2
last_payout2016-08-24 05:08:42
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_length202
author_reputation4,066,839,697,461
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id71,879
net_rshares0
@lucenius · (edited)
delete #  symbol in config.ini in front of the lines where you are  declare your  witness  and  miners
properties (22)
authorlucenius
permlinkre-getssidetracked-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t221347322z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 22:13:51
last_update2016-07-12 22:14:42
depth3
children1
last_payout2016-08-24 05:08:42
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_length102
author_reputation66,452,332,734
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id88,760
net_rshares0
@graystone ·
What i need to do, when steemd wallet is show me this message: 
Please use the set_password method to initialize a new wallet before continuing
New>>
???
👍  
properties (23)
authorgraystone
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160626t003206985z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-26 00:32:09
last_update2016-06-26 00:32:09
depth2
children1
last_payout2016-08-24 05:08:42
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_length153
author_reputation890,356,372,683
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,977
net_rshares3,236,272,808
author_curate_reward""
vote details (1)
@pfunk ·
In cli_wallet, you set a password that encrypts your wallet file (wallet.json) using the set_password command like this (replace 'password' with whatever password you feel is secure)

`set_password password`

Once set, you use the unlock command: `unlock password`

Then you use the import_key command to import the key(s) you used to mine to your account(s): `import_key 5WIFprivatekeyxxxxxxxx`

Now, when the wallet is unlocked, you can use cli_wallet to conduct transactions. You can also use Steemit.com's UI on your wallet page, mainly, to do most of the same transactions you can do with cli_wallet.
👍  
properties (23)
authorpfunk
permlinkre-graystone-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160626t022131917z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-26 02:21:42
last_update2016-06-26 02:21:42
depth3
children0
last_payout2016-08-24 05:08:42
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_length605
author_reputation221,632,045,904,452
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id44,025
net_rshares114,406,250
author_curate_reward""
vote details (1)
@krispy123 ·
blockchain download speed is unbearable though. 100kbps..
properties (22)
authorkrispy123
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160710t144615989z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-10 14:46:15
last_update2016-07-10 14:46:15
depth2
children0
last_payout2016-08-24 05:08:42
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_length57
author_reputation192,954,988,321
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,811
net_rshares0
@popper · (edited)
Hi, I have 4 problems, Im mining for 24 hours but nothing happend I was never on the queue, I seen some names were more times by the time, how it is? 
Second question is that suggest_brain_key command gave me different WIF private key than wallet-permission... why? which one to use?
Third is when im starting stemd.exe the witness name ,,popper,,(my name) is red is it correct? 

4th is that 
# WIF PRIVATE KEY to be used by one or more witnesses or miners   need to be setted up or 
# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] ) is enough???
Thanks
👍  , ,
properties (23)
authorpopper
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160724t160735561z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-24 16:07:36
last_update2016-07-24 16:09:15
depth2
children0
last_payout2016-08-24 05:08:42
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_length578
author_reputation22,587,345
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id324,091
net_rshares368,816,246
author_curate_reward""
vote details (3)
@sky-gu ·
how to get a WIF private key? My  Mined  Always show false ?
👍  
properties (23)
authorsky-gu
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t030559543z
categorysteem
json_metadata{}
created2016-05-30 03:06:51
last_update2016-05-30 03:06:51
depth2
children1
last_payout2016-08-24 05:08:42
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_reputation6,318,132
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,359
net_rshares404,360,501
author_curate_reward""
vote details (1)
@tuck-fheman ·
On Steemit, click the avatar in upper right corner, then click Permissions from the dropdown, then click Show on the Active or Owner line.

Otherwise, see pfunk's instructions in the comments here.
👍  , , ,
properties (23)
authortuck-fheman
permlinkre-sky-gu-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t032021126z
categorysteem
json_metadata{}
created2016-05-30 03:20:30
last_update2016-05-30 03:20:30
depth3
children0
last_payout2016-08-24 05:08:42
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_length197
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,365
net_rshares2,848,162,019
author_curate_reward""
vote details (4)
@sonarous · (edited)
https://mega.nz/#!CI1wHJgS!s1hJFJJNICF54caFApWAvbrk-Ci06EREDBunbPyGLdw
Here is a link to a working config for everyone. Change nothing except your account name and WIF key. If the miner crashes, try generating a key from bitaddress.org like pfunk suggests. Don't use the private key from your account, it just crashes the miner (at least it did for me)

Edit: Oh and on a skylake i5 I'm getting about 30khash
👍  , , , , , , , , ,
properties (23)
authorsonarous
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t153716779z
categorysteem
json_metadata{}
created2016-05-29 15:37:18
last_update2016-05-29 15:38:12
depth2
children5
last_payout2016-08-24 05:08:42
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_length408
author_reputation4,442,586,411,742
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,858
net_rshares18,478,135,394
author_curate_reward""
vote details (10)
@marciaurila ·
Thank you!
properties (22)
authormarciaurila
permlinkre-sonarous-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160813t083225671z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-13 08:32:15
last_update2016-08-13 08:32:15
depth3
children0
last_payout2016-08-24 05:08:42
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_length10
author_reputation36,894,855,125
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id779,686
net_rshares0
@pfunk ·
What frequency is the i5 running at? And is 30K accurate to within 100 hps? I'd like to get an accurate idea of Windows mining efficiency.
properties (22)
authorpfunk
permlinkre-sonarous-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t182113058z
categorysteem
json_metadata{}
created2016-05-29 18:21:48
last_update2016-05-29 18:21:48
depth3
children3
last_payout2016-08-24 05:08:42
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_length138
author_reputation221,632,045,904,452
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,001
net_rshares0
@tshering-tamang · (edited)
I get the message in red that no witness and private keys and miner and private keys is configured even though I followed every step.

I tried the key from bitaddress.org, I tried every key from the permissions section of this account. posting, active, owner, memo.
But, the message keeps on occuring.

**Edit** : I had forgotten to delete the "#" in front of the lines edited. **Duhhh** Now it works fine.

i7/930 using 2 threads = around 7,000 hps
👍  , , ,
properties (23)
authortshering-tamang
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t081252156z
categorysteem
json_metadata{}
created2016-05-29 08:12:57
last_update2016-05-29 11:44:06
depth2
children4
last_payout2016-08-24 05:08:42
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_length449
author_reputation11,388,588,016,470
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,581
net_rshares1,261,738,120
author_curate_reward""
vote details (4)
@krassvs ·
$0.05
Your "edit" just solved my problem - yay!
👍  
properties (23)
authorkrassvs
permlinkre-tshering-tamang-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160723t021117415z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 02:11:42
last_update2016-07-23 02:11:42
depth3
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation66,041,485,479
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id287,555
net_rshares43,176,564,289
author_curate_reward""
vote details (1)
@pfunk · (edited)
Are you at the default speed of 2.8 GHz? I suggest using more threads, you've got 8 to work with :)
👍  
properties (23)
authorpfunk
permlinkre-tshering-tamang-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t175254794z
categorysteem
json_metadata{}
created2016-05-29 17:53:27
last_update2016-05-29 18:20:03
depth3
children1
last_payout2016-08-24 05:08:42
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_length99
author_reputation221,632,045,904,452
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,969
net_rshares554,281,371
author_curate_reward""
vote details (1)
@tuck-fheman ·
Sweet!
👍  
properties (23)
authortuck-fheman
permlinkre-tshering-tamang-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t155803152z
categorysteem
json_metadata{}
created2016-05-29 15:58:09
last_update2016-05-29 15:58:09
depth3
children0
last_payout2016-08-24 05:08:42
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_length6
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,875
net_rshares543,195,744
author_curate_reward""
vote details (1)
@tuck-fheman ·
Thanks for the extra info!

- AMD A10/7700 using 4 threads = 14.5 hps avg.

I still can't get the miner going on my old i7/860 (shuts down immediately after syncing). I'm not sure what the issue is but I'll give it another fresh try tomorrow.
👍  
properties (23)
authortuck-fheman
permlinkre-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t051810370z
categorysteem
json_metadata{}
created2016-05-29 05:18:21
last_update2016-05-29 05:18:21
depth2
children0
last_payout2016-08-24 05:08:42
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_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,470
net_rshares43,632,219
author_curate_reward""
vote details (1)
@politicasan2 ·
how much steem approximally we earn with 2 core cpu 24 hours / day
👍  
properties (23)
authorpoliticasan2
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160724t080328703z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-24 08:03:33
last_update2016-07-24 08:03:33
depth1
children1
last_payout2016-08-24 05:08:42
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_reputation331,409,737,573
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id315,539
net_rshares58,329,336
author_curate_reward""
vote details (1)
@tuck-fheman ·
You will earn Steem Power and not much.
👍  ,
properties (23)
authortuck-fheman
permlinkre-politicasan2-re-tuck-fheman-how-to-mine-steem-in-windows-20160725t164218328z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-25 16:42:24
last_update2016-07-25 16:42:24
depth2
children0
last_payout2016-08-24 05:08:42
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_length39
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id350,300
net_rshares13,959,966,906
author_curate_reward""
vote details (2)
@rina ·
$0.08
Good Job
👍  ,
properties (23)
authorrina
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160709t142749668z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-09 14:27:54
last_update2016-07-09 14:27:54
depth1
children0
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.082 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation273,195,476,093
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,889
net_rshares619,186,683,744
author_curate_reward""
vote details (2)
@robsteady ·
Every once in a while I'm getting a message about an unlinkable block that looks like something to do with a database for and all the rest of the time I'm seeing "application.cpp:436   handle_block   Got 1 transactions from network on block xxxxxxx" and I've never seen a notice for hashpower. Does this look like something to do with my machine just being insufficient or am I setting something up incorrectly?
👍  
properties (23)
authorrobsteady
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160707t131845138z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-07 13:18:48
last_update2016-07-07 13:18:48
depth1
children1
last_payout2016-08-24 05:08:42
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_length411
author_reputation15,634,127,002,866
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,706
net_rshares36,759,419,419
author_curate_reward""
vote details (1)
@tuck-fheman ·
Sorry, I missed this comment. I think we solved this in another thread, if not feel free to reply here again.
properties (22)
authortuck-fheman
permlinkre-robsteady-re-tuck-fheman-how-to-mine-steem-in-windows-20160708t033414455z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-08 03:34:21
last_update2016-07-08 03:34:21
depth2
children0
last_payout2016-08-24 05:08:42
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_length109
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,699
net_rshares0
@rolik · (edited)
https://steemit.com/mining/@rolik/mining-steem this is group in telegram about mining
properties (22)
authorrolik
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160718t193634361z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/mining/@rolik/mining-steem"]}
created2016-07-18 19:36:42
last_update2016-07-18 19:37:12
depth1
children0
last_payout2016-08-24 05:08:42
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_length85
author_reputation961,931,333,036
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id172,013
net_rshares0
@sabbybibi ·
what i'd like to know is... how can a full node, reading the blockchain, and trying to validate it, possibly tell whether all the accounts claimed to be spun off out of Facebook or Reddit *really were* spun off out of Facebook or Reddit?! 

I mean, that's something that depends on proprietary data of those two companies! 

can someone in possession of the true, raw blockchain, look inside it and see how F&R-spun-off accounts are represented? what's to stop a miner just inventing dozens of them that aren't really linked to F&R at all?
properties (22)
authorsabbybibi
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160714t041611100z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 04:16:12
last_update2016-07-14 04:16:12
depth1
children1
last_payout2016-08-24 05:08:42
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_length539
author_reputation31,310,763
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,084
net_rshares0
@tuck-fheman ·
Try asking this in #mining on Slack. Someone there may be able to help you.
👍  
properties (23)
authortuck-fheman
permlinkre-sabbybibi-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t064155676z
categorysteem
json_metadata{"tags":["mining","steem"]}
created2016-07-14 06:42:12
last_update2016-07-14 06:42:12
depth2
children0
last_payout2016-08-24 05:08:42
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_length75
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,385
net_rshares114,434,691
author_curate_reward""
vote details (1)
@saimegh ·
Is it possible now to mine steem ?
properties (22)
authorsaimegh
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20180821t040744651z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-08-21 04:07:45
last_update2018-08-21 04:07:45
depth1
children0
last_payout2018-08-28 04:07: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_length34
author_reputation9,454,816,228,588
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,871,400
net_rshares0
@sethobrvt ·
Got it all setup and it appears to be mining properly.  I have a couple questions:
1.  How do I know I am actually mining to my account?  I used my account I registered here on Steemit and the Owner Private Key in the config.  I have 4 mining rigs going at a total of about 110,000hps.  I don't see anything in my wallet though so I want to make sure I am actually mining to my account...maybe I just haven't found a POW yet??
2.  Is it ok to mine on 4 different rigs with the same account?
👍  
properties (23)
authorsethobrvt
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160714t145538479z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 14:55:36
last_update2016-07-14 14:55:36
depth1
children1
last_payout2016-08-24 05:08:42
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_length490
author_reputation3,739,987
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,356
net_rshares239,359,174
author_curate_reward""
vote details (1)
@tuck-fheman ·
> How do I know I am actually mining to my account?

Your hps will be in the thousands. If hps = 1 you're syncing. If hps =1 or very low you're in the queue. 

> I don't see anything in my wallet though

You're mining STEEM POWER, so it will go into your SP balance. To see if you found a POW, go to https://steemd.com/@youraccount and search for "found a pow".

> Is it ok to mine on 4 different rigs with the same account?

You should use different accounts for each rig.
properties (22)
authortuck-fheman
permlinkre-sethobrvt-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t234023216z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemd.com/@youraccount"]}
created2016-07-14 23:40:45
last_update2016-07-14 23:40:45
depth2
children0
last_payout2016-08-24 05:08:42
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_length473
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,642
net_rshares0
@sflaherty ·
Great guide, just having a tad bit of an issue. I inputted everything you stated here, removed the # at the front of the input lines. Even added the rcp endpoint just in case due to needing to trouble shoot this thing. Issue I am having is I get the wallet up and running, I copied the blockchain.zip to speed up the sync process but what I see is "Started witness node on a chain with 0 blocks" and it just sits there. What am I missing? Do I need a fresh install and let it sync up fully or something? Any help here would be majorly appreciated, not seeing any answer to my issue
properties (22)
authorsflaherty
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20170423t173003756z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-04-23 17:30:03
last_update2017-04-23 17:30:03
depth1
children2
last_payout2017-04-30 17:30:03
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_length581
author_reputation5,562,650,432,515
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,092,734
net_rshares0
@tuck-fheman ·
This guide is old, mining has ended.
👍  
properties (23)
authortuck-fheman
permlinkre-sflaherty-re-tuck-fheman-how-to-mine-steem-in-windows-20170423t182740327z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-04-23 18:27:42
last_update2017-04-23 18:27:42
depth2
children1
last_payout2017-04-30 18:27:42
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_length36
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,093,192
net_rshares1,210,713,126
author_curate_reward""
vote details (1)
@sflaherty ·
$0.02
lol that explains it. I actually just came to that conclusion myself due to another article saying the mining may end around last year. No worries, guess its off to mining other coins and trading up for some Steem on the exchanges. Gotta get my Power Ups up to par lol. Thanks for the help.
👍  
properties (23)
authorsflaherty
permlinkre-tuck-fheman-re-sflaherty-re-tuck-fheman-how-to-mine-steem-in-windows-20170423t182914477z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-04-23 18:29:15
last_update2017-04-23 18:29:15
depth3
children0
last_payout2017-04-30 18:29:15
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length290
author_reputation5,562,650,432,515
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,093,206
net_rshares98,699,549,234
author_curate_reward""
vote details (1)
@stephenfrost ·
Is there anyway to get a report on what your CPU has mined? I have been taking manual notes, though with increases during sleep time, interest adding post additional vesting of other funds and such things it is getting difficult to be certain how much has been mined. The only true indication I have at the moment is the dip in hashrate prior to the block/proof of work being verified. Be awesome to find if there is a way to check actual amount mined as I would like to run efficiency and productivity checks.
Thanks! :D
properties (22)
authorstephenfrost
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160820t003600083z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-20 00:36:03
last_update2016-08-20 00:36:03
depth1
children0
last_payout2016-08-24 05:08:42
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_length521
author_reputation9,969,442,529
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id898,452
net_rshares0
@syadastinasti · (edited)
I did everything to make sure it should work, downloaded the latest blockchain file so it was already synced, but as soon as it starts mining, the program crashes with no clear reason. I created the bat file to check what happened, but this is all I get:
![](https://i.imgur.com/hDnDHS7.png) (open in new tab for a bigger image)
properties (22)
authorsyadastinasti
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160610t135143589z
categorysteem
json_metadata{"tags":["steem"],"image":["https://i.imgur.com/hDnDHS7.png"]}
created2016-06-10 13:50:51
last_update2016-06-10 13:52:21
depth1
children5
last_payout2016-08-24 05:08:42
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_length328
author_reputation1,547,051,595,896
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,031
net_rshares0
@syadastinasti ·
fiddled around, now im only getting an assertion failed error, it won't resync
properties (22)
authorsyadastinasti
permlinkre-syadastinasti-re-tuck-fheman-how-to-mine-steem-in-windows-20160610t140309386z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-10 14:02:18
last_update2016-06-10 14:02:18
depth2
children0
last_payout2016-08-24 05:08:42
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_length78
author_reputation1,547,051,595,896
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,042
net_rshares0
@tuck-fheman ·
Things to try ...

1. Try each miner to see which one works for you. 
2. Make sure everything in config.ini is correct.
3. Backup config.ini. Try deleting the **witness_node_data_dir** folder and restarting, exit with CTRL-C when you get the message about config.ini. Recopy config.ini into **witness_node_data_dir** and restart then let it sync without adding blockchain file.
properties (22)
authortuck-fheman
permlinkre-syadastinasti-re-tuck-fheman-how-to-mine-steem-in-windows-20160610t135547956z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-10 13:56:06
last_update2016-06-10 13:56:06
depth2
children3
last_payout2016-08-24 05:08:42
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_length377
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,038
net_rshares0
@syadastinasti ·
thanks for the tips! I only found out you replied just now. Gonna try these out.
properties (22)
authorsyadastinasti
permlinkre-tuck-fheman-re-syadastinasti-re-tuck-fheman-how-to-mine-steem-in-windows-20160610t150043104z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-10 14:59:51
last_update2016-06-10 14:59:51
depth3
children2
last_payout2016-08-24 05:08:42
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_reputation1,547,051,595,896
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,091
net_rshares0
@tadakaluri ·
Hi, there is a bug in Steemit.com, Please check and fix it soon : https://steemit.com/steem/@tadakaluri/share-button-is-not-working-under-each-article
👍  , ,
👎  
properties (23)
authortadakaluri
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160706t073134011z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@tadakaluri/share-button-is-not-working-under-each-article"]}
created2016-07-06 07:31:36
last_update2016-07-06 07:31:36
depth1
children1
last_payout2016-08-24 05:08:42
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_length150
author_reputation147,902,391,599
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,313
net_rshares-554,631,098,058
author_curate_reward""
vote details (4)
@tuck-fheman ·
Wrong thread for this. ;)
👍  
properties (23)
authortuck-fheman
permlinkre-tadakaluri-re-tuck-fheman-how-to-mine-steem-in-windows-20160706t073543146z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 07:35:45
last_update2016-07-06 07:35:45
depth2
children0
last_payout2016-08-24 05:08:42
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_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,321
net_rshares0
author_curate_reward""
vote details (1)
@techsaavy ·
is this right?  I followed all instructions  http://prntscr.com/bsm9nd
👍  
properties (23)
authortechsaavy
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160714t001738466z
categorysteem
json_metadata{"tags":["steem"],"links":["http://prntscr.com/bsm9nd"]}
created2016-07-14 00:17:51
last_update2016-07-14 00:17:51
depth1
children3
last_payout2016-08-24 05:08:42
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_length70
author_reputation60,637,536,350
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,952
net_rshares109,002,593
author_curate_reward""
vote details (1)
@techsaavy ·
just stuck there now
properties (22)
authortechsaavy
permlinkre-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t001840090z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 00:18:51
last_update2016-07-14 00:18:51
depth2
children2
last_payout2016-08-24 05:08:42
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_reputation60,637,536,350
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,962
net_rshares0
@techsaavy ·
$0.39
nevermind!  did this and it works-
Things to try ...

    Try each miner to see which one works for you.
    Make sure everything in config.ini is correct.
    Backup config.ini. Try deleting the witness_node_data_dir folder and restarting, exit with CTRL-C when you get the message about config.ini. Recopy config.ini into witness_node_data_dir and restart then let it sync without adding blockchain file.
👍  , ,
properties (23)
authortechsaavy
permlinkre-techsaavy-re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t002217128z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 00:22:30
last_update2016-07-14 00:22:30
depth3
children1
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.387 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length406
author_reputation60,637,536,350
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,983
net_rshares688,886,450,871
author_curate_reward""
vote details (3)
@techsaavy ·
what does this mean?   http://prntscr.com/bsuuxq    I am mining- but got that red text
properties (22)
authortechsaavy
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160714t145733175z
categorysteem
json_metadata{"tags":["steem"],"links":["http://prntscr.com/bsuuxq"]}
created2016-07-14 14:57:48
last_update2016-07-14 14:57:48
depth1
children3
last_payout2016-08-24 05:08:42
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_length86
author_reputation60,637,536,350
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,388
net_rshares0
@tuck-fheman ·
Likely forked. Restart like this `steemd --replay`
properties (22)
authortuck-fheman
permlinkre-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t233758987z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-14 23:38:15
last_update2016-07-14 23:38:15
depth2
children2
last_payout2016-08-24 05:08:42
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_length50
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,618
net_rshares0
@edd.dragon ·
I have this error every time I start steemd. Just right after "replay".
properties (22)
authoredd.dragon
permlinkre-tuck-fheman-re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t132412720z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 13:24:15
last_update2016-07-15 13:24:15
depth3
children0
last_payout2016-08-24 05:08:42
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_length71
author_reputation0
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id119,170
net_rshares0
@thebodyshape.com ·
Where to go and what to write in this case if you are using Windows 8 for STEEM and running steemd.exe?
properties (22)
authorthebodyshape.com
permlinkre-tuck-fheman-re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t142753984z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 14:28:06
last_update2016-07-15 14:28:06
depth3
children0
last_payout2016-08-24 05:08:42
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_length103
author_reputation5,919,158,296
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id119,855
net_rshares0
@techsaavy ·
Highly suggest this!  https://steemit.com/mining/@tedvernon/steem-mining-on-windows-fast   in this vid- he shows you can the most latest blockchain here http://www.steemitup.eu/
properties (22)
authortechsaavy
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160715t134619308z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/mining/@tedvernon/steem-mining-on-windows-fast"]}
created2016-07-15 13:46:33
last_update2016-07-15 13:46:33
depth1
children2
last_payout2016-08-24 05:08:42
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_length177
author_reputation60,637,536,350
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id119,434
net_rshares0
@hafizmbilal ·
how can i see whether it is working properly or not??
properties (22)
authorhafizmbilal
permlinkre-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t164022352z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 16:40:27
last_update2016-07-15 16:40:27
depth2
children1
last_payout2016-08-24 05:08:42
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_reputation0
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,643
net_rshares0
@techsaavy ·
actually it's not- I just tried.. in ubuntu-- start with no blockchain and wait for it to download
properties (22)
authortechsaavy
permlinkre-hafizmbilal-re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160716t030219878z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-16 03:02:36
last_update2016-07-16 03:02:36
depth3
children0
last_payout2016-08-24 05:08:42
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_length98
author_reputation60,637,536,350
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,537
net_rshares0
@thebodyshape.com ·
Guys,
Are we mining or what?
1. Can somebody tell what does this screen mean?
2. How to check where all the STEEM is going?
Screenshot: http://imgur.com/mvGZ70h
properties (22)
authorthebodyshape.com
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160712t215431064z
categorysteem
json_metadata{"tags":["steem"],"links":["http://imgur.com/mvGZ70h"]}
created2016-07-12 21:54:39
last_update2016-07-12 21:54:39
depth1
children2
last_payout2016-08-24 05:08:42
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_length160
author_reputation5,919,158,296
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id88,596
net_rshares0
@tuck-fheman · (edited)
$0.34
You're either syncing or in the queue.

Check http://steemd.com/@youraccount to see if you've "found a POW".
👍  
properties (23)
authortuck-fheman
permlinkre-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t222338683z
categorysteem
json_metadata{"tags":["steem"],"links":["http://steemd.com/@youraccount"]}
created2016-07-12 22:23:54
last_update2016-07-12 22:24:06
depth2
children1
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.337 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id88,832
net_rshares609,004,519,835
author_curate_reward""
vote details (1)
@thebodyshape.com · (edited)
Do you think this is mining now?
Screenshot: http://imgur.com/SJMdIQK

When you enter your account name in Witness field and Private Active Key in WIF key field, does that automatically direct mined coins to your wallet?

What do you think one can mine per 24h with this speed that I have?
properties (22)
authorthebodyshape.com
permlinkre-tuck-fheman-re-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t142858175z
categorysteem
json_metadata{"tags":["steem"],"links":["http://imgur.com/SJMdIQK"]}
created2016-07-13 14:29:09
last_update2016-07-13 14:29:39
depth3
children0
last_payout2016-08-24 05:08:42
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_length289
author_reputation5,919,158,296
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id95,732
net_rshares0
@thebodyshape.com ·
Guys, I have been mining for few days and it all showed normal procedure until today when the screen started shoring red and yellow messages and failed linking with blocks, can somebody explain please what does this screenshot mean? http://screenshot.net/m5kddhm
properties (22)
authorthebodyshape.com
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160715t142535535z
categorysteem
json_metadata{"tags":["steem"],"links":["http://screenshot.net/m5kddhm"]}
created2016-07-15 14:25:48
last_update2016-07-15 14:25:48
depth1
children7
last_payout2016-08-24 05:08:42
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_length262
author_reputation5,919,158,296
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id119,832
net_rshares0
@techsaavy ·
me too - need to wait for a new windows version after the hack- or load ubuntu-- I'm trying ubuntu in a VM, will let you know if that works
properties (22)
authortechsaavy
permlinkre-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t153045069z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 15:31:00
last_update2016-07-15 15:31:00
depth2
children6
last_payout2016-08-24 05:08:42
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_length139
author_reputation60,637,536,350
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,665
net_rshares0
@carsonkt ·
I thought I am the only one having the problem, as I searched and haven't seen anyone talk about this.
My guess was because of the hack, so ubuntu in VM is the way to go then
properties (22)
authorcarsonkt
permlinkre-techsaavy-re-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160716t031426186z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-16 03:14:24
last_update2016-07-16 03:14:24
depth3
children1
last_payout2016-08-24 05:08:42
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_length174
author_reputation989,291,315
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,670
net_rshares0
@will-zewe ·
That's where I'm headed after I walk the dogs, keep us posted and good luck :-).
properties (22)
authorwill-zewe
permlinkre-techsaavy-re-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t194020694z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 19:40:21
last_update2016-07-15 19:40:21
depth3
children3
last_payout2016-08-24 05:08:42
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_reputation10,620,815,246,903
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,216
net_rshares0
@tim-johnston ·
I keep getting this error

  application.cpp:442           handle_block         ] Error when pushing block:
3080000 unlinkable_block_exception: unlinkable block
block does not link to known chain
properties (22)
authortim-johnston
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160721t203902727z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 20:39:06
last_update2016-07-21 20:39:06
depth1
children2
last_payout2016-08-24 05:08:42
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_length195
author_reputation4,540,397,530,783
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id257,500
net_rshares0
@gsus ·
Damn did you ever solve the issue? I see people mentioning it no longer works on Windows...Hoping that's not 100% the case :(
properties (22)
authorgsus
permlinkre-tim-johnston-re-tuck-fheman-how-to-mine-steem-in-windows-20160722t193410139z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-22 19:34:09
last_update2016-07-22 19:34:09
depth2
children0
last_payout2016-08-24 05:08:42
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_length125
author_reputation3,978,846,563,811
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id280,257
net_rshares0
@tuck-fheman ·
Try the new miner.
properties (22)
authortuck-fheman
permlinkre-tim-johnston-re-tuck-fheman-how-to-mine-steem-in-windows-20160722t213929384z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-22 21:39:39
last_update2016-07-22 21:39:39
depth2
children0
last_payout2016-08-24 05:08:42
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_length18
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,995
net_rshares0
@tuck-fheman ·
Added bitcube's newest compile v0.5.0. Those who had issues running arhag's try bitcube's and I recommend that you start from scratch. I have bitcube's running without issues on both AMD and Intel chips.
properties (22)
authortuck-fheman
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160530t185104486z
categorysteem
json_metadata{}
created2016-05-30 18:51:15
last_update2016-05-30 18:51:15
depth1
children0
last_payout2016-08-24 05:08:42
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_length203
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,898
net_rshares0
@tuck-fheman ·
Horizontal rules are currently not working on Steemit so some sections in the Help are running together. I would fix it but they will probably fix it quickly and I don't want to muck it up with hyphens in the meantime. Until they fix it, if something is not clear just ask!
👍  
properties (23)
authortuck-fheman
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160602t182038854z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-02 18:20:42
last_update2016-06-02 18:20:42
depth1
children0
last_payout2016-08-24 05:08:42
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_length273
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,863
net_rshares43,632,219
author_curate_reward""
vote details (1)
@tuck-fheman ·
$1.76
@bitcube's new v0.11.0 miner for Windows : https://github.com/btscube/steem/releases/download/v0.11.0/steem-win-x64-011.zip

Source: https://github.com/btscube/steem/releases
👍  , , , , , , , ,
properties (23)
authortuck-fheman
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160719t042024377z
categorysteem
json_metadata{"tags":["steem"],"users":["bitcube"],"links":["https://github.com/btscube/steem/releases/download/v0.11.0/steem-win-x64-011.zip"]}
created2016-07-19 04:20:27
last_update2016-07-19 04:20:27
depth1
children1
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value1.751 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id180,230
net_rshares829,786,372,682
author_curate_reward""
vote details (9)
@ainen · (edited)
I was able to quickly begin mining at a higher hash rate than with Ubuntu VM mining. This was quick and easy to get set up, thanks for the link!
properties (22)
authorainen
permlinkre-tuck-fheman-re-tuck-fheman-how-to-mine-steem-in-windows-20160719t130151485z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 13:01:51
last_update2016-07-19 13:26:03
depth2
children0
last_payout2016-08-24 05:08:42
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_length144
author_reputation13,377,759,502
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id187,464
net_rshares0
@tuck-fheman ·
Latest Windows Miner Build : https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-0
👍  ,
properties (23)
authortuck-fheman
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160722t213756849z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-0"]}
created2016-07-22 21:38:06
last_update2016-07-22 21:38:06
depth1
children0
last_payout2016-08-24 05:08:42
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_length102
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,971
net_rshares3,215,753,945
author_curate_reward""
vote details (2)
@tuck-fheman ·
$0.54
New Windows Miner 7-25-16 v0.12.2 from @bitcube : https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-2
👍  , , , , , , , , , , ,
properties (23)
authortuck-fheman
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160725t164152479z
categorysteem
json_metadata{"tags":["steem"],"users":["bitcube"],"links":["https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-2"]}
created2016-07-25 16:41:57
last_update2016-07-25 16:41:57
depth1
children1
last_payout2016-08-24 05:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.536 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id350,286
net_rshares846,190,410,029
author_curate_reward""
vote details (12)
@denverliu ·
how to update the Ubuntu miner?
👍  
properties (23)
authordenverliu
permlinkre-tuck-fheman-re-tuck-fheman-how-to-mine-steem-in-windows-20160728t105713298z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-28 10:57:15
last_update2016-07-28 10:57:15
depth2
children0
last_payout2016-08-24 05:08:42
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_reputation12,248,503,488
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id431,963
net_rshares748,684,167
author_curate_reward""
vote details (1)
@tylerpena01 ·
Interesting post.  I was about to post a similair thread. I do believe most coins are currently overrated. But the future lies in blockchain.  Do you know this interesting site? https://www.coincheckup.com The site that lets you check all there is to know about the team, product, communication transparency, advisors and investment statistics on every crypto.
properties (22)
authortylerpena01
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20170926t155838730z
categorysteem
json_metadata{"tags":["steem"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"}
created2017-09-26 15:58:42
last_update2017-09-26 15:58:42
depth1
children0
last_payout2017-10-03 15:58:42
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_length360
author_reputation-1,319,204,014
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,996,837
net_rshares0
@vato ·
[![](https://i.imgsafe.org/af6cacc8c1.png)](https://i.imgsafe.org/af6cacc8c1.png)
[![](https://i.imgsafe.org/af6cf49d73.png)]()
👍  
properties (23)
authorvato
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160529t140644057z
categorysteem
json_metadata{"image":["https://i.imgsafe.org/af6cacc8c1.png"],"links":[""]}
created2016-05-29 14:06:45
last_update2016-05-29 14:06:45
depth1
children4
last_payout2016-08-24 05:08:42
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_length127
author_reputation3,378,892,006,080
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,744
net_rshares58,065,573,667
author_curate_reward""
vote details (1)
@alex-dinu ·
did u manage to solve the issue?
properties (22)
authoralex-dinu
permlinkre-vato-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t215251716z
categorysteem
json_metadata{}
created2016-05-29 21:52:51
last_update2016-05-29 21:52:51
depth2
children0
last_payout2016-08-24 05:08:42
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_length32
author_reputation98,254,973,600
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,195
net_rshares0
@steempower · (edited)
I have this same issue when i tested on my Dell laptop; haven't worked out the issue is but i can say that it is nothing to do with the config as i have the exact same config working on my i7 2 thread = 13900 hps | 4threads = 24000 hps

Issue happens when i sync the chain, picks up seemly random number of blocks and then crashes. i have tried with and without preloaded blockchain; and it is the same eitherway; after the crash no data has been added to the chainstate. i.e. 'blocks' file is still 0 bytes :(
properties (22)
authorsteempower
permlinkre-vato-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t004458464z
categorysteem
json_metadata{}
created2016-05-30 00:45:00
last_update2016-05-30 00:48:42
depth2
children2
last_payout2016-08-24 05:08:42
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_length510
author_reputation258,723,926,062,198
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,281
net_rshares0
@vato ·
Funny I'm also on a DELL laptop.
However, I got it running twice by just rerun the exe.
But now I'm tired of trying to start it and the possible reward seems not to be compensating for the pain to bring this thing online.
properties (22)
authorvato
permlinkre-steempower-re-vato-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t210110572z
categorysteem
json_metadata{}
created2016-05-30 21:01:12
last_update2016-05-30 21:01:12
depth3
children1
last_payout2016-08-24 05:08:42
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_length221
author_reputation3,378,892,006,080
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,017
net_rshares0
@vinaypsychic ·
[![miningerror.jpg](https://s11.postimg.org/ac6ef4r1v/miningerror.jpg)](https://postimg.org/image/7i391oovj/)

I am getting this message when trying to mine. The blockchain is not synchronizing can someone help me out what would I do?
properties (22)
authorvinaypsychic
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20170703t203015616z
categorysteem
json_metadata{"tags":["steem"],"image":["https://s11.postimg.org/ac6ef4r1v/miningerror.jpg"],"links":["https://postimg.org/image/7i391oovj/"],"app":"steemit/0.1"}
created2017-07-03 20:30:21
last_update2017-07-03 20:30:21
depth1
children0
last_payout2017-07-10 20:30:21
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_length234
author_reputation24,030,512,483
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,190,066
net_rshares0
@wenden · (edited)
Nothing work with my 	DualCore AMD Athlon 64 X2, 3045 MHz (15 x 203) 6000+
properties (22)
authorwenden
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160712t100112287z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 10:01:15
last_update2016-07-12 10:02:09
depth1
children1
last_payout2016-08-24 05:08:42
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_reputation136,755,887,134
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,367
net_rshares0
@tuck-fheman ·
=/ Sorry.
properties (22)
authortuck-fheman
permlinkre-wenden-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t121949161z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-12 12:20:03
last_update2016-07-12 12:20:03
depth2
children0
last_payout2016-08-24 05:08:42
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_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,904
net_rshares0
@whatissteem ·
So mine screen says "Started witness node on a chain with 0 blocks." what does that mean ? have I missed some steps or something ? sorry for noob question but I am new to steem.
👍  
👎  
properties (23)
authorwhatissteem
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160715t150012480z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 15:30:15
last_update2016-07-15 15:30:15
depth1
children2
last_payout2016-08-24 05:08:42
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_length177
author_reputation229,970,825,095
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,648
net_rshares86,905,353
author_curate_reward""
vote details (2)
@edd.dragon ·
Same problem I had with downloaded version of blockchain. 
Delete it. Run steemd --resync. Wait several hours. And all must be fine.
properties (22)
authoredd.dragon
permlinkre-whatissteem-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t155740217z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 15:57:39
last_update2016-07-15 15:57:39
depth2
children0
last_payout2016-08-24 05:08:42
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_reputation0
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,077
net_rshares0
@tuck-fheman ·
There was a hardfork. You'll need to wait for a new Windows miner or use a VM to mine under Ubuntu.
properties (22)
authortuck-fheman
permlinkre-whatissteem-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t160833745z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 16:08:54
last_update2016-07-15 16:08:54
depth2
children0
last_payout2016-08-24 05:08:42
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_length99
author_reputation345,778,813,561,569
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,252
net_rshares0
@william-noe ·
which WIF key do you use?
https://steemit.com/steemhelp/@william-noe/wif-keys
properties (22)
authorwilliam-noe
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160603t202234382z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-03 20:23:06
last_update2016-06-03 20:23:06
depth1
children1
last_payout2016-08-24 05:08:42
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_length77
author_reputation10,095,398,857,222
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,896
net_rshares0
@william-noe ·
sorry I see above Owner or Active thanks
properties (22)
authorwilliam-noe
permlinkre-william-noe-re-tuck-fheman-how-to-mine-steem-in-windows-20160603t202405868z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-03 20:24:39
last_update2016-06-03 20:24:39
depth2
children0
last_payout2016-08-24 05:08:42
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_length40
author_reputation10,095,398,857,222
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,897
net_rshares0
@yaak ·
i made the all steps, but steemd just crush
properties (22)
authoryaak
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20171118t201344516z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-18 20:13:45
last_update2017-11-18 20:13:45
depth1
children0
last_payout2017-11-25 20:13: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_length43
author_reputation-16,558,971,527
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,810,577
net_rshares0
@yuhhans ·
Still not working on windows?
properties (22)
authoryuhhans
permlinkre-tuck-fheman-how-to-mine-steem-in-windows-20160720t202145962z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 20:21:42
last_update2016-07-20 20:21:42
depth1
children1
last_payout2016-08-24 05:08:42
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_length29
author_reputation-157,647,721,429
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id228,528
net_rshares0
@tsojin ·
yes you have to wait for the new release, or use the VM miner
properties (22)
authortsojin
permlinkre-yuhhans-re-tuck-fheman-how-to-mine-steem-in-windows-20160721t013540095z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 01:35:42
last_update2016-07-21 01:35:42
depth2
children0
last_payout2016-08-24 05:08:42
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_length61
author_reputation0
root_title"[UPDATED 7/6] How-To Mine Steem Power in Windows"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id235,370
net_rshares0