Author Topic: ProtoShares client with getagsbalance command  (Read 10343 times)

0 Members and 1 Guest are viewing this topic.

Offline testz

ProtoShares client with getagsbalance command
« Reply #1 on: January 19, 2014, 01:34:40 pm »
getagsbalance command shows your wallet total AGS balance based on information from http://cryptoseed.cloudapp.net:81/agsbalances.json. If you just sent PTS to AGS donation address, they will be count only at the next day (after GMT 00:15)

To run the command in the ProtoShares client go to Help -> Debug window -> Console and type:
Code: [Select]
getagsbalanceor for verbose output
Code: [Select]
getagsbalance *
Command usage: getagsbalance [account]
  If * is specified, returns the verbose AGS balance of all addresses.
  If [address] is not specified, returns the total AGS balance of all addresses.
  If [address] is specified, returns the AGS balance of the address.
  Note: Result based on data gathered from http://cryptoseed.cloudapp.net:81/agsbalances.json

I already submit these changes to official ProtoShares repository:
https://github.com/InvictusInnovations/ProtoShares/pulls

Precompiled ProtoShares client for Windows you can download from: https://www.dropbox.com/s/7fqwiwujhun3lmt/protoshares-0.4.2.zip
MD5 of zip is 30eff7b3aac3f5b91162e669e191d077

If you find this information useful any donate will be greatly appreciated
PTS: PeDsn5rpjYkuixKcM81f86GE469HMf7QgN

Update: protoshares-0.4.2 based on http://cryptoseed.cloudapp.net:81/agsbalances.json (updates every hour) which is based on donschoe https://github.com/donSchoe/ags-parser data

Update: Included in new client https://bitsharestalk.org/index.php?topic=2995.0
« Last Edit: February 18, 2014, 08:47:18 pm by testz »