Author

Topic: Blockchain.info - Bitcoin Block explorer & Currency Statistics - page 159. (Read 482345 times)

donator
Activity: 798
Merit: 500
How about SMS notifications? Or push alerts with the app.
staff
Activity: 4214
Merit: 1203
I support freedom of choice
I think that the notification feature should have an entire page for it self, with many options.
1 address
- gtalk notification on x confirmations
- email notification on x confirmations
...

2 address
- Skype notification on x confirmations
- Skype notification on y confirmations

All wallet addresses
- gtalk notification on h confirmations

...

User should be able to add/select more addresses.

You can set some limitations here, example:
- only 10 addresses
- only 50 notifications

You know how much you can offer for free Wink

If the user wants more, he can pay something.
This can be another way to earn money, and if it will give good incomes ... I hope you will back to free transaction ( without your fee )
hero member
Activity: 910
Merit: 1005
or it will send me to the transaction's page.

Done.

Thank piuk, on it's way.  Something to consider for web/app when accepting payments or purchasing something in person, it would be nice to see the current spot and 24hr avg price on the screen instead of having to switch apps or webpages.

Thanks gnar. I'll put it back into advertising when the app is released. adding the current spot price should be fairly straight forward.

Feedback wanted: Are people happy(ier) with the new fees and are alerts working for people (Specifically google talk)?
donator
Activity: 798
Merit: 500
Thank piuk, on it's way.  Something to consider for web/app when accepting payments or purchasing something in person, it would be nice to see the current spot and 24hr avg price on the screen instead of having to switch apps or webpages.
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Can you make clickable flags here ?
http://blockchain.info/new-transactions

