Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsed output #357

Open
CreepyZander opened this issue Jun 6, 2024 · 4 comments
Open

Parsed output #357

CreepyZander opened this issue Jun 6, 2024 · 4 comments

Comments

@CreepyZander
Copy link

Hi,

Great project - well done!

I'm running my own RPC node with Yellowstone running stable.

I'm building a small application that monitors our own established token and provides statistics, buy/sell notifications, competitions based on length of holding, wallet tracking etc.

I have two questions.

At the moment, when I subscribe to our address on gRPC, I am getting the raw Blockchain data. It doesn't seem like the output is parsed in the same way as solana-web3.js.

We want to use a Geyser plug in because it fits in with long-term goals and the speed is critical for these future goals.

As an example, what would be the best way to interpret a buy/sell order using Yellowstone? I'm new to RUST.

Currently we are interpreting the output of Yellowstone via a PHP script (which we know isn't ideal) - but we can port it to a language more suitable later down the line.

My feeling is that I would need to tear apart and port some of the Solana web3.js code into my PHP script.

However, it doesn't look like the filters that are available in Yellowstone are able to limit only buy and sell orders and therefore might overrun my PHP script and potentially cause a backlog.

My second question is, are there any open source projects that are compatible with Yellowstone (or their own geyser plugin) that allow me to implement the hooks similar to that Triton One/Helius offer?

Regard

@Himanityagi27
Copy link

Hi
what spec for server your using for geyser plugin
I am also running my solana node with yellowstone plugin
but unfortunately my node is not catchup latest slot ,
server spec 512gb ram , 48 core cpu , 3.4tb disk , latitude cloud ,
sometime my node is start gaining the slot after gaining some slots , again its start failing .

@CreepyZander
Copy link
Author

CreepyZander commented Jun 26, 2024 via email

@Himanityagi27
Copy link

No i am not indexeing , what configuration you are using for plugin ,

@CreepyZander
Copy link
Author

CreepyZander commented Jun 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants