-
Notifications
You must be signed in to change notification settings - Fork 22
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
error when copying id.json #1
Comments
|
hi! i think for the older set of directions, copying from ~/.config/solana/id.json, you'll first need to run solana-keygen new iirc |
it should work better here: https://github.com/dyor-market/Mango-Money-Multiplier/tree/main |
Ok thanks, I got the solana keygen and generated a new acc. But the id.json I got from it is an array of numbers. Is this whats referred to as Machine readable? It didn't look like a typical json file |
yup! it's a uint8array that computers can read, just a decrypted privatekey |
you can go pk <-> uint8array like this: |
Ok thanks for help. Will get it up on running now with this help |
I've been following the project ever since and I can understand it's still a work in progress. I see from your update that you've had more success with the arbitrage. Only issue is it's still a bit complicated and the read me doesn't help much. I noticed you changed the code a bit and now and the var "meAndTheBoys" in mango.simple.client.ts bugs out as you changed the name to "meAndThePeeps". |
I agree, to be honest I had created a much better readme at the request of another party, but I abandoned those commits to start from scratch as I couldn't get the thing to run either. I think a substantially more valuable proposition would be this user experience flow:
I believe this is a much less confusing implementation that would yield. One downside is that I would need to cover the sol network fees, but in recent iterations I have reduced this cost significantly Would you be interested in this arrangement @fxtrader-react ? |
This sounds like a solid idea. plus you get directly rewarded for your effort. How, when and where do we get started. Maybe i keep checking your twitter for updates on this? Also since monitoring the bot what is the success of it. Were you successful with implementing the arbitrage technique. |
Cheers, I can update you here in this ticket too :) I should note a couple things:
|
Yup, I agree with all three points. This is all speculation at the end of the day. I will be keeping track here and your twitter for further updates. When can I expect to get started? |
Soon as any of my generous benefactors get me 10k MNGO ;) is the requirement for the referral bits. hey check this out, we should be able to trustlessly pool with this: https://twitter.com/Toxic_Mangooo/status/1508638362634448898 I guess I can probably take a look at their repo |
yea I forked both repos. I guess they have their program on devnet |
@fxtrader-react i spent the day dockerizing literally everything, it's now much easier to run, but it's currently in devnet mode ;) it's running a single account as a pool on devnet, check https;//riptide.fair3d.me (can get USDC from devnet.mango.markets) |
I guess I'm doing something wrong but when I run docker-compose up. I get error while trying to copy id.json. Would love to find a solution and give this bot a spin
The text was updated successfully, but these errors were encountered: