# Detailed tutorial on running the mobius trading volume script


By [crypto99.eth](https://paragraph.com/@moderwh) · 2023-04-14

---

I will explain how to use scripts to boost trading volume more efficiently. Before we begin, please note that this script can help you quickly increase trading volume, but you will need to pay a small gas fee. To use this script, you will also need to create a mining pool and have an NFT that corresponds to the type of mining pool you are using. Additionally, you will need your mnemonic phrase. Rest assured that this code does not have any functionality to upload your mnemonic phrase. Have fun!

**Trigger Warning!!!**

1, This tutorial is of higher difficulty and requires some computer or programming background. For beginners, you may try to learn it if you are interested, but it is not recommended for complete beginners (as it may affect your mentality). No worries!

2, Due to the different computer environments of each individual, many different problems may arise during the installation process. You can contact me for help, and I will try my best to assist you. However, it is essential that you describe your problem in detail. Basic installation problems can be googled, thank you~

**However, if you successfully follow the tutorial to the end, you will learn how to deploy front-end and back-end contracts on the mainnet. In other words, by mastering these skills, you will be able to create a simple project on your own.**

First, we need to set up the environment (Windows version):

1, Install VS Code, you can find detailed installation instructions by clicking here.

2, Then, we need to install Node.js (version 16.16). You can find installation instructions by clicking here. [https://radixweb.com/blog/installing-npm-and-nodejs-on-windows-and-mac](https://radixweb.com/blog/installing-npm-and-nodejs-on-windows-and-mac)

3, Install Git. There is no need for instructions as you just need to download the version that fits your computer system.

Download link: [https://git-scm.com/downloads](https://git-scm.com/downloads)

Second, After installing the software according to the tutorial, it is advisable to check whether the installed node is installed correctly and running properly just in case. Search for the command prompt on your computer and enter node -v and npm -v to check the version. The specific steps are shown in the following figure.

![Check the software version](https://storage.googleapis.com/papyrus_images/d35cc084892e065f826ffe65ef56c54ff5bae7d5d480acbfd54cdb9149a1220d.png)

Check the software version

**The software is installed successfully as shown above, the next step is to open the link to our script:**[**https://github.com/CVJohansson/mobius-boost-script**](https://github.com/CVJohansson/mobius-boost-script)

Once open we copy this code: git clone [https://github.com/CVJohansson/mobius-boost-script.git](https://github.com/CVJohansson/mobius-boost-script.git) to the command prompt and run it, copy the package to your computer as follows

![Copy the script installation package](https://storage.googleapis.com/papyrus_images/0fd1f1d721d8f7b2d7150bf101cfbf3fba7716eed5a7c3171a1a9d19331e9893.png)

Copy the script installation package

When we have successfully copied it, we can see the folder on our own computer

![](https://storage.googleapis.com/papyrus_images/47e6b85d14d6b205f412ddc8b5a75117e082ce748860e41b849207988880067e.png)

**Then we proceed to the next step, go to this folder, type cd mobius and press tab, then press enter to run**

![Follow the file path to the script file](https://storage.googleapis.com/papyrus_images/42a045f0bd410925feced172c9c2d226c0c874f8efd0f46f91a43bcc30dd4b18.png)

Follow the file path to the script file

Then type npm i and press enter to import

![Importing files](https://storage.googleapis.com/papyrus_images/4269631babae086ac7c83e356ca40158dd42e9a32744000609b03ce21f8e93c1.png)

Importing files

**After the import is successful, we type code . , which will take us to the js file in the folder, which will open successfully and display a screen like this**

![Open file](https://storage.googleapis.com/papyrus_images/5679d6d1138f77b43149733082cd80fb3afc7551e840b41c7edc5dd73f2d8ca7.png)

Open file

**The latter is much simpler, we open start.js**

![Successful file opening](https://storage.googleapis.com/papyrus_images/41ee6dfc759ce689780e15353ce340824fd69b7599eebb8762799551399cf6d4.png)

Successful file opening

**We need to change a few data, as detailed below**

![Modifying JS file data](https://storage.googleapis.com/papyrus_images/bb1d444896bdce828612711131571e960438070c7f46e0df02ecf56e454e0b95.png)

Modifying JS file data

**About the pool id**

![Pool id](https://storage.googleapis.com/papyrus_images/df4bc8f73b490139c270107730170175a767839684ff605e43955d45bc178c70.png)

Pool id

**There are a few notes about modifying data, don't worry about your wallet being compromised, github doesn't save your helpers, when we have filled in our data in turn, save it, go back to the command prompt interface and type npm start to start our trading script, it will run successfully as follows**

![Script runs successfully](https://storage.googleapis.com/papyrus_images/620b9ae498f6562002e3865179b5c4d66bb07728574b2255acabb8316ec63ef6.png)

Script runs successfully

**Finally we have finished running the trading script, after running we can go to the mibius page to see if the trading volume has been rising, and here our tutorial is over, thanks for watching, it is not easy to make, more support oh!**

---

*Originally published on [crypto99.eth](https://paragraph.com/@moderwh/detailed-tutorial-on-running-the-mobius-trading-volume-script)*
