Bitcoin Forum
May 09, 2024, 07:46:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Ummm...  (Read 664 times)
bitcoinbetas (OP)
Sr. Member
****
Offline Offline

Activity: 240
Merit: 250



View Profile
February 07, 2013, 03:54:59 AM
 #1

where can I find a way for a website to display bitcions sent to an payment address in digits 1 BTC ?
1715283960
Hero Member
*
Offline Offline

Posts: 1715283960

View Profile Personal Message (Offline)

Ignore
1715283960
Reply with quote  #2

1715283960
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
misterbigg
Legendary
*
Offline Offline

Activity: 1064
Merit: 1001



View Profile
February 07, 2013, 03:56:37 AM
 #2

Nice thread title. Signal, meet noise.
bitcoinbetas (OP)
Sr. Member
****
Offline Offline

Activity: 240
Merit: 250



View Profile
February 07, 2013, 04:00:10 AM
 #3

Nice thread title. Signal, meet noise.

I try.
franky1
Legendary
*
Offline Offline

Activity: 4214
Merit: 4475



View Profile
February 07, 2013, 07:46:49 PM
 #4

doesnt sound like english is your native language but i think you are asking
"how can i find out how much bitcoin is received on a specific address, from a website/service"

the answer
blockchain.info

use this API
http://blockchain.info/q/getreceivedbyaddress/<the address goes here>

it displays the results in satoshi's so you have to divide the number by 100,000,000

if your using PHP
Code:
<?
$url = 'http://blockchain.info/q/getreceivedbyaddress/1BtCAddressYOUChooseHERE";

$contents = file_get_contents($url);
$Satoshi=100000000;

$contents /= $Satoshi;
echo "BTC received: ";
echo $contents;
?>



I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
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!