create account

Steem Mining in Microsoft Windows : A Miner's Guide (Part 2) by bitcube

View this thread on: hive.blogpeakd.comecency.com
· @bitcube · (edited)
$19.96
Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)
This guide is a continuation from Part 1 - https://steemit.com/steem/@bitcube/steem-mining-in-microsoft-windows-a-builder-s-guide-part-1.  Part 1 describes how to build a Windows miner from Steem source codes.

If you are only interested in running a Windows build version and not interested in building one. You can ignore Part1.

Edit: User is asking for zip instead of rar file.  Winziped file is provided.  WinRAR is no longer needed.

Edit2: One of the links was not working.  It is fixed.

Dependencies
-------------

#### <i class="icon-right-hand"></i> If you built your own binary using Part 1 of this guide

Download the following software:

|                   <i class="icon-down-circled"></i>Steem Runtime Components                       | Link            |
 --------------------------------------------- | ------------------
|runtimeparts.zip  | https://mega.nz/#!idoEHABY!SGv8nAaUJMUVLVcwQJthGywIJ2jr28HN1ehhPNaTz0g
|
|blockchain.zip (optional) |       https://mega.nz/#!TFYzxApT!pKkGH0SxyErx1rnwA-eEYlDIIOu3DHv6VVAtNN4cJeg  |

```
> Download and instal Win RAR

> Create a folder, say L:\mine

> Copy L:\build\programs\steemd\Release\steemd.exe to L:\mine

> Copy L:\build\programs\cli_wallet\Release\cli_wallet.exe to L:\mine

> Extract the files in runtimeparts.rar  to L:\mine

> Extract the files in blockchain.zip  to L:\mine\stm
```

> <i class="icon-file"></i>**Note:**

> - Downloading the blockchain.zip is optional. But it helps because it saves you time from syncing.  The blockchain is cloned on 6 July 2016.

#### <i class="icon-right-hand"></i> If you do not wish to build your own binary

Download the following software:

|                   <i class="icon-down-circled"></i>Steem Runtime Components                       | Link            |
 --------------------------------------------- | ------------------
|Visual C++ Redistributable Packages for Visual Studio 2013  |           https://www.microsoft.com/en-us/download/details.aspx?id=40784  |
|Steem Windows Build (aka CLI Tools)  cli-tools-085b.zip |         https://github.com/btscube/steem/releases  |
|blockchain.zip (optional) |       https://mega.nz/#!TFYzxApT!pKkGH0SxyErx1rnwA-eEYlDIIOu3DHv6VVAtNN4cJeg  |



[<img src="https://i.imgsafe.org/c88d8024bd.png">]
```
> Download and install both the Microsoft C++ Redistributable

> Download and instal Win RAR

> Create a folder, say L:\mine

> Go to the latest release, download the "Steem Windows Build", also known as "CLI Tools". In this example, download "cli-tools-085b.zip"

> Extract the files in cli-tools-085b.zip to L:\mine

> Extract the files in blockchain.zip  to L:\mine\stm
```

> <i class="icon-file"></i>**Note:**

> - Downloading the blockchain.zip is optional. But it helps because it saves you time from syncing. The blockchain is cloned on 6 July 2016.

> - In this example, we are using the L drive.  You may use C:\ drive or D:\ drive if you do not have a L:\ drive


#### <i class="icon-right-hand"></i> Running Steemd for the first time


```
> Open a new Command Prompt window

>cd L:\mine

>steemd -d L:\mine\stm --rpc-endpoint
```
[<img src="https://i.imgsafe.org/c9257a0b98.png">]

> <i class="icon-file"></i>**Note:**

> The "-d" parameter specifies the location path to store the blockchain and configuration files.  In this example, we choose L:\mine\stm to store them.

> The "--rpc-endpoint" is to let the cli_wallet.exe (to be run later) to communicate with steemd.

> You will see this error "Error parsing logging config from config file L:\stm2\stm\config.ini, using default config". You can safely ignore it.

steemd will attempt to download the latest blocks from the network.  We leave this command prompt windows running and wait for steemd to be fully in synced with the latest block.

We will now run cli_wallet to check the status of the blockchain syncing.

```
> Open a new Command Prompt window

>cd L:\mine

>cli_wallet.exe
> You will see a "new >>>" prompt
```

Now, let's check the steem version to be sure we are running the latest software.

[<img src="https://i.imgsafe.org/c946761307.png">]

```
> At the cli_wallet "new >>>" prompt, type about

```

We will wait for steem to sync all the blocks.  You can type "info" at the cli_wallet prompt to check.  Check that the head_block_age is a few seconds old.

[<img src="https://i.imgsafe.org/c961ec78d0.png">]

> <i class="icon-file"></i>**Note:**

> - If you see "head_block_age" specify a time in the future, it means you need to synchronise your computer's clock with a internet time server.


----------
Configure and prepare your mining account
-------------

#### <i class="icon-right-hand"></i>Get a new mining account ready
Once the steemd is synced, we are ready to prepare a new mining account. But first check if the account name is taken up.  Let's say we want to create an account named "bitcube"


```
> At the cli_wallet "new >>>" get_account bitcube

```
[<img src="https://i.imgsafe.org/c979c5c517.png">]


From the above screenshot, you can see "id: 2.2.880" and "name: bitcube".  So account bitcube is taken up. Let's try something very different, say 'supersteemminer'

```
> At the cli_wallet "new >>>" get_account supersteemminer

```

[<img src="https://i.imgsafe.org/c9879bc859.png">]

We see that cli_wallet complains that 'Unknown account'.  Great. This account is not in used.  We will use it.

Let's create this account then.  First set a password for this new wallet.

```
> At the cli_wallet "new >>>", type set_password mypassword

> The prompt will change to "locked >>>"

> At the cli_wallet "locked >>>", type unlock mypassword 

> The prompt will change to "unlocked >>>"
```
> <i class="icon-file"></i>**Note:**

> - "mypassword" is just an example. Do make sure you use a real password and remember it!  If you forget the password, you will lose access to this wallet.

All new account need a pair of public and private keys.  Let's generate the two keys.


```
> At the cli_wallet "unlocked >>>", type suggest_brain_key

```
[<img src="https://i.imgsafe.org/c9b87f3b26.png">]

You will see 3 keys created.

The "pub_key" is the Public Key.

The "wif_priv_key" is the PrivateKey.

The "brain_priv_key" is the Private Brain Key.

> <i class="icon-file"></i>**Note:**

> - The two private keys are the keys to your account and its fund. Store them (and the public key) securely in a secret place!

> - Note down the public and private keys. You can copy them to a notepad.  They will be needed later to configure the miner.

>  - We are using this key pair for our example 
  "wif_priv_key": "5JsMnPge4rDKAh8JRhsVVFw3nHw3fkdjbEXHXUB2TMe3qJy58V9",
  "pub_key": "STM4uXGcRAJmh4gxedZ1Lx3EKakXzCa4hiKksz6N7gXzArfvCmhQr"

> - **BUT DO NOT use them in your actual setting. You need to generate your own keys!**


#### <i class="icon-right-hand"></i>Configure your steemd for mining

We need to stop steemd temporarily in order to configure it for mining. But before shutting it down, do remember to do a 'cli_wallet' info to make sure it is really in synced and up-to-date.
```
> Go to the steemd Command Prompt Window. Enter Control-C to shut it down properly.

```

[<img src="https://i.imgsafe.org/c93fec569b.png">]

Now, edit the default config.ini generated.
```
> notepad L:\mine\stm\config.ini


> Look out for :
# P2P nodes to connect to on startup (may specify multiple times)
# seed-node = 

Add the following:

seed-node = seed.steemed.net:2001
seed-node = seed.cubeconnex.com:2001
seed-node = seed.steemed.net:2001
seed-node = steem.clawmap.com:2001
seed-node = seed.steemwitness.com:2001
seed-node = steem-seed1.abit-more.com:2001
seed-node = 185.82.203.92:2001
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 = 85.214.65.220:2001


> Look out for :
# name of witness controlled by this node (e.g. initwitness )

Add the following:
 witness = "supersteemminer"
 
> Look out for :
# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )

Add the following:

miner =["supersteemminer","5JsMnPge4rDKAh8JRhsVVFw3nHw3fkdjbEXHXUB2TMe3qJy58V9"]

```
> <i class="icon-file"></i>**Note:**

> - We are using this key pair for our example   
 "wif_priv_key": "5JsMnPge4rDKAh8JRhsVVFw3nHw3fkdjbEXHXUB2TMe3qJy58V9",
  "pub_key": "STM4uXGcRAJmh4gxedZ1Lx3EKakXzCa4hiKksz6N7gXzArfvCmhQr"
>- **BUT DO NOT use them in your actual setting. You need to generate your own keys!**

```
> Save the changed config.ini file

```

You are ready for some power hashing!

   
----------


Let the power hashing begin!
-------------------

#### <i class="icon-right-hand"></i> Restart steemd to begin mining!



```
> Go to your steemd Window

>steemd.exe -d L:\mine\stm --rpc-endpoint

> You will see a lot of messages.  Look out for 
"Started witness node on a chain".  

```
[<img src="https://i.imgsafe.org/ca853e08f5.png">]
```
> You will see 
 "hash rate: 1 hps  target: 29 queue: 102 estimated time to produce:"
 repeatedly printed for many lines.  

This means that steemd is in mining mode and it is syncing to the latest block.

```
Once steemd (ie the blockchain) is synced and up to date, you will start seeing your actual hash rate.  A sample is shown below.
[<img src="https://i.imgsafe.org/ca9ea81544.png">]

Congratualtions!  You are now a Steem miner.

### Further Reading

  - https://steemit.com/steem/@pfunk/guide-maximize-your-mining-hashrate-in-windows-by-mining-steem-in-a-vm
  
  - https://steemit.com/steem/@tuck-fheman/how-to-mine-steem-in-windows
  
  - https://steemit.com/steem/@arhag/compiling-steem-for-windows-on-linux-host
  
  - https://steemit.com/steem/@bitcube/steem-mining-in-microsoft-windows-a-builder-s-guide-part-1
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 34 others
👎  
properties (23)
authorbitcube
permlinksteem-mining-in-microsoft-windows-a-miner-s-guide-part-2
categorysteem
json_metadata{"tags":["steem","steem-mining"],"image":["https://i.imgsafe.org/c88d8024bd.png","https://i.imgsafe.org/c9257a0b98.png","https://i.imgsafe.org/c946761307.png","https://i.imgsafe.org/c961ec78d0.png","https://i.imgsafe.org/c979c5c517.png","https://i.imgsafe.org/c9879bc859.png","https://i.imgsafe.org/c9b87f3b26.png","https://i.imgsafe.org/c93fec569b.png","https://i.imgsafe.org/ca853e08f5.png","https://i.imgsafe.org/ca9ea81544.png"],"links":["https://mega.nz/#!idoEHABY!SGv8nAaUJMUVLVcwQJthGywIJ2jr28HN1ehhPNaTz0g","https://www.microsoft.com/en-us/download/details.aspx?id=40784","https://steemit.com/steem/@pfunk/guide-maximize-your-mining-hashrate-in-windows-by-mining-steem-in-a-vm"]}
created2016-07-06 07:04:06
last_update2016-07-06 07:47:18
depth0
children45
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value17.809 HBD
curator_payout_value2.146 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,809
author_reputation8,016,881,813,007
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,269
net_rshares39,679,487,771,512
author_curate_reward""
vote details (99)
@abit ·
> Go to the steemd Command Prompt Window. Enter Control-C to shut it down properly.

Press only ONCE, and wait for a while, it will end by itself eventually. Otherwise you'll need to replay at next startup, which probably will take a long time.
👍  
properties (23)
authorabit
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t082552811z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 08:26:09
last_update2016-07-06 08:26:09
depth1
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length244
author_reputation141,171,499,037,785
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,413
net_rshares100,449,341
author_curate_reward""
vote details (1)
@adrehajiuh · (edited)
how import wallet was created ic CLI  to wallet in STEEMIT account?
👍  ,
properties (23)
authoradrehajiuh
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160715t222102800z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 22:21:18
last_update2016-07-15 22:25:51
depth1
children0
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation62,764,206,719
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id126,646
net_rshares486,155,864
author_curate_reward""
vote details (2)
@anarcharos ·
Hi There bitcube,

