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

After restarting the program, sell the currency that was not sold before. #108

Open
icaca opened this issue May 11, 2024 · 4 comments
Open
Labels
help wanted Extra attention is needed

Comments

@icaca
Copy link

icaca commented May 11, 2024

Sometimes due to debugging programs or active interruptions, some currencies in the wallet remain unsold. Is it possible to monitor these currencies and sell them after the program is started?

@fdundjer
Copy link
Collaborator

It should be possible, but we would need to store everything that we bought. Adding sqlite to store this info could be an option.

@fdundjer fdundjer added the help wanted Extra attention is needed label May 22, 2024
@tuncatunc
Copy link

What about getting token accounts from that belongs to wallet?

@icaca
Copy link
Author

icaca commented May 22, 2024

What about getting token accounts from that belongs to wallet?

👍👍👍

@fdundjer
Copy link
Collaborator

What about getting token accounts from that belongs to wallet?

I think it wouldn't work if same wallet is used elsewhere. Eg. buy token via raydium UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants