Bitcoin Forum
April 19, 2024, 10:00:54 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 [145] 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 »
  Print  
Author Topic: Blockchain.info - Bitcoin Block explorer & Currency Statistics  (Read 482336 times)
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
December 19, 2013, 04:33:49 AM
 #2881

Dunno if it's been mentioned before, but I have a suggestion. Right now, you can click the green button to get the fiat equivalent of the bitcoin number displayed in a transaction.

I know blockchain also keeps track of historical price data.

It would be nice to see the fiat value of the transaction, at the time the transaction took place, in addition to seeing what it would be worth currently.

In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713564054
Hero Member
*
Offline Offline

Posts: 1713564054

View Profile Personal Message (Offline)

Ignore
1713564054
Reply with quote  #2

1713564054
Report to moderator
Linkeex
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
December 19, 2013, 02:20:05 PM
Last edit: December 19, 2013, 02:56:31 PM by Linkeex
 #2882

Hi,
I'm posting in this thread because i don't quite understand the RPC Api of blockchain.info.

I set up a node.js client and connected via my wallet credentials to the blockchain RPC API. No problem there. I can lookup my balance and stuff, all fine there.
BTW I'm using node-bitcoin.
The problem is that when i call getNewAddress i get errors and i don't know what they mean:

Code:
ChainListener.prototype.getNewAddress = function(next) {
  this.client.getNewAddress(null, function(err, address) {
    if(err) {
      console.log(err);
    } else {
      next(address);
    }
  });
};

gives me this output:
Code:
{ [Error] code: -32603 }

I also tried to put the account in:
Code:
ChainListener.prototype.getNewAddress = function(next) {

var self = this;
  this.client.getNewAddress(self.client.rpc.opts.user, function(err, address) {
    if(err) {
      console.log(err);
    } else {
      next(address);
    }
  });
};

This gives me:

Code:
{ [Error: Second Password Expired] code: -32603 }

FYI: self.client.rpc.opts.user is my account address for the Wallet on blockchain.info.

What does this second error mean. I read on the api documentation, that a second password is required, and i also set it up in my account but i don't know where to put it
in my programm.
Please help Cheesy


EDIT: I just deactivated my second password and boom, it works as expected. But WHY is the RPC API telling me that a second password is required?
I don't get it?! Huh
Code:
Method: getnewaddress
Parameters: (String label = null)
Description: Returns a new bitcoin address for receiving payments. If [account] is specified (recommended), it is added to the address book so payments received with the address will be credited to [account].
Returns: String
Second Password Required

+++ Informatik-Student würde für Bitcoins alles tun: Javascript, Java, Nodejs, Angularjs, Express, Objective-C, SQL, Webdesign + + +
==> https://bitcointalk.org/index.php?topic=356002.msg3808815#msg3808815
Welsh
Staff
Legendary
*
Offline Offline

Activity: 3248
Merit: 4110


View Profile
December 19, 2013, 02:48:51 PM
 #2883

I've sent a message to the OP. I'll be awaiting your reply.
Hawkix
Hero Member
*****
Offline Offline

Activity: 531
Merit: 505



View Profile WWW
December 19, 2013, 05:56:22 PM
 #2884


...

EDIT: I just deactivated my second password and boom, it works as expected. But WHY is the RPC API telling me that a second password is required?
I don't get it?! Huh
Code:
Method: getnewaddress
Parameters: (String label = null)
Description: Returns a new bitcoin address for receiving payments. If [account] is specified (recommended), it is added to the address book so payments received with the address will be credited to [account].
Returns: String
Second Password Required

A new address requires a new private key to be encrypted using second password. The purpose of second password is to encrypt the private keys, in addition to whole cloud-synced encrypted wallet.

Donations: 1Hawkix7GHym6SM98ii5vSHHShA3FUgpV6
http://btcportal.net/ - All about Bitcoin - coming soon!
piuk (OP)
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
December 20, 2013, 02:46:25 AM
Last edit: December 20, 2013, 03:42:47 AM by piuk
 #2885

Are you going to add qr scanning to the online wallet like coinpunk? It would be nice for the iOS people who can't get a good app or they are banned to have all the functionality through the web browser.

Scanning QR codes should now be possible through the web interface on iOS. I'm not sure if coinpunk is any better but from some brief testing the lighting and whitespace around the qr code need to be perfect for the code to scan correctly, not very practical for real world use.  