Thank you for the tuto. I am starting with steem, and am setting up mining. I'd like that the mining gains I make go to my steemIt account name "anarcharos" ....l the keys I got in my steemit account are: "Posting","active","memo","owner" ......but the keys generated by the steemd wallet are"public" "private" and "brain" .....wich key should I use to ensure the funds go to my anarcharos account in steemIt ?

Also the config file requires a :
# WIF PRIVATE KEY to be used by one or more witnesses or miners
# private-key = 

Please can you clarify what is what?

Many thanks !!
properties (22)
authoranarcharos
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160818t023607526z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-18 02:36:09
last_update2016-08-18 02:36:09
depth1
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length599
author_reputation94,040,191,830
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id864,147
net_rshares0
@carlgetalada ·
Hi, how to transfer balance from mining account to another account? Thanks
properties (22)
authorcarlgetalada
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160801t060130340z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-01 06:01:30
last_update2016-08-01 06:01:30
depth1
children0
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation18,789,905,958
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id528,205
net_rshares0
@cheftony ·
Hello,
you add accidently two times this row

seed-node = seed.steemed.net:2001

It generates an error, just remove one of them
properties (22)
authorcheftony
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t215414598z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 21:54:15
last_update2016-07-06 21:54:15
depth1
children1
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation6,211,562,650,950
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,993
net_rshares0
@bitcube ·
Yes, my bad.  There is a duplicate.  Please remove the repeated line.
properties (22)
authorbitcube
permlinkre-cheftony-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t215637465z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 21:56:42
last_update2016-07-06 21:56:42
depth2
children0
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation8,016,881,813,007
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,001
net_rshares0
@cheftony ·
maybe you can help me.
I follow all your guide and started mining.
Found 2 block but I've got this error: 
...
error when pushing block
"unlinkable_block_exception"

How can I fix this?
Thanks
properties (22)
authorcheftony
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160707t000304935z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-07 00:03:06
last_update2016-07-07 00:03:06
depth1
children2
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length192
author_reputation6,211,562,650,950
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,243
net_rshares0
@bitcube · (edited)
Do you see this error keeps repeating or has it gone away after some messages?  If you keeps seeing this repeatedly, it means your node went into a fork or being jammed up. Steem network is facing some forking issues ATM.  You will have to remove the blockchain subfolder and replace it with the latest copy here - https://mega.nz/#!WEAV0KLZ!McIhGwTEJWcnubo2kuQjrrI5JclYa5cs9q_BaU0f7Sc

blockchain subfolder is located in L:\steem\stm if you follow this guide. Remember to shutdown steemd.exe before replacing the blockchain folder.
properties (22)
authorbitcube
permlinkre-cheftony-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160707t032545868z
categorysteem
json_metadata{"tags":["steem"],"links":["https://mega.nz/#!WEAV0KLZ!McIhGwTEJWcnubo2kuQjrrI5JclYa5cs9q_BaU0f7Sc"]}
created2016-07-07 03:25:48
last_update2016-07-07 03:26:36
depth2
children1
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length532
author_reputation8,016,881,813,007
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,652
net_rshares0
@cheftony ·
Now it works, maybe it was a bad luck block.
Another question:
In the config.ini is correct this settings with N witness for N miners
 witness = "1abc"
 witness = "2abc"
 witness = "3abc"
 miner = ["1abc","5key1"]
 miner = ["2abc","5key2"]
 miner = ["3abc","5key3"]

or this with only 1 witness for N miners?
witness = "1"
 miner = ["1abc","5key1"]
 miner = ["2abc","5key2"]
 miner = ["3abc","5key3"]

Thanks!
properties (22)
authorcheftony
permlinkre-bitcube-re-cheftony-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160708t195700318z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-08 19:57:00
last_update2016-07-08 19:57:00
depth3
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length409
author_reputation6,211,562,650,950
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id65,873
net_rshares0
@fleuri ·
hey
i'am using the latest version of the windows wallet from github. for me it is not possible to sync the blocks. when using the blockchain you provided on mega it definitely imports them... applies hardforks... but it doesn't continue.

