How to setup/automate Steemmonsters Game on windows
steemmonsters·@euginejoseph·
0.000 HBDHow to setup/automate Steemmonsters Game on windows
1) Download the latest version of beem from this link https://github.com/holgern/beem/releases (download the first file) 2) extract the file and copy the `beempy` folder to your `C:` directory 3) now enter `win+x` and open powershell and goto `cd /beempy` folder and run `./beempy.exe --version` to check the version 4) enter WIN+R and enter `cmd` and then press `ctrl+shift+enter`to start cmd as admin and run the command `setx PATH "$env:path;C:\beempy" -m` (try via powershell as admin from the beempy folder if it doesn't work) 5) now open powershell and run the command `beempy createwallet` and give a password (which you wont forget) 6) after that enter the command `beempy addkey` and enter the beempywallet password to unlock it and and type in your steemit Private posting key when it asks for private key 7) now goto https://github.com/holgern/steemmonsters/releases and download steemmonsters (download the first file) and extract it 8) goto the extracted folder `right click->new->new text document` and make it like this { "wallet_password": "beem wallet password", "account": "steemit username", "mana_cap": 21, "match_type": "Ranked", "decks": { "fire1": ["Malric Inferno", "Cerberus", "Elemental Phoenix","Fire Demon","Goblin Shaman" ] }, "play_counter": -1, "play_delay": 3, "stop_on_loosing_streak": 6, "play_inside_ranking_border": false, "ranking_border": [2800, 3000] } fill in your details as you need them and save (save as) the file with `.json` as extension or you can rename it with .json after saving (do note that the config file wont load unless it is in .json extension) also leave a copy on the beempy folder as well do note that you can add more teams as you please by editing this file,and the `play_counter` refers to how many times a single deck can be used simultaneously and `-1` means infinite 9)now open the steemmonsters.exe file on the steemmonsters folder and enter help to get available commands and run `reload_config` to see if the config file has been loaded after that enter `play` to play with randomy selecting decks that you gave on the config file or `play deckname` to play using the decks saved on your steemmonsters account Thank you for reading don't forget to follow,upvote and resteem