Make the donation process easier (to support development) #6044

Open
opened 2023-09-16 08:00:28 +00:00 by serrq · 11 comments
serrq commented 2023-09-16 08:00:28 +00:00 (Migrated from github.com)

Please add direct cryptocurrency addresses within the app. Easy tap and donate without leaving the app: I don't want going around to websites. I don't want support FIAT economy.

TRX, LTC, BTC, XEC, SOL, BCH, ALGO, XTZ, DASH, XMR addresses available for donations (addresses have to be copyable).

Please add direct cryptocurrency addresses within the app. Easy tap and donate without leaving the app: I don't want going around to websites. I don't want support FIAT economy. TRX, LTC, BTC, XEC, SOL, BCH, ALGO, XTZ, DASH, XMR addresses available for donations (addresses have to be copyable).
Member

Duplicate of #5745

Duplicate of #5745
biodranik commented 2023-09-16 10:53:54 +00:00 (Migrated from github.com)

@serrq how do you propose to implement donations in the app, without external websites? We don't want to bloat the code by embedding many crypto libraries (are they really cross-platform btw?).

`@serrq` how do you propose to implement donations in the app, without external websites? We don't want to bloat the code by embedding many crypto libraries (are they really cross-platform btw?).
serrq commented 2023-09-16 10:59:18 +00:00 (Migrated from github.com)

Another developer immediately done it. Copy his method. I don't know fastest and easier way than this.

268110758-24b351f1-ea14-404d-9583-6e5d9628bd4d

Another developer immediately done it. Copy his method. I don't know fastest and easier way than this. ![268110758-24b351f1-ea14-404d-9583-6e5d9628bd4d](/uploads/157e7fcd55e7f259872bbf1ecb17f270/d356461a-c658-48c3-baab-f182bb4f5277)
serrq commented 2023-09-16 11:00:04 +00:00 (Migrated from github.com)

Yesterday I made donation to his app, instantly (TRX), without going around to external websites. Just tapped and donated through my wallet.

Yesterday I made donation to his app, instantly (TRX), without going around to external websites. Just tapped and donated through my wallet.
biodranik commented 2023-09-16 14:52:33 +00:00 (Migrated from github.com)

Ah, you mean an easy way to copy the id. That's a good idea!

Ah, you mean an easy way to copy the id. That's a good idea!
serrq commented 2023-09-18 05:56:02 +00:00 (Migrated from github.com)

Another app (example)

1000040544

Another app (example) ![1000040544](/uploads/5ca56eb22c933a702994b8ea2cd7fb24/cbb2e4f6-f4ef-45e9-96ca-1b28ed783a78)
biodranik commented 2023-09-18 07:00:34 +00:00 (Migrated from github.com)

Are these apps available in the Google Play store?

Are these apps available in the Google Play store?
serrq commented 2023-09-18 07:08:44 +00:00 (Migrated from github.com)

Are these apps available in the Google Play store?

I don't know. I installed them from F-droid. I don't trust in Google/Apple.

However, the apps are Time Planner by Stanislav Aleshin, and Unstoppable Wallet by Horizontal Systems.

Good search.

> Are these apps available in the Google Play store? I don't know. I installed them from F-droid. I don't trust in Google/Apple. However, the apps are Time Planner by Stanislav Aleshin, and Unstoppable Wallet by Horizontal Systems. Good search.
serrq commented 2023-09-30 23:49:38 +00:00 (Migrated from github.com)

Please add also BNB Smart Chain, FTM (Fantom), AVAX C-Chain, ETH.

Please add also BNB Smart Chain, FTM (Fantom), AVAX C-Chain, ETH.
biodranik commented 2023-10-01 21:58:15 +00:00 (Migrated from github.com)

Updated.

Updated.
privatemaker commented 2023-11-01 19:18:45 +00:00 (Migrated from github.com)

With bitcoin it is very easy to construct a payment address with the amount that opens a wallet as described above. Example:

bitcoin:bc1qjkq3tpy2gutsfdlcvys8slkempywk230u8rc8u?amount=25.0

More documentation in BIP 21. I don't know about other crypto coins.

With bitcoin it is very easy to construct a payment address with the amount that opens a wallet as described above. Example: ``` bitcoin:bc1qjkq3tpy2gutsfdlcvys8slkempywk230u8rc8u?amount=25.0 ``` More documentation in [BIP 21](https://github.com/bitcoin/bips/blob/master/bip-0021.mediawiki). I don't know about other crypto coins.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps#6044
No description provided.