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 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 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 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
- Steem Slack for Mining - Best place to go if you're having problems!
- Create Steem Slack Channel Account - In case you don't have an account yet.
- Compiling Steem for Windows on Linux Host Guide
- arhag's Original Post
- Joseph's Linux Mining for Dummies
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.
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The i5 is running at 3.9GHz, 4 threads.
The range for khash is between 20k and 31k, probably depending on my usage of the processor outside the miner
Additionally - how do I see the transactions going to my wallet? I have no idea how to tell if this is even mining to my account
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
In reply to your comment below (can't reply more than 6 deep), you can check http://steemd.com/@sonarous for "sonarous found a pow." Solving PoW puts you in the mining queue but it hasn't rewarded you yet. You have to keep your node running while your account is in queue. Steemd.com doesn't explicitly say if you've actually generated the block but you can keep a close eye on your VESTS balance with cli_wallet.exe.
There could be some kind of console monitoring program for Windows that you could use to log every time the word "generated" and phrase "proof of work" is output, but I don't know of one.
Here's what the console says when you enter the queue
th_a witness.cpp:504 operator() ] Broadcasting Proof of Work for pfunk
And when you generate the block and leave the queue
th_a witness.cpp:256 block_production_loo ] Generated block #XXXXXX with timestamp 2016-05-29TXX:XX:XX at time 2016-05-29TXX:XX:XX by pfunk
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If cli-wallet is crashing and nothing is showing up under finding pow is something still not working?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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>>
???
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Your "edit" just solved my problem - yay!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Are you at the default speed of 2.8 GHz? I suggest using more threads, you've got 8 to work with :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yeah, cool, I'll do that. I'm getting 1 hps today like @tuckfheman was getting yesterday and by reading the comments below, I think I should keep the miner running, is that right?
By the way, Is there any way to check how much steem your miner is making? The activities at steem account seems to be making steem power as well. Is there any way to know the exact amount of steem the miner is generating?
Edit - Checked the original post and found out it's updated regarding the 1 hps issue.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Sweet!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
how to get a WIF private key? My Mined Always show false ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for the extra info!
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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"
andminer = ["bbqbear","5yourprivkeyhere"]
lines in your config.ini. You do not need theprivate-key =
line for mining.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hmm, I deleted the config file and started again. The private key is from Account\Permissions\owner right?
The seed nodes cause a config file error if there is more than one,
3063457ms th_a main.cpp:119 main ] Error parsing logging config from config file D:\STEEM\witness_node_data_dir\co
nfig.ini, using default config
With only 1 seed node it just gives an error on the name line every time. these are the witness and miner lines
witness = "bbqbear"
miner = ["bbqbear","bigolprivatekeyxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"]
and this is the error
initminer public key: STMxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
chain id: 0000000000000000000000000000000000000000000000000000000000000000
2411656ms th_a witness.cpp:98 plugin_initialize ] _witnesses: []
Can someone post a complete working windows config file?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
lmao! I've been shutting it down each time it says that. omg I'm an idiot. :/ Thanks for letting me know!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Welp, mine shut down after no issue for several hours and now I can't get it going again. Even with a fresh start I either get it going with only 1 hps or it exits right when it starts mining. So I'm pretty tired and going to get some sleep and get on slack tomorrow, hopefully with arhag to see if we can figure out what's causing the problems.
I've updated the config.ini info above to what most say works for them, but will go over everything tomorrow in slack and hopefully we can get a consensus on proper format, then I will post one here.
If anyone comes across some new info prior to that please post it here for everyone, thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Complete minus private keys of course :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@tuck-fheman
"get it going with only 1 hps" according to @arhag that means you are in the queue! And as long as you are in the queue, you can't hash with the same account.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Your "edit" just solved my problem - yay!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
delete # symbol in config.ini in front of the lines where you are declare your witness and miners
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yeah thanks I did that an hour or so later. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
blockchain download speed is unbearable though. 100kbps..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
where download a new blockchain please
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
http://steemitup.eu/witness_node_data_dir.tar.gz
Backup : https://mega.nz/#!bUQBjADa!754D4TDs8_9J1tQ4lZyZrby5lS1bTaWpx5vtdsKI1R0
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You may have to wait on bitcube's which seem to work on most machines.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
New Windows Miner 7-25-16 v0.12.2 from @bitcube : https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-2
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
how to update the Ubuntu miner?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'm fairly certain you need to use different names on multiple boxes.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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"] )"
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
great tutorial, thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
For those encountering the following errors:
rm -r witness_node_data_dir
tar -xzvf witness_node_data_dir.tar.gr witness_node_data_dir
+gratuitous gratuity to to steemychicken1
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Having the witness error, but the download link provided is down... Could you provide a mirror by any chance?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You'll likely get 1-6 per day. You can see your found POW at http://steemd.com/@youraccountname
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You can see your mining hashrate in the mining console "xxxxx hps". If you find a POW, you'll see, "found a pow" on that page above. If your hashrate drops really low, you're in the queue and you can see that here... https://steemd.com/witnesses
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thx for help, now i understand)
And last question: where i can see my mined steem, they go wallet/steam power? how often?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good Job
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Due to the hack today you will need to wait for a new Windows miner or use a VM to mine under Ubuntu.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Is this the error i keep getting about cant push to block because the miner is down?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That makes two of us glad to see I found an answer.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
very impressive, l am learning much now
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks for a great tutorial
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Be aware, setting the mining-threads field is not optional to mine. It should be at least set to 1.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Easy to specify on the command line with -t though, which is how I've always done it.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
"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".
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
did u manage to solve the issue?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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 :(
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try bitcube's miner, see Step 1 for link.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Sorry, I missed this comment. I think we solved this in another thread, if not feel free to reply here again.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Don't you need some quotes there?
Otherwise I get a parsing error (on the Linux version at least).
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Not sure. I was running without quotes without issue. Perhaps for hyphenated accounts it is required? Maybe @arhag can confirm.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That's the format I'm using and is given as the example in the config.ini and on Joseph's tutorial
["account","WIF PRIVATE KEY"]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Latest Windows Miner Build : https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-0
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Installed and running on win 7 amd and intel i3 laptop.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
What if I have 4 computers in my LAN? All of them use the same .ini file ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am trying to figure out the same thing. Let me know if you figure it out please :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
appreciate this so important information
quick question does this work on windows 7 pro ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
how to get the WIF private key for my miner ??
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
On Steemit, click the avatar in upper right corner, then click
Permissions
from the dropdown, then clickShow
on the Active or Owner line.Otherwise, see pfunk's instructions in the comments here.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank You!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
HELP ME!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
/
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Got it all setup and it appears to be mining properly. I have a couple questions:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Your hps will be in the thousands. If hps = 1 you're syncing. If hps =1 or very low you're in the queue.
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".
You should use different accounts for each rig.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Let it sit for a while and it should start syncing. What I usually do from scratch is ...
And it works every time.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
is this right? I followed all instructions http://prntscr.com/bsm9nd
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
just stuck there now
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
nevermind! did this and it works-
Things to try ...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks techsaavy for sharing your feedback. I did however now try everything as well without any luck. Still the same message. Will wait a bit longer now keeping the window open to see whether it just needs time (more than the 15mins it is open now). Did download the config file shared in the original post and quite sure that I did include the correct key (I do hope :)). Will check in again if in the end it does work!
EDIT: Solved! What was the issue? Trying to start mining using my work laptop to test during lunch, apparently the internal WiFi channel prevented the connection. On public WiFi it does work! So in case of similar issues, also check this.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
My hash rate:
hash rate: 11953 hps target: 25 queue: 84 estimated time to produce: 46 minutes
is it worth minig lioke this?
THX!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Same problem I had with downloaded version of blockchain.
Delete it. Run steemd --resync. Wait several hours. And all must be fine.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
There was a hardfork. You'll need to wait for a new Windows miner or use a VM to mine under Ubuntu.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
put this in miner gate to make it more easy! :D
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Could this damage your computer?
When i look at the performance i see 100% cpu usage
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
how much steem approximally we earn with 2 core cpu 24 hours / day
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You will earn Steem Power and not much.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
this is what i get..but no hps???
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Check your setting in config.ini file:
and add owner or active WIF key for you account
Good luck! 8)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
yup..i did not have " " on the witness
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
http://www.steemitup.eu/blockchain.zip
this link does not work(( anybody can upload STEEM blockchain?
Thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Works for me. All it does is download the blockchain. There is no webpage to load.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Guys the blockchain.zip is no longer available. Could you take a look?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Backup blockchain file : https://mega.nz/#!bUQBjADa!754D4TDs8_9J1tQ4lZyZrby5lS1bTaWpx5vtdsKI1R0
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for letting me know, I'm uploading a copy to Mega and will post link shortly.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yep not a problem!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
They will go to your wallet as Steem Power.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
STEEM mining ended a while back. You can only mine Steem Power now and you can "Power Down" to cash out, which takes 104 weeks total. While that's going on you're earning interest on your SP, so you could possibly cash all of your mined SP out and still not affect your balance.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Things to try ...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks for the tips! I only found out you replied just now. Gonna try these out.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Did you get it working?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I haven't yet, no. It was getting late after your tips and eventually I just called it a day. I think I'll wait until there's more stable software available or when I have time and patience to play around with it again.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
fiddled around, now im only getting an assertion failed error, it won't resync
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
https://steem.io/documentation/consensus/
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
ok, i will try with my old laptop.. hope not broke. :D
(dual core) -_-
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Need to give this a try!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You're either syncing or in the queue.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I guess a better question is.. how long should I expect to sync or queue?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Syncing from scratch can take many hours. If you're in the queue, I'm not really sure how long it takes to get to the top, but you can ask in Slack #mining and someone can probably give you a good estimate.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Worked great thanks man, took a few hours to sink the whole thing, nothing to crazy. The only question I have is, is there a place to see how much SP you've gained from mining separate from what's accumulating already in my account since I used my personal steemit account?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@will-zewe
Not really. You could manually add it up on https://steemd.com/@will-zewe but that sucks.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
When you're paid from mining does it show in your history in the wallet section? Also will my https://steemd.com/@will-zewe show mined saying "true" after I've been paid a reward? Its showing false now so I'm assuming that'll change after I actually get a reward? Sorry for the questions, I'm trying to make the answers to the questions either yes or no to save you time I swear :-p lol
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How long does it take you to go from the 1hps syncing / queuing to actual mining?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
There was an error there and the 1 seed-node fixed that problem. Now it hangs at "ntp_delta_time updated to -27739us" and just sits there. Any idea what that is? Upvoted for fixing my first problem =)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
OK, the "Error parsing config file...." is actually not an issue, in fact, you kinda need that error message, as it's best to have multiple seed nodes, and having more than 1 in the config file does trip that message. However, it can be safely ignored.
So what i did was add back in the seed nodes listed here, made sure my config file was correct (witness, miner and WIF keys correctly entered) and re-ran steemd after a replay. Took only a few seconds of 1hp until i was mining again.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
In step 5, it says:
Step 5
steem-v0-5-0-windows\witness_node_data_dir\blockchain
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..?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
What am I doing wrong here or do I just wait?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Boot OS? =)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I waited all damn day, it just kept going on hard forks. No idea why this is happening..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Start from scratch and read the comments section for help or join Slack and go to #mining for more help. You can also try starting with
steemd --replay
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have started from scratch several times. I will try steemd --replay and head over to #mining
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have started from scratch several times. I will try steemd --replay and head over to #mining
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have started from scratch several times. I will try steemd --replay and head over to #mining
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey,
How im gonna configure my antminer s1 to use steem?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
;) I'm assuming you're joking. If not, the answer is ... you can't.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Damn it uses sha-256 anyway?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I still just keep getting a red message saying that I havent configured any miners.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You likely need to edit config.ini or you have edited it incorrectly. Join the Slack channel and go to #mining for help.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
how do I mine an account without having and existing one?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
As soon as you find your first POW the account name you specified in config will be created for you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
witness = my future account name, right? I get errors there
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ya witness and miner will be the same name. Use pfunk's instructions in comments to generate WIF key.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thx... resyncing the chain now. will report back
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Is it possible now to mine steem ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try asking this in #mining on Slack. Someone there may be able to help you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Can we still mining on Windows?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
what does this mean? http://prntscr.com/bsuuxq I am mining- but got that red text
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Likely forked. Restart like this
steemd --replay
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have this error every time I start steemd. Just right after "replay".
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Where to go and what to write in this case if you are using Windows 8 for STEEM and running steemd.exe?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This is the issue I got whenever it crashes:
also:
...is highlighted red. Any clues? Could it be because the wif key isn't associated with the account name?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This is the error I receive most often as well, when I do receive an error.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How often do you receive an error? happens every time I run it.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
See the possible fix at the bottom of the guide. It worked for me!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try bitcube's miner, I updated Step 1.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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/
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
how can i see whether it is working properly or not??
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
actually it's not- I just tried.. in ubuntu-- start with no blockchain and wait for it to download
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That's where I'm headed after I walk the dogs, keep us posted and good luck :-).
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
it works in ubuntu! But here's the caveat- do NOT download the blockchain zip or you will be stuck at that "0" again... just let it download .... if you already downloaded the blockchain (like I did) then you need to delete it in ubuntu with the sudo rm witness_node_data_dir to delete that folder .. run steem ./steemd ctrl c to close it... go to steem/programs/steemd with the cd command then nano config.ini to reconfigure that.. ctrl o ctrl x then go back to the steemd directory and run steem again and it should start building
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
So if I made it to the mining 1hps I've done it correctly? Also where do the additional witness accounts come from to mine into?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
see my reply to carson below-- couldn't reply to your reply for some reason
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
so far it looks like it is the way to go- the 1 hps is it building- I'm letting it sit overnight and see by morning if it starts mining for real ... additional miner accounts- here's what I read "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"] )""
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If you created via the CLI you shouldn't have issues.
http://steemd.com/@accountname
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
for MAC?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I less understand it , i think STEEMIT simply social networking
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Awesome job!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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. ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
https://steemit.com/mining/@rolik/mining-steem this is group in telegram about mining
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
27300 hps AMD FX 8320 8 threads
Is it normal?
mining at videocard is real?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Did you try the fix at the bottom of the guide?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
So if you just comment out mining-threads it still crashes?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
yes
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try bitcube's miner, I updated Step 1.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That works! on one machine anyway. I think the c++ vcredist helped.
The fix for the cli_wallet transport error is to add rpc-endpoint = 127.0.0.1:8090
Thanks for all your help.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try ...
head_block_number
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I overwrote the blockchain and turned mining off but it just crashed again witness.cpp:98
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Come into the slack channel and perhaps arhag or someone else can help. I've posted all I know to do on this page so I'm out of options and I got them all from arhag, bhuz or pfunk. ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Can't join the slack channel, it says
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Sorry, you need to go here to signup...
http://steem.herokuapp.com/
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'm able to run on AMD A10 so far, but still having issues getting it going on my old i7/860.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try bitcube's miner, I updated Step 1.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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)?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Overwrite the contents of
witness_node_data_dir\blockchain\database\block_num_to_block
with the two files in the compressed file.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Still not working on windows?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
yes you have to wait for the new release, or use the VM miner
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Damn did you ever solve the issue? I see people mentioning it no longer works on Windows...Hoping that's not 100% the case :(
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try the new miner.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
very good. I want to mining some steem
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nothing work with my DualCore AMD Athlon 64 X2, 3045 MHz (15 x 203) 6000+
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
=/ Sorry.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
http://www.steemit.com/@denverliu2
If you go to your wallet, it shows 1.004 Steem Power.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
To your Steem Power in your wallet.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How do I get my cli-wallet working properly despite the erorrs?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
not familiar with POW steem coin.
can i mine steem with cpu miner?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes, no GPU miner yet, use instruction from this topic to mine with CPU.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The key is included in the link, but here it is.
!ipmJvklQXd3cR2r_9RqJC9wkVTqqM8lfD33eqsm1ZiY
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Help me !!! What s wrong ?
Thanks much in advance ....
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Looks like you've forked. Try to replay the chain.
steemd --replay
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
re intal your blockchain see my post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How do i know that is mining and how much can i expect to earn per day with a i7 laptop? thank you
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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! :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Guys,
Are we mining or what?
Screenshot: http://imgur.com/mvGZ70h
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You're either syncing or in the queue.
Check http://steemd.com/@youraccount to see if you've "found a POW".
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This guide is old, mining has ended.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice. So you don't need people to elect you like in Bitshares to be able to mine?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nope.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Block reward has not changed. It is still 1 steem. This means $0.50 per minute.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am getting this message when trying to mine. The blockchain is not synchronizing can someone help me out what would I do?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Warning! mining STEEM is not possible anymore.
Save your time.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i made the all steps, but steemd just crush
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am getting this problem plz tell me what to do @tuck-fheman
Plz guide me bro
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
which WIF key do you use?
https://steemit.com/steemhelp/@william-noe/wif-keys
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
sorry I see above Owner or Active thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It will take a while to sync from scratch. You can download the blockchain above and save some time.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Wrong thread for this. ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit