-
Notifications
You must be signed in to change notification settings - Fork 2
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
"Sink" batch transfer #3
Comments
Hi, yes the faucet supports sending RGB20 or RGB25 assets in batches.
To receive multiple asset transfers from the faucet to a single wallet you would need to place several requests to the faucet from the same wallet (in the appropriate time frame), so that the faucet would send the all the related transfers in one batch. The faucet is designed to fulfill one request per wallet, so this is not a "supported" use case, but you can modify the faucet in order to accept multiple requests from the same wallet, then what you propose should be possible.
Not sure what the question is here. The
The You can use the |
Ok, thank you @nicbus , I will update back with screenshots of sending assets in one batch and receiving assets withint one batch. Thank you for sharing this repo in public. |
Faucet is sending RGB20 or RGB21 assets in batches.
How do I enable to receive in batches, instead of one UTXO per receive of asset. Thank you in advance for making this repo public.
I see that in https://github.com/RGB-Tools/faucet-rgb/blob/master/faucet_rgb/database.py#L21 you are using the "transfer out" as "Request". Perhaps a "DonationReceived" for the information to receive RGB asset.
Or I can use the top up RGB asset https://github.com/RGB-Tools/faucet-rgb/blob/master/faucet_rgb/reserve.py#L20 and then check the invoices have been paid or not?
The text was updated successfully, but these errors were encountered: