unCoded Docs
  • Welcome to unCoded
  • Introduction
    • About unCoded
    • How This Documentation Works
    • Terms of Service
  • Getting Started
    • What is unCoded?
    • System Requirements
    • Creating Your Binance Account
    • Telegram Setup
    • Installation and Setup
    • License System
  • Configuration Options
    • Parameter Overview
    • Default Configuration
    • Example Configurations
    • Advanced Configuration Tips
  • Optimization
    • Best Practices
    • Troubleshooting
    • How to Monitor Performance
    • Exporting and Analyzing Data
  • Frequently Asked Questions (FAQ)
    • General Questions
    • Configuration Questions
    • Licensing Questions
  • Support
    • Community Support
    • Individual Support Services
    • How to Contact Us
Powered by GitBook
On this page
  1. Getting Started

Installation and Setup

This section provides a step-by-step guide to install and configure unCoded. Follow these instructions to set up the bot on your server and start trading.


1. Prerequisites

Before beginning the installation, ensure you have the following:

  • Telegram Account: Configured with the necessary bot credentials.

  • Bot Registered: Register your Binance UID and Download the bot on Telegram at @unCodedOnboarding_bot .

  • Server Access: A configured server meeting the system requirements.

  • Binance Account: Created and set up with API keys and funding.


2. Download the unCoded Software

  1. Access the latest version of unCoded from the official Telegram group.

  2. Transfer the ZIP file to your server using your preferred method (e.g., FTP, Remote Desktop).

  3. Extract the ZIP file into a dedicated folder on your server.


3. Configure the Bot

unCoded requires configuration through the keys.env file included in the downloaded package. Follow these steps:

  1. Open the keys.env File:

    • Locate the file in the extracted folder.

    • Open it with a text editor.

  2. Enter the Binance API Keys:

    API_KEY=your_binance_api_key
    API_SECRET=your_binance_secret_key
  3. Enter Telegram Credentials:

    TELEGRAM_OWNER_ID=your_telegram_id
    TELEGRAM_BOT_TOKEN=your_telegram_bot_token
  4. Set Trading Parameters:

    • Default settings are pre-configured but can be customized as needed. For example:

      BASE_ASSET=PEPE
      QUOTE_ASSET=USDC
      MODE=4
    • Refer to the Configuration Options section for detailed parameter explanations.

  5. Save the File:

    • Ensure all values are correctly entered and save your changes.


4. Start the Bot

  1. Run the Application:

    • Execute the unCoded.exe file.

    • If prompted by security warnings (e.g., "Windows Protected Your PC"), click More Info > Run Anyway.

  2. Activate the Bot:

    • Use the following command in your configured Telegram bot:

      /start
    • This will open the Control Panel in Telegram.

  3. Set Configuration

    1. In the Control Panel, click Configurations.

    2. Select Set Configuration.

    3. Click on acceptTosAndStartBot.

    4. Click on true .

  4. Activate Trading:

    • The system will automatically begin trading.

    • Use the Telegram bot to view real-time updates on trading activity and profits.


5. Add the unCoded folder to Windows Defender exclusions

To prevent Windows Defender from interrupting unCoded, add its installation folder as an exclusion:

  1. Open Windows Defender Security Center

  • On your Windows Server 2019 machine, click Start, type Windows Defender Security Center, and press Enter.

  1. Navigate to Virus & threat protection

  • In the Security Center window, select Virus & threat protection from the menu.

  1. Open protection settings

  • Under Virus & threat protection settings, click Manage settings.

  1. Add an exclusion

  • Scroll to the Exclusions section and click Add or remove exclusions.

  • Click Add an exclusion → Folder, then browse to and select your unCoded installation directory (e.g., C:\unCoded\).

  1. Confirm the exclusion

  • Verify that the full path to your unCoded folder now appears in the exclusions list.


6. Verify and Test

  1. Check Connection:

    • Verify that the bot successfully connects to Binance and Telegram.

    • Check for confirmation messages in your Telegram bot.

  2. Monitor Performance:

    • Ensure trades are executing correctly and parameters are being followed.


7. Troubleshooting

  • Bot Not Starting:

    • Ensure start in the configuration file is set to true.

    • Verify that all required credentials are entered correctly.

  • API Key Errors:

    • Confirm that your Binance API key has the correct permissions and is restricted to your server’s IP address.

  • Telegram Issues:

    • Double-check the Telegram bot token and group ID.


Next Steps

Once unCoded is installed and running, explore the Configuration Options section to customize your trading strategy further.

PreviousTelegram SetupNextLicense System

Last updated 18 days ago