Code Monkey home page Code Monkey logo

chainrobot's Introduction

BSC链上自动交易程序,带源代码

node.js编写,可以自己手动编译

第一步配置私钥

打开prikey.prikey ,将私钥填进去,每行填一个私钥

这个文件力的私钥一定要是新建的,私钥不能给任何人!!!!

这个文件力的私钥一定要是新建的,私钥不能给任何人!!!!

这个文件力的私钥一定要是新建的,私钥不能给任何人!!!!

第二步配置买卖权限

打开wallet.json

[
    {
        "walletaddress":"钱包地址1",
        "buy":"false",
        "sell":"false"
    },
    {
        "walletaddress":"钱包地址2",
        "buy":"false",
        "sell":"false"
    }
]

在 walletaddress的值里面填入私钥对应的钱包地址 buy 的值为true时代表有买的权限,false 代表关闭买权限 sell 的值为true时代表有卖的权限,false 代表关闭卖权限

程序使用方法

参考 img文件夹下的image.png image

厂长支持地址:0x100422cdf07c187eb6a67ae931db62e35f8773ce 各条链都可以

chainrobot's People

Contributors

robotchangzhang avatar

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.