Coder Social home page Coder Social logo

telegrambot-usdttrx-exchange's Introduction

telegrambot-usdttrx-exchange

自动兑换trx-usdt的电报机器人

实时预览

兑币机1.0版本 @duibiji_bot
兑币机2.0版本 @shandui2bot

使用方法

  • 安装node.js和mysql
  • 找到文件 tgexchange.sql,导入数据库
/*配置区域 */
var pool = mysql.createPool({
    port:3306, //mysql端口
    user     : 'tgexchange', //mysql用户名
    password : 'tgexchange', //mysql密码
    database : 'tgexchange', //mysql数据库
});
var token = "5904481333:AAFYFJovtPYrMpuqLo2VzPk-mAvRWuD03mc" //机器人token
var address = "TMSv56vAtZgFRjPAWQvPSEu2eEoviKALH3" //转账地址
var trxPrivateKey = "fed5b06fafe7ae951928ca5e5a7e8fbbacfe4eff334e687452e997106a3a46c7"; //私钥
var mode = "main"//网络选择 main:主网 nile:nile网
/*配置区域 */
  • 配置上方参数
  • 在文件夹根目录下的终端输入命令 node app 启动项目

私人定制

Telegram:@byprogram
主页:点击查看

telegrambot-usdttrx-exchange's People

Contributors

byprogram avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

telegrambot-usdttrx-exchange's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.