Coin mixing service ==> COMPLETE!Thanks to everyone who's helped test it so far, it looks like the mixing service is working great, even better than I expected!
0.60 looks about ready to release, pending some more last minute testing.
(if you want early access to 0.60 and you want to help test, join us in
https://kiwiirc.com/client/irc.freenode.net/#team-tips to receive a download link)
The full release is planned for tomorrow at 6PM GMT(as long as everything goes well, as it has so far
)
0.60 brings plenty of changes, such as the distributed coin mixing service and the new per-user wallet system (
two firsts for any coin!)
If you want to start a coin mixing node (receive 2% on top of every mixed transaction processed!) please get in touch, it only requires two separately located servers and a few million coins to start the mixer off with.
Full 0.60 changelog:
* 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