joker_josue
Legendary
Offline
Activity: 2366
Merit: 6816
**In BTC since 2013**
|
 |
June 11, 2024, 06:43:00 PM |
|
I would like a service that lets users make a payment request out of an address (and maybe balance) but instead of images it creates links that displays QR codes on a separate page Won't this make bitcoindata.science a target for hackers? Replacing the address and QR-code by their own could be profitable, which I why I prefer not to rely on third parties for Bitcoin addresses. Yes, it's always a risk. He would have to add some kind of verification, that is, a check that the generation of the QR code was done without a third party. Maybe some kind of letter of guarantee. It is always risk. I can add the QRCode genetor to the php backend (reduce the risk of client-side tampering). Then make a front-end verification to confirm that the QR code displayed matches the intended Bitcoin address displayed. This would be a second layer protection. I think my website is small , I also use cloudflare, which might give some extra security. Yes, but even though it is small, it may attract the attention of a hacker, who may have the patience to wait for the opportunity. In fact, today it is small, but tomorrow it will not be. So, if you think about solutions that reduce risk, it's a good place to start.
|
|
|
|
bitmover (OP)
Legendary
Offline
Activity: 3010
Merit: 7396
Trêvoid █ No KYC-AML Crypto Swaps
|
 |
June 27, 2024, 02:31:12 PM |
|
Bitmover, if it's not too much trouble for you, I would like a service that lets users make a payment request out of an address (and maybe balance) but instead of images it creates links that displays QR codes on a separate page, and when you click a button below it, it opens the payment request in the default wallet.
Hello NotATether. I have created the requested tool. https://bitcoindata.science/payAlthough I understand the risks, it was a quite interesting experiment to create it. I created (forked and improved) a bitcoin address validator and the functionality to request payments and amounts in a wallet. Please take a look.
How it works: Add the amount and the bitcoin address. You will be requested to make share the URL with your customer.  This is an example of a shareable URL https://bitcoindata.science/pay?U2FsdGVkX1+TOrtGFoAdVFYq6ZffoYGUb+OHdBd5kT7ngdR79BJXWR1/PtdOF75pWC9d96EeqHplMM7W3PxgOA==
I am a bit worried about people losing money and trying to blame me. I will think about keeping this tool online or not. I would like to listen to your feedback NotATether, as you requested it.
|
|
|
|
LoyceV
Legendary
Offline
Activity: 4018
Merit: 21661
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
June 27, 2024, 04:47:19 PM |
|
I'd say the URL should be human readable, so the address on your site can be verified against the address posted in the URL. Something like: https://bitcoindata.science/pay?1BTC+3CrySAp8G1PfvjrYT4HPQhE8MouBKWd9WBCan you do that?
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
examplens
Legendary
Offline
Activity: 3990
Merit: 4615
Trêvoid █ No KYC-AML p2p service
|
 |
June 27, 2024, 04:54:03 PM |
|
I am a bit worried about people losing money and trying to blame me. I will think about keeping this tool online or not. I would like to listen to your feedback NotATether, as you requested it.
I knew that one day you would start doing more serious things  You can do your best in mistake prevention, for example You need to add a "paste" button where the address is entered. There are many cases where this is useful. Also, the "copy" button to memorize the payment link. I'm not sure what type of field you used to enter the Bitcoin address, but when I clicked, I was offered a street address from the browser cache from who knows when. You should probably turn this off because it can also bring unnecessary complications. As an additional security layer, you can make a small tool to verify what the user has copied. So, immediately on the same side, the field for input and check. The user enters the link he copied, and your script checks if it matches the string from the "share" field
|
|
|
|
bitmover (OP)
Legendary
Offline
Activity: 3010
Merit: 7396
Trêvoid █ No KYC-AML Crypto Swaps
|
That's a very good idea, and keep things even simpler. I liked it. Done. You can do your best in mistake prevention, for example You need to add a "paste" button where the address is entered. There are many cases where this is useful. Also, the "copy" button to memorize the payment link.
Those small details are very boring to do lol... but I agree they are useful. it is now working! I'm not sure what type of field you used to enter the Bitcoin address, but when I clicked, I was offered a street address from the browser cache from who knows when. You should probably turn this off because it can also bring unnecessary complications.
I changed the name of the field to "bitcoinaddress", I guess you won't see those street recommendations anymore.
i discovered some errors in the address validation script. I will have to find a good one, there are too many checksums :/
|
|
|
|
examplens
Legendary
Offline
Activity: 3990
Merit: 4615
Trêvoid █ No KYC-AML p2p service
|
 |
June 27, 2024, 07:59:12 PM |
|
Those small details are very boring to do lol... but I agree they are useful.
it is now working!
Even boring, you fix it quickly I changed the name of the field to "bitcoinaddress", I guess you won't see those street recommendations anymore. Yes, it's ok now. Every time you surprise me how quickly you react and resolve little things like this.
|
|
|
|
|
LoyceMobile
|
 |
June 27, 2024, 08:22:52 PM |
|
Even better if any address posted on Bitcointalk gets a QR pop-up on mouseover. But that's something for PowerGlove's patch wish list.
|
|
|
|
bitmover (OP)
Legendary
Offline
Activity: 3010
Merit: 7396
Trêvoid █ No KYC-AML Crypto Swaps
|
 |
June 27, 2024, 08:32:16 PM |
|
Even better if any address posted on Bitcointalk gets a QR pop-up on mouseover. But that's something for PowerGlove's patch wish list.
I can easily add this feature in a custom script or in my browser extension. Would you use it?
|
|
|
|
examplens
Legendary
Offline
Activity: 3990
Merit: 4615
Trêvoid █ No KYC-AML p2p service
|
 |
June 28, 2024, 06:22:45 AM |
|
Even better if any address posted on Bitcointalk gets a QR pop-up on mouseover. But that's something for PowerGlove's patch wish list.
I can easily add this feature in a custom script or in my browser extension. Would you use it? If such things are not a problem for you and do not take up too much time, it would certainly be good to have an option. If there is an option, maybe someone will use it.
I think I saw on another forum that you are not happy with how well your tools are being used. Maybe it's finally time to present yourself better, for example, to move this one or open a new ANN in the service announcements section, where will you consolidate and explain all the features that your site offers. Certainly, your site has long since become a service and I would say that it is no longer a project under development. On the second forum as well, your tools are mentioned in several places, but you haven't made a central announcement with all the information about the tools that bitcoindata.science offers
|
|
|
|
LoyceV
Legendary
Offline
Activity: 4018
Merit: 21661
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
June 28, 2024, 06:29:30 AM |
|
I can easily add this feature in a custom script or in my browser extension. Would you use it? I wouldn't, but I don't like installing browser extensions. Every extension adds to the risk. That's why a forum feature would be cool. Then again, I don't think too many people will use this. If I pay something on my laptop, I use a wallet on my laptop and not on my phone.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
NotATether
Legendary
Offline
Activity: 2310
Merit: 9632
┻┻ ︵㇏(°□°㇏)
|
 |
June 28, 2024, 11:17:50 AM Last edit: June 28, 2024, 11:30:24 AM by NotATether |
|
I am a bit worried about people losing money and trying to blame me. I will think about keeping this tool online or not. I would like to listen to your feedback NotATether, as you requested it.
It looks OK, but I agree with you that hosting this on your domain would create a risk for you. Since there isn't a big "Pay" button anywhere to be found, nor is there any button that opens a bitcoin:<address> URI in the wallet. Maybe I should take the source code and host it myself on a subdomain, if that makes you feel better. There are some other minor adjustments I'd like to make in addition to the ones above.
|
|
|
|
bitmover (OP)
Legendary
Offline
Activity: 3010
Merit: 7396
Trêvoid █ No KYC-AML Crypto Swaps
|
 |
June 28, 2024, 11:49:04 AM Last edit: June 28, 2024, 12:25:49 PM by bitmover |
|
It looks OK, but I agree with you that hosting this on your domain would create a risk for you. Since there isn't a big "Pay" button anywhere to be found, nor is there any button that opens a bitcoin:<address> URI in the wallet.
Maybe I should take the source code and host it myself on a subdomain, if that makes you feel better. There are some other minor adjustments I'd like to make in addition to the ones above.
I forgot about that! Just added the "bitcoin:" in the start of the uri
It is already in the QRcode. I added a pay button What other additional features would you like? You are free to get the code in the github or request features or even fork it! I am trying to use that plataform more, as it may be useful to get jobs and make a portfolio.
|
|
|
|
dkbit98
Legendary
Offline
Activity: 2940
Merit: 8649
AntiSwap.io - NO AML/KYC EXCHANGER MONITORING
|
 |
