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

Need ability to send from "transparent" pool or else exchange will confiscate funds #1313

Open
AlwaysCompile opened this issue Jul 27, 2024 · 0 comments

Comments

@AlwaysCompile
Copy link

The wallet forces people to shield and then it forces them to send from the orchard pool which is creating a usability nightmare Many exchanges will confiscate funds that come from the orchard pool.

The wallet should allow users to send from the pool of their choices. I recommend changing the "quicksend" and "send" to accept an optional "pool" parameter. It is easy to parse as a pool can never be mistaken for an address.

send ?[pool]? [address] [amount]

Where the pool parameter is optional.

For example:

send transparent t1.....xy 5000000
send sapling t1.....xy 5000000
send orchard t1.....xy 5000000

And for backwards compatibility the default non-specified would be "orchard" so the following would send from ochard:

send t1.....xy 5000000

I understand that you plan to support TEX addresses, but that is not enough. Some exchanges will not adopt TEX but still confiscate orchard pool funds. In addition, some exchanges may have rules that are different than Binances.

TEX address require that 1 hop exists between a transparent and an orchard pool. Some exchanges may have a 2 hop or 3 hop rule. As such, users need the ability to send their own transparent funds if needed, so they can meet exchange requirements.

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

1 participant