centralplan
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 20, 2013, 03:38:29 AM
 #2886

"650 Watts per gigahash and electricity price of 15 cent per kilowatt hour."

Puik, can you readjust all the math from Electricity Consumption stats?

The current average with a mayority of ASICs miners is 15W per gigahash.
jimbursch
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile WWW
December 20, 2013, 03:23:33 PM
 #2887

On the ticker, the 24h average is not appearing for USD:

https://blockchain.info/ticker

feature or bug?

MyMindshare -- a commercial messaging system -- check it out at  *Link Removed*
ingrownpocket
Legendary
*
Offline Offline

Activity: 952
Merit: 1000


View Profile
December 20, 2013, 04:11:46 PM
 #2888

You've been ignoring my support tickets, not sure why... http://stackoverflow.com/questions/20585095/bitcoin-sendmany-with-jsonrpcclient

Disable Bitcoin-Qt Compatible JSON RPC as it is not working correctly and giving headaches to everyone trying to use it.
Point them to Blockchain Wallet API instead.
jimbursch
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile WWW
December 20, 2013, 05:06:00 PM
 #2889

Weird -- blockchain.info is showing up in Firefox in Spanish or Portugese. But in IE it's in English.

"Explorador de Blocos Bitcoin - Blockchain.info"

Am I the only one?

MyMindshare -- a commercial messaging system -- check it out at  *Link Removed*
jimbursch
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile WWW
December 20, 2013, 05:11:45 PM
 #2890

Weird -- blockchain.info is showing up in Firefox in Spanish or Portugese. But in IE it's in English.

"Explorador de Blocos Bitcoin - Blockchain.info"

Am I the only one?

Nevermind -- I just noticed the language option (dropdown flags in upper right corner) -- maybe I accidentally hit something.

MyMindshare -- a commercial messaging system -- check it out at  *Link Removed*
dillpicklechips
Hero Member
*****
Offline Offline

Activity: 994
Merit: 507


View Profile
December 20, 2013, 05:15:33 PM
 #2891

Are you going to add qr scanning to the online wallet like coinpunk? It would be nice for the iOS people who can't get a good app or they are banned to have all the functionality through the web browser.

Scanning QR codes should now be possible through the web interface on iOS. I'm not sure if coinpunk is any better but from some brief testing the lighting and whitespace around the qr code need to be perfect for the code to scan correctly, not very practical for real world use.  
Thank you! I imagine the library that decodes the picture can always be improved with time though. What library do you use?
malevolent
can into space
Legendary
*
Offline Offline

Activity: 3472
Merit: 1721



View Profile
December 20, 2013, 06:23:50 PM
 #2892

Weird -- blockchain.info is showing up in Firefox in Spanish or Portugese. But in IE it's in English.

"Explorador de Blocos Bitcoin - Blockchain.info"

Am I the only one?

Nevermind -- I just noticed the language option (dropdown flags in upper right corner) -- maybe I accidentally hit something.

You probably clicked a link by someone who had the selected the Spanish/Portugese version of the site. It's a bit annoying sometimes.

Signature space available for rent.
umbrel
Member
**
Offline Offline

Activity: 79
Merit: 10

Bitcoin admirer


View Profile
December 20, 2013, 06:29:58 PM
 #2893

Hi guys,
First of all, your API is awesome, neat and does what it has to do.
The only thing, which prevents me from using it for everything:
"The minimum supported transaction size is 0.001 BTC" for receiving payments. I actually do have payments less than 1 USD, if price goes up again, this restriction may be tough for me. Do you have any specific reason for that? Is it up to date or you have it since long time ago?
HostFat
Staff
Legendary
*
Offline Offline

Activity: 4214
Merit: 1203


I support freedom of choice


View Profile WWW
December 20, 2013, 09:36:36 PM
 #2894

Quote
Next week we will bring you a majorly exciting new announcement. We can barely resist spilling the beans now! Any guesses as to what it might be?
https://www.facebook.com/blockchain/posts/700081116691138

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
ThePurplePlanet
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
December 21, 2013, 01:41:13 AM
 #2895

Can you guys add a clean and simple directory listing on who accepts bitcoins like http://usebitcoins.info/
willphase
Hero Member
*****
Offline Offline

Activity: 767
Merit: 500


