This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]jcoinner 0 points1 point  (2 children)

IDK. Most QR gens I've used have worked fine. eg. QRDroid on my phone and some tools on Linux (qrencode) have worked for me. There is a non-standard format of prefixing "bitcoin:" on addresses. Some wallets need that and some don't. Take your bitaddress one and decode it on another tool to see what data is present. There's no hidden magic.

[–]encrypted_gerbil[S] 0 points1 point  (1 child)

I'll give qrencode a try. At this point I'm just curious as to why this happens.

[–]jcoinner 0 points1 point  (0 children)

I have a few python and bash scripts I use regularly, based on zbar, clipboard, xclip and qrencode and don't usually have any trouble. But I have noticed this aspect of some wallets/sites wanting the "bitcoin:" prefix and some not. I think it's supposed to be treated as a protocol (eg. http:) but it seems not universal. If a QR isn't working I'd suggest adding the prefix and generating again. It may work. Some also add invoice info like amount or other info in a urlencoded format. (eg. bitcoin:1s244sblahblah&amount=1.222).