Bitcoin Forum
May 01, 2024, 12:56:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: blockchain.info -- input addresses from users do not forward to main wallet  (Read 787 times)
PBmining (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
January 07, 2014, 11:06:13 PM
Last edit: January 07, 2014, 11:16:37 PM by PBmining
 #1

<?php

$secret = 'ZzsMLGKe162CfA5EcG6j';

$my_address = 'DH7gdDUhgsdig9s&dgSD(blahblahblah)';

$my_callback_url = 'http://blahblahblah.com/payments/index.php?invoice_id=0555521123&secret='.$secret;

$root_url = 'https://blockchain.info/api/receive';

$parameters = 'method=create&address=' . $my_address .'&callback='. urlencode($my_callback_url);

$response = file_get_contents($root_url . '?' . $parameters);

$object = json_decode($response);

echo 'Send Payment To : ' . $object->input_address;

?>



When a customer sends BTC to the input address, they do not get forwarded to my main address... why not?  All the satoshis I have sent during these tests are still sitting in those input wallets.  I thought the idea was that the generated input address forwards those funds directly to the $my_address...?

Did you know?: Most of our hash power comes from other sources.  We are now specialized in the resale of cloudmining contracts through our associates!
1714568175
Hero Member
*
Offline Offline

Posts: 1714568175

View Profile Personal Message (Offline)

Ignore
1714568175
Reply with quote  #2

1714568175
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714568175
Hero Member
*
Offline Offline

Posts: 1714568175

View Profile Personal Message (Offline)

Ignore
1714568175
Reply with quote  #2

1714568175
Report to moderator
1714568175
Hero Member
*
Offline Offline

Posts: 1714568175

View Profile Personal Message (Offline)

Ignore
1714568175
Reply with quote  #2

1714568175
Report to moderator
Abdussamad
Legendary
*
Offline Offline

Activity: 3598
Merit: 1560



View Profile
January 08, 2014, 02:33:46 AM
 #2

There is a minimum amount above which it will forward coins. A few satoshis is not enough to cover the transaction fee even. Send more money!
PBmining (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
January 08, 2014, 03:24:48 AM
 #3

Thank you!  I think blockchain.info should mention this somewhere on their site.  I spent many many hours scratching my head over this.   Cheesy 

Did you know?: Most of our hash power comes from other sources.  We are now specialized in the resale of cloudmining contracts through our associates!
Abdussamad
Legendary
*
Offline Offline

Activity: 3598
Merit: 1560



View Profile
January 08, 2014, 03:36:36 AM
 #4

There is another thing you should be aware of. They forward payments in batches not in real time.

If you want to safely generate receiving addresses on a server you may want to look at using an Electrum master public key. That way you can generate all the addresses you need without risking your coins. You don't have to trust a third party either. Examples:

Address generation: https://github.com/prusnak/addrgen
Shopping cart: http://wordpress.org/plugins/bitcoin-payments-for-woocommerce/
PBmining (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
January 08, 2014, 05:45:27 AM
 #5

Thanks again.  What do you think of this?:
"https://en.bitcoin.it/wiki/MtGox/API/HTTP/v1#Merchant_System"

Is this known for reliability as a full payment processing solution?  I would like to avoid blockchain.info all together...

Did you know?: Most of our hash power comes from other sources.  We are now specialized in the resale of cloudmining contracts through our associates!
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 08, 2014, 06:56:14 AM
 #6

Also note shared=1 minimum is .2 maximum 250

Pages: [1]
  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!