when checking the status from cli_wallet.exe there is no progress after it is fully imported. do i need to do something to enable it to fetch the whole blockchain from the network?

thanks in advance
properties (22)
authorfleuri
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160722t094832136z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-22 09:48:36
last_update2016-07-22 09:48:36
depth1
children2
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length438
author_reputation2,368,382,853,773
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id270,481
net_rshares0
@agente ·
it's not possible right now to mine in windows .. we have to wait release of new version
properties (22)
authoragente
permlinkre-fleuri-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160722t174215578z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-22 17:42:33
last_update2016-07-22 17:42:33
depth2
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation114,390,361,910
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,080
net_rshares0
@fleuri ·
okay solved it. i had to manually add a couple of seed-nodes. i used the following:

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 = 85.214.65.220:2001
👍  
properties (23)
authorfleuri
permlinkre-fleuri-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160722t101553880z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-22 10:15:57
last_update2016-07-22 10:15:57
depth2
children0
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation2,368,382,853,773
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id270,837
net_rshares13,808,188,628
author_curate_reward""
vote details (1)
@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-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20170705t114018623z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/faq.html#Can_I_mine_STEEM"],"app":"steemit/0.1"}
created2017-07-05 11:40:18
last_update2017-07-05 11:40:18
depth1
children0
last_payout2017-07-12 11:40:18
cashout_time1969-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"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,386,760
net_rshares0
@navidfathi ·
I am trying to use my current account. I am so confused about the WIF key. 
Actually I have started mining with my current server since 3 days ago but I got nothing. is it normal or something is wrong with my config.ini?
properties (22)
authornavidfathi
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160720t185757739z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 18:57:57
last_update2016-07-20 18:57:57
depth1
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length220
author_reputation0
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id226,373
net_rshares0
@oklin ·
thank you, very detailed tutorial worked well but how we can see mining earnings balance??
properties (22)
authoroklin
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160708t155038345z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-08 15:50:45
last_update2016-07-08 15:50:45
depth1
children7
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation3,990,798,881
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id64,893
net_rshares0
@cheftony ·
open a new cmd and open cli_wallet.exe
in this example (using C:/) 
1 - C:\mine\cli_wallet.exe (remember: steemd must run or you'll get error)
2 - then, if you set a password, type unlock yourpassword
3 - then type list_my_accounts
👍  , ,
properties (23)
authorcheftony
permlinkre-oklin-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160708t195417080z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-08 19:54:18
last_update2016-07-08 19:54:18
depth2
children6
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length231
author_reputation6,211,562,650,950
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id65,867
net_rshares591,418,446
author_curate_reward""
vote details (3)
@maxkoud ·
What's wrong?
```
unlocked >>> list_my_accounts
list_my_accounts
1528153ms th_a       websocket_api.cpp:88          on_message           ] messag
e: {"id":9,"result":[]}
-------------------------------------------------------------------------
TOTAL                     0.000 STEEM       0.000000 VESTS            0.000 SBD
unlocked >>>
```
👍  
properties (23)
authormaxkoud
permlinkre-cheftony-re-oklin-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160713t112711962z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-13 11:27:12
last_update2016-07-13 11:27:12
depth3
children5
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length340
author_reputation64,166,515,448
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,142
net_rshares114,454,703
author_curate_reward""
vote details (1)
@omarb ·
Thank for this great post bitcube, it's clear and to the point. 
Just one thing, the first link is death because of a dot that got added to the url.
properties (22)
authoromarb
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t072055491z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 07:21:00
last_update2016-07-06 07:21:00
depth1
children1
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation9,142,717,121,899
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,297
net_rshares0
@bitcube ·
Yes, one of the links was not working. I think it should be fixed now.
properties (22)
authorbitcube
permlinkre-omarb-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t075025412z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 07:50:27
last_update2016-07-06 07:50:27
depth2
children0
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation8,016,881,813,007
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,339
net_rshares0
@pcste ·
Am i mining now? and if i am when will i see the funds go into my steemit account? this has been running for about 18hr so far and nothing has gone into my account yet..
https://s26.postimg.org/vhp3uw8k9/steemine.jpg
properties (22)
authorpcste
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160726t115738061z
categorysteem
json_metadata{"tags":["steem"],"image":["https://s26.postimg.org/vhp3uw8k9/steemine.jpg"]}
created2016-07-26 11:57:36
last_update2016-07-26 11:57:36
depth1
children1
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length216
author_reputation112,529,675,837,494
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id371,487
net_rshares0
@wenden ·
no sooner than after 2450 minutes + round time getting reward. usually with slow hashrate you will wait much longer time.
👍  ,
properties (23)
authorwenden
permlinkre-pcste-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160727t062523508z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-27 06:25:24
last_update2016-07-27 06:25:24
depth2
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation136,755,887,134
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id396,307
net_rshares447,599,607
author_curate_reward""
vote details (2)
@rittr ·
the link to part 1 doesnt work because of the . (dot) at the end
properties (22)
authorrittr
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160806t005428176z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-06 00:54:33
last_update2016-08-06 00:54:33
depth1
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation1,228,277,364,481
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id637,801
net_rshares0
@robsteady ·
Awesome! Downloading the blockchain right now. Thanks for the guide.
👍  
properties (23)
authorrobsteady
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t125627979z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 12:56:30
last_update2016-07-06 12:56:30
depth1
children0
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation14,812,577,318,182
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,762
net_rshares42,280,350,081
author_curate_reward""
vote details (1)
@rolik ·
i have a problem 
http://imgur.com/rc4KwoB
👍  
properties (23)
authorrolik
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160715t102218192z
categorysteem
json_metadata{"tags":["steem"],"links":["http://imgur.com/rc4KwoB"]}
created2016-07-15 10:22:24
last_update2016-07-15 10:22:24
depth1
children1
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation961,931,333,036
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,358
net_rshares326,840,105
author_curate_reward""
vote details (1)
@gregory-f ·
There was a fork last night. You need to update your miner to the new software.
👍  
properties (23)
authorgregory-f
permlinkre-rolik-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160715t135914724z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-15 13:59:15
last_update2016-07-15 13:59:15
depth2
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation183,272,600,833,008
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id119,557
net_rshares1,907,079,875
author_curate_reward""
vote details (1)
@rolik ·
https://steemit.com/mining/@rolik/mining-steem this is group in telegram about mining
👍  ,
properties (23)
authorrolik
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160718t193725464z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/mining/@rolik/mining-steem"]}
created2016-07-18 19:37:36
last_update2016-07-18 19:37:36
depth1
children0
last_payout2016-08-23 23:41:06
cashout_time1969-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"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id172,033
net_rshares415,811,982
author_curate_reward""
vote details (2)
@stormbringer ·
$0.03
Maybe a dumb question, but is it necessary/beneficial to make a new account? Would it be problematic to use the one generated for posting on steemit instead?
👍  ,
properties (23)
authorstormbringer
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t074313880z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 07:42:15
last_update2016-07-06 07:42:15
depth1
children2
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.025 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation113,185,630,526
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,329
net_rshares15,046,355,612
author_curate_reward""
vote details (2)
@bitcube ·
I think you can use the "Active" key of an existing account to mine.  Copy the key pair from your Steemit account.  It is under the "Permissions" section.
👍  
properties (23)
authorbitcube
permlinkre-stormbringer-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t075156319z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 07:52:00
last_update2016-07-06 07:52:00
depth2
children1
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length154
author_reputation8,016,881,813,007
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,346
net_rshares442,502,403
author_curate_reward""
vote details (1)
@abit ·
Perhaps need to become a witness first, by using `update_witness` command in the CLI (better generate another key and set it as signing key). 

Then in config.ini,
```
witness = "your_account"
miner = ["your_account","your_active_key"]
private-key = your_signing_key
```
Note: no quotes around the private-key.
👍  
properties (23)
authorabit
permlinkre-bitcube-re-stormbringer-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t083214468z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 08:32:33
last_update2016-07-06 08:32:33
depth3
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length310
author_reputation141,171,499,037,785
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,423
net_rshares21,883,773,940
author_curate_reward""
vote details (1)
@syadastinasti ·
I got to the part where i need to wait for it to sync. I had downloaded the blockchain, but it was 33 hours old and it stays there it seems. I don't see anything happening that resembles syncing, though I seem to have done everything as in the guide.
properties (22)
authorsyadastinasti
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160707t083545085z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-07 08:35:30
last_update2016-07-07 08:35:30
depth1
children6
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length250
author_reputation1,547,051,595,896
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,136
net_rshares0
@bitcube · (edited)
steem network was facing some bad forking.  It seems like your steemd is stuck or forked.  Try using the latest blockchain from here - https://mega.nz/#!WEAV0KLZ!McIhGwTEJWcnubo2kuQjrrI5JclYa5cs9q_BaU0f7Sc. Make sure you shutdown steemd before doing this replacement.
👍  
properties (23)
authorbitcube
permlinkre-syadastinasti-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160707t091830741z
categorysteem
json_metadata{"tags":["steem"],"links":["https://mega.nz/#!WEAV0KLZ!McIhGwTEJWcnubo2kuQjrrI5JclYa5cs9q_BaU0f7Sc."]}
created2016-07-07 09:18:33
last_update2016-07-07 09:19:03
depth2
children5
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length267
author_reputation8,016,881,813,007
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,225
net_rshares14,035,320,936
author_curate_reward""
vote details (1)
@syadastinasti ·
thank you! I'll try it out this evening^^
properties (22)
authorsyadastinasti
permlinkre-bitcube-re-syadastinasti-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160707t141742192z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-07 14:17:27
last_update2016-07-07 14:17:27
depth3
children1
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation1,547,051,595,896
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,839
net_rshares0
@syadastinasti ·
Still no luck:(
properties (22)
authorsyadastinasti
permlinkre-bitcube-re-syadastinasti-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160708t073522530z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-08 07:35:21
last_update2016-07-08 07:35:21
depth3
children2
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,547,051,595,896
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,461
net_rshares0
@tadakaluri ·
Can I mine with my existing account name and Private Posting Key as wif private key?
👍  
properties (23)
authortadakaluri
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160706t093726639z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-06 09:37:27
last_update2016-07-06 09:37:27
depth1
children2
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation147,902,391,599
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,502
net_rshares3,487,324,194
author_curate_reward""
vote details (1)
@abit ·
You need active key and signing key.
properties (22)
authorabit
permlinkre-tadakaluri-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160707t115946895z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-07 12:00:03
last_update2016-07-07 12:00:03
depth2
children0
last_payout2016-08-23 23:41:06
cashout_time1969-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_reputation141,171,499,037,785
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,518
net_rshares0
@navidfathi ·
I am looking for a same answer, did you find anything?
properties (22)
authornavidfathi
permlinkre-tadakaluri-re-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20160720t185630231z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 18:56:30
last_update2016-07-20 18:56:30
depth2
children0
last_payout2016-08-23 23:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation0
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id226,338
net_rshares0
@tylerpena01 ·
Good points in this post.  I was about to post a similair thread. Not sure if I believe in the current crypto investment climate but I do believe in the blockchain.  We really need more insights in the market and previous investment results (even though they don't deliver any guarantee for the future). I was wondering if anyone of you uses:  https://www.coincheckup.com Supposingly they researched every crypto coin in the scene based on: the team, the product, advisors, community, the business and the business model. They even score the coins stengths.  Check: https://www.coincheckup.com/coins/Steem#analysis To see the:  Steem Investment and research analysis.
properties (22)
authortylerpena01
permlinkre-bitcube-steem-mining-in-microsoft-windows-a-miner-s-guide-part-2-20170926t161409430z
categorysteem
json_metadata{"tags":["steem"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"}
created2017-09-26 16:14:18
last_update2017-09-26 16:14:18
depth1
children0
last_payout2017-10-03 16:14:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length667
author_reputation-1,319,204,014
root_title"Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,998,334
net_rshares0