80 blocks to go!
By the way the old block explorers are broken atm and the owner's away, there's a working one over at
http://198.144.178.108:2750/chain/Fedoracoin though.
Also in case anyone is wondering coin mixing will probably take another week, but don't worry though as I've been hard at work, here's a changelog of things added so far:
0.60 changelog
- TestNet support
- Beta coin mixing support (single mixing node right now)
- Add RPC user system (users stored in database, can be added by admin account with adduser/authuser commands)
- Add passwd command (users can change password / admin can change user passwords)
- Add admin-only command root to find root username
- Add rootuser to getinfo command output (admin-only)
- Add whoami command to display logged in user name
- Add getchainvalue command to display total mined coins
- Updated alert key + new alert creation/signing/sending commands
- Allow RPC server access from JavaScript requests / web wallets
- Change miniTIPS/tinyTIPS to thousands and millions
- Update block checkpoints
- Update int64 -> uint64
- Update NSIS script + icons
- Rearrange code (no more warnings!)
- Fixups for MSVC 2012 / Qt 5
- Fix genbuild.sh
NOTES:
- still need to add mixer node announcements/revokements etc
- sendtoaddress command still doesn't take user / users addresses into consideration yet
Technical info of above:
- fix testnet (generate genesis block, update merkle root, update checkpoints)
- update alert keys
- add generatekey/createalert/signalert/sendalert admin-only commands
- add Access-Control headers to allow client-side JS to connect to RPC
- add RPC user system
- add adduser/authuser admin-only commands
- add root (find root username) admin-only command
- add rootuser to getinfo output (only shows for admin)
- add whoami/passwd commands
- changed certain commands to only run if user is admin
- add beta coin mixing support (still have to add mixer announcements/revokements/network testing)
- add "anonymize coins" checkbox to send coins form and update rpc commands to allow :mixed after addresses
(see help messages for sendtoaddress/sendfrom/sendmany)
- add mixing fee display
- hide boost warnings (no more warnings!)
- change miniTIPS/tinyTIPS to thousands and millions
- add getchainvalue command (total mined TIPS up to block N)
- update checkpoints
- update int64 -> uint64
- update nsis logos/icons
- fix nsis script file
- rearrange code
- fixups for MSVC 2012 and Qt 5.1
- fix genbuild.sh
0.60 will be a nice update
Now that I've updated the alert keys we (the developers) can send alerts through the network informing people about updates and changes, etc.
Also the new RPC user system means that you can create extra RPC users who only have access to certain accounts they've created on the server, allowing anyone to host a web-wallet!
We'll probably talk more about web-wallets later on when we have more news to share
Good to see you are still around
Invisi, if you were the one to arrange multipool help back at 270 diff, maybe you will be able to get them to help with last lets say 20 blocks