Author Topic: Get your BTS XT Balance Here from the Feb 28th snapshot  (Read 17564 times)

0 Members and 1 Guest are viewing this topic.

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Fixed, problem with github hosting the genesis.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline prophetx

  • Full Member
  • ***
  • Posts: 54
    • View Profile
I have created a web site using the same code / principles

http://bitbalance.azurewebsites.net/

Have fun

nothing happens when i click submit

Offline bytemaster

What happens with the 117,567.513007 BTS from the PTS the donation address held during the snapshot?

http://www1.agsexplorer.com/balances/PaNGELmZgzRQCKeEKM6ifgTqNkC4ceiAWw


Those funds are used by us to build the industry.
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.

Xeldal

  • Guest
What happens with the 117,567.513007 BTS from the PTS the donation address held during the snapshot?

http://www1.agsexplorer.com/balances/PaNGELmZgzRQCKeEKM6ifgTqNkC4ceiAWw


Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
I have created a web site using the same code / principles

http://bitbalance.azurewebsites.net/

Have fun
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline boombastic

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
    • AngelShares Explorer
For AGS donator addresses, initial BTS balance is now integrated in balance page on http://agsexplorer.com .
http://bitshares.dacplay.org/r/boombastic
Support My Witness: mr.agsexplorer
BTC: 1Bb6V1UStz45QMAamjaX8rDjsnQnBpHvE8

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
If anyone doesnt want to use any tools, you can just search for your address manually in
https://raw.github.com/betaxx/BTSXBalance/master/genesis.json

Edit: although it doesn't include AGS from PTS donations.

My AGSs from PTS donation is included in the genesis.json, just make sure to "listaddressgroupings" to get all your addresses, and this is were the tool helps you if you have many addresses just copy and paste the output into the text file. If you have 2/3 addresses yes it is pointless ;)
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline speedy

  • Hero Member
  • *****
  • Posts: 1160
    • View Profile
  • BitShares: speedy
If anyone doesnt want to use any tools, you can just search for your address manually in
https://raw.github.com/betaxx/BTSXBalance/master/genesis.json

Edit: although it doesn't include AGS from PTS donations.
« Last Edit: March 03, 2014, 11:43:17 pm by trader »

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
I have moved the tool to another thread as I am hijacking bytemasters thread (we will have to import our wallets in a similar way hopefully soon :)).
https://bitsharestalk.org/index.php?topic=3371.0
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Corrected, now there are 3 types of file input.

addressesCommaSeparated.txt (Comma separated)
addressGroupingsBTC.txt (List groupings BTC)
addressGroupingsPTS.txt (List groupings PTS)

Duplicated addresses will be ignored now.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Oh yes.. I will put a separate txt file for listgroupings for BTC, PTC.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline JA

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
It cant read Bitcoin adresses...at leat the precompiled one

Tested with mine.. check the format

using comma separated format

addressesCommaSeparated.txt

18wh9z4o2NWSVJijiX6CcBLXYhPdahmbKk,12CLxa1B5V3ywxFaP7Qb5GUPF9kB7q48n4

244.178...

using listaddressgroupings

addressGroupings.txt

[
[
[
"12CLxa1B5V3ywxFaP7Qb5GUPF9kB7q48n4",
0.18279316,
"mul2"
],
[
"18wh9z4o2NWSVJijiX6CcBLXYhPdahmbKk",
0.00000000,
"mul1"
]
]
]

244.178...
I tried it now with bitcoin adresses only and it worked
Semms it cant read BTC and PTS together

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Note: If you put both at the same time you will get a double amount.. ill put a check for duplicated addresses later on.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
It cant read Bitcoin adresses...at leat the precompiled one

Tested with mine.. check the format

using comma separated format

addressesCommaSeparated.txt

18wh9z4o2NWSVJijiX6CcBLXYhPdahmbKk,12CLxa1B5V3ywxFaP7Qb5GUPF9kB7q48n4

244.178...

using listaddressgroupings

addressGroupingsBTC.txt

[
[
[
"12CLxa1B5V3ywxFaP7Qb5GUPF9kB7q48n4",
0.18279316,
"mul2"
],
[
"18wh9z4o2NWSVJijiX6CcBLXYhPdahmbKk",
0.00000000,
"mul1"
]
]
]

244.178...


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

Offline JA

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
It cant read Bitcoin adresses...at leat the precompiled one