-
-
Notifications
You must be signed in to change notification settings - Fork 6
How to enable multiaccount feature on Bot
This tutorial will help you to enable single or multiaccount feature for this bot, there's some steps to accomplish this.
- Change flags on Brave
- Create new profile(s)
First things first, I hardly recommend you to download and install Brave browser. With Brave, you really have faster browsing experience, it's an open-source browser, it's so much more reliable playing NFT games than others. With that being said, you can download and install Brave from the weblink below.
- Brave: https://brave.com/download/
After downloading, you will need to pin the metamask icon extension into Brave bar as image below, so the bot can find the image correctly.
After that, you need to change some flags (it works on Google Chrome as well). With these flags you will be able to run any NFT game account from background without worrying if there's any progress being blocked.
- In the URL bar, type
brave://flags
- Type
Calculate window occlusion on Windows
into the search bar.
Note: If you cannot findCalculate window occlusion on Windows
, search forTemporarily unexpire M96 flags
first,Enabled
it and try again. - Switch
Calculate window occlusion on Windows
toDisabled
. Relaunch the browser.
Note: You can also access them through brave://flags/#calculate-native-win-occlusion
or brave://flags/#temporary-unexpire-flags-m96
.
On Google Chrome you can find them through chrome://flags/#calculate-native-win-occlusion
or chrome://flags/#temporary-unexpire-flags-m96
.
After that you need to create a profile on the browser in order to pass the same name to config.yaml
file.
Follow the example below:
After downloading Brave, you'll need to create a profile. Even you if you want to work with only one account on SpaceCrypto!
- To do that, go to the right panel menu on Brave as image below:
- Then choose any name you want to name the new profile (try to keep the name clean without blanks or nulls), remember that this name is going to be used in the
config.yaml
file later.
- After naming it, just click on
Done
and that's it! You are now ready to use your single or multiaccount. You'll need to copy this exactly same name intoconfig.yaml
file.
- Also is good to remember that you can have multiple profiles, as many as you will need!
- Go to
config.yaml
file and write down the profile names you just created into separate lines and you are good to go!