Title: Wallet Versions, New Qt Releases, & Amature Devs Post by: kyma on May 14, 2014, 09:06:00 PM Hey can we all agree to keep better track of what wallet version is the most current release for each Altcoin...
I see all these stupid coin announcements that say "NEW WALLET," "MANDATORY," "UPGRADE NOW" and there's no release date, no version number, or anything to identify how new this update is and whether or not I have the most current client. 90% of all devs just release a zip file titled "shitcoin-qt.zip" and there's absolutely no way to tell it apart from the "old client" ...I'm a mac user so I'm already dealing with outdated qt clients and lack of support on that end... but lets use some common sense when we publish updates people! :-* love you all and best of luck with your endeavors Title: Re: Wallet Versions, New Qt Releases, & Amature Devs Post by: Willisius on May 14, 2014, 09:52:04 PM Yeah, I know what you mean. It's a bit of a red flag.
Title: Re: Wallet Versions, New Qt Releases, & Amature Devs Post by: Stick56 on May 14, 2014, 10:06:11 PM I'd like to see the wallet itself notify me of a newer upgrade.
Title: Re: Wallet Versions, New Qt Releases, & Amature Devs Post by: bitcoinreactor on May 14, 2014, 10:29:46 PM I'd like to see the wallet itself notify me of a newer upgrade. yeah, it looks like only a few new coin "devs" managed to understand and implement the alert protocol. So far, i only saw a few clients relaying & displaying alerts properly : btc obviously, ltc, ppc and trc. with billions of new forks appearing i stopped tracking though :) Title: Re: Wallet Versions, New Qt Releases, & Amature Devs Post by: kyma on May 14, 2014, 11:06:34 PM I think the issue with having a client auto update is malware infecting your wallet via update and stealing your coins..
NXT has been working on this and wesleys client actually verifies some hash from the download that corresponds with the blockchain. its brilliant. Anyway bottom line, can we PLEASE just keep things a bit organized!!! ??? Title: Re: Wallet Versions, New Qt Releases, & Amature Devs Post by: bitcoinreactor on May 14, 2014, 11:33:18 PM I think the issue with having a client auto update is malware infecting your wallet via update and stealing your coins.. I also think full automatic updates are a bad thing, whatever the software is. This is especially true with critical libraries/tools. We were not speaking about automatic updates here, but the notification system that has been implemented in bitcoin itself years ago : Bitcoin Satoshi client comes with a keypair developers can use to broadcast 'alerts' into the network. Those are relayed to other peers until the alert itself expires (there are other conditions). Clients matching the alert properties can then display the alert message to user and set the 'error' field so headless users may also see the message. Fortunately, bitcoin developers did not publish their alert broadcasting client. Forks coming with no usable alert mechanism reveals something (at least it should). |