Steem is a blockchain-based mostly social media platform the place anybody can earn rewards by contributing high quality content material and score content material printed by others. It's also possible to mine it utilizing a devoted CPU miner when you have some spare energy that you just need to dedicate to supporting the community. The knowledge concerning Steem remains to be extremely fragmented and you might want to spend various time figuring issues out regardless that they don't appear to be that sophisticated. We now have spent a while attempting to get issues working and now we have managed to efficiently begin mining Steem, so now we have ready a brief information that can assist you get began mining on Home windows.
The very first thing you might want to begin with earlier than transferring with the precise mining is to register your self an account on the steemit website. Do word that registering at the moment requires you to both have a Fb or Reddit account to make use of as a method of verification to your registration. After you register you can even earn Steem by posting high quality articles on the web site and interacting in the neighborhood normally after which you may as well begin mining utilizing the information under.
steemd-first-run
– Begin by downloading the newest Steem Windows Wallet and Miner for Windows
Steem Windows Wallet and Miner @btscube btscube released this 4 days ago · 34 commits to master since this release Release note : https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-2 SHA256: add317bfca4b4769ddde9ba68c76b9cc73b9fc419116768e7cf70c357785e01f Downloads 6.48 MB steem-win-x64-012-2.zip Source code (zip) Source code (tar.gz)– The miner binary is compiled for sixty four-bit Home windows, so it won't work on 32-bit ones
– Extract the steem-win-x64-012-2.zip archive to a folder in your laptop and run steemd.exe
– The primary time you run the Steem Daemon executable it'll create a witness_node_data_dir listing and inside will generate some extra information and folders
steem-config-ini
– Go contained in the witness_node_data_dir folder and open the config.ini file with Notepad or one other textual content editor
– Begin by including just a few steem nodes to hook up with, simply paste the next listing underneath P2P nodes to hook up with on startup:
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.internet:2001
seed-node = steem.clawmap.com:2001
seed-node = seed.steemwitness.com:2001
seed-node = steem-seed1.abit-extra.com:2001
– Beneath the title of witness add your steemit.com username (you should register prior to begin mining), so make sure that it's one thing like: witness = "myusername"
@primus · "For optimal mining be sure to check this guide. At least you will need to provide up to three different witnesses/miners in your config.ini file. The reason that we have to set up multiple witnesses is because of something very interesting about the way coins are mined on steem. I will get into exactly why in a bit, but roughly the reason is as follows. Once your miner hits the "target", it lines up to get in the queue to mine a block. The queue currently averages about 100 people in line and takes about ~1.5 hours to get through. When your first witness gets in the queue, it stops mining. It doesn't look for any more hashes. This wastes time, so during these ~1.5 hours you want another miner waiting in the wings. That's why you set up multiple witnesses. Just thought I would mention that because no other guides seem to have mentioned that. Another thing to note is that the witnesses are selected in alphabetical order."– Beneath the identify of miner and its personal key add your steemit.com username and personal key, so ensure it's one thing like: miner = ["myusername","yourWIFprivatekeyhere"]
– When setting totally different parameters within the ini file be sure to don’t go away the # sign up entrance of the road because it basically feedback it out and the miner behaves as this parameter is just not set, so you will get an error that a witness or miner shouldn't be set!
– If you're unsure the place to get the personal key, then simply login to your steemit.com account, go to your Profile after which to the Permissions tab. Right here it's worthwhile to click on on Present the non-public key for Energetic (chances are you'll have to relogin first). Do word that the important thing proven by default is the general public key, it's worthwhile to present the personal key and use the personal key within the config! Alternatively you should use the Proprietor non-public key, that is additionally your login password, however as a consequence of safety causes you higher stick to the Energetic key.
– Below the Variety of threads to make use of add mining-threads = 1 or greater quantity, relying on how a lot of your CPU you need to make the most of for mining, extra threads lead to increased hashrate
steem-cpu-mining
– You are actually prepared to start out mining, simply run steemd.exe once more and anticipate the blockchain to synchronize, it may take one thing like 15-half-hour or extra (relying in your web connection)
– The steem blockchain is over three.5 million block already, however the dimension shouldn't be that massive but, it's round three.three GB in measurement, so you have to greater than that free area accessible
– In our checks with an Intel Core i7 5820K CPU (6 cores, 12 threads) working at 12 threads configured within the ini file we're getting about 44390 HPS (hashes per second) as a hashrate or round 31-33 KHS with simply 6 energetic threads
– Do word that the mining apparently requires a whole lot of RAM, we get about 3GB used for six threads and about 5GB used for 12 threads for mining, so be sure you have sufficient RAM in your laptop (8GB or extra is really helpful)
– All it's important to do now's to attend in your miner to first discover a POW block after which put you within the Miner-witness queue till your flip is available in to substantiate a block as a way to get your reward transferred to your steemit.com account
– Word that the rewards you get once you efficiently mine and make sure a block are in STEEM POWER tokens and never in STEEM and they need to seem in your Pockets on steemit.com, incomes you 1 for every block. STEEM POWER are affect tokens which earn extra energy by holding long run, the extra you maintain the extra you affect put up rewards and earn for correct voting on steemit.com. STEEM POWER tokens may be withdrawn (Powered Down), however it can require 2 years and 104 funds to transform again to STEEM
For optimal mining be sure to check this guide.
At least you will need to provide up to three different witnesses/miners in your config.ini file.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I added this to the post thanks.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks @carlidos.
I might try installing the Windows method and comparing the rates with the Linux VM method. It would be interesting to see if the extra layer makes a difference in performance. If you are interested, here is the link:
https://steemit.com/allinone/@omotherhen/ezsteem-suite-1-0-the-ez-way-to-setup-your-steem-miner-node-in-a-linux-vm-windows-compatible
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Well done, it took a lot of work to put together, I see.
Which windows binary are you using? The one I got from guthub just crashed after a few minutes.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Steem Windows Wallet and Miner
@btscube btscube released this 4 days ago · 34 commits to master since this release
Release note : https://steemit.com/steem/@bitcube/steem-windows-wallet-and-miner-v0-12-2
SHA256: add317bfca4b4769ddde9ba68c76b9cc73b9fc419116768e7cf70c357785e01f
Downloads
6.48 MB steem-win-x64-012-2.zip
Source code (zip)
Source code (tar.gz)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
First ... no .. still a good guide
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
Why do you spell out the numbers in the seed nodes?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit