Simply Solana Bot
  • Simply Solana Bot
  • Simply Copybot
    • What is Copytrading?
    • Simply Copybot Features
    • Hardware Prerequisites and Setup
    • Setup and Configuration
      • Linux Setup
      • Windows Setup
      • Quickstart Example Configurations
      • Why send your transaction to multiple endpoints?
      • Using bloXroute
      • Protecting yourself from getting drained by spam buys
    • How to find Copywallets
    • Copytrading Strategies
    • Success & Testimonials
    • Troubleshooting and Common Errors
    • Fees
    • Downloads
    • Useful Links
Powered by GitBook
On this page
  1. Simply Copybot
  2. Setup and Configuration

Windows Setup

PreviousLinux SetupNextQuickstart Example Configurations

Last updated 4 months ago

First, connect to your Windows VPS using RDP.

You can visit to download the copybot files. Make sure to download the latest Windows version.

Next, unzip the file. I find it easiest to unzip the file to C:\copybot

Next, you should open up Command Prompt:

You can also use PowerShell if you prefer:

Navigate to the directory where you saved the copybot. Here, we type "cd" for "change directory". Then a space, then the path to where we saved the copybot, "C:\copybot". Make sure you change this according to where you have saved the bot. Then hit "enter".

cd C:\copybot

Next, type "dir" to show the contents of this folder. Here is what you should see:

dir

Next, type the following:

copy .env.example .env
copy copy_wallets.yaml.example copy_wallets.yaml

Once you are done configuring the bot, to run the bot, simply type:

simply-copybot.exe

This will create copies of the example configuration files that you can modify using your text editor of choice. I recommend using Notepad++, which you can download here:

You can then navigate to the directory where you saved the copybot and open .env and copy_wallets.yaml to edit them. For instructions on how to configure these files, please refer to the

https://notepad-plus-plus.org/downloads/
https://sourceforge.net/projects/simply-copy-bot/files/
Configuration Guide.