What's new

Closed delete

Status
Not open for further replies.

rovmacion

Forum Veteran
Joined
Apr 30, 2019
Posts
1,396
Reaction
1,396
Points
538
Nakita ko lang po!!! baka pwede gawan ng bot sa termux!!!
Sa mga marunong po jan please...
625747


BladeBTC (UBUNTU 18.04.2 LTS)

This application is a telegram bot. The goal of this bot is to create a Bitcoin exchange platform. It allows to send and receive Bitcoin via telegram and a Bitcoin wallet on Blockchain. It guarantees a profit on investments. Users can invest, reinvest and wí†hdráw their Bitcoin at any time via the telegram interface.

Prerequisites

This application is designed to be installed on a Linux server on which you have administrator access. This application and the installation script have been tried on a Ubuntu 18.04 LTS server.


  • PHP 7.x
  • Linux server (Ubuntu 18.04.2 LTS).
  • Root privileges.
  • Static IP (Public & Private).
  • Open ports 80, 443 (Before using the install script).

- This script will only work for Debian based Linux distributions.

- Don't forget to open ports before running the install script otherwise the installation will fail.

Installation

Telegram Bot



  • Use BotFather on Telegram to create new bot. You do not have permission to view the full content of this post. Log in or register now.

Use this commande in BotFather chat to create new Bot:


/newbot


  • Save your Telegram Bot API Key for later.

Your API Key should look like this:


801650799:AAEYIthu4KWV14ZzKauXb5KdF8cKHRzluRE

Blockchain Wallet


  • Create new Wallet on Blockchain website. You do not have permission to view the full content of this post. Log in or register now.
  • In Settings / Security - Setup second password for your wallet.
  • In Settings / Security / Advance settings - Withelist your public IP.
  • Save your Wallet ID for later.

Your wallet ID should look like this:


cd6c4470-1195-4c44-83d7-7b223a2f8ggd

No-IP


  • Register new free hostname at You do not have permission to view the full content of this post. Log in or register now. pointing on your server public IP.

Server (Installation)


During the installation process of Ubuntu only select the SSH package.

- Make sure to open the following port to your server - 80, 443 before running the install script.

On your fresh install of Ubuntu 18.04.2 LTS do the following commands :


sudo -s
apt-get install git -y
cd /var/tmp
git clone You do not have permission to view the full content of this post. Log in or register now.
cd BladeBTC/
chmod 550 install.sh
./install.sh

- Select option 1 - Install


  • Follow the script instruction and give all the required data.

- IMPORTANT - Go to your blockchain wallet and withelist your server IP.

Updating / Bot file & GUI file

When the bot was installed for the first time you can now get update from github like this:


sudo -s
cd /var/tmp/BladeBTC
./install.sh

- Select option 2 - Update

GUI / ADMIN PANEL

The install script enable multiple admin tool to help you to manage your server.


PHPMyAdmin

From PHPMyAdmin you can manage all database required by your bot and by the GUI.


URL: https://[your_domain]/phpmyadmin


BladeBTC GUI

From BladeBTC GUI you can manage multiple options about your Bot.


  • Default Username: bladebtc
  • Default Password: bladebtc

  • User (ToDo)
  • Investment Plan
  • Ban (ToDo)
  • Logs

URL: https://[your_domain]/gui

Hidden commands

  • /gwb - To get current blockchain wallet balance.
 

Attachments

Last edited:
Status
Not open for further replies.

Similar threads

Back
Top