Giter Club home page Giter Club logo

Comments (4)

Haehnchen avatar Haehnchen commented on May 27, 2024

maybe websocket module not active; also "tcp://" is wrong for websocket connection. see below for defaults:

./geth --config ./config.toml --datadir ./node  --syncmode light --ws --http --cache 378 --light.maxpeers 50

extend more module if needed

./geth --config ./config.toml --datadir ./node  --syncmode light --ws --http --cache 378 --rpcapi 'personal,db,eth,net,web3,txpool,miner,admin,clique'

results to:

WSS_BLOCKS=ws://127.0.0.1:8546

from uniswap-arbitrage-flash-swap.

mkroxm avatar mkroxm commented on May 27, 2024

Output of help on BSC light node help command
./lightd --help
This node will run a secure proxy to a binance rpc server.

All calls that can be tracked back to a block header by a proof
will be verified before passing them back to the caller. Other that
that it will present the same interface as a full binance node,
just with added trust and running locally.

Usage:
lite [flags]

Flags:
--cache-size int Specify the memory trust store cache size (default 10)
--chain-id string Specify the binance chain ID (default "bnbchain")
-h, --help help for lite
--home-dir string Specify the home directory (default ".binance-lite")
--laddr string Serve the proxy on the given address (default "tcp://localhost:27147")
--max-open-connections int Maximum number of simultaneous connections (including WebSocket). (default 900)
--node string Connect to a binance node at this address (default "tcp://localhost:27147")

as document on https://docs.binance.org/light-client.html
there's no such options for --wss or --http i think it's works with eth network any solutions for bsc light network ?

from uniswap-arbitrage-flash-swap.

mkroxm avatar mkroxm commented on May 27, 2024

any light node setup guide available or can any one will please help me to setup my own light node or recommend any paid providers Quicknode is not working for me all transactions fail with the error "e00" in the contract. lost around 0.25bnb any solutions please help me out

from uniswap-arbitrage-flash-swap.

Haehnchen avatar Haehnchen commented on May 27, 2024

@mkroxm

the bash lines are directly out of the my infrastructure.

./geth download the binaries or compile them on or own; installing them via packages managers given you outdated stuff see and dont forgett the ./

from uniswap-arbitrage-flash-swap.

Related Issues (20)

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.