**A guide for the complete idiot, like me! :)**  ***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
author | tuck-fheman |
---|---|
permlink | how-to-mine-steem-in-windows |
category | steem |
json_metadata | {"tags":["steem","guides","tutorials","help","steemhelp","mining","windows"],"image":["http://s20.postimg.org/bxvbi5zq5/steem_mining.jpg"]} |
created | 2016-05-29 04:56:51 |
last_update | 2016-07-15 20:04:36 |
depth | 0 |
children | 268 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2,456.121 HBD |
curator_payout_value | 2,452.316 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,291 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,455 |
net_rshares | 261,558,182,841,805 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dantheman | 0 | 18,627,566,916,980 | 100% | ||
itsascam | 0 | 13,115,452,580,000 | 100% | ||
smooth | 0 | 28,822,772,357,466 | 100% | ||
rainman | 0 | 16,598,228,761,123 | 100% | ||
berniesanders | 0 | 29,023,706,432,307 | 100% | ||
summon | 0 | 13,580,489,345,435 | 100% | ||
skywalker | 0 | 6,435,281,299,739 | 100% | ||
bitcoin2016 | 0 | 4,189,848,279,580 | 100% | ||
firstclass | 0 | 6,736,705,751,140 | 100% | ||
ned | 0 | 44,010,800,000,000 | 100% | ||
steemroller | 0 | 2,097,214,700,000 | 100% | ||
steemed | 0 | 12,718,708,435,815 | 100% | ||
newyo | 0 | 974,618,303,400 | 100% | ||
badassmother | 0 | 3,273,770,928,894 | 100% | ||
xeldal | 0 | 2,737,670,660,942 | 100% | ||
fuzzyvest | 0 | 5,802,465,695,828 | 100% | ||
tombstone | 0 | 19,632,478,764,000 | 100% | ||
silversteem | 0 | 2,128,742,874,606 | 100% | ||
ihashfury | 0 | 975,076,331,325 | 100% | ||
nextgencrypto | 0 | 3,789,460,390,435 | 100% | ||
rossco99 | 0 | 1,898,172,018,948 | 100% | ||
liondani | 0 | 538,275,207,061 | 100% | ||
jabbasteem | 0 | 1,133,564,254,720 | 100% | ||
steemit200 | 0 | 7,081,437,468,221 | 100% | ||
ozmaster | 0 | 78,280,596,800 | 100% | ||
testz | 0 | 15,487,251,600 | 100% | ||
bunny | 0 | 5,847,000,281 | 100% | ||
complexring | 0 | 2,653,901,707,268 | 100% | ||
clayop | 0 | 3,136,516,258,307 | 100% | ||
arhag | 0 | 2,518,381,275,741 | 100% | ||
joseph | 0 | 699,072,686,785 | 100% | ||
bhuz | 0 | 852,245,788,110 | 100% | ||
aizensou | 0 | 4,875,604,400 | 100% | ||
au1nethyb1 | 0 | 2,934,591,365,055 | 100% | ||
mineralwasser | 0 | 0 | 100% | ||
boombastic | 0 | 0 | 100% | ||
bingo-0 | 0 | 0 | 100% | ||
benjojo | 0 | 639,989,115,793 | 100% | ||
boatymcboatface | 0 | 173,922,755,648 | 100% | ||
pfunk | 0 | 66,692,000,984 | 100% | ||
officialinfotech | 0 | 67,555,700 | 100% | ||
pheonike | 0 | 102,604,816,213 | 100% | ||
proctologic | 0 | 13,479,950,076 | 100% | ||
idol | 0 | 6,750,139,333 | 100% | ||
anon | 0 | 12,345,586,922 | 100% | ||
code | 0 | 5,877,347,879 | 100% | ||
rimantas | 0 | 9,752,933,298 | 100% | ||
tuck-fheman | 0 | 116,181,916,973 | 100% | ||
caesar | 0 | 6,816,577,228 | 100% | ||
donkeypong | 0 | 147,163,821,475 | 100% | ||
dab | 0 | 5,218,361,471 | 100% | ||
modeprator | 0 | 2,184,410,821 | 100% | ||
timifey2015 | 0 | 708,955,068 | 100% | ||
dedriss | 0 | 679,716,457 | 100% | ||
steemrollin | 0 | 1,188,249,057 | 100% | ||
steemshadow | 0 | 51,275,622,693 | 100% | ||
bangking | 0 | 11,514,373,781 | 100% | ||
ash | 0 | 15,287,464,689 | 100% | ||
jabberw0cky | 0 | 635,024,189 | 100% | ||
linouxis9 | 0 | 2,513,004,199 | 100% | ||
pnc | 0 | 623,350,477 | 100% | ||
anonimau5 | 0 | 608,861,538 | 100% | ||
daowisp | 0 | 19,210,549,031 | 100% | ||
void | 0 | 587,559,385 | 100% | ||
pstrident | 0 | 954,438,048 | 100% | ||
acidsun | 0 | 571,814,493 | 100% | ||
makishart | 0 | 468,813,256 | 100% | ||
gregory-f | 0 | 557,999,756 | 100% | ||
tshering-tamang | 0 | 565,366,999 | 100% | ||
nenad-ristic | 0 | 540,223,785 | 100% | ||
easteagle13 | 0 | 532,366,234 | 100% | ||
vato | 0 | 130,560,389,849 | 100% | ||
asabovesobelow | 0 | 5,172,840,824 | 100% | ||
sla-vek | 0 | 468,649,192 | 100% | ||
dedmatvey | 0 | 546,586,685 | 100% | ||
gavvet | 0 | 2,801,518,440 | 100% | ||
steemship | 0 | 19,085,456,403 | 100% | ||
germanaure | 0 | 480,688,084 | 100% | ||
ned-reddit-login | 0 | 473,258,270 | 100% | ||
spaninv | 0 | 4,118,598,950 | 100% | ||
nate-atkins | 0 | 469,691,159 | 100% | ||
james-show | 0 | 437,814,952 | 100% | ||
gekko | 0 | 409,227,773 | 100% | ||
teamsteem | 0 | 0 | 100% | ||
cryptoctopus | 0 | 13,191,541,638 | 100% | ||
camsbury | 0 | 15,746,009,007 | 100% | ||
bbqbear | 0 | 1,963,664,912 | 100% | ||
algo-rythm | 0 | 66,327,726 | 100% | ||
nanzo-scoop | 0 | 8,597,248,926 | 100% | ||
daycrypter | 0 | 1,427,848,128 | 100% | ||
jerome-colley | 0 | 315,921,912 | 100% | ||
john-kimmel | 0 | 6,556,900,268 | 100% | ||
avarice | 0 | 441,824,143 | 100% | ||
calva | 0 | 432,432,361 | 100% | ||
sonarous | 0 | 439,453,748 | 100% | ||
nasato | 0 | 402,788,717 | 100% | ||
karask | 0 | 427,428,089 | 100% | ||
yoona-lee | 0 | 399,988,816 | 100% | ||
redivivus | 0 | 432,513,754 | 100% | ||
hannixx42 | 0 | 9,287,275,661 | 100% | ||
jonathan-tokki | 0 | 1,337,039,751 | 100% | ||
arkanaprotego | 0 | 422,002,194 | 100% | ||
xav | 0 | 4,239,508,583 | 100% | ||
amartinezque | 0 | 412,832,077 | 100% | ||
klaus-kinski | 0 | 416,009,878 | 100% | ||
stino-san | 0 | 415,279,662 | 100% | ||
murh | 0 | 353,368,166 | 33.01% | ||
viet-ngo | 0 | 314,285,207 | 100% | ||
alex-dinu | 0 | 413,114,476 | 100% | ||
calamus056 | 0 | 394,796,433 | 100% | ||
dmitry | 0 | 385,088,065 | 100% | ||
rok-fabiani | 0 | 358,742,426 | 100% | ||
b4bb4r-5h3r | 0 | 388,737,252 | 100% | ||
jeff1 | 0 | 416,382,977 | 100% | ||
nphacker | 0 | 402,343,548 | 100% | ||
dke | 0 | 410,073,209 | 100% | ||
phil-knolle | 0 | 404,514,815 | 100% | ||
jeky-jeky | 0 | 408,178,759 | 100% | ||
dragonslayer109 | 0 | 378,450,868 | 100% | ||
ombc | 0 | 308,642,233 | 100% | ||
proskilzz | 0 | 392,119,371 | 100% | ||
thebugadu | 0 | 298,717,843 | 100% | ||
troll | 0 | 28,642,222 | 100% | ||
akaninyene-etuk | 0 | 157,149,987 | 100% | ||
ak2020 | 0 | 0 | 100% | ||
shelly-dawson | 0 | 33,584,370,462 | 100% | ||
arskiss | 0 | 345,084,296 | 100% | ||
robi-rusmana | 0 | 354,414,990 | 100% | ||
aljazeera | 0 | 927,786,356 | 100% | ||
amaurismo | 0 | 308,424,849 | 100% | ||
noganoo | 0 | 174,266,331 | 100% | ||
coinbitgold | 0 | 5,596,779,887 | 100% | ||
taoteh1221 | 0 | 74,297,957,767 | 100% | ||
kagetoki-1 | 0 | 48,858,639,062 | 100% | ||
syadastinasti | 0 | 347,880,920 | 100% | ||
hisnameisolllie | 0 | 22,366,989,277 | 100% | ||
minfon | 0 | 341,487,625 | 100% | ||
wongshiying | 0 | 26,063,822,705 | 100% | ||
will-zewe | 0 | 17,800,687,304 | 100% | ||
recury | 0 | 321,754,050 | 100% | ||
jordi-kicken | 0 | 321,421,334 | 100% | ||
jaief-n-asong | 0 | 333,636,578 | 100% | ||
brandonp | 0 | 34,106,047,314 | 100% | ||
stormbringer | 0 | 324,642,195 | 100% | ||
raff-delfin | 0 | 324,151,625 | 100% | ||
tim-johnston | 0 | 75,389,267,591 | 100% | ||
beervangeer | 0 | 128,795,343,265 | 100% | ||
olili | 0 | 0 | 15% | ||
ossama-benjohn | 0 | 4,269,103,609 | 100% | ||
hendra-khaidir | 0 | 278,102,197 | 100% | ||
daniel-ehiwario | 0 | 289,740,450 | 100% | ||
vavilon | 0 | 6,227,000 | 0% | ||
michaelx | 0 | 9,942,516,505 | 100% | ||
thedashguy | 0 | 52,999,575,293 | 100% | ||
timur-yusupov | 0 | 212,659,302 | 100% | ||
tocode | 0 | 11,873,427,735 | 100% | ||
faust | 0 | 299,711,039 | 100% | ||
knopki | 0 | 281,695,538 | 100% | ||
kimziv | 0 | 181,885,595,842 | 100% | ||
chigotlan | 0 | 293,485,704 | 100% | ||
graystone | 0 | 471,131,751 | 100% | ||
james-mac | 0 | 286,499,903 | 100% | ||
honeythief | 0 | 4,554,532,202 | 100% | ||
emily-cook | 0 | 0 | 100% | ||
press-release | 0 | 76,611,258 | 100% | ||
carlgetalada | 0 | 274,755,701 | 100% | ||
grittenald | 0 | 63,167,052,535 | 100% | ||
ptcgroup10009 | 0 | 276,108,626 | 100% | ||
rseixas | 0 | 18,073,189,943 | 100% | ||
bacchist | 0 | 2,868,346,393 | 100% | ||
venuspcs | 0 | 0 | 100% | ||
rachelkieles | 0 | 189,533,826 | 100% | ||
thebatchman | 0 | 404,422,609 | 100% | ||
artem-sokoloff | 0 | 217,759,407 | 100% | ||
cccmar71 | 0 | 326,618,208 | 100% | ||
piegunn | 0 | 1,296,010,221 | 100% | ||
riot78 | 0 | 206,496,168 | 100% | ||
good-karma | 0 | 1,374,666,035 | 100% | ||
romanskv | 0 | 1,078,629,314 | 100% | ||
nicholasparr | 0 | 215,447,658 | 100% | ||
ezzy | 0 | 255,309,177 | 100% | ||
garik100 | 0 | 240,151,960 | 100% | ||
rubybian | 0 | 0 | 100% | ||
harsh.crypto | 0 | 249,296,426 | 100% | ||
wellitsabouttime | 0 | 249,224,617 | 100% | ||
eqhos79 | 0 | -154,471,019 | -100% | ||
dany | 0 | 4,106,760,323 | 100% | ||
danbitc | 0 | 188,906,025 | 100% | ||
nession | 0 | 213,677,736 | 100% | ||
ustas | 0 | 248,461,006 | 100% | ||
heverton | 0 | 183,771,108 | 100% | ||
aidar88 | 0 | 170,512,609 | 100% | ||
jackkang | 0 | 44,541,884 | 100% | ||
avantyris785 | 0 | 113,869,760 | 100% | ||
jasonmcz | 0 | 187,921,874 | 100% | ||
lpatetl | 0 | 275,612,760 | 100% | ||
basicstepnetwork | 0 | 889,464,223 | 100% | ||
rina | 0 | 246,381,109 | 100% | ||
zerohero | 0 | 226,490,412 | 100% | ||
chamviet | 0 | 320,636,462 | 100% | ||
cultura.bitcoin | 0 | 810,234,278 | 100% | ||
timotron | 0 | 79,959,759 | 100% | ||
tcfxyz | 0 | 15,373,897,081 | 100% | ||
sputnik | 0 | 738,914,796 | 100% | ||
desraben | 0 | 245,896,602 | 100% | ||
endaksi1 | 0 | 195,873,649 | 100% | ||
dmitriy | 0 | 244,282,681 | 100% | ||
cristina | 0 | 248,976,801 | 100% | ||
killswitch | 0 | 3,630,919,710 | 100% | ||
mazainderan | 0 | 512,398,641 | 100% | ||
wenden | 0 | 233,590,806 | 100% | ||
btcshare7 | 0 | 1,173,695,117 | 100% | ||
radpansen | 0 | 7,288,177,427 | 100% | ||
startrek99 | 0 | 208,625,196 | 100% | ||
brutalbro | 0 | 77,600,093 | 100% | ||
kirill7 | 0 | 38,780,375 | 100% | ||
turbosnail9 | 0 | 263,549,133 | 100% | ||
ghozia | 0 | 236,647,175 | 100% | ||
lovenugz | 0 | 2,005,787,304 | 100% | ||
on0tole | 0 | 2,317,289,563 | 100% | ||
kovatelj | 0 | 230,674,093 | 100% | ||
ardina | 0 | 38,421,985 | 100% | ||
leksimus | 0 | 225,504,197 | 100% | ||
suren0881 | 0 | 95,896,379 | 100% | ||
zhuvazhuva | 0 | 248,247,649 | 100% | ||
funkyshet | 0 | 177,080,981 | 100% | ||
majestymage | 0 | 189,446,408 | 100% | ||
surf4life | 0 | 59,323,687 | 100% | ||
wooddagawd | 0 | 233,504,711 | 100% | ||
cloh76 | 0 | 393,024,763 | 100% | ||
im1984 | 0 | 233,173,481 | 100% | ||
steemtest | 0 | 237,847,097 | 100% | ||
maxkoud | 0 | 237,821,314 | 100% | ||
agente | 0 | 218,563,426 | 100% | ||
niquebs | 0 | 1,610,893,216 | 100% | ||
windz | 0 | 237,190,663 | 100% | ||
bitland | 0 | 166,004,545 | 100% | ||
elargroup | 0 | 236,966,404 | 100% | ||
duts-bg | 0 | 241,492,142 | 100% | ||
d3v667 | 0 | 236,735,074 | 100% | ||
volcano | 0 | 236,731,583 | 100% | ||
senseiteekay | 0 | 208,297,331 | 100% | ||
edrivegom | 0 | 169,334,435 | 100% | ||
shine2lay | 0 | 1,070,553,346 | 100% | ||
christiaan | 0 | 212,848,688 | 100% | ||
msevoe | 0 | 222,115,819 | 100% | ||
igster | 0 | 1,367,647,960 | 100% | ||
phantomraviolis | 0 | 179,563,782 | 100% | ||
sephiroth | 0 | 30,716,338,023 | 100% | ||
suresh2 | 0 | 240,902,189 | 100% | ||
seagul | 0 | 61,520,333 | 100% | ||
cloveandcinnamon | 0 | 204,655,167 | 100% | ||
mianeri | 0 | 58,576,052 | 100% | ||
bycz | 0 | 235,993,637 | 100% | ||
xema2110 | 0 | 226,541,069 | 100% | ||
gobbahfett | 0 | 275,041,850 | 100% | ||
kodachrome | 0 | 324,872,730 | 100% | ||
bittrx | 0 | 120,283,247 | 100% | ||
bttrex | 0 | 120,278,233 | 100% | ||
pigatto | 0 | 235,793,084 | 100% | ||
stephencurry | 0 | 22,266,338,739 | 100% | ||
bittrex.com | 0 | 120,169,524 | 100% | ||
blinova | 0 | 7,375,497,718 | 100% | ||
axiomprime | 0 | 238,242,508 | 100% | ||
luisucv34 | 0 | 0 | 100% | ||
anduweb | 0 | 207,942,399 | 100% | ||
sudnokpok | 0 | 71,548,190 | 100% | ||
artific | 0 | 9,999,634,354 | 100% | ||
szczepan | 0 | 235,106,637 | 100% | ||
okan | 0 | 235,034,910 | 100% | ||
blacklecat | 0 | 239,688,548 | 100% | ||
ryogrid | 0 | 225,478,620 | 100% | ||
m34ndy0u | 0 | 234,760,318 | 100% | ||
becker | 0 | 4,208,024,168 | 100% | ||
sethobrvt | 0 | 239,359,174 | 100% | ||
sbq777t | 0 | 35,927,558,160 | 100% | ||
danthomson | 0 | 234,592,571 | 100% | ||
poneb | 0 | 234,509,505 | 100% | ||
delik | 0 | 56,291,616 | 100% | ||
jubilee | 0 | 239,174,664 | 100% | ||
jdegraaf | 0 | 234,381,424 | 100% | ||
dudutaulois | 0 | 244,264,010 | 100% | ||
giostar | 0 | 224,898,534 | 100% | ||
alejandradd | 0 | 229,566,720 | 100% | ||
ragnarok | 0 | 236,144,983 | 100% | ||
willytrader | 0 | 238,838,783 | 100% | ||
ranajit | 0 | 168,583,281 | 100% | ||
dannymoor | 0 | 238,810,751 | 100% | ||
iamwne | 0 | 215,303,501 | 100% | ||
calaber24p | 0 | 229,278,245 | 100% | ||
ekzjuperi | 0 | 2,338,690 | 0% | ||
syre7 | 0 | 461,307,459 | 100% | ||
ubg | 0 | 3,359,152,004 | 100% | ||
gribgo | 0 | 181,490,307 | 100% | ||
ladeblah | 0 | 107,457,435 | 100% | ||
sabbybibi | 0 | 114,434,691 | 100% | ||
bones | 0 | 119,101,813 | 100% | ||
akronte | 0 | 119,093,841 | 100% | ||
terrys999 | 0 | 116,745,843 | 100% | ||
cryptobro | 0 | 984,050,382 | 100% | ||
hastingshuggins | 0 | 119,055,110 | 100% | ||
mobileready | 0 | 112,039,211 | 100% | ||
freefolk | 0 | 95,671,686 | 100% | ||
denverliu | 0 | 431,971,420 | 100% | ||
skyzalimit | 0 | 116,877,651 | 100% | ||
junzhang | 0 | 118,914,381 | 100% | ||
jaypee15sunga | 0 | 32,592,300 | 100% | ||
bitlord | 0 | 83,644,634 | 100% | ||
armen7777 | 0 | 97,559,338 | 100% | ||
bellodox | 0 | 116,079,121 | 100% | ||
qonq99 | 0 | 39,462,468 | 100% | ||
mobidok | 0 | 118,345,594 | 100% | ||
fluffysiamesecat | 0 | 116,018,819 | 100% | ||
levsha | 0 | 111,369,319 | 100% | ||
elmusic | 0 | 113,824,776 | 100% | ||
sciphobia | 0 | 115,967,114 | 100% | ||
zelgald1 | 0 | 109,002,593 | 100% | ||
fellucky | 0 | 228,339,544 | 100% | ||
ainen | 0 | 118,083,712 | 100% | ||
maurizio | 0 | 16,296,870 | 100% | ||
sergey22 | 0 | 43,893,223 | 100% | ||
yorg | 0 | 99,026,149 | 100% | ||
wishsin | 0 | 115,142,346 | 100% | ||
neurocyde | 0 | 263,834,071 | 100% | ||
mikeoleksyuk | 0 | 48,332,565 | 100% | ||
vol6tmetr | 0 | 117,336,810 | 100% | ||
thimo1 | 0 | 80,484,601 | 100% | ||
krassvs | 0 | 110,772,442 | 100% | ||
grishchuksasha | 0 | 114,752,708 | 100% | ||
spuddya7x | 0 | 114,733,212 | 100% | ||
nourhan | 0 | 105,361,087 | 100% | ||
beastmastermason | 0 | 129,059,751 | 100% | ||
blueciruit | 0 | 116,582,874 | 100% | ||
ungratefulchump | 0 | 1,710,278,949 | 100% | ||
lemooljiang | 0 | 223,877,624 | 100% | ||
dimniki198 | 0 | 61,540,508 | 100% | ||
marriedbear | 0 | 47,807,654 | 100% | ||
ace108 | 0 | 132,698,831 | 100% | ||
sisterholics | 0 | 286,827,740 | 100% | ||
investk | 0 | 112,799,719 | 100% | ||
vadim | 0 | 395,180,036 | 100% | ||
kukuy | 0 | 79,547,036 | 100% | ||
b2ball6playa | 0 | 112,499,515 | 100% | ||
midou05 | 0 | 33,713,420 | 100% | ||
alanc | 0 | 114,547,980 | 100% | ||
tankwater | 0 | 112,213,978 | 100% | ||
iraniansteem | 0 | 60,566,705 | 100% | ||
derder | 0 | 113,498,793 | 100% | ||
malaiandrueth | 0 | 45,590,570,445 | 100% | ||
grahnite | 0 | 101,580,600 | 100% | ||
alrx6918 | 0 | 59,499,801 | 100% | ||
nigmat | 0 | 51,194,191 | 100% | ||
hobgoblin | 0 | 63,800,620 | 100% | ||
asdes | 0 | 17,999,168 | 100% | ||
crystalbd | 0 | 63,635,691 | 100% | ||
stels13d | 0 | 55,412,613 | 100% | ||
mangous | 0 | 45,751,123 | 100% | ||
rastriga | 0 | 63,658,359 | 100% | ||
josesb | 0 | 63,227,491 | 100% | ||
dolov | 0 | 61,483,853 | 100% | ||
feder | 0 | 61,811,983 | 100% | ||
costins | 0 | 58,007,601 | 100% | ||
leofirehorse | 0 | 36,981,925 | 100% | ||
nonamer | 0 | 94,130,852 | 100% | ||
ropedancer | 0 | 61,410,790 | 100% | ||
mrdsoft | 0 | 0 | 100% | ||
nrpblack | 0 | 13,497,022 | 100% | ||
sprocketus | 0 | 62,507,935 | 100% | ||
jocelyn16 | 0 | 53,891,175 | 100% | ||
torocat | 0 | 56,191,567 | 100% | ||
derrentang | 0 | 58,782,746 | 100% | ||
ashwim | 0 | 59,292,087 | 100% | ||
dal51 | 0 | 43,601,989 | 100% | ||
kamilowski | 0 | 47,693,403 | 100% | ||
ss7stas | 0 | 58,425,261 | 100% | ||
brucy | 0 | 4,633,380 | 100% | ||
stephenfrost | 0 | 9,579,681,724 | 100% | ||
mandibil | 0 | 8,000,912,011 | 100% | ||
maximator15 | 0 | 50,856,661 | 100% | ||
vtmdmd | 0 | 1,780,429,913 | 100% | ||
anomaly | 0 | 0 | 100% | ||
rymlen | 0 | 0 | 100% | ||
diogo.jesus | 0 | 0 | 100% | ||
liferwyn | 0 | 0 | 100% | ||
dj3016 | 0 | 0 | 100% | ||
cryptobanker | 0 | 0 | 100% | ||
demartini | 0 | 0 | 100% | ||
mafeeva | 0 | 0 | 100% | ||
chappers | 0 | 0 | 100% | ||
chesatochi | 0 | 0 | 100% | ||
codydeeds | 0 | 0 | 100% | ||
snyderz | 0 | 0 | 100% | ||
rjchuyy1 | 0 | 0 | 100% | ||
bluefin | 0 | 0 | 100% | ||
sflaherty | 0 | 0 | 100% | ||
lifespring | 0 | 0 | 100% | ||
dommaraju | 0 | 0 | 100% | ||
bi5h0p | 0 | 0 | 100% | ||
kaos247 | 0 | 0 | 100% | ||
chl | 0 | 0 | 100% | ||
creativityflow | 0 | 0 | 100% | ||
hadif66 | 0 | 0 | 100% | ||
omar-hesham | 0 | 0 | 100% | ||
jezykowaty | 0 | 0 | 100% | ||
vinaypsychic | 0 | 0 | 100% | ||
hkjn | 0 | 0 | 100% | ||
exx007 | 0 | 0 | 100% | ||
publictext | 0 | 0 | 100% | ||
product-design | 0 | 0 | 100% | ||
trihrom | 0 | 0 | 100% | ||
sisirath | 0 | 0 | 100% | ||
ygriffiny | 0 | 0 | 100% | ||
garretlim | 0 | 0 | 100% | ||
alvinauh | 0 | 0 | 100% | ||
tnadu | 0 | 0 | 100% | ||
jiren | 0 | 0 | 100% | ||
spotting-car | 0 | 0 | 100% | ||
nasiriq | 0 | 0 | 100% | ||
ogure | 0 | 0 | 0% | ||
ethoss | 0 | 0 | 100% | ||
holyreturned256 | 0 | 0 | 100% | ||
jeongsoo.kim | 0 | 0 | 100% | ||
mohandas | 0 | 0 | 100% | ||
fattydolphin | 0 | 0 | 100% | ||
blockurator | 0 | 0 | 100% | ||
amit86 | 0 | 0 | 100% |
https://s32.postimg.org/oi059tsph/image.png HELP ME!
author | adrehajiuh |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160719t133705874z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://s32.postimg.org/oi059tsph/image.png"]} |
created | 2016-07-19 13:37:12 |
last_update | 2016-07-19 13:37:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 62,764,206,719 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 188,223 |
net_rshares | 263,890,416 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adrehajiuh | 0 | 263,890,416 | 100% |
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...
author | agusnb |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t044140611z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 04:42:12 |
last_update | 2016-07-13 04:57:48 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 302 |
author_reputation | 8,038,154 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,988 |
net_rshares | 0 |
They will go to your wallet as Steem Power.
author | tuck-fheman |
---|---|
permlink | re-agusnb-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t053723212z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 05:37:39 |
last_update | 2016-07-13 05:37:39 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,508 |
net_rshares | 100,449,341 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ladeblah | 0 | 100,449,341 | 100% |
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?
author | danthomson |
---|---|
permlink | re-tuck-fheman-re-agusnb-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t145341676z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 14:53:39 |
last_update | 2016-07-14 14:53:39 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 7,535,411 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 111,320 |
net_rshares | 0 |
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
author | ainen |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160718t183206351z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://steemitup.eu/witness_node_data_dir.tar.gz"]} |
created | 2016-07-18 18:32:06 |
last_update | 2016-07-18 18:32:06 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.304 HBD |
curator_payout_value | 0.430 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 196 |
author_reputation | 13,377,759,502 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 170,727 |
net_rshares | 808,395,649,987 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 807,845,332,973 | 100% | ||
denverliu | 0 | 431,971,420 | 100% | ||
mobidok | 0 | 118,345,594 | 100% |
/
author | alex-dinu |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t211715296z |
category | steem |
json_metadata | {} |
created | 2016-05-29 21:17:15 |
last_update | 2016-05-29 21:22:24 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 98,254,973,600 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,164 |
net_rshares | 261,865,029 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jeewaka | 0 | 261,865,029 | 100% |
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.
author | anarcharos |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160820t173931711z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-08-20 17:39:33 |
last_update | 2016-08-20 19:07:00 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 873 |
author_reputation | 94,040,191,830 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 908,542 |
net_rshares | 96,720,141 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anarcharos | 0 | 96,720,141 | 100% |
My hash rate: hash rate: 11953 hps target: 25 queue: 84 estimated time to produce: 46 minutes is it worth minig lioke this? THX!!
author | anarcharos |
---|---|
permlink | re-anarcharos-re-tuck-fheman-how-to-mine-steem-in-windows-20160820t174401822z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-08-20 17:44:03 |
last_update | 2016-08-20 17:44:03 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 94,040,191,830 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 908,605 |
net_rshares | 0 |
Be aware, setting the mining-threads field is not optional to mine. It should be at least set to 1.
author | arhag |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t051554404z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:15:54 |
last_update | 2016-05-29 05:15:54 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 52,490,827,205,383 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,469 |
net_rshares | 116,736,198,344 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 116,181,916,973 | 100% | ||
tshering-tamang | 0 | 554,281,371 | 100% |
"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".
author | fuzzyvest |
---|---|
permlink | re-arhag-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t053536971z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:35:36 |
last_update | 2016-05-29 05:35:36 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 246 |
author_reputation | 16,076,269,237,260 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,486 |
net_rshares | 14,619,524,014 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
proctologic | 0 | 14,065,242,643 | 100% | ||
tshering-tamang | 0 | 554,281,371 | 100% |
Easy to specify on the command line with -t though, which is how I've always done it.
author | smooth |
---|---|
permlink | re-arhag-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t051913100z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:19:12 |
last_update | 2016-05-29 05:19:12 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 260,342,945,372,716 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,472 |
net_rshares | 116,181,916,973 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 116,181,916,973 | 100% |
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.
author | tuck-fheman |
---|---|
permlink | re-arhag-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t053249108z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:32:57 |
last_update | 2016-05-29 05:33:09 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,484 |
net_rshares | 0 |
Nice. So you don't need people to elect you like in Bitshares to be able to mine?
author | arkanaprotego |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t052320050z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:22:54 |
last_update | 2016-05-29 05:22:54 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 389,246,900,737 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,477 |
net_rshares | 0 |
Nope.
author | tuck-fheman |
---|---|
permlink | re-arkanaprotego-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t052647236z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:26:57 |
last_update | 2016-05-29 05:26:57 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,480 |
net_rshares | 0 |
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.
author | arkanaprotego |
---|---|
permlink | re-tuck-fheman-re-arkanaprotego-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t121429318z |
category | steem |
json_metadata | {} |
created | 2016-05-29 12:14:03 |
last_update | 2016-05-29 12:14:03 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 489 |
author_reputation | 389,246,900,737 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,691 |
net_rshares | 0 |
Don't you need some quotes there? ~~~~ witness = "your-steem-account-name" ~~~~ Otherwise I get a parsing error (on the Linux version at least).
author | arkanaprotego |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t055201098z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:51:36 |
last_update | 2016-05-29 05:51:36 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 146 |
author_reputation | 389,246,900,737 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,501 |
net_rshares | 16,538,451,211 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bangking | 0 | 11,744,661,257 | 100% | ||
tshering-tamang | 0 | 554,281,371 | 100% | ||
xav | 0 | 4,239,508,583 | 100% |
Not sure. I was running without quotes without issue. Perhaps for hyphenated accounts it is required? Maybe @arhag can confirm.
author | tuck-fheman |
---|---|
permlink | re-arkanaprotego-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t062657725z |
category | steem |
json_metadata | {"users":["arhag"]} |
created | 2016-05-29 06:27:03 |
last_update | 2016-05-29 06:27:03 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,515 |
net_rshares | 0 |
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?
author | bangking |
---|---|
permlink | re-tuck-fheman-re-arkanaprotego-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t064626686z |
category | steem |
json_metadata | {} |
created | 2016-05-29 06:46:27 |
last_update | 2016-05-29 06:46:27 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 6,144,226,303,189 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,528 |
net_rshares | 0 |
<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> </p> <p><br></p> <p>What is the full path for the steem-v0-5-0-windows folder? 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>
author | asabovesobelow |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160622t051252507z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-22 05:12:51 |
last_update | 2016-06-22 05:12:51 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 462 |
author_reputation | 1,278,117,927,133 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,153 |
net_rshares | 0 |
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`
author | tuck-fheman |
---|---|
permlink | re-asabovesobelow-re-tuck-fheman-how-to-mine-steem-in-windows-20160622t173759089z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-22 17:38:15 |
last_update | 2016-06-22 17:38:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 360 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,602 |
net_rshares | 0 |
how do I mine an account without having and existing one?
author | ash |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160625t194758115z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-25 19:47:57 |
last_update | 2016-06-25 19:47:57 |
depth | 1 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 286,803,743,324,398 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,803 |
net_rshares | 0 |
As soon as you find your first POW the account name you specified in config will be created for you.
author | tuck-fheman |
---|---|
permlink | re-ash-re-tuck-fheman-how-to-mine-steem-in-windows-20160625t200338711z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-25 20:03:57 |
last_update | 2016-06-25 20:03:57 |
depth | 2 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,816 |
net_rshares | 0 |
witness = my future account name, right? I get errors there
author | ash |
---|---|
permlink | re-tuck-fheman-re-ash-re-tuck-fheman-how-to-mine-steem-in-windows-20160625t202103101z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-25 20:21:03 |
last_update | 2016-06-25 20:21:03 |
depth | 3 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 286,803,743,324,398 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,827 |
net_rshares | 0 |
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.
author | bangking |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t074707925z |
category | steem |
json_metadata | {} |
created | 2016-05-29 07:47:09 |
last_update | 2016-05-29 08:02:27 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 205 |
author_reputation | 6,144,226,303,189 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,564 |
net_rshares | 133,529,534,399 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 128,742,124,214 | 100% | ||
walkingmage | 0 | 432,182,212 | 100% | ||
xav | 0 | 4,239,508,583 | 100% | ||
navydude | 0 | 115,719,390 | 100% |
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?
author | bbqbear |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t210658087z |
category | steem |
json_metadata | {} |
created | 2016-05-29 21:07:18 |
last_update | 2016-05-29 21:07:18 |
depth | 1 |
children | 15 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,356 |
author_reputation | 17,818,351,858,368 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,155 |
net_rshares | 0 |
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?
author | aem |
---|---|
permlink | re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t221141957z |
category | steem |
json_metadata | {} |
created | 2016-05-29 22:11:42 |
last_update | 2016-05-29 22:11:42 |
depth | 2 |
children | 8 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 417 |
author_reputation | 6,257,236,508,413 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,210 |
net_rshares | 0 |
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.
author | bbqbear |
---|---|
permlink | re-aem-re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t223317100z |
category | steem |
json_metadata | {} |
created | 2016-05-29 22:33:36 |
last_update | 2016-05-29 22:33:36 |
depth | 3 |
children | 5 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 211 |
author_reputation | 17,818,351,858,368 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,224 |
net_rshares | 0 |
I'm able to run on AMD A10 so far, but still having issues getting it going on my old i7/860.
author | tuck-fheman |
---|---|
permlink | re-aem-re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t224642663z |
category | steem |
json_metadata | {} |
created | 2016-05-29 22:46:51 |
last_update | 2016-05-29 22:46:51 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,230 |
net_rshares | 0 |
Try bitcube's miner, I updated Step 1.
author | tuck-fheman |
---|---|
permlink | re-aem-re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t091618154z |
category | steem |
json_metadata | {} |
created | 2016-05-30 09:16:27 |
last_update | 2016-05-30 09:16:27 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,511 |
net_rshares | 0 |
Did you try the fix at the bottom of the guide?
author | tuck-fheman |
---|---|
permlink | re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t213433012z |
category | steem |
json_metadata | {} |
created | 2016-05-29 21:34:39 |
last_update | 2016-05-29 21:34:39 |
depth | 2 |
children | 5 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,181 |
net_rshares | 0 |
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...
author | bbqbear |
---|---|
permlink | re-tuck-fheman-re-bbqbear-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t214735874z |
category | steem |
json_metadata | {} |
created | 2016-05-29 21:47:54 |
last_update | 2016-05-29 21:47:54 |
depth | 3 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 264 |
author_reputation | 17,818,351,858,368 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,194 |
net_rshares | 0 |
great tutorial, thanks!
author | becker |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t132828624z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 13:28:27 |
last_update | 2016-07-13 13:28:27 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.073 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 15,967,417,289 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,120 |
net_rshares | 710,357,045,649 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 710,357,045,649 | 100% |
Help me !!! What s wrong ? http://i64.tinypic.com/9tjxtt.jpg Thanks much in advance ....
author | bestmalik |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160726t043831239z |
category | steem |
json_metadata | {"tags":["steem"],"image":["http://i64.tinypic.com/9tjxtt.jpg"]} |
created | 2016-07-26 04:38:33 |
last_update | 2016-07-26 04:38:33 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 28,131,790,010 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 366,841 |
net_rshares | 0 |
re intal your blockchain see my post
author | bitmaxt |
---|---|
permlink | re-bestmalik-re-tuck-fheman-how-to-mine-steem-in-windows-20160728t103033546z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-28 10:30:48 |
last_update | 2016-07-28 10:30:48 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 168,859,507,229 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 431,548 |
net_rshares | 0 |
Looks like you've forked. Try to replay the chain. `steemd --replay`
author | tuck-fheman |
---|---|
permlink | re-bestmalik-re-tuck-fheman-how-to-mine-steem-in-windows-20160726t065907323z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-26 06:59:12 |
last_update | 2016-07-26 06:59:12 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 368,004 |
net_rshares | 6,744,989,227 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
perky | 0 | 6,744,989,227 | 100% |
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.
author | bones |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160715t062600143z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 06:25:57 |
last_update | 2016-07-15 06:26:30 |
depth | 1 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.062 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 298 |
author_reputation | 116,856,214,624 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,432 |
net_rshares | 167,661,229,155 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
will-zewe | 0 | 167,353,861,085 | 100% | ||
kirill7 | 0 | 188,292,177 | 100% | ||
soulcheater | 0 | 119,075,893 | 100% |
Due to the hack today you will need to wait for a new Windows miner or use a VM to mine under Ubuntu.
author | tuck-fheman |
---|---|
permlink | re-bones-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t064936671z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 06:49:57 |
last_update | 2016-07-15 06:49:57 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.062 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,659 |
net_rshares | 168,132,522,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
will-zewe | 0 | 167,353,861,085 | 100% | ||
kirill7 | 0 | 188,292,177 | 100% | ||
mrgreen | 0 | 235,484,148 | 100% | ||
bones | 0 | 120,110,439 | 100% | ||
soulcheater | 0 | 116,741,072 | 100% | ||
navydude | 0 | 118,033,778 | 100% |
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.
author | bones |
---|---|
permlink | re-tuck-fheman-re-bones-re-tuck-fheman-how-to-mine-steem-in-windows-20160716t021146567z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-16 02:11:42 |
last_update | 2016-07-16 02:11:42 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 235 |
author_reputation | 116,856,214,624 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 129,075 |
net_rshares | 0 |
Is this the error i keep getting about cant push to block because the miner is down?
author | navydude |
---|---|
permlink | re-tuck-fheman-re-bones-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t164655169z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 16:46:54 |
last_update | 2016-07-15 16:46:54 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 100,255,411 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 121,708 |
net_rshares | 216,107,324 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
digi3d | 0 | 82,743,871 | 100% | ||
navydude | 0 | 133,363,453 | 100% |
That makes two of us glad to see I found an answer.
author | will-zewe |
---|---|
permlink | re-bones-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t082031206z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 08:20:27 |
last_update | 2016-07-15 08:20:27 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 10,620,815,246,903 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,262 |
net_rshares | 234,496,404 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bones | 0 | 117,755,332 | 100% | ||
soulcheater | 0 | 116,741,072 | 100% |
Hey, How im gonna configure my antminer s1 to use steem?
author | brie |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t210438124z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 21:04:39 |
last_update | 2016-07-13 21:04:39 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 368,952,265 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,721 |
net_rshares | 0 |
;) I'm assuming you're joking. If not, the answer is ... you can't.
author | tuck-fheman |
---|---|
permlink | re-brie-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t064443945z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 06:45:03 |
last_update | 2016-07-14 06:45:03 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 106,412 |
net_rshares | 0 |
Damn it uses sha-256 anyway?
author | brie |
---|---|
permlink | re-tuck-fheman-re-brie-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t083457600z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 08:34:57 |
last_update | 2016-07-14 08:34:57 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 368,952,265 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,315 |
net_rshares | 0 |
I still just keep getting a red message saying that I havent configured any miners.
author | calaber24p |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t223932601z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 22:39:30 |
last_update | 2016-07-13 22:39:30 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 313,033,964,963,339 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,828 |
net_rshares | 0 |
You likely need to edit config.ini or you have edited it incorrectly. Join the Slack channel and go to #mining for help.
author | tuck-fheman |
---|---|
permlink | re-calaber24p-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t064408899z |
category | steem |
json_metadata | {"tags":["mining","steem"]} |
created | 2016-07-14 06:44:27 |
last_update | 2016-07-14 06:44:27 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 106,408 |
net_rshares | 55,416,406 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drikanar | 0 | 55,416,406 | 100% |
Awesome job!
author | clayop |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t062216453z |
category | steem |
json_metadata | {} |
created | 2016-05-29 06:22:15 |
last_update | 2016-05-29 06:22:15 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 270,845,899,918,618 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,513 |
net_rshares | 0 |
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. ;)
author | tuck-fheman |
---|---|
permlink | re-clayop-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t193150833z |
category | steem |
json_metadata | {} |
created | 2016-05-29 19:31:57 |
last_update | 2016-05-29 20:25:45 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,056 |
net_rshares | 0 |
very impressive, l am learning much now
author | daniel-ehiwario |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160617t093747501z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-17 09:37:45 |
last_update | 2016-06-17 09:37:45 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.021 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 5,814,819,369 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,199 |
net_rshares | 132,000,174,325 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 132,000,174,325 | 100% |
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
author | danthomson |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t165257640z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 16:52:57 |
last_update | 2016-07-13 16:52:57 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 314 |
author_reputation | 7,535,411 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,410 |
net_rshares | 0 |
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?
author | tallmansteez |
---|---|
permlink | re-danthomson-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t211835552z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 21:18:36 |
last_update | 2016-07-13 21:24:39 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 28,958,570 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,896 |
net_rshares | 0 |
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?
author | will-zewe |
---|---|
permlink | re-tallmansteez-re-danthomson-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t053810511z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 05:38:09 |
last_update | 2016-07-14 05:38:09 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 141 |
author_reputation | 10,620,815,246,903 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 105,823 |
net_rshares | 0 |
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.
author | danyalmanzar |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t105606742z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 10:56:06 |
last_update | 2016-07-13 10:56:06 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 148 |
author_reputation | 0 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 93,937 |
net_rshares | 0 |
https://steem.io/documentation/consensus/
author | tuck-fheman |
---|---|
permlink | re-danyalmanzar-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t162425174z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steem.io/documentation/consensus/"]} |
created | 2016-07-13 16:24:42 |
last_update | 2016-07-13 16:24:42 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,025 |
net_rshares | 0 |
What if I have 4 computers in my LAN? All of them use the same .ini file ?
author | denverliu |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160719t132638523z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-19 13:26:36 |
last_update | 2016-07-19 13:26:36 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 12,248,503,488 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 187,982 |
net_rshares | 1,354,333,457 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marcgodard | 0 | 1,354,333,457 | 100% |
I am trying to figure out the same thing. Let me know if you figure it out please :)
author | marcgodard |
---|---|
permlink | re-denverliu-re-tuck-fheman-how-to-mine-steem-in-windows-20160723t121829273z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-23 12:18:30 |
last_update | 2016-07-23 12:18:30 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 2,731,070,015,029 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 295,451 |
net_rshares | 0 |
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?
author | denverliu |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160723t175432696z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-23 17:54:42 |
last_update | 2016-07-23 18:08:24 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 12,248,503,488 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 301,863 |
net_rshares | 0 |
http://www.steemit.com/@denverliu2 If you go to your wallet, it shows 1.004 Steem Power.
author | daowisp |
---|---|
permlink | re-denverliu-re-tuck-fheman-how-to-mine-steem-in-windows-20160726t012506748z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://www.steemit.com/@denverliu2"]} |
created | 2016-07-26 01:25:09 |
last_update | 2016-07-26 01:25:09 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.228 HBD |
curator_payout_value | 0.075 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 2,750,638,235,966 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 363,305 |
net_rshares | 512,439,832,381 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
piedpiper | 0 | 512,439,832,381 | 100% |
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.
author | denverliu |
---|---|
permlink | re-daowisp-re-denverliu-re-tuck-fheman-how-to-mine-steem-in-windows-20160726t022933489z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-26 02:29:30 |
last_update | 2016-07-26 02:30:39 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 193 |
author_reputation | 12,248,503,488 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 364,333 |
net_rshares | 795,594,101 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
denverliu | 0 | 733,710,484 | 100% | ||
denverliu2 | 0 | 61,883,617 | 100% |
author | tuck-fheman |
---|---|
permlink | re-denverliu-re-tuck-fheman-how-to-mine-steem-in-windows-20160725t164341661z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-25 16:43:48 |
last_update | 2016-07-25 16:43:48 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 350,335 |
net_rshares | 13,959,966,906 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
perky | 0 | 7,210,160,897 | 100% | ||
by24seven | 0 | 6,749,806,009 | 100% |
27300 hps AMD FX 8320 8 threads Is it normal? mining at videocard is real?
author | dmitriy |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160710t142319116z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-10 14:23:21 |
last_update | 2016-07-10 14:23:21 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 13,724,412 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 73,728 |
net_rshares | 0 |
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.
author | tuck-fheman |
---|---|
permlink | re-dmitriy-re-tuck-fheman-how-to-mine-steem-in-windows-20160710t235106601z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-10 23:51:18 |
last_update | 2016-07-10 23:51:18 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,101 |
net_rshares | 130,413,991 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mirspirs | 0 | 130,413,991 | 100% |
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
author | kamal |
---|---|
permlink | re-tuck-fheman-re-dmitriy-re-tuck-fheman-how-to-mine-steem-in-windows-20160814t120222717z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/earn/@kamal/really-earn-2usd-5usd-per-day-or-more-just-by-chatting"]} |
created | 2016-08-14 12:02:24 |
last_update | 2016-08-14 12:02:24 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 29,904,605,823 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 797,310 |
net_rshares | 54,240,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kamal | 0 | 54,240,555 | 100% |
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
author | kamal |
---|---|
permlink | re-tuck-fheman-re-dmitriy-re-tuck-fheman-how-to-mine-steem-in-windows-20160814t120733957z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/earn/@kamal/really-earn-2usd-5usd-per-day-or-more-just-by-chatting"]} |
created | 2016-08-14 12:07:36 |
last_update | 2016-08-14 12:07:36 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 29,904,605,823 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 797,353 |
net_rshares | 54,240,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kamal | 0 | 54,240,555 | 100% |
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**
author | dyausdiu |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t002150090z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://www.steemitup.eu/witness_node_data_dir.tar.gz"]} |
created | 2016-07-13 00:21:48 |
last_update | 2016-07-13 00:21:48 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 558 |
author_reputation | 49,424,119,965 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 89,134 |
net_rshares | 646,587,699,931 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 643,711,163,384 | 100% | ||
thhiggi | 0 | 256,630,147 | 100% | ||
steamit | 0 | 1,852,799,939 | 100% | ||
d3v667 | 0 | 232,000,372 | 100% | ||
dyausdiu | 0 | 241,062,402 | 100% | ||
okan | 0 | 239,735,609 | 100% | ||
drikanar | 0 | 54,308,078 | 100% | ||
demartini | 0 | 0 | 100% | ||
kaos247 | 0 | 0 | 100% |
Having the witness error, but the download link provided is down... Could you provide a mirror by any chance?
author | steamit |
---|---|
permlink | re-dyausdiu-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t235347994z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 23:53:48 |
last_update | 2016-07-13 23:53:48 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 3,076,245,373,780 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,699 |
net_rshares | 0 |
Could this damage your computer? When i look at the performance i see 100% cpu usage
author | feder |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160727t074116281z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-27 07:41:09 |
last_update | 2016-07-27 07:41:09 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 510,672,029 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 397,288 |
net_rshares | 60,575,743 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
feder | 0 | 60,575,743 | 100% |
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 ?
author | hadif66 |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20170622t184844698z |
category | steem |
json_metadata | {"tags":["steem"],"users":["tuck-fheman"],"app":"steemit/0.1"} |
created | 2017-06-22 18:48:51 |
last_update | 2017-06-22 18:48:51 |
depth | 1 |
children | 2 |
last_payout | 2017-06-29 18:48:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,750 |
author_reputation | 4,695,929,953,282 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,666,447 |
net_rshares | 2,483,720,983 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
philipnbrown | 0 | 2,483,720,983 | 100% |
Steem mining ended a long time ago. This post is very old. :)
author | tuck-fheman |
---|---|
permlink | re-hadif66-re-tuck-fheman-how-to-mine-steem-in-windows-20170622t185309524z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-22 18:53:09 |
last_update | 2017-06-22 18:53:09 |
depth | 2 |
children | 1 |
last_payout | 2017-06-29 18:53:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,666,904 |
net_rshares | 589,999,085 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hadif66 | 0 | 589,999,085 | 100% |
Sorry I'm new :D
author | hadif66 |
---|---|
permlink | re-tuck-fheman-re-hadif66-re-tuck-fheman-how-to-mine-steem-in-windows-20170622t204431005z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-22 20:44:48 |
last_update | 2017-06-22 20:44:48 |
depth | 3 |
children | 0 |
last_payout | 2017-06-29 20:44:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 4,695,929,953,282 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,678,788 |
net_rshares | 0 |
how to get the WIF private key for my miner ??
author | hossary |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t195304213z |
category | steem |
json_metadata | {} |
created | 2016-05-29 19:53:06 |
last_update | 2016-05-29 19:53:06 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 10,246,580,355,015 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,068 |
net_rshares | 440,825,856 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
walkingmage | 0 | 440,825,856 | 100% |
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.
author | tuck-fheman |
---|---|
permlink | re-hossary-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t200218587z |
category | steem |
json_metadata | {} |
created | 2016-05-29 20:02:27 |
last_update | 2016-05-29 20:02:27 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 209 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,080 |
net_rshares | 14,642,416,718 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
walkingmage | 0 | 432,182,212 | 100% | ||
hossary | 0 | 14,166,602,287 | 100% | ||
kirill7 | 0 | 43,632,219 | 100% |
Thank You!
author | hossary |
---|---|
permlink | re-tuck-fheman-re-hossary-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t200550653z |
category | steem |
json_metadata | {} |
created | 2016-05-29 20:05:51 |
last_update | 2016-05-29 20:05:51 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 10,246,580,355,015 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,083 |
net_rshares | 0 |
 I am getting this problem plz tell me what to do @tuck-fheman Plz guide me bro
author | hunzlakhan |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20171129t141111275z |
category | steem |
json_metadata | {"tags":["steem"],"users":["tuck-fheman"],"image":["https://steemitimages.com/DQmeLLN277zPKaB2uxWYhM6aBFcVn5w7bWCjHXnSREqf3dz/image.png"],"app":"steemit/0.1"} |
created | 2017-11-29 14:11:15 |
last_update | 2017-11-29 14:11:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-06 14:11:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 26,115,900,608 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,891,459 |
net_rshares | 0 |
Guys the blockchain.zip is no longer available. Could you take a look?
author | jasonmcz |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t031545744z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 03:15:45 |
last_update | 2016-07-13 03:15:45 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 15,125,782,224,192 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,426 |
net_rshares | 0 |
Thanks for letting me know, I'm uploading a copy to Mega and will post link shortly.
author | tuck-fheman |
---|---|
permlink | re-jasonmcz-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t054123254z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 05:41:39 |
last_update | 2016-07-13 05:41:39 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,539 |
net_rshares | 0 |
Yep not a problem!!
author | jasonmcz |
---|---|
permlink | re-tuck-fheman-re-jasonmcz-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t114346860z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 11:43:48 |
last_update | 2016-07-13 11:43:48 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 15,125,782,224,192 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 94,249 |
net_rshares | 0 |
Backup blockchain file : https://mega.nz/#!bUQBjADa!754D4TDs8_9J1tQ4lZyZrby5lS1bTaWpx5vtdsKI1R0
author | tuck-fheman |
---|---|
permlink | re-jasonmcz-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t055155726z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://mega.nz/#!bUQBjADa!754D4TDs8_9J1tQ4lZyZrby5lS1bTaWpx5vtdsKI1R0"]} |
created | 2016-07-13 05:52:12 |
last_update | 2016-07-13 05:52:12 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,639 |
net_rshares | 55,416,406 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drikanar | 0 | 55,416,406 | 100% |
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?
author | jeewaka |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160707t185129025z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-07 18:51:33 |
last_update | 2016-07-07 18:51:33 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 296 |
author_reputation | 126,637,605 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,500 |
net_rshares | 0 |
> 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
author | tuck-fheman |
---|---|
permlink | re-jeewaka-re-tuck-fheman-how-to-mine-steem-in-windows-20160707t192210339z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://steemd.com/@accountname"]} |
created | 2016-07-07 19:22:15 |
last_update | 2016-07-07 19:22:36 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 239 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,585 |
net_rshares | 0 |
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.
author | jerome-colley |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t220507404z |
category | steem |
json_metadata | {} |
created | 2016-05-29 22:05:12 |
last_update | 2016-05-29 22:05:12 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 184 |
author_reputation | 5,483,291,893,261 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,207 |
net_rshares | 0 |
The key is included in the link, but here it is. `!ipmJvklQXd3cR2r_9RqJC9wkVTqqM8lfD33eqsm1ZiY`
author | tuck-fheman |
---|---|
permlink | re-jerome-colley-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t223237618z |
category | steem |
json_metadata | {} |
created | 2016-05-29 22:32:48 |
last_update | 2016-05-29 22:32:48 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 96 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,223 |
net_rshares | 0 |
appreciate this so important information quick question does this work on windows 7 pro ?
author | jiren |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20171227t044536689z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-12-27 04:45:36 |
last_update | 2017-12-27 04:45:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-03 04:45:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | -9,890,483,226 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,451,203 |
net_rshares | 559,941,200 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jiren | 0 | 559,941,200 | 100% |
How do i know that is mining and how much can i expect to earn per day with a i7 laptop? thank you
author | jocelyn16 |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160728t085551466z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-28 08:55:48 |
last_update | 2016-07-28 08:55:48 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 1,993,339,223 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 429,968 |
net_rshares | 0 |
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
author | jujupinto85 |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20171226t131121001z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/faq.html#Can_I_mine_STEEM"],"app":"steemit/0.1"} |
created | 2017-12-26 13:11:21 |
last_update | 2017-12-26 13:11:21 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 13:11:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 11,757,055,182 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,333,116 |
net_rshares | 0 |
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! :)
author | kainmarx |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160801t052453813z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-08-01 05:24:51 |
last_update | 2016-08-01 05:24:51 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 162 |
author_reputation | 1,426,573,010,386 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 527,808 |
net_rshares | 0 |
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
author | khunfarang |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20170705t113013398z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/faq.html#Can_I_mine_STEEM"],"app":"steemit/0.1"} |
created | 2017-07-05 11:30:15 |
last_update | 2017-07-05 11:30:15 |
depth | 1 |
children | 0 |
last_payout | 2017-07-12 11:30:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 185 |
author_reputation | 23,724,395,578 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,385,974 |
net_rshares | 0 |
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?
author | killswitch |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160712t140447578z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 14:04:42 |
last_update | 2016-07-12 14:04:42 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 52,317,559,376 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,403 |
net_rshares | 116,748,082 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
techsaavy | 0 | 116,748,082 | 100% |
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.
author | tuck-fheman |
---|---|
permlink | re-killswitch-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t164216295z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 16:42:30 |
last_update | 2016-07-12 16:42:30 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.081 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 439 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,348 |
net_rshares | 734,103,149,708 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ihashfury | 0 | 733,531,586,391 | 100% | ||
thebatchman | 0 | 404,422,609 | 100% | ||
dimon14 | 0 | 48,057,665 | 100% | ||
techsaavy | 0 | 119,083,043 | 100% |
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)
author | kirill7 |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160712t172303938z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 17:23:06 |
last_update | 2016-07-12 17:23:06 |
depth | 1 |
children | 5 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.065 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | 39,218,698,377 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,611 |
net_rshares | 639,838,201,539 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 639,313,939,430 | 100% | ||
bitland | 0 | 180,653,136 | 100% | ||
jrfantasma | 0 | 226,867,901 | 100% | ||
soulcheater | 0 | 116,741,072 | 100% |
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.
author | jrfantasma |
---|---|
permlink | re-kirill7-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t000450392z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 00:04:51 |
last_update | 2016-07-14 00:04:51 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 597,585,219,224 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,819 |
net_rshares | 226,867,901 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jrfantasma | 0 | 226,867,901 | 100% |
You'll likely get 1-6 per day. You can see your found POW at http://steemd.com/@youraccountname
author | tuck-fheman |
---|---|
permlink | re-kirill7-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t184559237z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://steemd.com/@youraccountname"]} |
created | 2016-07-12 18:46:15 |
last_update | 2016-07-12 18:46:15 |
depth | 2 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.069 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,237 |
net_rshares | 671,342,381,393 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ihashfury | 0 | 670,926,585,696 | 100% | ||
kirill7 | 0 | 74,521,546 | 100% | ||
jrfantasma | 0 | 226,867,901 | 100% | ||
soulcheater | 0 | 114,406,250 | 100% |
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
author | kirill7 |
---|---|
permlink | re-tuck-fheman-re-kirill7-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t201031603z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemd.com/@kirill7"]} |
created | 2016-07-12 20:10:30 |
last_update | 2016-07-12 20:10:30 |
depth | 3 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 202 |
author_reputation | 39,218,698,377 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,819 |
net_rshares | 215,401,005 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
entrepreneur | 0 | 215,401,005 | 100% |
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
author | kodachrome |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160718t085256369z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://github.com/vonkoda/steembuilds/blob/master/release/0.11.0/0.11.0.zip"]} |
created | 2016-07-18 08:52:54 |
last_update | 2016-07-18 08:52:54 |
depth | 1 |
children | 6 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.158 HBD |
curator_payout_value | 0.376 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 329 |
author_reputation | 119,101,290,755 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 162,536 |
net_rshares | 727,195,176,573 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bunny | 0 | 7,468,503,523 | 100% | ||
tuck-fheman | 0 | 717,984,118,758 | 100% | ||
jeky-jeky | 0 | 400,175,254 | 100% | ||
kirill7 | 0 | 274,801,722 | 100% | ||
mixa | 0 | 274,852,233 | 100% | ||
samsonade | 0 | 239,282,406 | 100% | ||
denverliu | 0 | 423,331,991 | 100% | ||
navydude | 0 | 130,110,686 | 100% |
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.
author | navydude |
---|---|
permlink | re-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160718t212738239z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-18 21:27:39 |
last_update | 2016-07-18 21:27:39 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 100,255,411 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 173,721 |
net_rshares | 543,034,259 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
digi3d | 0 | 87,915,363 | 100% | ||
kodachrome | 0 | 318,502,676 | 100% | ||
navydude | 0 | 136,616,220 | 100% |
You may have to wait on bitcube's which seem to work on most machines.
author | tuck-fheman |
---|---|
permlink | re-navydude-re-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160719t041252603z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-19 04:12:54 |
last_update | 2016-07-19 04:12:54 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 180,144 |
net_rshares | 133,363,453 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
navydude | 0 | 133,363,453 | 100% |
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!
author | thebatchman |
---|---|
permlink | re-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160718t125210953z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-18 12:52:12 |
last_update | 2016-07-18 13:28:27 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 10,499,752,392,175 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 165,432 |
net_rshares | 4,939,069,115 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jeky-jeky | 0 | 400,175,254 | 100% | ||
thebatchman | 0 | 4,220,391,185 | 100% | ||
kodachrome | 0 | 318,502,676 | 100% |
where download a new blockchain please
author | jeky-jeky |
---|---|
permlink | re-thebatchman-re-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160719t033703701z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-19 03:36:48 |
last_update | 2016-07-19 03:36:48 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | -284,660,958,555 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 179,666 |
net_rshares | 0 |
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!
author | tuck-fheman |
---|---|
permlink | re-kodachrome-re-tuck-fheman-how-to-mine-steem-in-windows-20160718t123049815z |
category | steem |
json_metadata | {"tags":["mining","steem"]} |
created | 2016-07-18 12:30:51 |
last_update | 2016-07-18 12:30:51 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 262 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 165,140 |
net_rshares | 372,930,395 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kodachrome | 0 | 324,872,730 | 100% | ||
dimon14 | 0 | 48,057,665 | 100% | ||
bangkokhearts | 0 | 0 | 100% |
thanks for a great tutorial
author | krispy123 |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160710t142926197z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-10 14:29:27 |
last_update | 2016-07-10 14:29:27 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 192,954,988,321 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 73,751 |
net_rshares | 643,224,714,147 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 643,181,081,928 | 100% | ||
kirill7 | 0 | 43,632,219 | 100% |
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)?
author | krispy123 |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160710t153609564z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-10 15:36:09 |
last_update | 2016-07-10 15:36:09 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 288 |
author_reputation | 192,954,988,321 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,023 |
net_rshares | 0 |
Overwrite the contents of `witness_node_data_dir\blockchain\database\block_num_to_block` with the two files in the compressed file.
author | tuck-fheman |
---|---|
permlink | re-krispy123-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t122210770z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 12:22:24 |
last_update | 2016-07-12 12:22:24 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,912 |
net_rshares | 0 |
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?
author | ladeblah |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160714t011527255z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 01:15:27 |
last_update | 2016-07-14 01:15:27 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.387 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 287 |
author_reputation | 43,176,407,985 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 103,438 |
net_rshares | 688,960,833,048 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 688,590,857,083 | 100% | ||
backdoorkain | 0 | 369,975,965 | 100% |
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"] )"
author | tallmansteez |
---|---|
permlink | re-ladeblah-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t154746272z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 15:47:45 |
last_update | 2016-07-14 15:47:45 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 327 |
author_reputation | 28,958,570 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 112,030 |
net_rshares | 0 |
I'm fairly certain you need to use different names on multiple boxes.
author | tuck-fheman |
---|---|
permlink | re-ladeblah-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t064302436z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 06:43:21 |
last_update | 2016-07-14 06:43:21 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 106,397 |
net_rshares | 0 |
very good. I want to mining some steem
author | lemooljiang |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160722t083657816z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-22 08:36:57 |
last_update | 2016-07-22 08:36:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 440,584,497,799,091 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 269,626 |
net_rshares | 0 |
How do I get my cli-wallet working properly despite the erorrs?
author | lfcdragon |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160723t185135820z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-23 18:51:36 |
last_update | 2016-07-23 18:51:36 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 24,763,121,605 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 303,085 |
net_rshares | 0 |
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`
author | tuck-fheman |
---|---|
permlink | re-lfcdragon-re-tuck-fheman-how-to-mine-steem-in-windows-20160725t164315712z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-25 16:43:21 |
last_update | 2016-07-25 16:43:21 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 350,324 |
net_rshares | 13,959,966,906 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
perky | 0 | 7,210,160,897 | 100% | ||
by24seven | 0 | 6,749,806,009 | 100% |
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?
author | logicwins |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t154909418z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 15:49:09 |
last_update | 2016-07-13 15:49:09 |
depth | 1 |
children | 11 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 3,542,071,326,282 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 96,563 |
net_rshares | 0 |
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.
author | danthomson |
---|---|
permlink | re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t172841824z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 17:28:39 |
last_update | 2016-07-13 17:28:39 |
depth | 2 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 7,535,411 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,890 |
net_rshares | 0 |
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.
author | asabovesobelow |
---|---|
permlink | re-danthomson-re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t182031761z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 18:20:30 |
last_update | 2016-07-13 18:26:57 |
depth | 3 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 431 |
author_reputation | 1,278,117,927,133 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,662 |
net_rshares | 897,151,396 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mirspirs | 0 | 236,677,243 | 100% | ||
logicwins | 0 | 660,474,153 | 100% |
You're either syncing or in the queue.
author | tuck-fheman |
---|---|
permlink | re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t161759632z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 16:18:15 |
last_update | 2016-07-13 16:18:15 |
depth | 2 |
children | 5 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 96,944 |
net_rshares | 0 |
I guess a better question is.. how long should I expect to sync or queue?
author | logicwins |
---|---|
permlink | re-tuck-fheman-re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t170634078z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 17:06:33 |
last_update | 2016-07-13 17:06:33 |
depth | 3 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 3,542,071,326,282 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,608 |
net_rshares | 0 |
What am I doing wrong here or do I just wait? http://i.imgur.com/3x9TOAQ.png
author | logicwins |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t201113972z |
category | steem |
json_metadata | {"tags":["steem"],"image":["http://i.imgur.com/3x9TOAQ.png"]} |
created | 2016-07-13 20:11:12 |
last_update | 2016-07-13 20:11:12 |
depth | 1 |
children | 6 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 3,542,071,326,282 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,122 |
net_rshares | 0 |
Boot OS? =)
author | brie |
---|---|
permlink | re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t210847028z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 21:08:45 |
last_update | 2016-07-13 21:08:45 |
depth | 2 |
children | 5 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 368,952,265 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,771 |
net_rshares | 0 |
I waited all damn day, it just kept going on hard forks. No idea why this is happening..
author | logicwins |
---|---|
permlink | re-brie-re-logicwins-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t055120135z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 05:51:21 |
last_update | 2016-07-14 05:51:21 |
depth | 3 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 3,542,071,326,282 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 105,945 |
net_rshares | 0 |
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
author | magnebit |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160702t154533692z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-02 15:45:45 |
last_update | 2016-07-02 15:45:45 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 379 |
author_reputation | 4,957,809,430,246 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,305 |
net_rshares | 2,550,799,793 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magnebit | 0 | 2,550,799,793 | 100% |
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.
author | tuck-fheman |
---|---|
permlink | re-magnebit-re-tuck-fheman-how-to-mine-steem-in-windows-20160702t171450797z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-02 17:15:24 |
last_update | 2016-07-02 17:15:24 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 162 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,384 |
net_rshares | 10,151,927,918 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonimau5 | 0 | 2,899,515,058 | 100% | ||
jerome-colley | 0 | 6,986,240,828 | 100% | ||
magnebit | 0 | 266,172,032 | 100% |
Installed and running on win 7 amd and intel i3 laptop.
author | magnebit |
---|---|
permlink | re-tuck-fheman-re-magnebit-re-tuck-fheman-how-to-mine-steem-in-windows-20160708t040629552z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-08 04:06:36 |
last_update | 2016-07-08 04:06:36 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 4,957,809,430,246 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,779 |
net_rshares | 0 |
https://s32.postimg.org/u5ud24n3p/mining.png this is what i get..but no hps???
author | majestymage |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t084528612z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://s32.postimg.org/u5ud24n3p/mining.png"]} |
created | 2016-07-13 08:45:27 |
last_update | 2016-07-13 08:45:27 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 15,762,389,394 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 93,045 |
net_rshares | 55,416,406 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drikanar | 0 | 55,416,406 | 100% |
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)
author | maxkoud |
---|---|
permlink | re-majestymage-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t095449890z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 09:54:51 |
last_update | 2016-07-13 09:55:30 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.073 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 338 |
author_reputation | 64,166,515,448 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 93,477 |
net_rshares | 714,970,889,120 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 710,359,039,802 | 100% | ||
isteemit | 0 | 4,611,849,318 | 100% |
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?
author | isteemit |
---|---|
permlink | re-maxkoud-re-majestymage-re-tuck-fheman-how-to-mine-steem-in-windows-20160718t162415257z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-18 16:24:33 |
last_update | 2016-07-18 16:24:33 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 209 |
author_reputation | 25,840,364,598,625 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 168,519 |
net_rshares | 4,611,849,318 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
isteemit | 0 | 4,611,849,318 | 100% |
yup..i did not have " " on the witness
author | majestymage |
---|---|
permlink | re-maxkoud-re-majestymage-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t104938843z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 10:49:39 |
last_update | 2016-07-13 10:49:39 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 15,762,389,394 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 93,893 |
net_rshares | 0 |
put this in miner gate to make it more easy! :D
author | mianeri |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t020900752z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 02:09:06 |
last_update | 2016-07-13 02:09:06 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 171,634,303,504 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 89,974 |
net_rshares | 63,800,620 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hobgoblin | 0 | 63,800,620 | 100% |
not familiar with POW steem coin. can i mine steem with cpu miner?
author | moh-rokib |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t071852820z |
category | steem |
json_metadata | {} |
created | 2016-05-29 07:19:03 |
last_update | 2016-05-29 07:19:03 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 491,326,507,485 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,549 |
net_rshares | 0 |
Yes, no GPU miner yet, use instruction from this topic to mine with CPU.
author | testz |
---|---|
permlink | re-moh-rokib-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t072951033z |
category | steem |
json_metadata | {} |
created | 2016-05-29 07:29:51 |
last_update | 2016-05-29 07:29:51 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 32,317,482,835,114 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,556 |
net_rshares | 0 |
ok, i will try with my old laptop.. hope not broke. :D (dual core) -_-
author | moh-rokib |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t113128067z |
category | steem |
json_metadata | {} |
created | 2016-05-29 11:31:33 |
last_update | 2016-05-29 11:31:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 491,326,507,485 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,670 |
net_rshares | 0 |
Can we still mining on Windows?
author | murattatar |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20180218t003438228z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-02-18 00:33:33 |
last_update | 2018-02-18 00:33:33 |
depth | 1 |
children | 0 |
last_payout | 2018-02-25 00:33:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 48,825,843,967,967 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,382,978 |
net_rshares | 0 |
I less understand it , i think STEEMIT simply social networking
author | nadian |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160708t064311456z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-08 06:43:00 |
last_update | 2016-07-08 06:43:00 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | -54,594,205,673 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,304 |
net_rshares | 0 |
for MAC?
author | nelu.ceban |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160717t204258756z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-17 20:42:57 |
last_update | 2016-07-17 20:42:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 8,445,852,608,456 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 152,754 |
net_rshares | 0 |
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?
author | neozero |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t165823841z |
category | steem |
json_metadata | {} |
created | 2016-05-29 16:58:27 |
last_update | 2016-05-29 16:58:27 |
depth | 1 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 406 |
author_reputation | 0 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,931 |
net_rshares | 0 |
This is the error I receive most often as well, when I do receive an error.
author | tuck-fheman |
---|---|
permlink | re-neozero-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t180615280z |
category | steem |
json_metadata | {} |
created | 2016-05-29 18:06:24 |
last_update | 2016-05-29 18:06:24 |
depth | 2 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,981 |
net_rshares | 0 |
How often do you receive an error? happens every time I run it.
author | neozero |
---|---|
permlink | re-tuck-fheman-re-neozero-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t181946692z |
category | steem |
json_metadata | {} |
created | 2016-05-29 18:19:48 |
last_update | 2016-05-29 18:19:48 |
depth | 3 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 0 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,997 |
net_rshares | 0 |
Need to give this a try!
author | niquebs |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160713t134613963z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-13 13:46:15 |
last_update | 2016-07-13 13:46:15 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 38,402,955,939 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,298 |
net_rshares | 0 |
http://www.steemitup.eu/blockchain.zip this link does not work(( anybody can upload STEEM blockchain? Thanks
author | on0tole |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160712t110038890z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://www.steemitup.eu/blockchain.zip"]} |
created | 2016-07-12 11:00:42 |
last_update | 2016-07-12 11:00:42 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 951,865,524,120 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,579 |
net_rshares | 38,121,062 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vkoreshkoff | 0 | 38,121,062 | 100% |
Works for me. All it does is download the blockchain. There is no webpage to load.
author | tuck-fheman |
---|---|
permlink | re-on0tole-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t121926935z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 12:19:42 |
last_update | 2016-07-12 12:19:42 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,902 |
net_rshares | 0 |
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) 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
author | pfunk |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t050617981z |
category | steem |
json_metadata | {"image":["https://ipfs.pics/ipfs/QmcvNeFxyvDiwLZeJX945FZEWL37DxnDHt9kkG6EjGmq9e"]} |
created | 2016-05-29 05:06:51 |
last_update | 2016-05-31 06:11:54 |
depth | 1 |
children | 29 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 17.114 HBD |
curator_payout_value | 17.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,645 |
author_reputation | 221,632,045,904,452 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,464 |
net_rshares | 18,807,211,273,836 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dantheman | 0 | 18,627,566,916,980 | 100% | ||
tuck-fheman | 0 | 116,181,916,973 | 100% | ||
tshering-tamang | 0 | 554,281,371 | 100% | ||
bleepcoin | 0 | 501,701,257 | 100% | ||
gavvet | 0 | 2,976,613,343 | 100% | ||
calva | 0 | 432,432,361 | 100% | ||
xav | 0 | 4,324,298,754 | 100% | ||
amartinezque | 0 | 429,682,365 | 100% | ||
ranko-k | 0 | 46,280,513,616 | 100% | ||
btcturbo | 0 | 1,964,708,104 | 100% | ||
steemid | 0 | 302,137,416 | 100% | ||
hackecon | 0 | 309,458,113 | 100% | ||
erik-prestinary | 0 | 316,169,993 | 100% | ||
grog | 0 | 267,693,195 | 100% | ||
dbstmddhks | 0 | 261,446,525 | 100% | ||
mikebike | 0 | 255,833,374 | 100% | ||
heverton | 0 | 149,003,601 | 100% | ||
zerohero | 0 | 201,871,889 | 100% | ||
kirill7 | 0 | 43,632,219 | 100% | ||
surf4life | 0 | 59,323,687 | 100% | ||
maxkoud | 0 | 237,821,314 | 100% | ||
syre7 | 0 | 461,307,459 | 100% | ||
gribgo | 0 | 175,818,735 | 100% | ||
yorg | 0 | 112,910,323 | 100% | ||
makingearwork | 0 | 112,151,789 | 100% | ||
beastmastermason | 0 | 129,059,751 | 100% | ||
ace108 | 0 | 216,932,147 | 100% | ||
remlaps | 0 | 112,402,151 | 100% | ||
handytxg | 0 | 259,047,294 | 100% | ||
clinkambr | 0 | 36,661,475 | 100% | ||
sra | 0 | 1,977,526,262 | 100% | ||
diogo.jesus | 0 | 0 | 100% | ||
obzz | 0 | 0 | 100% | ||
tanveerkhan565 | 0 | 0 | 100% | ||
publictext | 0 | 0 | 100% | ||
spotting-car | 0 | 0 | 100% | ||
dietak | 0 | 0 | 100% | ||
nervi | 0 | 0 | 100% |
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?
author | bbqbear |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t054225834z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:42:45 |
last_update | 2016-05-29 05:42:45 |
depth | 2 |
children | 7 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 360 |
author_reputation | 17,818,351,858,368 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,495 |
net_rshares | 43,632,219 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kirill7 | 0 | 43,632,219 | 100% |
Your "edit" just solved my problem - yay!
author | krassvs |
---|---|
permlink | re-bbqbear-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160723t010256366z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-23 01:03:21 |
last_update | 2016-07-23 01:03:21 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 66,041,485,479 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 286,616 |
net_rshares | 0 |
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.
author | pfunk |
---|---|
permlink | re-bbqbear-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t061233161z |
category | steem |
json_metadata | {} |
created | 2016-05-29 06:13:06 |
last_update | 2016-05-29 06:13:06 |
depth | 3 |
children | 5 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 266 |
author_reputation | 221,632,045,904,452 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,508 |
net_rshares | 102,057,480 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kirill7 | 0 | 43,632,219 | 100% | ||
ss7stas | 0 | 58,425,261 | 100% |
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?
author | getssidetracked |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160710t042602083z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-10 04:26:03 |
last_update | 2016-07-10 04:50:24 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 202 |
author_reputation | 4,066,839,697,461 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,879 |
net_rshares | 0 |
delete # symbol in config.ini in front of the lines where you are declare your witness and miners
author | lucenius |
---|---|
permlink | re-getssidetracked-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t221347322z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 22:13:51 |
last_update | 2016-07-12 22:14:42 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 66,452,332,734 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,760 |
net_rshares | 0 |
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>> ???
author | graystone |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160626t003206985z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-26 00:32:09 |
last_update | 2016-06-26 00:32:09 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 890,356,372,683 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,977 |
net_rshares | 3,236,272,808 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
graystone | 0 | 3,236,272,808 | 100% |
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.
author | pfunk |
---|---|
permlink | re-graystone-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160626t022131917z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-26 02:21:42 |
last_update | 2016-06-26 02:21:42 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 605 |
author_reputation | 221,632,045,904,452 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,025 |
net_rshares | 114,406,250 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soulcheater | 0 | 114,406,250 | 100% |
blockchain download speed is unbearable though. 100kbps..
author | krispy123 |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160710t144615989z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-10 14:46:15 |
last_update | 2016-07-10 14:46:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 192,954,988,321 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 73,811 |
net_rshares | 0 |
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
author | popper |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160724t160735561z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-24 16:07:36 |
last_update | 2016-07-24 16:09:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 578 |
author_reputation | 22,587,345 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 324,091 |
net_rshares | 368,816,246 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
munkeefonix | 0 | 258,558,032 | 100% | ||
financing | 0 | 51,832,953 | 100% | ||
ss7stas | 0 | 58,425,261 | 100% |
how to get a WIF private key? My Mined Always show false ?
author | sky-gu |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t030559543z |
category | steem |
json_metadata | {} |
created | 2016-05-30 03:06:51 |
last_update | 2016-05-30 03:06:51 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 6,318,132 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,359 |
net_rshares | 404,360,501 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sky-gu | 0 | 404,360,501 | 100% |
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.
author | tuck-fheman |
---|---|
permlink | re-sky-gu-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t032021126z |
category | steem |
json_metadata | {} |
created | 2016-05-30 03:20:30 |
last_update | 2016-05-30 03:20:30 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,365 |
net_rshares | 2,848,162,019 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
btcturbo | 0 | 1,964,708,104 | 100% | ||
thebatchman | 0 | 404,422,609 | 100% | ||
iamwne | 0 | 219,984,012 | 100% | ||
handytxg | 0 | 259,047,294 | 100% |
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
author | sonarous |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t153716779z |
category | steem |
json_metadata | {} |
created | 2016-05-29 15:37:18 |
last_update | 2016-05-29 15:38:12 |
depth | 2 |
children | 5 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 408 |
author_reputation | 4,442,586,411,742 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,858 |
net_rshares | 18,478,135,394 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
proctologic | 0 | 14,358,268,531 | 100% | ||
sonarous | 0 | 439,453,748 | 100% | ||
ian-harris | 0 | 3,023,779,957 | 100% | ||
khak-nasheen | 0 | 339,881,543 | 100% | ||
kirill7 | 0 | 43,632,219 | 100% | ||
iamwne | 0 | 215,303,501 | 100% | ||
marciaurila | 0 | 57,815,895 | 100% | ||
jasonxg | 0 | 0 | 100% | ||
diogo.jesus | 0 | 0 | 100% | ||
faizn | 0 | 0 | 100% |
Thank you!
author | marciaurila |
---|---|
permlink | re-sonarous-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160813t083225671z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-08-13 08:32:15 |
last_update | 2016-08-13 08:32:15 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 36,894,855,125 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 779,686 |
net_rshares | 0 |
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.
author | pfunk |
---|---|
permlink | re-sonarous-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t182113058z |
category | steem |
json_metadata | {} |
created | 2016-05-29 18:21:48 |
last_update | 2016-05-29 18:21:48 |
depth | 3 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 221,632,045,904,452 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,001 |
net_rshares | 0 |
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
author | tshering-tamang |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t081252156z |
category | steem |
json_metadata | {} |
created | 2016-05-29 08:12:57 |
last_update | 2016-05-29 11:44:06 |
depth | 2 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 449 |
author_reputation | 11,388,588,016,470 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,581 |
net_rshares | 1,261,738,120 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonimau5 | 0 | 596,684,307 | 100% | ||
tshering-tamang | 0 | 554,281,371 | 100% | ||
krassvs | 0 | 110,772,442 | 100% | ||
dansolo | 0 | 0 | 100% |
Your "edit" just solved my problem - yay!
author | krassvs |
---|---|
permlink | re-tshering-tamang-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160723t021117415z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-23 02:11:42 |
last_update | 2016-07-23 02:11:42 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 66,041,485,479 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 287,555 |
net_rshares | 43,176,564,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tshering-tamang | 0 | 43,176,564,289 | 100% |
Are you at the default speed of 2.8 GHz? I suggest using more threads, you've got 8 to work with :)
author | pfunk |
---|---|
permlink | re-tshering-tamang-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t175254794z |
category | steem |
json_metadata | {} |
created | 2016-05-29 17:53:27 |
last_update | 2016-05-29 18:20:03 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 221,632,045,904,452 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,969 |
net_rshares | 554,281,371 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tshering-tamang | 0 | 554,281,371 | 100% |
Sweet!
author | tuck-fheman |
---|---|
permlink | re-tshering-tamang-re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t155803152z |
category | steem |
json_metadata | {} |
created | 2016-05-29 15:58:09 |
last_update | 2016-05-29 15:58:09 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,875 |
net_rshares | 543,195,744 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tshering-tamang | 0 | 543,195,744 | 100% |
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.
author | tuck-fheman |
---|---|
permlink | re-pfunk-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t051810370z |
category | steem |
json_metadata | {} |
created | 2016-05-29 05:18:21 |
last_update | 2016-05-29 05:18:21 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 242 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,470 |
net_rshares | 43,632,219 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kirill7 | 0 | 43,632,219 | 100% |
how much steem approximally we earn with 2 core cpu 24 hours / day
author | politicasan2 |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160724t080328703z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-24 08:03:33 |
last_update | 2016-07-24 08:03:33 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 331,409,737,573 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 315,539 |
net_rshares | 58,329,336 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
education | 0 | 58,329,336 | 100% |
author | tuck-fheman |
---|---|
permlink | re-politicasan2-re-tuck-fheman-how-to-mine-steem-in-windows-20160725t164218328z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-25 16:42:24 |
last_update | 2016-07-25 16:42:24 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 350,300 |
net_rshares | 13,959,966,906 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
perky | 0 | 7,210,160,897 | 100% | ||
by24seven | 0 | 6,749,806,009 | 100% |
Good Job
author | rina |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160709t142749668z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-09 14:27:54 |
last_update | 2016-07-09 14:27:54 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.082 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 273,195,476,093 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,889 |
net_rshares | 619,186,683,744 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 616,869,394,181 | 100% | ||
on0tole | 0 | 2,317,289,563 | 100% |
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?
author | robsteady |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160707t131845138z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-07 13:18:48 |
last_update | 2016-07-07 13:18:48 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 411 |
author_reputation | 15,634,127,002,866 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,706 |
net_rshares | 36,759,419,419 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
robsteady | 0 | 36,759,419,419 | 100% |
Sorry, I missed this comment. I think we solved this in another thread, if not feel free to reply here again.
author | tuck-fheman |
---|---|
permlink | re-robsteady-re-tuck-fheman-how-to-mine-steem-in-windows-20160708t033414455z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-08 03:34:21 |
last_update | 2016-07-08 03:34:21 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,699 |
net_rshares | 0 |
https://steemit.com/mining/@rolik/mining-steem this is group in telegram about mining
author | rolik |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160718t193634361z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/mining/@rolik/mining-steem"]} |
created | 2016-07-18 19:36:42 |
last_update | 2016-07-18 19:37:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 961,931,333,036 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 172,013 |
net_rshares | 0 |
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?
author | sabbybibi |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160714t041611100z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 04:16:12 |
last_update | 2016-07-14 04:16:12 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 539 |
author_reputation | 31,310,763 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 105,084 |
net_rshares | 0 |
Try asking this in #mining on Slack. Someone there may be able to help you.
author | tuck-fheman |
---|---|
permlink | re-sabbybibi-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t064155676z |
category | steem |
json_metadata | {"tags":["mining","steem"]} |
created | 2016-07-14 06:42:12 |
last_update | 2016-07-14 06:42:12 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 106,385 |
net_rshares | 114,434,691 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sabbybibi | 0 | 114,434,691 | 100% |
Is it possible now to mine steem ?
author | saimegh |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20180821t040744651z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-08-21 04:07:45 |
last_update | 2018-08-21 04:07:45 |
depth | 1 |
children | 0 |
last_payout | 2018-08-28 04:07:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 9,454,816,228,588 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,871,400 |
net_rshares | 0 |
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?
author | sethobrvt |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160714t145538479z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 14:55:36 |
last_update | 2016-07-14 14:55:36 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 490 |
author_reputation | 3,739,987 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 111,356 |
net_rshares | 239,359,174 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sethobrvt | 0 | 239,359,174 | 100% |
> 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.
author | tuck-fheman |
---|---|
permlink | re-sethobrvt-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t234023216z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemd.com/@youraccount"]} |
created | 2016-07-14 23:40:45 |
last_update | 2016-07-14 23:40:45 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 473 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,642 |
net_rshares | 0 |
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
author | sflaherty |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20170423t173003756z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-04-23 17:30:03 |
last_update | 2017-04-23 17:30:03 |
depth | 1 |
children | 2 |
last_payout | 2017-04-30 17:30:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 581 |
author_reputation | 5,562,650,432,515 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,092,734 |
net_rshares | 0 |
This guide is old, mining has ended.
author | tuck-fheman |
---|---|
permlink | re-sflaherty-re-tuck-fheman-how-to-mine-steem-in-windows-20170423t182740327z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-04-23 18:27:42 |
last_update | 2017-04-23 18:27:42 |
depth | 2 |
children | 1 |
last_payout | 2017-04-30 18:27:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,093,192 |
net_rshares | 1,210,713,126 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sflaherty | 0 | 1,210,713,126 | 100% |
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.
author | sflaherty |
---|---|
permlink | re-tuck-fheman-re-sflaherty-re-tuck-fheman-how-to-mine-steem-in-windows-20170423t182914477z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-04-23 18:29:15 |
last_update | 2017-04-23 18:29:15 |
depth | 3 |
children | 0 |
last_payout | 2017-04-30 18:29:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 290 |
author_reputation | 5,562,650,432,515 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,093,206 |
net_rshares | 98,699,549,234 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 98,699,549,234 | 100% |
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
author | stephenfrost |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160820t003600083z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-08-20 00:36:03 |
last_update | 2016-08-20 00:36:03 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 521 |
author_reputation | 9,969,442,529 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 898,452 |
net_rshares | 0 |
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:  (open in new tab for a bigger image)
author | syadastinasti |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160610t135143589z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://i.imgur.com/hDnDHS7.png"]} |
created | 2016-06-10 13:50:51 |
last_update | 2016-06-10 13:52:21 |
depth | 1 |
children | 5 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 328 |
author_reputation | 1,547,051,595,896 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,031 |
net_rshares | 0 |
fiddled around, now im only getting an assertion failed error, it won't resync
author | syadastinasti |
---|---|
permlink | re-syadastinasti-re-tuck-fheman-how-to-mine-steem-in-windows-20160610t140309386z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-10 14:02:18 |
last_update | 2016-06-10 14:02:18 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 1,547,051,595,896 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,042 |
net_rshares | 0 |
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.
author | tuck-fheman |
---|---|
permlink | re-syadastinasti-re-tuck-fheman-how-to-mine-steem-in-windows-20160610t135547956z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-10 13:56:06 |
last_update | 2016-06-10 13:56:06 |
depth | 2 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 377 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,038 |
net_rshares | 0 |
thanks for the tips! I only found out you replied just now. Gonna try these out.
author | syadastinasti |
---|---|
permlink | re-tuck-fheman-re-syadastinasti-re-tuck-fheman-how-to-mine-steem-in-windows-20160610t150043104z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-10 14:59:51 |
last_update | 2016-06-10 14:59:51 |
depth | 3 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 1,547,051,595,896 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,091 |
net_rshares | 0 |
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
author | tadakaluri |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160706t073134011z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/steem/@tadakaluri/share-button-is-not-working-under-each-article"]} |
created | 2016-07-06 07:31:36 |
last_update | 2016-07-06 07:31:36 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 147,902,391,599 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,313 |
net_rshares | -554,631,098,058 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | -558,639,287,771 | -100% | ||
tadakaluri | 0 | 3,487,324,194 | 100% | ||
shamitha | 0 | 282,499,639 | 100% | ||
krispy123 | 0 | 238,365,880 | 100% |
Wrong thread for this. ;)
author | tuck-fheman |
---|---|
permlink | re-tadakaluri-re-tuck-fheman-how-to-mine-steem-in-windows-20160706t073543146z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-06 07:35:45 |
last_update | 2016-07-06 07:35:45 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,321 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
diogo.jesus | 0 | 0 | 0% |
is this right? I followed all instructions http://prntscr.com/bsm9nd
author | techsaavy |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160714t001738466z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://prntscr.com/bsm9nd"]} |
created | 2016-07-14 00:17:51 |
last_update | 2016-07-14 00:17:51 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 60,637,536,350 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,952 |
net_rshares | 109,002,593 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
zelgald1 | 0 | 109,002,593 | 100% |
just stuck there now
author | techsaavy |
---|---|
permlink | re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t001840090z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 00:18:51 |
last_update | 2016-07-14 00:18:51 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 60,637,536,350 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,962 |
net_rshares | 0 |
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.
author | techsaavy |
---|---|
permlink | re-techsaavy-re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t002217128z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 00:22:30 |
last_update | 2016-07-14 00:22:30 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.387 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 406 |
author_reputation | 60,637,536,350 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 102,983 |
net_rshares | 688,886,450,871 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 688,590,857,083 | 100% | ||
jdegraaf | 0 | 239,069,053 | 100% | ||
drikanar | 0 | 56,524,735 | 100% |
what does this mean? http://prntscr.com/bsuuxq I am mining- but got that red text
author | techsaavy |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160714t145733175z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://prntscr.com/bsuuxq"]} |
created | 2016-07-14 14:57:48 |
last_update | 2016-07-14 14:57:48 |
depth | 1 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 60,637,536,350 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 111,388 |
net_rshares | 0 |
Likely forked. Restart like this `steemd --replay`
author | tuck-fheman |
---|---|
permlink | re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160714t233758987z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-14 23:38:15 |
last_update | 2016-07-14 23:38:15 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,618 |
net_rshares | 0 |
I have this error every time I start steemd. Just right after "replay".
author | edd.dragon |
---|---|
permlink | re-tuck-fheman-re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t132412720z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 13:24:15 |
last_update | 2016-07-15 13:24:15 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 0 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,170 |
net_rshares | 0 |
Where to go and what to write in this case if you are using Windows 8 for STEEM and running steemd.exe?
author | thebodyshape.com |
---|---|
permlink | re-tuck-fheman-re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t142753984z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 14:28:06 |
last_update | 2016-07-15 14:28:06 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 5,919,158,296 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,855 |
net_rshares | 0 |
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/
author | techsaavy |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160715t134619308z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/mining/@tedvernon/steem-mining-on-windows-fast"]} |
created | 2016-07-15 13:46:33 |
last_update | 2016-07-15 13:46:33 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 60,637,536,350 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,434 |
net_rshares | 0 |
how can i see whether it is working properly or not??
author | hafizmbilal |
---|---|
permlink | re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t164022352z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 16:40:27 |
last_update | 2016-07-15 16:40:27 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 0 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 121,643 |
net_rshares | 0 |
actually it's not- I just tried.. in ubuntu-- start with no blockchain and wait for it to download
author | techsaavy |
---|---|
permlink | re-hafizmbilal-re-techsaavy-re-tuck-fheman-how-to-mine-steem-in-windows-20160716t030219878z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-16 03:02:36 |
last_update | 2016-07-16 03:02:36 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 60,637,536,350 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 129,537 |
net_rshares | 0 |
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
author | thebodyshape.com |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160712t215431064z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://imgur.com/mvGZ70h"]} |
created | 2016-07-12 21:54:39 |
last_update | 2016-07-12 21:54:39 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 5,919,158,296 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,596 |
net_rshares | 0 |
You're either syncing or in the queue. Check http://steemd.com/@youraccount to see if you've "found a POW".
author | tuck-fheman |
---|---|
permlink | re-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t222338683z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://steemd.com/@youraccount"]} |
created | 2016-07-12 22:23:54 |
last_update | 2016-07-12 22:24:06 |
depth | 2 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.337 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,832 |
net_rshares | 609,004,519,835 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ihashfury | 0 | 609,004,519,835 | 100% |
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?
author | thebodyshape.com |
---|---|
permlink | re-tuck-fheman-re-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160713t142858175z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://imgur.com/SJMdIQK"]} |
created | 2016-07-13 14:29:09 |
last_update | 2016-07-13 14:29:39 |
depth | 3 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 289 |
author_reputation | 5,919,158,296 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,732 |
net_rshares | 0 |
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
author | thebodyshape.com |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160715t142535535z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://screenshot.net/m5kddhm"]} |
created | 2016-07-15 14:25:48 |
last_update | 2016-07-15 14:25:48 |
depth | 1 |
children | 7 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 262 |
author_reputation | 5,919,158,296 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,832 |
net_rshares | 0 |
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
author | techsaavy |
---|---|
permlink | re-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t153045069z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 15:31:00 |
last_update | 2016-07-15 15:31:00 |
depth | 2 |
children | 6 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 60,637,536,350 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 120,665 |
net_rshares | 0 |
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
author | carsonkt |
---|---|
permlink | re-techsaavy-re-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160716t031426186z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-16 03:14:24 |
last_update | 2016-07-16 03:14:24 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 989,291,315 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 129,670 |
net_rshares | 0 |
That's where I'm headed after I walk the dogs, keep us posted and good luck :-).
author | will-zewe |
---|---|
permlink | re-techsaavy-re-thebodyshapecom-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t194020694z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 19:40:21 |
last_update | 2016-07-15 19:40:21 |
depth | 3 |
children | 3 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 10,620,815,246,903 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,216 |
net_rshares | 0 |
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
author | tim-johnston |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160721t203902727z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-21 20:39:06 |
last_update | 2016-07-21 20:39:06 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 195 |
author_reputation | 4,540,397,530,783 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 257,500 |
net_rshares | 0 |
Damn did you ever solve the issue? I see people mentioning it no longer works on Windows...Hoping that's not 100% the case :(
author | gsus |
---|---|
permlink | re-tim-johnston-re-tuck-fheman-how-to-mine-steem-in-windows-20160722t193410139z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-22 19:34:09 |
last_update | 2016-07-22 19:34:09 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 3,978,846,563,811 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 280,257 |
net_rshares | 0 |
Try the new miner.
author | tuck-fheman |
---|---|
permlink | re-tim-johnston-re-tuck-fheman-how-to-mine-steem-in-windows-20160722t213929384z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-22 21:39:39 |
last_update | 2016-07-22 21:39:39 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 282,995 |
net_rshares | 0 |
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.
author | tuck-fheman |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160530t185104486z |
category | steem |
json_metadata | {} |
created | 2016-05-30 18:51:15 |
last_update | 2016-05-30 18:51:15 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 203 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,898 |
net_rshares | 0 |
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!
author | tuck-fheman |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160602t182038854z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-02 18:20:42 |
last_update | 2016-06-02 18:20:42 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 273 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,863 |
net_rshares | 43,632,219 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kirill7 | 0 | 43,632,219 | 100% |
@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
author | tuck-fheman |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160719t042024377z |
category | steem |
json_metadata | {"tags":["steem"],"users":["bitcube"],"links":["https://github.com/btscube/steem/releases/download/v0.11.0/steem-win-x64-011.zip"]} |
created | 2016-07-19 04:20:27 |
last_update | 2016-07-19 04:20:27 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.751 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 180,230 |
net_rshares | 829,786,372,682 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tuck-fheman | 0 | 807,845,332,973 | 100% | ||
dab | 0 | 10,355,996,163 | 100% | ||
auxon | 0 | 10,496,850,934 | 100% | ||
agente | 0 | 255,655,100 | 100% | ||
dimon14 | 0 | 48,057,665 | 100% | ||
denverliu | 0 | 431,971,420 | 100% | ||
bellodox | 0 | 116,079,121 | 100% | ||
mobidok | 0 | 118,345,594 | 100% | ||
ainen | 0 | 118,083,712 | 100% |
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!
author | ainen |
---|---|
permlink | re-tuck-fheman-re-tuck-fheman-how-to-mine-steem-in-windows-20160719t130151485z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-19 13:01:51 |
last_update | 2016-07-19 13:26:03 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 13,377,759,502 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 187,464 |
net_rshares | 0 |
Latest Windows Miner Build : https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-0
author | tuck-fheman |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160722t213756849z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-0"]} |
created | 2016-07-22 21:38:06 |
last_update | 2016-07-22 21:38:06 |
depth | 1 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 282,971 |
net_rshares | 3,215,753,945 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
agente | 0 | 255,655,100 | 100% | ||
pcste | 0 | 2,960,098,845 | 100% |
New Windows Miner 7-25-16 v0.12.2 from @bitcube : https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-2
author | tuck-fheman |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160725t164152479z |
category | steem |
json_metadata | {"tags":["steem"],"users":["bitcube"],"links":["https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-2"]} |
created | 2016-07-25 16:41:57 |
last_update | 2016-07-25 16:41:57 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.536 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 350,286 |
net_rshares | 846,190,410,029 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
perky | 0 | 7,210,160,897 | 100% | ||
by24seven | 0 | 6,749,806,009 | 100% | ||
tuck-fheman | 0 | 811,218,474,809 | 100% | ||
sigmajin | 0 | 7,305,565,672 | 100% | ||
artakan | 0 | 12,371,319,518 | 100% | ||
denverliu | 0 | 733,452,112 | 100% | ||
handytxg | 0 | 264,228,240 | 100% | ||
josesb | 0 | 63,227,491 | 100% | ||
nonamer | 0 | 94,130,852 | 100% | ||
dal51 | 0 | 66,139,818 | 100% | ||
mabiturm | 0 | 57,949,812 | 100% | ||
alaynaspop1 | 0 | 55,954,799 | 100% |
how to update the Ubuntu miner?
author | denverliu |
---|---|
permlink | re-tuck-fheman-re-tuck-fheman-how-to-mine-steem-in-windows-20160728t105713298z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-28 10:57:15 |
last_update | 2016-07-28 10:57:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 12,248,503,488 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 431,963 |
net_rshares | 748,684,167 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
denverliu | 0 | 748,684,167 | 100% |
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.
author | tylerpena01 |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20170926t155838730z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"} |
created | 2017-09-26 15:58:42 |
last_update | 2017-09-26 15:58:42 |
depth | 1 |
children | 0 |
last_payout | 2017-10-03 15:58:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 360 |
author_reputation | -1,319,204,014 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,996,837 |
net_rshares | 0 |
[](https://i.imgsafe.org/af6cacc8c1.png) []()
author | vato |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160529t140644057z |
category | steem |
json_metadata | {"image":["https://i.imgsafe.org/af6cacc8c1.png"],"links":[""]} |
created | 2016-05-29 14:06:45 |
last_update | 2016-05-29 14:06:45 |
depth | 1 |
children | 4 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 3,378,892,006,080 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,744 |
net_rshares | 58,065,573,667 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steempower | 0 | 58,065,573,667 | 100% |
did u manage to solve the issue?
author | alex-dinu |
---|---|
permlink | re-vato-re-tuck-fheman-how-to-mine-steem-in-windows-20160529t215251716z |
category | steem |
json_metadata | {} |
created | 2016-05-29 21:52:51 |
last_update | 2016-05-29 21:52:51 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 98,254,973,600 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,195 |
net_rshares | 0 |
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 :(
author | steempower |
---|---|
permlink | re-vato-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t004458464z |
category | steem |
json_metadata | {} |
created | 2016-05-30 00:45:00 |
last_update | 2016-05-30 00:48:42 |
depth | 2 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 510 |
author_reputation | 258,723,926,062,198 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,281 |
net_rshares | 0 |
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.
author | vato |
---|---|
permlink | re-steempower-re-vato-re-tuck-fheman-how-to-mine-steem-in-windows-20160530t210110572z |
category | steem |
json_metadata | {} |
created | 2016-05-30 21:01:12 |
last_update | 2016-05-30 21:01:12 |
depth | 3 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 221 |
author_reputation | 3,378,892,006,080 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,017 |
net_rshares | 0 |
[](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?
author | vinaypsychic |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20170703t203015616z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://s11.postimg.org/ac6ef4r1v/miningerror.jpg"],"links":["https://postimg.org/image/7i391oovj/"],"app":"steemit/0.1"} |
created | 2017-07-03 20:30:21 |
last_update | 2017-07-03 20:30:21 |
depth | 1 |
children | 0 |
last_payout | 2017-07-10 20:30:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 234 |
author_reputation | 24,030,512,483 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,190,066 |
net_rshares | 0 |
Nothing work with my DualCore AMD Athlon 64 X2, 3045 MHz (15 x 203) 6000+
author | wenden |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160712t100112287z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 10:01:15 |
last_update | 2016-07-12 10:02:09 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 136,755,887,134 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,367 |
net_rshares | 0 |
=/ Sorry.
author | tuck-fheman |
---|---|
permlink | re-wenden-re-tuck-fheman-how-to-mine-steem-in-windows-20160712t121949161z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-12 12:20:03 |
last_update | 2016-07-12 12:20:03 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,904 |
net_rshares | 0 |
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.
author | whatissteem |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160715t150012480z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 15:30:15 |
last_update | 2016-07-15 15:30:15 |
depth | 1 |
children | 2 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 229,970,825,095 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 120,648 |
net_rshares | 86,905,353 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
whatissteem | 0 | 110,245,249 | 100% | ||
maxikingstealer | 0 | -23,339,896 | -100% |
Same problem I had with downloaded version of blockchain. Delete it. Run steemd --resync. Wait several hours. And all must be fine.
author | edd.dragon |
---|---|
permlink | re-whatissteem-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t155740217z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 15:57:39 |
last_update | 2016-07-15 15:57:39 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 132 |
author_reputation | 0 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 121,077 |
net_rshares | 0 |
There was a hardfork. You'll need to wait for a new Windows miner or use a VM to mine under Ubuntu.
author | tuck-fheman |
---|---|
permlink | re-whatissteem-re-tuck-fheman-how-to-mine-steem-in-windows-20160715t160833745z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-15 16:08:54 |
last_update | 2016-07-15 16:08:54 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 345,778,813,561,569 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 121,252 |
net_rshares | 0 |
which WIF key do you use? https://steemit.com/steemhelp/@william-noe/wif-keys
author | william-noe |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160603t202234382z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-03 20:23:06 |
last_update | 2016-06-03 20:23:06 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 10,095,398,857,222 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,896 |
net_rshares | 0 |
sorry I see above Owner or Active thanks
author | william-noe |
---|---|
permlink | re-william-noe-re-tuck-fheman-how-to-mine-steem-in-windows-20160603t202405868z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-06-03 20:24:39 |
last_update | 2016-06-03 20:24:39 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 10,095,398,857,222 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,897 |
net_rshares | 0 |
i made the all steps, but steemd just crush
author | yaak |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20171118t201344516z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-18 20:13:45 |
last_update | 2017-11-18 20:13:45 |
depth | 1 |
children | 0 |
last_payout | 2017-11-25 20:13:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | -16,558,971,527 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,810,577 |
net_rshares | 0 |
Still not working on windows?
author | yuhhans |
---|---|
permlink | re-tuck-fheman-how-to-mine-steem-in-windows-20160720t202145962z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-20 20:21:42 |
last_update | 2016-07-20 20:21:42 |
depth | 1 |
children | 1 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | -157,647,721,429 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 228,528 |
net_rshares | 0 |
yes you have to wait for the new release, or use the VM miner
author | tsojin |
---|---|
permlink | re-yuhhans-re-tuck-fheman-how-to-mine-steem-in-windows-20160721t013540095z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-07-21 01:35:42 |
last_update | 2016-07-21 01:35:42 |
depth | 2 |
children | 0 |
last_payout | 2016-08-24 05:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 0 |
root_title | "[UPDATED 7/6] How-To Mine Steem Power in Windows" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 235,370 |
net_rshares | 0 |