Author Topic: BTSx balance tool (no wallet required) - Web site and client version  (Read 5726 times)

0 Members and 1 Guest are viewing this topic.

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Ok. I bought PTS to partake in the process and had my PTS on my local wallet the night of the big launch. I found my address in the JSON genesis block thing, along with another number next to it.

Two questions:
What does that number mean?
The number is your number of shares, you just need to "Number" * 0.00000001

Do I need to download the BitsharesX client in order to claim my BTS?
Yes, it will be notified when the wallet is available
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline ronjohnson

  • Newbie
  • *
  • Posts: 15
    • View Profile
Ok. I bought PTS to partake in the process and had my PTS on my local wallet the night of the big launch. I found my address in the JSON genesis block thing, along with another number next to it.

Two questions:
What does that number mean?

Do I need to download the BitsharesX client in order to claim my BTS?


Offline morecpmplz

  • Newbie
  • *
  • Posts: 18
    • View Profile
Thanks bytemaster.

I have created a website now, it will be very handy as new genesis are created for different DACs :)

http://bitbalance.azurewebsites.net/

Thankyou!   +5% (whatever that means, just see it used a lot here, lol)

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Am I able to check with my Keyhotee ID?

No, this just matches addresses in the genesis.json file.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline JustHayden

  • Full Member
  • ***
  • Posts: 105
    • View Profile
PTS: PjUAPsLu76Yi9516zFgHqtFYs2sBbAMwUx
Keyhotee: 7hQmwpf8ujy6h9jRkR7MPFqKNij3DrLifoDaemUUjaHLiUsy4g


Offline NineLives

  • Sr. Member
  • ****
  • Posts: 390
    • View Profile
    • BITCOIN TALK PROFILE
Keyhotee / BTSX:  Merah    PTS:  PskEDN4AeWc1trW4zV7DGGTQi3y5LeVhFR 

BTC Mining Hardware IN STOCK NOW:  http://www.mininghardware.co.uk

Offline megadeth92

Account: jdroa92

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Thanks bytemaster.

I have created a website now, it will be very handy as new genesis are created for different DACs :)

http://bitbalance.azurewebsites.net/
« Last Edit: March 04, 2014, 01:04:03 pm by betax »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Genesis
You can look /download and search for your addresses manually in the genesis
https://raw.github.com/betaxx/BTSXBalance/master/genesis.json

If you have many addresses, this tool can help you.

BTSx balance tool (no wallet required)

I have created a very simple alternative version to  check your BTSX balance without using your wallet/s. It just extracts the addresses from the output of "listaddressgroupings" or from a comma separated file and matches them to the genesis.json.

If you have lots of addresses in your PTS wallet and/or multiple donations to AGS from PTS / BTC this will make your life much easier.

Javascript version, nothing to install
Just go to the website and check your balance.
http://bitbalance.azurewebsites.net/

.Net version (windows, mac and linux )
Note, I have originally posted here: https://bitsharestalk.org/index.php?topic=3330.msg42234#msg42234

Github source and usage
Code and usage can be found here:
https://github.com/betaxx/BTSXBalance

Compiled version
A .net compiled version can be found here: https://www.dropbox.com/s/ahri1d61zd1fc6r/BTSXBalance.zip, it runs in windows and linux / mac using mono

Example of usage:
List Address Groupings
On Bitshares-PTS or Bitcoin-QT go to debug and type "listaddressgroupings"
Copy the output for BTC on "addressGroupingsBTC.txt" and for PTS on "addressGroupingsPTS.txt"
It should look like this:

Code: [Select]
[ [ [ "12CLxa1B5V3ywxFaP7Qb5GUPF9kB7q48n4", 0.18279316, "mul2" ], [ "18wh9z4o2NWSVJijiX6CcBLXYhPdahmbKk", 0.00000000, "mul1" ] ] ]
Comma separated file
If you already know your addreseses, or use another client like "Multibit" just simply create a text file named "addressesCommaSeparated.txt" and type the addresses separated by commas

On a side note, my balance is what I was expecting :)
Have fun..
« Last Edit: March 04, 2014, 01:02:26 pm by betax »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads