Begin by downloading the latest Windows Miner from btcsube's Github:
- https://github.com/btscube/steem/releases/download/v0.11.0/steem-win-x64-011.zip
- After the download finishes, unzip "steem-win-x64-011"
- Navigate into the newly created "steem-win-x64-011" folder and double click "steemd.exe"
- Close the command prompt
Download the latest blockchain:
- http://steemitup.eu/witness_node_data_dir.tar.gz
- After the download finishes, unzip "witness_node_data_dir.tar"
- Navigate into the newly created "witness_node_data_dir.tar" folder
- Once again, unzip "witness_node_data_dir"
- Copy the newly created "witness_node_data_dir" folder
- Go back to the "steem-win-x64-011" folder and paste the "witness_node_data_dir" folder here
- Allow the folder to be overwritten
Navigate into the "witness_node_data_dir" folder located inside of the "steem-win-x64-011" folder
- Right click on "config.ini" and choose "Edit" (I prefer to use Notepad++ for this)
- Locate "# P2P nodes to connect to on startup (may specify multiple times)" and paste the seed-nodes found here: https://steemit.com/steemhelp/@steem-id/updated-steem-seed-node-list
- Locate "# Endpoint for websocket RPC to listen on" and put "127.0.0.1:8090" as the rpc-endpoint
rpc-endpoint = 127.0.0.1:8090
- Locate "# name of witness controlled by this node (e.g. initwitness )" and put your steem account as the witness
witness = username
- Locate "# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )" and put your account and WIF Private Key as the miner
miner = ["account","WIF PRIVATE KEY"]
- Locate "# Number of threads to use for proof of work mining" and put the amount of threads you would like to dedicate to Proof of Work mining
mining-threads = 4
- Save and exit the editor
Navigate back to the "steem-win-x64-011" folder
- Double click "steemd.exe" to begin syncing and mining!
Happy mining!
I cant get it to work either. ive tried 2 other tutorials so far with no joy.
when i try to run steemd.exe it just stops running and crashes.
i added a .bat file also.
Try installing the 2013 C++ Redistributable first
Thanks!
Do you know what windows OS are supported?
I cannot say for sure, but I imagine Windows 7 and above.
Yeah I suppose!
Just FYI I tried in windows 2008 and I tried to run " Navigate into the newly created "steem-win-x64-011" folder and double click "steemd.exe"
It did not work.
Cheers!
Server 2008 must be missing a dependency that steemd.exe requires. I will look into this and let you know if I find anything.
Also, try creating a .bat file with a pause at the end to see if you get any errors.
Try installing the Visual C++ Redistributable Packages 2013 and see if that helps. Is your Windows fully up to date via Windows Update?
I did but no !
No worries I will try on windows 10
Ok new to mining steem, but not new to mining other coins. Do i need a wallet on my local machine to mine on windows?
There is currently only a command line wallet available and it is part of the download.
Thanks!
Good!