Author

Topic: [ANN][EXCHANGE] Poloniex - Crypto Exchange with BTC/NXT - page 139. (Read 272544 times)

sr. member
Activity: 336
Merit: 250
Possible issue with BTC withdrawals, confirmed my btc being withdrawn from my poloniex account to my personal wallet and under past withdrawals it shows the transaction as COMPLETE:ERROR. My BTC was transferred to an unknown account when looking at the block chain. Waiting on poloniex support :/
sr. member
Activity: 322
Merit: 250
HttpsServer
This class is an extension of HttpServer which provides support for HTTPS.

but i can use WebRequest for public API, so why not work with Trading API...
full member
Activity: 238
Merit: 100
Back to poloniex Smiley I made new wallet addresses and transferred some coins today, all went well and speedy.

IE10 W7 64bit captcha and all working, now all ya gotta do is cloudflare Smiley
full member
Activity: 238
Merit: 100
HttpsServer
This class is an extension of HttpServer which provides support for HTTPS.
sr. member
Activity: 322
Merit: 250
SimpleHttp http = new SimpleHttp(url);

Not simple, https://

well, SimpleHttp is my class, i called that, but url is https:// as you can see "
            String url = "https://poloniex.com/tradingApi";"

inside this class i use WebRequest for http
full member
Activity: 238
Merit: 100
SimpleHttp http = new SimpleHttp(url);

Not simple, https://
sr. member
Activity: 322
Merit: 250
Hello,

i'm trying to use trading API with C#, but i got always "Invalid Key/Secret pair" error, the code is:

Code:
        private String getTradingRequestResponse(Dictionary postData) {

            String url = "https://poloniex.com/tradingApi";
            SimpleHttp http = new SimpleHttp(url);

            postData.Add("nonce", this.nonce.ToString());
            String reqStr = SimpleHttp.BuildPostData(postData);
            String sign = BitConverter.ToString(this.hashMaker.ComputeHash(Encoding.ASCII.GetBytes(reqStr))).Replace("-","").ToLower();

            for (int i = 0; i < postData.Count; ++i) {
               KeyValuePair onePost =  postData.ElementAt(i);
               http.AddPostParameter(onePost.Key, onePost.Value);
            }

            http.AddHeader("KEY", KEY);
            http.AddHeader("SIGN", sign);

            String pageResponse = http.ReadPage();
            return pageResponse;
        }

and " SimpleHttp.BuildPostData" function :
Code:

        public static String BuildPostData( Dictionary postData){

            StringBuilder postDataString = new StringBuilder();

            foreach (KeyValuePair elem in postData)
            {
                postDataString.Append(elem.Key + "=" + elem.Value + "&");
            }
            postDataString.Remove(postDataString.Length - 1, 1);
            return postDataString.ToString();
        
        }

please help me, i'm trying this for whole day and cant resolve ... the Key and Secret value are good, i checked many times
legendary
Activity: 1030
Merit: 1000
Your withdraw email confirmations are not working.
member
Activity: 112
Merit: 10
MORE CAT PLZ!

newbie
Activity: 18
Merit: 0

Probably brute force protection, since not every account has 2FA enabled. I can understand it, but I agree it is really annoying.

But it shows even for 2FA enabled accounts. Change that stupidity to require recaptcha OR 2FA at step 2.

But before logging in there is no way to know whether the account you are about to login with has 2FA enabled right?  Roll Eyes

That's why captcha is supposed to be done at step 2. Captcha OR 2FA.
sr. member
Activity: 378
Merit: 250
please add anti-DDos to your site
fvck off to who ddos this site
sr. member
Activity: 483
Merit: 250
sr. member
Activity: 462
Merit: 251

Probably brute force protection, since not every account has 2FA enabled. I can understand it, but I agree it is really annoying.

But it shows even for 2FA enabled accounts. Change that stupidity to require recaptcha OR 2FA at step 2.

But before logging in there is no way to know whether the account you are about to login with has 2FA enabled right?  Roll Eyes

Quite good compromise between usability and anti-bruteforce protection is to allow few (like 1 or 2) bad attempts per account or per IP address without captcha.
That way most people won't see the captcha all year long, as they usually enter the correct password and still it will make any bruteforcing difficult (even with large botnets and lots of IP's, bruteforcers will run out of these "free" attempts rather quickly)...
newbie
Activity: 16
Merit: 0
member
Activity: 84
Merit: 10
Is FAC trade frozen again?
hero member
Activity: 784
Merit: 501
Heavycoin is on the exchange but there is no button for it on the front page.  Sad
hero member
Activity: 826
Merit: 1000
see my profile

The new captcha is not shown in firefox.
Login not possible.


What OS/version of Firefox are you using? It's showing up for me. The HTTPS issue was fixed, as this was causing it also to not show up in Chrome.

Turns out, it was an old version of "disconnect" which prevented the captcha:
https://disconnect.me

now all is cool. Thanks.
sr. member
Activity: 407
Merit: 250
Sent email, please check out Carboncoin and look into listing us. Thank you kindly

AM
Jump to: