Pages:
Author

Topic: I have written a blockchain.info like iPhone app (Read 1433 times)

sr. member
Activity: 485
Merit: 274
Submitted to apple this morning.
donator
Activity: 1463
Merit: 1047
I outlived my lifetime membership:)
Rewrote it to use BlockTrail instead of BlockChain as their API seems a bit better.  Added Blocks.

https://www.blocktrail.com/api/docs/curl#api_data

Silly question, how do you work out if a transaction was positive or negative?  Is it the difference between the inputs and outputs?  

All transactions are positive. Difference between inputs and outputs is the miners fee (ie, any unused portion of an input by default belongs to the miners; this keeps tx data size smaller).
sr. member
Activity: 485
Merit: 274
Just gathering the screen shots, etc.  Should be ready to go to Apple within the week.
sr. member
Activity: 485
Merit: 274
Rewrote it to use BlockTrail instead of BlockChain as their API seems a bit better.  Added Blocks.

https://www.blocktrail.com/api/docs/curl#api_data

Silly question, how do you work out if a transaction was positive or negative?  Is it the difference between the inputs and outputs? 
sr. member
Activity: 485
Merit: 274
Go Address and Transaction screens working.  If I can link the Inputs and Outputs back to the Address screen before xmas I will be happy.
Yes.  I have got it to go address->transaction->output->address

sr. member
Activity: 485
Merit: 274
Go Address and Transaction screens working.  If I can link the Inputs and Outputs back to the Address screen before xmas I will be happy.
The Blockchain.Info API page seems to be out of date.  https://blockchain.info/api/blockchain_api

So Addresses have associated Transactions and Transactions go to Addresses.  Do any of them logically link to Blocks in the data model?  I see Blocks itself has Transactions but does it go the other way round?


donator
Activity: 1463
Merit: 1047
I outlived my lifetime membership:)
To my knowledge, no.

That said, the bc.i web page very recently was terrible for iPhone. The incessant stream of transactions made it nearly impossible to paste in to the search field. I was about 50-50 for successfully pasting...it looks like they fixed that though.

I'd like to see a block explorer that made it easier to see which addresses coins came from. Blockexplorer.com did a better job of that than bc.i
the way around this is to manually type in the address of what you are looking for.

For example if you want to view information you would get by searching a specific address then you would type in 'blockchain.info/address/(your address). The same is true for a specific transaction - replacing address with "tx" - if you are looking for a specific block then you replace address with "block"
Thx for the tip!
hero member
Activity: 658
Merit: 500
To my knowledge, no.

That said, the bc.i web page very recently was terrible for iPhone. The incessant stream of transactions made it nearly impossible to paste in to the search field. I was about 50-50 for successfully pasting...it looks like they fixed that though.

I'd like to see a block explorer that made it easier to see which addresses coins came from. Blockexplorer.com did a better job of that than bc.i
the way around this is to manually type in the address of what you are looking for.

For example if you want to view information you would get by searching a specific address then you would type in 'blockchain.info/address/(your address). The same is true for a specific transaction - replacing address with "tx" - if you are looking for a specific block then you replace address with "block"
sr. member
Activity: 406
Merit: 250
AltoCenter.com
Use the iPhone page to open the address, that's the closest they got for Bitcoin.
donator
Activity: 1463
Merit: 1047
I outlived my lifetime membership:)
Strong work!

Hopefully others will chime in with better suggestions than mine!
sr. member
Activity: 485
Merit: 274
Go Address and Transaction screens working.  If I can link the Inputs and Outputs back to the Address screen before xmas I will be happy.
donator
Activity: 1463
Merit: 1047
I outlived my lifetime membership:)
Hourly data would have to be calculated...but afaik, no one provides hourly data.
sr. member
Activity: 485
Merit: 274
To my knowledge, no.

That said, the bc.i web page very recently was terrible for iPhone. The incessant stream of transactions made it nearly impossible to paste in to the search field. I was about 50-50 for successfully pasting...it looks like they fixed that though.

I'd like to see a block explorer that made it easier to see which addresses coins came from. Blockexplorer.com did a better job of that than bc.i
That is what i thought when i tried the mobile site.  

What would you want from an app then?  A screen where you could paste in some addresses and then view the transactions and the related source addresses, and their transactions, and so on?  QR Reader?


Yes and yes. And a tree structure showing where coins came from and went to. Oh, and something showing the fee and an estimate of how long it took to get into a block...and the calculated transaction priority...often people put on a fee when one isn't necessary.

And some summary statistics would be cool...like # of transactions per hour/day (averaged over last hour/day, etc).
I was just planning on using the BlockChain.info API for getting the data.  That does basic block, transaction and address information.  Is the other data you mention available elsewhere or is it something you would have to calculate.  The BC.I API also seems to be a bit on the slow side. 
donator
Activity: 1463
Merit: 1047
I outlived my lifetime membership:)
To my knowledge, no.

That said, the bc.i web page very recently was terrible for iPhone. The incessant stream of transactions made it nearly impossible to paste in to the search field. I was about 50-50 for successfully pasting...it looks like they fixed that though.

I'd like to see a block explorer that made it easier to see which addresses coins came from. Blockexplorer.com did a better job of that than bc.i
That is what i thought when i tried the mobile site.  

What would you want from an app then?  A screen where you could paste in some addresses and then view the transactions and the related source addresses, and their transactions, and so on?  QR Reader?


Yes and yes. And a tree structure showing where coins came from and went to. Oh, and something showing the fee and an estimate of how long it took to get into a block...and the calculated transaction priority...often people put on a fee when one isn't necessary.

And some summary statistics would be cool...like # of transactions per hour/day (averaged over last hour/day, etc).
sr. member
Activity: 485
Merit: 274
To my knowledge, no.

That said, the bc.i web page very recently was terrible for iPhone. The incessant stream of transactions made it nearly impossible to paste in to the search field. I was about 50-50 for successfully pasting...it looks like they fixed that though.

I'd like to see a block explorer that made it easier to see which addresses coins came from. Blockexplorer.com did a better job of that than bc.i
That is what i thought when i tried the mobile site. 

What would you want from an app then?  A screen where you could paste in some addresses and then view the transactions and the related source addresses, and their transactions, and so on?  QR Reader?

donator
Activity: 1463
Merit: 1047
I outlived my lifetime membership:)
To my knowledge, no.

That said, the bc.i web page very recently was terrible for iPhone. The incessant stream of transactions made it nearly impossible to paste in to the search field. I was about 50-50 for successfully pasting...it looks like they fixed that though.

I'd like to see a block explorer that made it easier to see which addresses coins came from. Blockexplorer.com did a better job of that than bc.i
sr. member
Activity: 485
Merit: 274
Is there an iPhone app like BlockChain.Info that lets you enter an address or transaction and explore all the related data?  I know some wallets show transactions but i wasn't sure how deep they go normally.
What exactly are you looking for?

If you want to see the same information on a block explorer then you can go to the block explorer of your choice, and view the 'desktop' version to see the same information you would see if you were visiting from your home computer
Simply what I asked in my first post.  Is there an app for it?  I am an app developer and I would like to contribute to the Btc community.  This seems to be about the only opportunity i can think of.  Looks fairly simple as well.
hero member
Activity: 1680
Merit: 505
Is there an iPhone app like BlockChain.Info that lets you enter an address or transaction and explore all the related data?  I know some wallets show transactions but i wasn't sure how deep they go normally.
What exactly are you looking for?

If you want to see the same information on a block explorer then you can go to the block explorer of your choice, and view the 'desktop' version to see the same information you would see if you were visiting from your home computer
sr. member
Activity: 485
Merit: 274
It is not as smooth as a proper app and you cannot scan QR codes, etc.  And I am generally just looking for an app to write.
legendary
Activity: 1662
Merit: 1050
Is there an iPhone app like BlockChain.Info that lets you enter an address or transaction and explore all the related data?  I know some wallets show transactions but i wasn't sure how deep they go normally.

How about opening blockchain.info in iPhone browser and search the address ? I think they have a responsive design, so that should not be a big problem.
Pages:
Jump to: