keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.91k stars 1.23k forks source link

stellar transactions no longer supported #25982

Open daviddelikat opened 1 year ago

daviddelikat commented 1 year ago

when I open my wallet I get the message that stellar is not supported and I should 'export' my balance. I don't see anything about this anywhere else is there a problem with my account? how do I export my balance?

Screen Shot 2023-10-25 at 11 01 46 AM
mathieujobin commented 1 year ago

I'm not a Stellar fan, but I am sad to see features being removed. Keybase had the best integration for sending coins.

loudersoft commented 11 months ago

You will need to migrate any Stellar Lumens (XLM) you have by merging to a different wallet. I would highly recommend using LOBSTR to merge your XLM so it's seamless and you don't lose any. This will solve the problems you are experiencing. There are numerous tutorials on this that can help you if you're unsure.

mathieujobin commented 11 months ago

actually, funds does not need to be sent to a new wallet, the wallet in keybase is still valid on the Stellar chain. only the keybase client no longer supports transactions.

jmsaunders commented 10 months ago

You will need to migrate any Stellar Lumens (XLM) you have by merging to a different wallet. I would highly recommend using LOBSTR to merge your XLM so it's seamless and you don't lose any. This will solve the problems you are experiencing. There are numerous tutorials on this that can help you if you're unsure.

Do you have any links for tutorials handy?

Beasta commented 10 months ago

Zoom bought keybase and they'll slowly pwn it into a dumpster fire

JoNilsson commented 7 months ago

Very sad to see robust, highly functional features being removed from Keybase. No official notice either.

mathieujobin commented 6 months ago

yeah, I am not specifically a fan of Stellar, or a Crypto advocate. but Keybase had succeed bringing a user-friendly crypto wallet, a thing that no other companies have done, and actually Meta/Facebook was promising of doing for a while.

I think more currencies should have been added.

please revert the removal.

mathieujobin commented 6 months ago

@jmsaunders @loudersoft The fund does not need to be migrated. the wallet is still valid and you can still access your private key within Keybase. only the UI features of sending/receiving money has been removed. so you don't need to move your funds. just need your favorite client and use your private key to send, your public key (or wallet address) to receive.

that said, I did move mine to my Ledger hardware wallet.

sbehnken commented 5 months ago

Having the same issue. Keybase gives this message, but there is nothing below. I have my paper key handy but there's literally no option to move things. Can anyone help with this?

Screen Shot 2024-05-23 at 2 19 49 PM
mathieujobin commented 5 months ago

@sbehnken use the command line tool keybase wallet balances to show your current balances keybase wallet export to get your Private keys

nsilve commented 3 months ago

@mathieujobin having access to this info, how could we export the balances to an external wallet (e.g. Coinbase)?

mathieujobin commented 3 months ago

@nsilve

https://developers.stellar.org/docs/build/guides/basics/send-and-receive-payments

mathieujobin commented 3 months ago

Someone could also fork the client and try reverting the removal of the Stellar wallet, that would be very awesome ...

nsilve commented 3 months ago

https://developers.stellar.org/docs/build/guides/basics/send-and-receive-payments

That was really helpful, it worked! Thank you very much!