Re: [bitcoin-dev] URI scheme with optional bech32 address

2018-09-25 Thread shiva sitamraju via bitcoin-dev
Hi, I am not sure why this wasn't discussed more but it seemed like a very good idea to me https://www.reddit.com/r/Bitcoin/comments/9iivej/its_been_like_a_year_and_bech32_adoption_remains/ QR code is very important for network wide adoption. The problem is bech32 qr code isn't backward compatibl

Re: [bitcoin-dev] URI scheme with optional bech32 address

2018-07-24 Thread vv01f via bitcoin-dev
When I use the example of HTML forms … ```test.html test for URI schema 1 2 3 ``` The resulting URI is: file:///tmp/test.html?attr=val1&attr=val2 That means that a URI attribute is not necessarily singular and can indeed occur multiple times. So as we do not have athority in our URI… for