The mixing service is about 99% complete!...we just need to test it now.
My tests have been successful so far but we need more people to try it out.
If you want early access to help us test it join #team-tips on freenode (webclient at
https://kiwiirc.com/client/irc.freenode.net/#team-tips)
Also contact me on irc (IRC is tipsfedora) if you'd like to be a mixer node at launch, the only requirements are that you own two servers that are in separate locations and know how to admin them.
Changelog for 0.60 so far, join the IRC linked above to help test it:
* Built-in coin mixing/anonymizer service, to conceal transaction origins
- Mixing services can be announced to the network and are chosen by clients at random
- 2% fee is added on top of mixed transactions to help out and give incentive toward running mixing services
- A guide to starting a mixing service is available below
* RPC user system, become your own web wallet!
- Users can be added with the adduser command and passwords are changed with the passwd command
- User wallets are stored separately to the main wallet
- Passwords are hashed with a per-user salt to help strengthen them, their password is also used to encrypt their wallet ensuring only they have access to their coins.
- The encryption password can be changed with the usual commands, affecting the users password
- Users have restricted access to commands, only the main admin user can use them all (admin user is read from fedoracoin.conf when 0.60 is first run, rpcuser is later unneeded in the conf file afterward)
- A full list of commands is available below
* Alert key changed, now you can get alerts near instantly after an important announcement
- You can use the -alertnotify setting to execute scripts when alerts are received
- New admin-only commands: createalert, signalert, sendalert - only useful with the alert private key.
- Mixer announcements use the same system as alerts with seperate keypairs, also has a set of admin-only commands: createann, signann, sendann (again only useful with the private key) and listann
* JavaScript/AJAX access now enabled on the RPC server, allowing web frontends to connect to your wallet (if allowed)
- For an example of this set rpcuser and rpcpassword in your fedoracoin.conf file and also add daemon=1 and server=1 on seperate lines at the end
- Run the QT wallet and after it's loaded visit
http://fedoracoin.net/js-wallet/, enter your rpc login there and make sure the url field is set to "
http://localhost:22888/"
- Alternatively you can create a user in the debug console (with the adduser
command) and login using that users details
- Wallet is directly connected between your browser and your local wallet, our servers aren't anywhere in between
* Changed coin denominations to thousands and millions
* Improved sync with updated checkpoints
* Code now builds with no warnings on Windows, very few on other OS's
* TestNet now enabled, you can test whatever changes you like on there
* 500 billion coin limit now forced thanks to the new getchainvalue command
* Splash screen made transparent
* New commands:
adduser (admin only) - adds new user
authuser (admin only) - tests user login
passwd (admin only) | passwd (user only) - update users password
root (admin only) - displays root username
whoami - displays logged in username
createalert (admin only) - creates alert data and outputs hex data
signalert (admin only) - signs alert data with the private key and outputs hex data
sendalert (admin only) - sends (correctly signed only!) alert to the network
createann (admin only) - creates announcement data and outputs hex data
signann (admin only) - signs announcement data with the private key and outputs hex data
sendann (admin only) - sends (correctly signed only!) announcement to the network
listann (admin only) - lists mixing announcements in effect
getchainvalue [uptoblockidx] - outputs current chains total value up to given block idx
* Updated commands:
getinfo/getmininginfo - updated with admin-only info
sendtoaddress - add :mixed to end of destination address to send the coins through a mixer
sendmany/sendfrom - add :mixed to end of source account to send the coins through a mixer
* Admin only commands:
stop
getconnectioncount
getpeerinfo
addnode
getaddednodeinfo
generatekey
backupwallet
getgenerate
setgenerate
gethashespersec
getrawmempool
verifymessage
settxfee
setmininput
signrawtransaction
sendrawtransaction
gettxoutsetinfo
gettxout
verifychain
adduser
authuser
root
createalert
signalert
sendalert
createann
signann
sendann
listann
encryptwallet