View Profile
December 22, 2013, 12:59:43 AM
 #2896

Quote
Next week we will bring you a majorly exciting new announcement. We can barely resist spilling the beans now! Any guesses as to what it might be?
https://www.facebook.com/blockchain/posts/700081116691138

the owner of http://blockchain.com finally sold you the domain?

Will

TheButterZone
Legendary
*
Offline Offline

Activity: 3052
Merit: 1031


RIP Mommy


View Profile WWW
December 22, 2013, 01:42:31 AM
 #2897

Quote
Next week we will bring you a majorly exciting new announcement. We can barely resist spilling the beans now! Any guesses as to what it might be?
https://www.facebook.com/blockchain/posts/700081116691138

the owner of http://blockchain.com finally sold you the domain?

Will

Yep, looks like they match
http://who.is/whois/blockchain.com
http://who.is/whois/blockchain.info

Saying that you don't trust someone because of their behavior is completely valid.
realdos
Full Member
***
Offline Offline

Activity: 167
Merit: 100


View Profile
December 23, 2013, 12:04:14 AM
 #2898

Hi, I just noticed that the Chinese version of your explanation about Bitcoin Days Destroyed Cumulative is wrong.
In English you write:
"Bitcoin Days Destroyed is a measure of the transaction volume of Bitcoin. If someone has 100 BTC that they received a week ago and they spend it then 700 bitcoin days have been destroyed. If they take those 100BTC and send them to several addresses and then spend them then although the total transaction volume could be arbitrarily large the number of bitcoin days destroyed is still 700."

In Chinese you write:
"比特币的天摧毁是衡量比特币的交易量所用的方法。如果有人在一个星期前,接到100比特币,然后今天花了700比特币,那700比特币天已被销毁。如果他将100比特币寄往几个比特币地址,他的总交易量虽然可能变非常大,但是比特币天摧毁数仍然为700比特币。"

The part highlighted means "If someone has 100 BTC that they received a week ago and they spend 700 BTC today then 700 bitcoin days have been destroyed."

I suggest you re-write the Chinese version as follows:
"比特币的天摧毁是衡量比特币的交易量所用的方法。如果有人在一个星期前,接到100比特币,然后今天花了100比特币,那么700比特币天已被销毁。如果他将100比特币先寄往几个比特币地址再花了他们,他的总交易量虽然可能变得非常大,但是比特币天摧毁数仍然为700比特币天。"
Jace
Sr. Member
****
Offline Offline

Activity: 288
Merit: 251


View Profile
December 23, 2013, 12:45:34 PM
 #2899

1. Can you please fix the custom tx fee when doing custom transactions? Right now it seems to enforce the Bitcoin-Qt default, regardless of whatever fee I specify (see also this topic)

2. Can you please add an option to record a public message with transactions that are pushed on the network manually, i.e. through blockchain.info/pushtx, just like when creating a custom tx from a blockchain.info/wallet?
(I realize this 'public message' thing is merely a blockchain.info feature, and doesn't get officially stored in the blockchain itself - that's OK)

3. Can you add support for BIP38 (password protected) private keys in the wallet?

Thanks  Kiss

Feel free to send your life savings to 1JhrfA12dBMUhcgh85wYan6HL2uLQdB6z9
advanced
Sr. Member
****
Offline Offline

Activity: 267
Merit: 250


Woodwallets.io


View Profile WWW
January 02, 2014, 10:05:28 AM
 #2900

Hi, I recently started using the Android app and converting many friends to it.

I have a doubt and I think this might be the place to ask.

I don't understand how to use the 'address book' . An address book is usually a place to save addresses and label them, right? Like in the bitcoin-qt client. I have somethink like

I would imagine to have something like this in the address book :

Mum <address here>
Mark <address here>
Friend#1 <address here>
...


However in the app this doesn't seems to be the case. there are three tabs (active addresses, archived addresses, sending addresses). None of these seems to represent what an address book actually is.
I want to be able to store public addresses like in any other application so I don't have to rescan the QR code everytime I need to send a payment to a known address.

Is there a way to achieve what I want with the app?

If not, I'd rename 'address book' in something else since right now doesn't seem an address book.

Thank you.


Bitmessage : BM-NAx31aEiqeq5zKUtxhKscXQ7Dwn1jJfR
Pages: « 1 ... 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 [145] 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!