So if I'll click one flag it will show a popup with transaction information / or it will send me to the transaction's page.
hero member
Activity: 910
Merit: 1005
piuk do you ever sleep? Great new features keep coming, I like it.  How about a donation address (I didn't see one on here or the site) and I'll send you a small incentive to rush that iPhone app.  Wink

Occasionally Smiley There was a donation address on the site but when I instituted the fees I removed it 1AJbsFZ64EpEfS5UAjAfcUG8pH8Jn3rn1F.

I was hoping to get the app in store before the Good Wife episode airs on the 15th but it will probably be a few days after that. Regardless any donations would be much appreciated.
donator
Activity: 798
Merit: 500
piuk do you ever sleep? Great new features keep coming, I like it.  How about a donation address (I didn't see one on here or the site) and I'll send you a small incentive to rush that iPhone app.  Wink
hero member
Activity: 910
Merit: 1005
Transaction fees have been lowered.

0.01 BTC flat rate per transaction. If the transaction is low priority a would require a miners fee blockchain.info's fee becomes the miners fee and the transaction is essentially free.

It is too difficult explaining to new users why they need both a miners fee and our fee or why their transaction is taking ages to confirm.

Also address pages now include a QR Code.

hero member
Activity: 910
Merit: 1005
P2Pool is now about 60 GHash/s.   How will those appear in the chart?

P2Pool nodes should already be recognised. (I scrape a list of ip's by joining the network).

http://blockchain.info/pools

Quote from: DeepBit

All op codes should now be supported
legendary
Activity: 2506
Merit: 1010
I've added a "Found by" column to the homepage which shows the ip the block was first relayed by (similar to pident). This won't be 100% accurate due to network latency, my client crashing etc.

The list of known ip's I have are as follows:
[...]


P2Pool is now about 60 GHash/s.   How will those appear in the chart?
full member
Activity: 127
Merit: 100
MORA: I noticed you are running a notifications service, I'd rather you didn't use blockchain.info's api for this as you will need to poll very frequently.
I currently poll every 5 minutes from blockexplorer, to get the latest block, and compare with the local, ie. if my local is off by 5 or more in any direction, then something is a mess, and I get an email, that was why I requested the latestblock api to have 2 sources to match up against.

Here's my suggestion for the easiest way to get unconfirmed transactions out of bitcoind

At the end of the AcceptToMemoryPool() function in main.ccp use WalletTxToJSON() in bitcoinrpc.cpp to make a json string and the HTTPPost method in to post it to your callback url which you can process.

If your really stuck I can probably make a quick patch.
Hope I am not derailing your thread too much, if so let me know and I can create a separate one.

I have had a short go at it, but C is not really my thing, just getting a toString printed of the TX didnt work out.
A patch that makes a http post call, or writes to a file, with the received tx information would really be neat, in fact I will even bounty a open license patch with a few BTC, if anyone is interested (Once I get verified somewhere to buy coins with CC/wire).
hero member
Activity: 910
Merit: 1005
I still hope that you find a better way to get income ( even more than now ) without the fee Wink

I'll look at altering the fees in time, at the moment i'd rather improve the interface and finish the iPhone app.

Added 3 new API Methods

https://blockchain.info/api

Quote
/latestblock - Get info on latest block

/unconfirmed-transactions?format=json - Get unconfirmed transactions

/inv/$hash_160?format=json - Get network propagation data

Smart transaction relaying

Transaction made through My Wallet will now be directly relayed to all mining nodes and nodes part using https://en.bitcoin.it/wiki/Free_transaction_relay_policy. I've had a number of users complain that their transactions are not getting confirmed if they don't set the correct miners fee - This problem should be mostly fixed now.

You can now also view relay data from within My Wallet - If no mining nodes are accepting the transaction then contact me and I will prune the transactions early.



MORA: I noticed you are running a notifications service, I'd rather you didn't use blockchain.info's api for this as you will need to poll very frequently.

Here's my suggestion for the easiest way to get unconfirmed transactions out of bitcoind

At the end of the AcceptToMemoryPool() function in main.ccp use WalletTxToJSON() in bitcoinrpc.cpp to make a json string and the HTTPPost method in to post it to your callback url which you can process.

If your really stuck I can probably make a quick patch.

legendary
Activity: 1862
Merit: 1105
WalletScrutiny.com
my rationale is, that there are more transactions in a block when it takes longer to create it.

Nope.Transaction count should have no effect on the mining speed. Else miners would make most profit with empty blocks.
hero member
Activity: 763
Merit: 500

If you can give me a formula then I can add it. (network hash rate / (n blocks mined * market price))?


I don't know if it is of any use, but some time ago i was interested in the number of transactions, normalized by the time it took to create the respective block. e.g. (nTx) / (timestamp - timestamp.previous)
my rationale is, that there are more transactions in a block when it takes longer to create it. same could be done for normalizing totalBTCFees per block, too!
legendary
Activity: 1862
Merit: 1105
WalletScrutiny.com
"$$ mined per day with a 1Gh rig"

If you can give me a formula then I can add it. (network hash rate / (n blocks mined * market price))?

marketPriceUSD*1Gh/s*24h/avgHashesToSolveBlock*(nBTCMined+totalBTCFees)  Grin
donator
Activity: 798
Merit: 500
Great Cheesy
I still hope that you find a better way to get income ( even more than now ) without the fee Wink
Charge for mobile app, no fee for txn sent from app? Is that possible and profitable?
staff
Activity: 4214
Merit: 1203
I support freedom of choice
Great Cheesy
I still hope that you find a better way to get income ( even more than now ) without the fee Wink
hero member
Activity: 910
Merit: 1005
Resumed development again today, started alerts & iPhone app

Needs a support service, like UserVoice or something.   Maybe OSQA (Python, open source)?

So that this thread doesn't get the minutia, such as this:
  http://www.blockchain.info.  (trailing dot messes things)

You can use https://github.com/zootreeves/blockchain.info/issues if you like. UserVoice does look good though.
hero member
Activity: 910
Merit: 1005
Cheesy please tell me you mean an actual usable app with the same features as the site?

Yes a native app with most of the features from the site. However it will still be partially web based and the wallet will be stored on a remote server, not the phone itself (You can still use no private key mode if this concerns you).

Payment notifications now up

http://blockchain.info/wallet/payment-notifications

  • Google Talk
  • Skype
  • Email
  • Http POST

Hi,

I just browsed through the massive amount of charts at http://blockchain.info/charts . Really great Smiley

May I suggest one more? "Bitcoin Miners operating margin" sounds interesting but as electricity costs are a very wide range I'd like to see a graph:
"$$ mined per day with a 1Gh rig"
As you know many people switched off their mining. Today less than 70% of the machines that mined before are running today. The graph I suggested helps them decide when to switch back on as they know their costs.

If you can give me a formula then I can add it. (network hash rate / (n blocks mined * market price))?

Variables available are:

Any chance for a API call to get the latest blockcount ... and a list of unconfirmed transactions ? Smiley

Can do, will add it ASAP.

If you could add the current USD price of BTC at the time of each block that would be useful.

Can you not just look up the market price on the day the block was mined? What the exact price be needed for?
full member
Activity: 127
Merit: 100
Any chance for a API call to get the latest blockcount ... and a list of unconfirmed transactions ? Smiley
-Or maybe a hint to how you managed to get the unconfirmed transactions from bitcoind ?
Jump to: