Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - betax

Pages: 1 ... 44 45 46 47 48 49 50 [51] 52 53 54
751
I have created a web site using the same code / principles

http://bitbalance.azurewebsites.net/

Have fun

752
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 ;)

753
General Discussion / Re: Currency as a Unit of Account
« on: March 03, 2014, 09:46:52 pm »
Based on the article will that not be what eventually cryptocurrencies will be? Domain based currencies which value will be adjusted with their inflation. For example, if I rent my apartment I want to receive 500 RentCoins every month, mortgages fees, maintenance cost, etc will push their value up or down. Now my tenant can come here (BTSx chain) and bet accordingly.

754
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

755
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..

756
Technical Support / Re: Compiling Bitshares in Ubuntu
« on: March 03, 2014, 04:40:05 pm »
Thanks Hackfisher,

I have put a link for the genesis.json on the instructions as I have put it on github with a tool I quickly knocked out to check your balances.

I will post a new build later on, been busy with that tool ;)

Thanks toast for tips, appreciated!.

757
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.

758
Oh yes.. I will put a separate txt file for listgroupings for BTC, PTC.

759
Note: If you put both at the same time you will get a double amount.. ill put a check for duplicated addresses later on.

760
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...


 

761
Quote
I just wanted to make the exact same vb.net app dang!
But thanks anyway
Maybe you could name it BitBalance

Lest's see how many people use it and we can vote for a better name :)

762
Tested it (https://github.com/betaxx/BTSXBalance) on Linux under mono.  The compilation has been downgraded it to .net 4.0. If you are planning to use the compiled version you will need to install mono-complete if you have any problems.

sudo apt-get install mono-complete



763
I have created a very simple alternative version that  checks your BTSX balance without using any 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.

Code and usage can be found here:

https://github.com/betaxx/BTSXBalance

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

Have fun

764
General Discussion / Re: GET YOUR BTS XT Wallet Here!
« on: March 01, 2014, 07:01:45 am »
I don't understand the negative comments, if you read the progress update thread you can see what is currently happening.

In the benefit of all the current stakeholders, and people that have believed in this product from the start, an snapshot has been taken on the 28th and future developments will be initiated from this one, that's it, plenty of notice so everyone has enough time to get pts / ags.

Not only that but we, us little (me) or big investors, even have announcements of future DACs, which seem to be as interesting or more than the current one. (Your small PTS / AGS is still valuable).

I personally wished I had more PTS, Bitcoin (to donate) before the time, but I considered myself lucky to have at least something even if I joined the crypto party a bit late, and of course this is a risky investment!.

What is 15 / 30 days in software development :o .


765
Technical Support / Re: Compiling Bitshares in Ubuntu
« on: February 28, 2014, 02:28:37 pm »

you may want to set up daily autobuilds on launchpad using build recipes and auto-importing from the bitshares github repo. saves you a lot of time and biulds a little bit of trust (if you trust canonical more than some random guy on the internet)

it'll be set up as a PPA so users can easily apt-get it up to date
https://help.launchpad.net/Packaging/SourceBuilds/GettingStarted

I have put this as a temporary measure to help other people that are interested to test BitShares and don't want to go through the same build pain as I had, there is a bounty already to do autobuild for Windows, Linux, etc. But your suggestion to have a PPA is great, I assume that is their plan.

Pages: 1 ... 44 45 46 47 48 49 50 [51] 52 53 54