Search content
Sort by

Showing 16 of 16 results by viewpl
Post
Topic
Board 中文 (Chinese)
Re: 淘宝封杀比特币!!!
by
viewpl
on 09/02/2014, 02:27:54 UTC
淘宝到底有没有封杀?网站上搜索btc相关商品还能出来一大把。淘宝挂羊头卖狗肉无下限
Post
Topic
Board Service Discussion
Re: Need url api of those main exchanges
by
viewpl
on 15/12/2013, 13:04:42 UTC
If you only need the price once every 15 minutes, you can get json here:

http://api.bitcoincharts.com/v1/markets.json

Otherwise, you are just asking someone to do the work of googling for you.


Thanks for you url.
I googled before I asked this, many results for view but few for programming.
Post
Topic
Board Beginners & Help
Re: Is BTC-e scamming you?
by
viewpl
on 13/12/2013, 13:31:39 UTC
I have also the problem!
I know the dodgy of deposit to btc-e so I firstly tried $6000+ and it's successfully being in my account the next day.
So I trusted it more then sent another large amount $17000+. But this time it has been nearly 48 hours it still doesn't appear to my account.
The first deposit resulted in money hold, 700 hours, counted down a bit when I sent the second one. I noticed the next day of the second deposit, the money hold hours was reset to 700 hours again, that means the money has arrived there but just being hidden for unknown reason!

In addition, I created a ticket and sent my id utility docs immediately when I saw the money hold first time.

My problem seems solved, appeared at amount, just being on hold right now.
Post
Topic
Board Beginners & Help
Re: Is BTC-e scamming you?
by
viewpl
on 12/12/2013, 10:27:17 UTC
I have also the problem!
I know the dodgy of deposit to btc-e so I firstly tried $6000+ and it's successfully being in my account the next day.
So I trusted it more then sent another large amount $17000+. But this time it has been nearly 48 hours it still doesn't appear to my account.
The first deposit resulted in money hold, 700 hours, counted down a bit when I sent the second one. I noticed the next day of the second deposit, the money hold hours was reset to 700 hours again, that means the money has arrived there but just being hidden for unknown reason!

In addition, I created a ticket and sent my id utility docs immediately when I saw the money hold first time.
Post
Topic
Board 中文 (Chinese)
Re: 大家当心!不要发送任何钱到OKPAY!不要使用OKPAY!
by
viewpl
on 12/12/2013, 06:15:34 UTC
OKPAY和btce汇款都有问题,我有一笔钱也没到帐,第一笔小额到了,第二笔大额没到。
如果是有合理客观原因导致的问题,第一笔小的就应该到不了。为什么偏偏第二笔大的出问题,这样明显看得出有诈。
以后绝不电汇给它们了!
Post
Topic
Board Beginners & Help
Re: Anyone else having issues sending a USD wire transfer to BTC-E?
by
viewpl
on 12/12/2013, 05:55:11 UTC
I experienced the problem! I think it dodgy, the wire deposit of btc-e.
I feel they intentionally selectively delay wire deposit for unknown reasons, especially when it's large amount.
Post
Topic
Board Trading Discussion
Re: Best way deposit USD to btc-e in Australia?
by
viewpl
on 12/12/2013, 05:18:13 UTC
don't do it. btc-e never reply to support tickets. I have a $5800 wire, and they never credited me that amount.
Opened several support tickets, no response whatsoever

 I didn't see your post right in time!
 I firstly tried deposit a part of my money $6000+ , which seems successful, just being on hold.
 So I trusted it and deposited another large part $17000+, this time it looks failed, as it didn't credit into my account as the first part did. Sad  
Post
Topic
Board Trading Discussion
Re: Withdraw from bitstamp to btc-e directly?
by
viewpl
on 12/12/2013, 05:11:51 UTC
I don't be dreaming this now. Now I realized that even wire with bank only is having problems!
Post
Topic
Board Trading Discussion
Topic OP
Withdraw from bitstamp to btc-e directly?
by
viewpl
on 11/12/2013, 04:24:35 UTC
Hello,

I saw the FAQ of bitstamp mentioned 'THIRD PARTY WITHDRAWAL'.
I am thinking if it is possible to withdraw from bitstamp to btc-e directly? regarding btc-e wire deposit as a third party? Has anyone tried this if it would be successful?

Thanks
Post
Topic
Board Beginners & Help
Re: Where to list my own topics?
by
viewpl
on 11/12/2013, 04:01:43 UTC
Got it, thanks so much!  Cheesy
Post
Topic
Board Service Discussion
Topic OP
Need url api of those main exchanges
by
viewpl
on 11/12/2013, 00:32:33 UTC
Hello,
Can someone please tell me those main exchanges' url apis, which can be used to query basic market rates.
For example, btcchina's https://data.btcchina.com/data/ticker
Main exchanges including mtgox, btc-e and bitstamp would be good enough.

Thanks!
Post
Topic
Board Beginners & Help
Topic OP
Where to list my own topics?
by
viewpl
on 11/12/2013, 00:17:22 UTC
I didn't find such a menu 'list old topics made by myself', where it is, or doesn't have this function at all? Without this, it's so hassle to find my old topics.
I only find 'MY MESSAGES'.
Can some advise please ?
Post
Topic
Board 中文 (Chinese)
Re: 有谁给一个BTC China Trade API的完整例子啊?
by
viewpl
on 05/12/2013, 07:30:50 UTC
如果只要当前价格,不用搞那么麻烦,直接读这地址就可以了

https://data.btcchina.com/data/ticker


谢谢,你还有其他exchange,像btc-e,bitstamp,mtgox的这样的一个地址吗?
Post
Topic
Board Trading Discussion
Topic OP
Best way deposit USD to btc-e in Australia?
by
viewpl
on 05/12/2013, 03:32:09 UTC
Hi,

I'm in Australia. It's so hard and costly to have an USD account here.
Some banks provide business USD account, but which criteria is high to me.
CurrencyFair have US bank as intermediary, which will be refused by btc-e.
OzForex refuses to deal business with crypto exchange.

Anyone have a good idea to deposit to btc-e?
Post
Topic
Board 中文 (Chinese)
Re: 有谁给一个BTC China Trade API的完整例子啊?
by
viewpl
on 30/11/2013, 21:04:26 UTC
就是python 例子里面
access_key="YOUR_ACCESS_KEY"
secret_key="YOUR_SECRET_KEY"

要得到这个两个key的具体步骤是什么?要在哪里注册什么,然后用什么方法算出这个key, 我觉得的第一段Guide to authenticate API access是解释这个的,但是我看不懂,太模糊了,而且是PHP代码,用python的怎么弄?有没有具体详细步骤啊
Post
Topic
Board 中文 (Chinese)
Topic OP
有谁给一个BTC China Trade API的完整例子啊?
by
viewpl
on 30/11/2013, 12:00:49 UTC
我的需求很简单,我只需要在python里面取得btcchina当前价格就行了。
但是这个文档,我看了十几遍,前面的Guide to authenticate API access部分实在不理解
http://btcchina.org/api-trade-documentation-en
那位麻烦详细解释一下啊。