Skip to content

How to enable multiaccount feature on Bot

Guilherme Matheus edited this page Feb 17, 2022 · 1 revision

This tutorial will help you to enable single or multiaccount feature for this bot, there's some steps to accomplish this.

  1. Change flags on Brave
  2. 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.

Download Brave

Change browser flags

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.

MetamaskExtension

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.

  1. In the URL bar, type brave://flags
  2. Type Calculate window occlusion on Windows into the search bar.
    Note: If you cannot find Calculate window occlusion on Windows, search for Temporarily unexpire M96 flags first, Enabled it and try again.
  3. Switch Calculate window occlusion on Windows to Disabled. 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!

  1. To do that, go to the right panel menu on Brave as image below:

CreateNewProfile

  1. 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.

NameNewProfile

  1. 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 into config.yaml file.

Profile

  1. Also is good to remember that you can have multiple profiles, as many as you will need!

MultipleProfiles

  1. Go to config.yaml file and write down the profile names you just created into separate lines and you are good to go!

ProfileOnConfig

Clone this wiki locally