Bitcoin Forum
May 05, 2024, 07:10:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Economy / Services / Re: [WTB] Real Time Bitcoin Days Destroyed Chart on: February 10, 2014, 11:47:02 AM
How far are you wanting to go back? And language requirements? Like PHP, ASP.Net, etc.

Hi,

any language or solution will do as long as there is a chart

Thanks,

Mike
22  Economy / Services / Re: [WTB] Real Time Bitcoin Days Destroyed Chart on: February 09, 2014, 10:41:14 PM
Hi,

We are looking for a real time Bitcoin Days Destroyed Chart.

Example http://blockchain.info/charts/bitcoin-days-destroyed

We need real time and not an API using http://blockchain.info/charts/bitcoin-days-destroyed?format=json&timespan=all

bounty 0.5 BTC

Thanks,

Mike

Hi,

we are increasing the bounty to 1BTC. Anyone one interested pls. PM.

Thanks,

Mike
23  Economy / Service Discussion / Re: btc-e ticker using php on: February 07, 2014, 05:54:37 AM
Are you gathering data for a database to make charts for your own sites, or do you just want to re-serve the current price to clients. If you just want to get the price from the site every time a user loads the ticker page or image, that actually might be less queries to the API overall if you are low traffic (if you are going to have less than 86K page loads a day).

Here's an image:


When you loaded it just now, it got the prices from bitcoinaverage.com. Here's the code, with some misc commented-out other stuff:

Code:
<?php
header 
('Content-Type: image/png');
$block file_get_contents('http://blockexplorer.com/q/getblockcount');
$dif file_get_contents('http://blockexplorer.com/q/getdifficulty');
$blksiz file_get_contents('http://blockexplorer.com/q/avgblocksize/144');


$priceget file_get_contents('http://api.bitcoinaverage.com/ticker/USD');
$pieces explode("\n"$priceget);

#$pieces[1] = trim($pieces[1])
#$pieces[4] = trim($pieces[4])
#$cutlist = array(" ", ",")

#$avg = explode(":", $pieces[1]);
#$avgname = substr(trim($avg[0]), 1, -1)

#$avgval = trim($avg[1], $cutlist)

#$prc = explode(":", $pieces[4]);
#$prcname = substr(trim($prc[0]), 1, -1)
#$prcval = trim($prc[1], $cutlist)

$myImage = imagecreatetruecolor(240110);
imagesavealpha($myImagetrue);

$trans_colour imagecolorallocatealpha($myImage000127);
imagefill($myImage00$trans_colour);

$src imagecreatefrompng('callogo.png');
imagecopy($myImage$src0000174120);
$white = ImageColorAllocate($myImage255255255);
$black = ImageColorAllocate($myImage000);
$head = ImageColorAllocate($myImage0064);


Imagestring($myImage455gmdate('F j, Y, g:i a',is_null($ts)?time():$ts) . " UTC"$head);
#Imagestring($myImage, 2, 5, 25, ("Current block: " . $block), $black);
#Imagestring($myImage, 2, 5, 40, ("Current difficulty: " . $dif), $black);
#Imagestring($myImage, 2, 5, 55, ("average blocksize:" . round($blksiz/1000) . "kB"), $black);
Imagestring($myImage3525, ("Exchange averages"), $head);
Imagestring($myImage3540, ("USD " $pieces[4]), $black);
Imagestring($myImage3555, ("USD " $pieces[1]), $black);
Imagestring($myImage3570, ("USD " $pieces[2]), $black);
Imagestring($myImage3585, ("USD " $pieces[3]), $black);

#Imagestring($myImage, 3, 5, 70, ("USD " . $avgname . ": " . $avgval ), $black);
#Imagestring($myImage, 3, 5, 85, ("USD " . $prcname . ": " . $prcval ), $black);


$blksiz file_get_contents('http://blockexplorer.com/q/avgblocksize/144');


header("Content-type: image/png");
imagepng($myImage);

Imagedestroy($myImage);
 
?>


Hi,

thanks for reply, im looking for gathering data for charts not only as display of current price.

thanks again,

Mike
24  Economy / Service Discussion / btc-e ticker using php on: February 07, 2014, 01:17:17 AM
Guys,

I hope you can help me. I setup a btc-e ticker using php. What i did was i have a cron that runs every minute and cURL on https://btc-e.com/api/2/btc_usd/ticker and save its data. And on my site i have an ajax with setInterval for 5 seconds to display latest price.

Is there a better way for real time. I know websocket or streaming but i cant get the logic. Do you have any sample using php?

Thanks,

Mike
25  Bitcoin / Development & Technical Discussion / PPC/BTC & LTC/BTC History on: February 04, 2014, 06:19:15 AM
Guys,

is there any way i can get PPC/BTC & LTC/BTC History data?

Thanks,

Mike
26  Economy / Service Discussion / Re: btc-e.com deposits on: January 25, 2014, 11:17:36 PM
Guys,

problem solved after 1month and 1 week. My deposit appears now.

for those who are having problem with there deposit what i did was create ticket (which quite frustrating due to they dont response) and PM ICQ 610112128. Always follow up your ticket on there ICQ.

Mike
27  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: January 24, 2014, 01:49:57 PM
Recently, we started to receive  claims because of the long-time credit of funds transferred by SEPA / WireTransfer. The main problem is that some of our clients have a negligent attitude to the control of the field Details of Payment. As the result it takes an additional time to find your money. Please, make sure, that  the information Details of Payment is always present in the document of transfer, do not shorten it, don not  use your account username.

In my case that is BS. I use a telebanking template. First transfer went through without a glitch and arrived in four days. The second transfer (EUR 4k) has been outstanding since 16 December. Support says that "this issue will be fixed in the near future". C'mon guys. What is "the near future"? Days, weeks, months?

