Elegor
Newbie
Offline
Activity: 5
Merit: 0
|
|
October 03, 2014, 10:21:23 AM |
|
Where my coins? ? Burst 7 hours 0 confirmations? ? Burst Block Explorer:http://burst.cryptoport.io/tx/16426121864612076301 TX 16426121864612076301 BURST-EH3A-JTXH-7EJX-FMAJK-- BURST-DWU8-YAV8-QBMC-5G647 1.17K 7 hours ago Block # 18813 Block 18218990068024876783 Blocktime 4582337 Confirmation 111 Deadline 1440 Type Payment SubType Ordinary payment Amount 1174.78 Fee 1.00 Signature 905ffce53f8a721ac4449ba3ce2b8a6bec7d682a03ec6fc6641fc706014ef30c6a5f0856f510c1d bd35a329cd3d67d117bad55f64f716362e0dffee0515cb571 SigHash a1c33e328cb23394ca56a31cd320afdbb5dfb124ff7477bc81f3fad427af5fe1 FullHash 0ddb7a79ce4ef5e313acc1c6ca71c63d1db0b9d86d25858ac385784691472d31
|
|
|
|
BlackMarket
Sr. Member
Offline
Activity: 322
Merit: 250
Super Smash Bros. Ultimate Available Now!
|
|
October 03, 2014, 11:19:55 AM Last edit: October 04, 2014, 06:01:28 AM by BlackMarket |
|
|
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
October 03, 2014, 02:34:50 PM |
|
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
yianding
Member
Offline
Activity: 119
Merit: 100
|
|
October 09, 2014, 08:53:01 AM |
|
poloniex.com is cheater site. Do not trade on poloniex.com
Reply with quote Edit message Delete message #1 I am a user of poloniex.com. I use trade program buy and sell on poloniex.com. When i withdraw coin ,like DOGE,XCP,XCR ,LTC,etc.wait for long time. many times,wait over serveral hours ,1 time over 30days. I have to submit ticket. But no one reply me. or wait too long time give me a reply. I know ,maybe the poloniex.com been steel many coins bu hacker. so poloniex.com have not enough coin pay to user. Do not trade on poloniex.com .you Will lost your money. Make you crazy.
|
|
|
|
yianding
Member
Offline
Activity: 119
Merit: 100
|
|
October 09, 2014, 10:23:41 AM |
|
But poloniex.com is a cheater. user can not withdraw many coin. like XCP ,DOGE,XCR ,BTM etc.
|
|
|
|
Armis
|
|
October 09, 2014, 03:38:45 PM |
|
poloniex.com is cheater site. Do not trade on poloniex.com
Reply with quote Edit message Delete message #1 I am a user of poloniex.com. I use trade program buy and sell on poloniex.com. When i withdraw coin ,like DOGE,XCP,XCR ,LTC,etc.wait for long time. many times,wait over serveral hours ,1 time over 30days. I have to submit ticket. But no one reply me. or wait too long time give me a reply. I know ,maybe the poloniex.com been steel many coins bu hacker. so poloniex.com have not enough coin pay to user. Do not trade on poloniex.com .you Will lost your money. Make you crazy.
Did they steal your money?
|
|
|
|
galbros
Legendary
Offline
Activity: 1022
Merit: 1000
|
|
October 25, 2014, 12:01:16 AM |
|
Poloniex is currently down. Updates on their twitter site: https://twitter.com/PoloniexLooks like it may still be accessible. Good Luck.
|
|
|
|
LiteBit
Legendary
Offline
Activity: 1133
Merit: 1050
|
|
November 01, 2014, 01:03:46 AM |
|
Could someone post an example of a the proper api string for Poloniex's trading api "returnBalances"? From the info gleamed off https://www.poloniex.com/api I know I can get an error message by using the following: https://www.poloniex.com/tradingApi?command=returnBalances But I don't know where or how to add Key and Sign to the headers. This is the only description given on the site: All calls to the trading API are sent via HTTP POST to https://poloniex.com/tradingApi and must contain the following headers: Key - Your API key. Sign - The query's POST data signed by your key's "secret" according to the HMAC-SHA512 method. Additionally, all queries must include a "nonce" POST parameter. The nonce parameter is an integer which must always be greater than the previous nonce used. I'd love an example showing the proper inclusion of the Key and Sign string. Forgive me, I'm just learning some of this stuff.
|
|
|
|
Armis
|
|
November 01, 2014, 01:54:20 AM |
|
Could someone post an example of a the proper api string for Poloniex's trading api "returnBalances"? From the info gleamed off https://www.poloniex.com/api I know I can get an error message by using the following: https://www.poloniex.com/tradingApi?command=returnBalances But I don't know where or how to add Key and Sign to the headers. This is the only description given on the site: All calls to the trading API are sent via HTTP POST to https://poloniex.com/tradingApi and must contain the following headers: Key - Your API key. Sign - The query's POST data signed by your key's "secret" according to the HMAC-SHA512 method. Additionally, all queries must include a "nonce" POST parameter. The nonce parameter is an integer which must always be greater than the previous nonce used. I'd love an example showing the proper inclusion of the Key and Sign string. Forgive me, I'm just learning some of this stuff. you are more likely to get a faster correct response if you pose the matter to poloniex via the chat area. It's a long question so you will need to be creative with but I think that will be more effective good luck
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 3976
Merit: 1250
Owner at AltQuick.com
|
|
November 01, 2014, 03:18:51 AM |
|
Buy Huntercoins or jam pickles in your pooper!
|
|
|
|
LiteBit
Legendary
Offline
Activity: 1133
Merit: 1050
|
|
November 01, 2014, 03:36:38 AM |
|
Could someone post an example of a the proper api string for Poloniex's trading api "returnBalances"? From the info gleamed off https://www.poloniex.com/api I know I can get an error message by using the following: https://www.poloniex.com/tradingApi?command=returnBalances But I don't know where or how to add Key and Sign to the headers. This is the only description given on the site: All calls to the trading API are sent via HTTP POST to https://poloniex.com/tradingApi and must contain the following headers: Key - Your API key. Sign - The query's POST data signed by your key's "secret" according to the HMAC-SHA512 method. Additionally, all queries must include a "nonce" POST parameter. The nonce parameter is an integer which must always be greater than the previous nonce used. I'd love an example showing the proper inclusion of the Key and Sign string. Forgive me, I'm just learning some of this stuff. you are more likely to get a faster correct response if you pose the matter to poloniex via the chat area. It's a long question so you will need to be creative with but I think that will be more effective good luck Thanks. They helped. Unfortunately what I'm trying to do requires a GET API so I can't pull any info from their apis at this time.
|
|
|
|
Armis
|
|
November 01, 2014, 03:45:15 AM |
|
Could someone post an example of a the proper api string for Poloniex's trading api "returnBalances"? From the info gleamed off https://www.poloniex.com/api I know I can get an error message by using the following: https://www.poloniex.com/tradingApi?command=returnBalances But I don't know where or how to add Key and Sign to the headers. This is the only description given on the site: All calls to the trading API are sent via HTTP POST to https://poloniex.com/tradingApi and must contain the following headers: Key - Your API key. Sign - The query's POST data signed by your key's "secret" according to the HMAC-SHA512 method. Additionally, all queries must include a "nonce" POST parameter. The nonce parameter is an integer which must always be greater than the previous nonce used. I'd love an example showing the proper inclusion of the Key and Sign string. Forgive me, I'm just learning some of this stuff. you are more likely to get a faster correct response if you pose the matter to poloniex via the chat area. It's a long question so you will need to be creative with but I think that will be more effective good luck Thanks. They helped. Unfortunately what I'm trying to do requires a GET API so I can't pull any info from their apis at this time. yeah, I saw it, sorry it didn't work out U got to speak to the head guy directly, that was kinda cool at least
|
|
|
|
vertoe
|
|
November 02, 2014, 02:08:10 PM |
|
I am not able to log into my account since the update of your auth system. https://poloniex.com/login gives me a white screen of death on both with firefox and chrome.
|
|
|
|
BRUCELLA
|
|
November 02, 2014, 05:39:39 PM |
|
I am not able to log into my account since the update of your auth system. https://poloniex.com/login gives me a white screen of death on both with firefox and chrome. I have the same problem with IE and Chrome too.
|
|
|
|
Armis
|
|
November 02, 2014, 06:07:09 PM |
|
I am not able to log into my account since the update of your auth system. https://poloniex.com/login gives me a white screen of death on both with firefox and chrome. I have the same problem with IE and Chrome too. Given what happen to Mintpal, it doesn't take much to get me packing up my coins. Guys, I'll pass on your message to them via chat. EDIT: I informed via chat they are aware of the problem and are working on it.
|
|
|
|
notlogic
Newbie
Offline
Activity: 52
Merit: 0
|
|
November 18, 2014, 01:31:26 AM |
|
Was considering depositing coins in poloniex this afternoon. Website hasn't loaded for me in hours. Anyone else?
Maybe I should be thankful this happened before I had a chance to deposit.
|
|
|
|
Armis
|
|
November 18, 2014, 09:49:46 AM |
|
Was considering depositing coins in poloniex this afternoon. Website hasn't loaded for me in hours. Anyone else?
Maybe I should be thankful this happened before I had a chance to deposit.
I'm on everyday without a hitch. Nevertheless, go with your instincts and critical thinking.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 3976
Merit: 1250
Owner at AltQuick.com
|
|
November 28, 2014, 12:54:24 AM |
|
Was considering depositing coins in poloniex this afternoon. Website hasn't loaded for me in hours. Anyone else?
Maybe I should be thankful this happened before I had a chance to deposit.
I'm on everyday without a hitch. Nevertheless, go with your instincts and critical thinking. I move a number of coins through Poloniex. They have always been wonderful coin wise (minus the time they lost 10% to a hack.) Their troll box has pretty gay rules, but wut evs. Better places to trade BTC/LTC, but Polo is the shit for Huntercoin and Clamcoin.
|
|
|
|
|
Monopoly
|
|
December 09, 2014, 04:12:11 PM |
|
My bitcoin withdrawal is processing for 5 hours ! Is it normal ?
|
|
|
|
|