Bitcoin Forum
October 02, 2025, 06:56:21 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Looking for most noobfriedly mobile btc wallet for signing messages on: November 25, 2024, 08:06:04 PM

I will best recommend you with these two, they are bitcoin only supported wallets and are non custodial wallets, they can be as well used in signing a message because of the way they happen to help users have access to their private keys and one can easily use them without much complexities.

Electrum
Bluewallet

Don't let anyone deceives that any of these is hard to use, all you may first have to consider is the security in them and the benefits for using them, with these, you can easily cope in getting along to how they are been used.


One of the most mobile-friendly wallets that supports message signing is BlueWallet, and it’s available for both iOS and Android versions, and it’s also open source.

I have used it, and I will tell you that it’s easy to use and one of the fastest without needing any manual or technical knowledge.

For more information about BlueWallet - Bitcoin Wallet Discussion
Official website: https://bluewallet.io/

thanks alot for your reply. Just tried bluewallet and i have to say its nearly perfect - superfriendly and not too blown up with features. Thanks for the suggestions Smiley
2  Other / Beginners & Help / Looking for most noobfriedly mobile btc wallet for signing messages on: November 25, 2024, 07:44:07 PM
Hello,

Im currently have a write a blogpost and im hoping that someone could recommend me a good btc wallet that i can test and later post about.

Only requirements are that it has to be a simple & userfriendly mobile btc wallets that allows the user to sign a message.

The bigger ones like exodus and trust dont support it and other like Mycelcium and electrum are not really userfriendly. At best i would also like to not chose a wallet that forces the user to manually enter all 16 seed-words again during wallet creation process. Just looking for a simple solution that can be recommend to someone who never used btc before.

Thanks in advance.



3  Bitcoin / Development & Technical Discussion / Re: Need dev advise : btc payment processing/forwarding with low fees (web-based) on: November 05, 2024, 11:17:10 PM
Helly everyone, thanks alot for all your feedback.


If you don't want to run a node or have a hot wallet, then your only choice is to go with a payment processor such as Bitpay or Coinbase.

You don't have to store any private keys on your server. First, you generate your seed on your own computer, and then, you upload only the master public key to the server. Then, the only thing a hacker can do, is to compromise your privacy in the worst case, by getting the full list of addresses. But: it will never get your private keys, if they will not be available online.

Other thing i should mention is that im not a web dev but rather a web designer, so i would need to find a freelancer, thats why i would also think that payment processor like bitpay or coinpayments(.net) are a good option too because i dont want to rely on the programming skills of a random freelancer to keep my funds safe. Those processors would charge around 1% comission too but i guess this would be the more safer but less customizable choice.

When im correct the payment processore like bitpay etc. would create a new segwit address for every order and i should be possible for me to transfer out all the small commissions (after i made a few sales) from all the wallets into one single single tx (so that i only bay a tx fee once instead of one time per address). Am i correct here?


I also have to calculate this whole matter further because its also very hard to run such a ppd service with bitcoin without a minimum Sales price for the seller. When i would need a make more than 1 tx for a sale with a price of 5USD (set from seller) than every (cheap) item listed would look like a ripoff because i would have to calculate my losses from fees into every order. I also want to serve people who are not selling expensive stuff.

Quote
In this case, how would automatic forward to seller works?
Just make a single transaction:
Code:
+-------------------------------------+
| Buyer   1.01 BTC -> Seller 0.95 BTC |
|                     OP     0.05 BTC |
+-------------------------------------+
Getting a single confirmation can unlock the link to download the content.

Or, even better: it is possible to allow downloading everything in encrypted form first, and broadcast the decryption key, after reaching a single confirmation. And everything can be just encrypted by OP's public key (so it would be possible to prove in a SCIP way if needed, that this very key can decrypt it).

thanks alot for the input.  Would definitely be a cool idea with the early downloads but how exactly would you continue in my case from a programming standpoint?

Confirming/tracking a new incoming tx and showing the user/buyer a download link afterwards would be relatively easy with premade payment processors like bitpay or coinpaymentsDotNet etc or would you always go with a integration of electrum to the server or hosting an own bitcoin node or anythign like that?


Quote
In this case, how would automatic forward to seller works?
Just make a single transaction:
Code:
+-------------------------------------+
| Buyer   1.01 BTC -> Seller 0.95 BTC |
|                     OP     0.05 BTC |
+-------------------------------------+
Getting a single confirmation can unlock the link to download the content.

Or, even better: it is possible to allow downloading everything in encrypted form first, and broadcast the decryption key, after reaching a single confirmation. And everything can be just encrypted by OP's public key (so it would be possible to prove in a SCIP way if needed, that this very key can decrypt it).

It's valid approach. But from my experience paying for goods/services, i never required to send Bitcoin to 2 or more addresses at once. There's also concern about user friendliness and handling underpay/overpay.

Youre right, of course the user/buyer just needs to make one tx to buy something. The second tx where i move my commission to my personal wallet also doesnt need to be automatical.
I think it would be best, if i wait untill i collects a few dollar in total on multiple addresses so that i can combine everything into 1 tx when im moving it to my personal wallet - so that i dont wipe out 50% of a wallet's balance when my commission was very small for that particular sale.


And my apologies for all the typos and noob questions i put into this reply



4  Bitcoin / Development & Technical Discussion / Need dev advise : btc payment processing/forwarding with low fees (web-based) on: November 04, 2024, 10:22:56 PM
Hello guys,

this is my first post and i hope that im in the correct section to ask for some advise.

Im currently in the very early stages of creating a simple PPD (pay per download) site, where a user can basically upload and sell small digital files. I would want to take a small commission of max. 5%.

So the most important part of the website would be to receive the payment from the customer to a newly generated SegWit and forward 95% automatically to the seller and eventually transfer the 5% earning to my personal wallet.

The biggest issues im seing with btc are the fees because when im thinking correctly, than i would have to do 2 transactions on every sale (1tx to to seller and one tx to transfer my 5% commision from the generated address to my personal wallet) or is there any way to avoid this issue?

A possible workaround would be payment processors like coinpayments or blockonomics but i dont have experience if it would work good with the forwarding(twice) after a payment got received.


I personally dont really want a hotwallet or bitcoin node of some sort because the project would be too expensive and i dont want to create weaknesses that can get hacked.

I hope that maybe someone here would have an idea on how to handle the payment situation in my case? How would you do i with without spending too much on fees or even running an own btc node?

Thanks in advance

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!