Author

Topic: Litecoin issue rant on #litecoin-dev, Address Validation! (Read 909 times)

hero member
Activity: 714
Merit: 500
WUT?
Bitcoin-qt doesn't let you send to invalid addresses and AFAIK never did. The last chars of every address are a verification checksum.
https://en.bitcoin.it/wiki/Address#Addresses_are_case_sensitive_and_exact
If litecoin-qt allows it, then litecoin-qt is broken

Now an advice: Spread FUD only about your scamcoin.

LOL Okay, so each of our coins is a scamcoin LOOOOOOOLZ. Mmmk!

Anyways, I client is borken.

Nice to see you're still saying in the OP that Bitcoin-qt has the same problem as Litecoin-qt when it clearly isn't true.
FUDster...

Oh, I apologize. It didn't even bother to do so. Pls luf me again!
legendary
Activity: 1358
Merit: 1002
WUT?
Bitcoin-qt doesn't let you send to invalid addresses and AFAIK never did. The last chars of every address are a verification checksum.
https://en.bitcoin.it/wiki/Address#Addresses_are_case_sensitive_and_exact
If litecoin-qt allows it, then litecoin-qt is broken

Now an advice: Spread FUD only about your scamcoin.

LOL Okay, so each of our coins is a scamcoin LOOOOOOOLZ. Mmmk!

Anyways, I client is borken.

Nice to see you're still saying in the OP that Bitcoin-qt has the same problem as Litecoin-qt when it clearly isn't true.
FUDster...
hero member
Activity: 714
Merit: 500
WUT?
Bitcoin-qt doesn't let you send to invalid addresses and AFAIK never did. The last chars of every address are a verification checksum.
https://en.bitcoin.it/wiki/Address#Addresses_are_case_sensitive_and_exact
If litecoin-qt allows it, then litecoin-qt is broken

Now an advice: Spread FUD only about your scamcoin.

LOL Okay, so each of our coins is a scamcoin LOOOOOOOLZ. Mmmk!

Anyways, I client is borken.
legendary
Activity: 1358
Merit: 1002
WUT?
Bitcoin-qt doesn't let you send to invalid addresses and AFAIK never did. The last chars of every address are a verification checksum.
https://en.bitcoin.it/wiki/Address#Addresses_are_case_sensitive_and_exact
If litecoin-qt allows it, then litecoin-qt is broken

Now an advice: Spread FUD only about your scamcoin and leave Bitcoin out of it, kthxbay?
hero member
Activity: 714
Merit: 500
I sold a domain to probri19, and he entered an extra character in the address textbox. It has come to me that there's no address validation an I'm always getting messaging regarding this. People make mistakes, and we're only human, such a simple function to implement into the QT will help hundreds and even thousands.

Link to rant: http://pastebin.com/ew1JG1h3

Code:
[04:01]   WalletModel::SendCoinsReturn sendstatus = model->sendCoins(recipients);
[04:01]     switch(sendstatus.status)
[04:01]     {
[04:01]     case WalletModel::InvalidAddress:
[04:01]         QMessageBox::warning(this, tr("Send Coins"),
[04:01]             tr("The recepient address is not valid, please recheck."),
[04:01]             QMessageBox::Ok, QMessageBox::Ok);
[04:01]         break;

WHY IS THIS NOT WORKING?!?!?!?!
Jump to: