The question remains: where is mullick?
He said a few posts back, that he was indisposed for a brief moment. He was going to check-in from his laptop, from where-ever he was at... I am not sure how-much he will be able to do, away from home. Not like everyone keeps their programming artillery with them on the go!
I wish more people would chime-in, on the coin.
I am looking into the paper-wallet thing more. Since I will be making go-cards with it, like I did with min-coins, months ago. (Which is why I had that code in the first-place.)
Now if they just had a wallet-generator that was repeatable, based off the locking-password and the original first receive-address... That would give our wallets something that others don't have... Recreatable wallets, from two solid values. (Unlike now, where only the first 100 addresses are recreatable, and any beyond 100, are just lost, if you don't know them or the wallet gets corrupted. Since the following 100, after the first 100 are purely random creations. Since it would use the locked-wallet password as part of the generation, that maintains the random security. Because if they know your password, then you are screwed anyways.)
Having multiple wallets would be a nice touch too... (Selectable from within the client.)
Having a coin-specific wallet, would be even better... (Cap-wallet.dat, as opposed to all wallets just called wallet.dat, which makes it a pain to backup. Because you have to make each in a folder, or rename them all then rename them again to restore them.)
Even better if it did an auto-backup, to a different location, checking that the wallet was OK before doing a backup. (One bad section in a hard-drive, and your wallet is just gone. It never even knows it is corrupt until you try to reload it. Especially after a computer crash, which happens often when you leave your wallet open to mine all the time. Hard-drive caching is guilty of that corruption.)
Even if you restore an older wallet, if you had tx's with newer random addresses, those are just lost forever, because they didn't exist in the older wallet, and the chances of recreating that address again, randomly, are slim-to-none. (For those of us who use more receiving addresses than the wallets first 100, to identify sales. But again, all coins are like that, at the moment.)