June 28, 2024, 01:03:43 PM |
|
This can be useful tool, but it would be nice from you to say if we can use it offline to generate QR code without internet connection? I will test later how everything works and if QR codes are compatible with different mobile wallets I have. I tried entering random characters and it is recognizing that as invalid bitcoin address. I can easily add this feature in a custom script or in my browser extension. Would you use it?
What extension is that? I think releasing it as user script would be better and faster way, that can work with Greasemonkey and Violentmonkey.
|
|
|
|
|
|
[center][table][tr][td][font=Arial Black][size=24pt][glow=#222,1][nbsp][url=https://en.antiswap.io/?utm_source=bitcointalk_s3][size=5pt][sup][size=21pt][b][color=#03adfd]🛡[/b][/sup][/size][size=13pt][nbsp][/size][size=5pt][sup][size=18pt][color=#fff]Anti[color=#3b82f6]Swap[/sup][/size][nbsp][nbsp][size=14pt][sup][size=8pt][i][color=#fff]NO[nbsp]AML/KYC—EXCHANGER[nbsp]MONITORING[/sup][/size][nbsp][nbsp][size=6pt][sup][size=16pt][glow=#03adfd,1][nbsp][font=Impact][color=#fff]900+[/font][nbsp][/glow][/size][/sup][/size][size=6pt][sup][size=16pt][glow=#3b82f6,1][nbsp][size=8pt][sup][size=8pt][color=#fff]EXCHANGERS[/size][/sup][/size][nbsp][/glow][/size][/sup][/size][/url][nbsp][nbsp][font=Arial][b][size=14pt][sup][size=8pt][url=https://bitcointalk.org/index.php?topic=5568680.msg66184227#msg66184227][color=#fff]BITCOINTALK[/url][/size][/sup][/size][/font][nbsp][size=9pt][sup][size=18pt][color=#3b82f6]│[/size][/sup][/size][nbsp][font=Arial][b][size=14pt][sup][size=8pt][url=https://t.me/+qGCCD6ncnctiZTli][color=#fff]TELEGRAM[/url][/size][/sup][/size][/font][nbsp][nbsp][/td][/tr][/table][/center]
|
|
|
bitmover (OP)
Legendary
Offline
Activity: 3010
Merit: 7396
Trêvoid █ No KYC-AML Crypto Swaps
|
This can be useful tool, but it would be nice from you to say if we can use it offline to generate QR code without internet connection? I will test later how everything works and if QR codes are compatible with different mobile wallets I have. I tried entering random characters and it is recognizing that as invalid bitcoin address. Sure it works offline. I could add that information too... It is compatible with every bitcoin wallet which supports QrCode, as it is BitcoinURI as defined in bip 21 https://github.com/bitcoin/bips/blob/master/bip-0021.mediawikiWhat extension is that? I think releasing it as user script would be better and faster way, that can work with Greasemonkey and Violentmonkey.
This one. https://bitcointalk.org/index.php?topic=5485996.msg63701109#msg63701109It is also available as a script. I think I saw on another forum that you are not happy with how well your tools are being used. Maybe it's finally time to present yourself better, for example, to move this one or open a new ANN in the service announcements section, where will you consolidate and explain all the features that your site offers. Certainly, your site has long since become a service and I would say that it is no longer a project under development. On the second forum as well, your tools are mentioned in several places, but you haven't made a central announcement with all the information about the tools that bitcoindata.science offers
Topic moved!@
|
|
|
|
dkbit98
Legendary
Offline
Activity: 2940
Merit: 8649
AntiSwap.io - NO AML/KYC EXCHANGER MONITORING
|
 |
July 02, 2024, 04:44:26 PM |
|
Sure it works offline. I could add that information too...
I think you should add information that pay tool can be used offline similar like iancoleman Mnemonic Code Converter. This way there are much lower chances of someone attacking and inserting malicious address or QR code instead. PS Is it possible to add support for bitcoin Silent Payments in future? I tried testing with sp1 but I am getting Invalid bitcoin address message.
|
|
|
|
|
|
[center][table][tr][td][font=Arial Black][size=24pt][glow=#222,1][nbsp][url=https://en.antiswap.io/?utm_source=bitcointalk_s3][size=5pt][sup][size=21pt][b][color=#03adfd]🛡[/b][/sup][/size][size=13pt][nbsp][/size][size=5pt][sup][size=18pt][color=#fff]Anti[color=#3b82f6]Swap[/sup][/size][nbsp][nbsp][size=14pt][sup][size=8pt][i][color=#fff]NO[nbsp]AML/KYC—EXCHANGER[nbsp]MONITORING[/sup][/size][nbsp][nbsp][size=6pt][sup][size=16pt][glow=#03adfd,1][nbsp][font=Impact][color=#fff]900+[/font][nbsp][/glow][/size][/sup][/size][size=6pt][sup][size=16pt][glow=#3b82f6,1][nbsp][size=8pt][sup][size=8pt][color=#fff]EXCHANGERS[/size][/sup][/size][nbsp][/glow][/size][/sup][/size][/url][nbsp][nbsp][font=Arial][b][size=14pt][sup][size=8pt][url=https://bitcointalk.org/index.php?topic=5568680.msg66184227#msg66184227][color=#fff]BITCOINTALK[/url][/size][/sup][/size][/font][nbsp][size=9pt][sup][size=18pt][color=#3b82f6]│[/size][/sup][/size][nbsp][font=Arial][b][size=14pt][sup][size=8pt][url=https://t.me/+qGCCD6ncnctiZTli][color=#fff]TELEGRAM[/url][/size][/sup][/size][/font][nbsp][nbsp][/td][/tr][/table][/center]
|
|
|
bitmover (OP)
Legendary
Offline
Activity: 3010
Merit: 7396
Trêvoid █ No KYC-AML Crypto Swaps
|
 |
July 02, 2024, 06:53:13 PM |
|
Is it possible to add support for bitcoin Silent Payments in future? I tried testing with sp1 but I am getting Invalid bitcoin address message.
I will take some time to study about this protocol and figure out how would that work.... This is new stuff to me. I didnt know about it.
|
|
|
|
dkbit98
Legendary
Offline
Activity: 2940
Merit: 8649
AntiSwap.io - NO AML/KYC EXCHANGER MONITORING
|
 |
July 03, 2024, 06:10:46 PM |
|
I will take some time to study about this protocol and figure out how would that work.... This is new stuff to me. I didnt know about it.
You can find more information about it on silentpayments.xyz This is a great solution to have more privacy and it can be used as a single donation addresses, but wallets just started adding Silent Payment recently, Cake wallet is one good example for mobile and desktop.
|
|
|
|
|
|
[center][table][tr][td][font=Arial Black][size=24pt][glow=#222,1][nbsp][url=https://en.antiswap.io/?utm_source=bitcointalk_s3][size=5pt][sup][size=21pt][b][color=#03adfd]🛡[/b][/sup][/size][size=13pt][nbsp][/size][size=5pt][sup][size=18pt][color=#fff]Anti[color=#3b82f6]Swap[/sup][/size][nbsp][nbsp][size=14pt][sup][size=8pt][i][color=#fff]NO[nbsp]AML/KYC—EXCHANGER[nbsp]MONITORING[/sup][/size][nbsp][nbsp][size=6pt][sup][size=16pt][glow=#03adfd,1][nbsp][font=Impact][color=#fff]900+[/font][nbsp][/glow][/size][/sup][/size][size=6pt][sup][size=16pt][glow=#3b82f6,1][nbsp][size=8pt][sup][size=8pt][color=#fff]EXCHANGERS[/size][/sup][/size][nbsp][/glow][/size][/sup][/size][/url][nbsp][nbsp][font=Arial][b][size=14pt][sup][size=8pt][url=https://bitcointalk.org/index.php?topic=5568680.msg66184227#msg66184227][color=#fff]BITCOINTALK[/url][/size][/sup][/size][/font][nbsp][size=9pt][sup][size=18pt][color=#3b82f6]│[/size][/sup][/size][nbsp][font=Arial][b][size=14pt][sup][size=8pt][url=https://t.me/+qGCCD6ncnctiZTli][color=#fff]TELEGRAM[/url][/size][/sup][/size][/font][nbsp][nbsp][/td][/tr][/table][/center]
|
|
|
icopress
Ken Masters
Legendary
Offline
Activity: 2324
Merit: 12300
|
 |
July 07, 2024, 12:36:56 AM |
|
|
|
|
|
|
aliveNFT
|
 |
October 23, 2024, 04:39:59 PM |
|
Hi @bitmover, thank you for the work done, the site is needed, important and useful. This is primarily a thank you for your work, and secondly: page /bitcoin-units-converter for some reason, the height on the flag is set to fixed and not auto, which slightly distorts the dimensions.. width: 26px height: 26px (change it to auto if you want)  GL,
|
|
|
|
BitcoinBarrel
Legendary
Offline
Activity: 2110
Merit: 1038
Fill Your Barrel with Bitcoins!
|
 |
November 04, 2024, 03:36:32 AM |
|
Been using the Bulk balance checker, and it's working great. Thank you for the project
|
▄▄▄▄▄▄▄▄▄▄ ▄██████████████▄ ▄█████████████████▌ ▐███████████████████▌ ▄█████████████████████▄ ███████████████████████ ▐███████████████████████ ▐███████████████████████ ▐███████████████████████ ▐███████████████████████ ██████████████████████▀ ▀████████████████████▀ ▀██████████████████ ▀▀████████████▀▀
| .
| .....█ .....█ .....█ .....█ .....█ .....█ | | █ █ █ █ █ █ |
|
|
|
|