It can't be difficult to add the funds to my account since the payment details were CORRECT!

Get your act together.

Cheers

Jeff



Exactly the same experience and problem. Its more than a month now on my end still no reply.

Its like on 1st deposit its cheaper i.e. Minimum 700usd then on second min.  Is 2000usd

Then on second no response or reflection.

I really feel btc-e is a scam

Mike
28  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: January 22, 2014, 01:35:38 PM
Guys,

i have a suggestion. I just notice no response on support but there twitter is updated https://twitter.com/btcecom

I know it will not help but if you have time try to comment about your problem i.e. @btcecom deposit problem pls. check ticket #xxx blah blah.

Im quite desperate now to get my money back Sad

Thanks,

Mike
29  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: January 21, 2014, 01:10:19 PM
Just a hint for all of you who have problems with withdrawing... BTC-e is UK based company so they are under UK authority or even better EU authority. Sue them!! Write a complain to some office... The company who runs that exchange is big and they can't just run out from EU.

Hi,

Is there anyway to sue them even im on other country?

Still no response on my ticket or any updates. Its been more than a month since i deposited. I really feel im scammed.

Thanks,

Mike
30  Other / Beginners & Help / Re: Is BTC-e scamming you? on: January 21, 2014, 01:03:03 PM
Whilst I have used btc-e for over $60,000 worth of wire transfers in the past, my latest two transfers have still not arrived.
One was sent on 30th December, and the other on the 6th Jan. Usually these credit within 48 hours max.
I have initiated a trace of both wires as I am confident that they have arrived.
Unfortunately btc-e do not respond to my support ticket and so I'm left to think the worst. If a recall of the wires fails then I will have no choice but to take legal action on Mayzus Financial Services Ltd, whose bank account these payments are made to on behalf of btc-e. They are UK registered and, despite their denials, have a hand to play to in this.

Anyone else who is considering legal action and would like to split the costs, please contact me via PM. Equally, if you can recommend a solicitor do the same.

BEWARE BTC-E, their anonymity and customer service tell of a seriously shady company.

Hi,

im with you, i also experience this one. Its more than a month since i deposited and didnt appear. Nobody is responding to there https://hdbtce.kayako.com/

Im from PH, is there anything i can do to help and to push suing btc-e.com?

Thanks,

Mike
31  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: January 21, 2014, 09:20:55 AM
Holly shit, It's a miracle! Just logged onto BTC-e and I have the money sitting there, no explanation or even notification though.

Hi,

is that from deposit via bank wire?

Thanks,

Mike

Guys,

up to now, no response Sad

Is there any way i can get my deposit back Sad. I call my local bank and its debited already Sad(

TIA,

Mike

Still no response from them.

Mike
32  Economy / Service Discussion / Re: btc-e.com deposits on: January 21, 2014, 09:19:13 AM
Same here, made a deposit 3 weeks ago. It didn't arrive yet.

The only reply I got from their customer support is, send us a swift copy. I already did this 2 times, but no reply afterwards...

on my end as well, more than a month since i deposited on them. No response Sad


Mike
33  Economy / Services / Re: [WTB] Real Time Bitcoin Days Destroyed Chart on: January 21, 2014, 08:31:50 AM
If I have some spare time during lunch breaks at work I might give this a go.

Hi,

PM me if you need more details.

Thanks,

Mike
34  Economy / Services / [WTB] Real Time Bitcoin Days Destroyed Chart on: January 20, 2014, 11:04:33 PM
Hi,

We are looking for a real time Bitcoin Days Destroyed Chart.

Example http://blockchain.info/charts/bitcoin-days-destroyed

We need real time and not an API using http://blockchain.info/charts/bitcoin-days-destroyed?format=json&timespan=all

bounty 1 BTC -> edited, we increase it to 1 BTC

Thanks,

Mike
35  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: January 20, 2014, 04:03:28 AM
Hi,

is the blobk.block_nTime and block.block_ss_destroyed is the data for Bitcoin Days Destroyed?

But strange most of the block.block_ss_destroyed is NULL

TIA,

Mike
36  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: January 20, 2014, 12:44:39 AM
Guys,

ive been running this for 10 days now. The current `block`.`block_nTime`  is 2013-05-13 23:35:31

Is there anyway i can make it faster?

TIA,

Mike
37  Economy / Service Discussion / Re: btc-e.com deposits on: January 19, 2014, 11:07:59 PM
Guys,

up to now, no response Sad

Is there any way i can get my deposit back Sad. I call my local bank and its debited already Sad(

TIA,

Mike

In my case it was the intermediary bank that held the wire back.

thanks, i contacted     Mayzus Financial Services Ltd

Mayzus is btc-e. They are the beneficiary of the wire transfer, not the intermediary bank. You will have to contact your bank to find out if there is an issue with the intermediary bank.

Hi,

yes i already contacted my local bank, it was debited to my dollar account.

Thanks,

Mike
38  Economy / Service Discussion / Re: btc-e.com deposits on: January 19, 2014, 04:56:34 AM
Guys,

up to now, no response Sad

Is there any way i can get my deposit back Sad. I call my local bank and its debited already Sad(

TIA,

Mike

In my case it was the intermediary bank that held the wire back.

thanks, i contacted     Mayzus Financial Services Ltd
39  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 18, 2014, 10:06:38 AM
Hi,

any from blockchain.info. How do you compute/get the http://blockchain.info/charts/bitcoin-days-destroyed ?

Thanks,

Mike
40  Economy / Service Discussion / Re: btc-e.com deposits on: January 18, 2014, 02:46:24 AM
Guys,

up to now, no response Sad

Is there any way i can get my deposit back Sad. I call my local bank and its debited already Sad(

TIA,

Mike
Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!