Thanks to the hard work of many people the next revision of the XTS Test Net is up and running and has some major enhancements in ease of use and privacy. With this latest test network you can now send to a name, register names, and sign up to become a delegate. You can now specify your trust on various delegates and your wallet will automatically reallocate your votes the next time you make a transaction.
Perhaps the biggest improvement with the latest version is that you actually get MEANINGFUL TO, FROM, and MEMO for every transaction.
I am starting a new thread for the latest chain because the other test thread was getting too long.
wallet_create default masterpassword
OK
default (unlocked) >>> wallet_account_create youruser
"XTS6dkKH78T8tmAtmE6SxK6ZxHbPS73uuxnJ214vXVAfLiy6Ku6se"
(On my client... )
default (unlocked) >>> wallet_add_contact_account youruser XTS6dkKH78T8tmAtmE6SxK6ZxHbPS73uuxnJ214vXVAfLiy6Ku6se
OK
default (unlocked) >>> wallet_transfer 5555555 XTS "delegate-1" "youruser" "Test Memo"
....
(Back on your client..)
default (unlocked) >>> wallet_account_transaction_history
# BLK.TRX TIMESTAMP FROM TO MEMO AMOUNT FEE VOTE ID
----------------------------------------------------------------------------------------------------------------------------------
1 740.0 2014-06-02T22:07:00 delegate-1 youruser Test Memo 5555555 0 TODO 22a12290e....
default (unlocked) >>> wallet_account_register youruser youruser
Your name will now be registered and anyone can send you funds without having to use wallet_add_contact_account.
Update your registration to be a delegate (or to change the arbitrary json object {} paired to your account).
default (unlocked) >>> wallet_account_update_registration youruser youruser {} true
...
default (unlocked) >>> blockchain_list_registered_accounts "your" 10
NAME KEY REGISTERED VOTES FOR VOTES AGAINST TRUST LEVEL
youruser (delegate) XTS6dkKH78T8tmAtmE6SxK6ZxHbPS73uuxnJ214vXVAfLiy6Ku6se 2014-06-02T22:20:30 0 0 N/A
Adjust votes for your delegate...
default (unlocked) >>> wallet_set_delegate_trust_level youruser 5
default (unlocked) >>> blockchain_list_registered_accounts "your" 10
NAME KEY REGISTERED VOTES FOR VOTES AGAINST TRUST LEVEL
youruser (delegate) XTS6dkKH78T8tmAtmE6SxK6ZxHbPS73uuxnJ214vXVAfLiy6Ku6se 2014-06-02T22:20:30 0 0 5
Known Issues:
1) Delegate Fee Registration not Enforced on Update
2) Wallet may not include enough fees in some cases
3) Sometimes wallet will attempt to vote for an invalid delegate (0)
4) Wallet cache of name updates may get out of sync (not reporting contacts as registered or delegates)
The known issues will likely be resolved in the next 24 hours...