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.
You can get the binary's here:
https://github.com/vonkoda/steembuilds/blob/master/release/0.11.0/0.11.0.zip
Get the download of Blockchain here (not my link):
http://46.101.158.30/ (from this thread)
And start Steamd with --replay
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!
I am getting this error while starting cli_wallet.exe.
>cli_wallet.exe Logging RPC to file: logs\rpc\rpc.log 1609532ms 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
Start steamd with this appended to the command: --rpc-endpoint "127.0.0.1:8090"
Got it working by appending: rpc-endpoint = 127.0.0.1:8090 in the config file. However, after unlocking, the commands don't seem to be working with steemd.exe running.
The help() command threw this:
help() 4 parse_error_exception: Parse Error Unexpected char '40' in "" {"c":40,"s":""} th_a json_relaxed.hpp:739 variant_from_stream {"str":"help() "} th_a json.cpp:494 variants_from_string
Is Steemd itself working?
Yeah, Steemd works fine. I get around 13Khps though. 6th gen i5, 940M.
wow hash rate on this version so low, around 1 - 4000hps for core i7 5820k -.-
nvm it went up to 40k now
Im at about 31-32k on a I5 4690k @ 4.5Ghz, so that seems about right.
hi man, did u get any POW yet, i tried 2 days with ubuntu and get nothing
Just replying to my own post, I noticed twice now that it mines for hours then pauses, no errors but no mining. Can be closed gracefully with CTRL+C.. anyone else have this problem (it could just be something on my PC, its overclocked etc)?
I might try rebuild it today anyhow with the newest version of Boost (1.61), already tried 1.60 and its doesnt execute.
Thanks so much, looks like I am up and running! :)
I am mining at win7 64b and i see the steemd occupies 2GB of RAM!!!!
this should be a memory leak bug!
Also i don't see any steems in my account after 2 days mining at 40K :(
Cool... I finally got the mining to work. This is all new to me.
So how do we monitor the results?
Depends how you created the account you are using to mine. If its your SteemIt account and you are using your private key, you would check it here:
https://steemd.com/@incomemonthly
If you setup a new account via CLI_wallet, then it wont actually activate on Steamd.com until it finds a POW, which could take ages.
tysm !have been waiting for this
still getting the same errors. I can't get it to work.
What errors exactly? Did you try deleting the Config.ini and starting again? Also make sure you get the newest Blockchain and manually put it in the blockchain folder (and start steamd with --replay)
thanks. forgot to start with replay.
Thanks for this ...hasn't been working for me previously but will try this method and let you know the results...
Do you have any Ubuntu 16 - How to Instructions if someone asks?
I built this on Ubuntu 16.04. I run it natively too of course. There are good guides on Steemit on how to build, like this one: https://steemd.com/miner-category/@clayop/steem-miner-setup-in-ubuntu-15
steemd working . why "Mined false" display https://steemd.com/@vita1ico
I think Mined True only appears if you created an account with CLI_Wallet and your miner has successfully found work. I have two accounts and the miner only account shows true and the SteemeIt account shows false (even though its mining too).
I'm getting these continuous, what is happening?
can someone help?
2300422ms th_a application.cpp:436 handle_block ] Got 4
transactions from network on block 3390723
2303431ms th_a application.cpp:436 handle_block ] Got 8
transactions from network on block 3390724
2306975ms th_a application.cpp:436 handle_block ] Got 6
transactions from network on block 3390725
2309568ms th_a application.cpp:436 handle_block ] Got 6
transactions from network on block 3390726
2312366ms th_a application.cpp:436 handle_block ] Got 3
transactions from network on block 3390727
2315463ms th_a application.cpp:436 handle_block ] Got 6
transactions from network on block 3390728
2318310ms th_a application.cpp:436 handle_block ] Got 5
transactions from network on block 3390729
2324770ms th_a application.cpp:436 handle_block ] Got 3
transactions from network on block 3390731
2327900ms th_a application.cpp:436 handle_block ] Got 1
transactions from network on block 3390732
2330569ms th_a application.cpp:436 handle_block ] Got 8
transactions from network on block 3390733
2333439ms th_a application.cpp:436 handle_block ] Got 3
transactions from network on block 3390734
FYI, just built a couple of versions of the new build (0.12.0), will test them out and post a link in the next couple of hours.
As above, new version here:
https://steemit.com/mining/@kodachrome/windows-binaries-updated-to-0-12-0