Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: colinistheman on October 21, 2013, 04:47:19 PM



Title: Question
Post by: colinistheman on October 21, 2013, 04:47:19 PM
Answered


Title: Re: PHP & BTC-E API help needed. What is a nonce? How do I use it?
Post by: goatpig on October 22, 2013, 12:19:03 AM
All requests must also include a special nonce POST parameter with increment integer. (>0)"

Haven't used that API but I suspect what they want you to do is to modify that nonce they sent you in some sort and return it to them (hint: add 1 to it maybe?)


Title: Re: PHP & BTC-E API help needed. What is a nonce? How do I use it?
Post by: colinistheman on October 22, 2013, 01:14:42 AM
http://en.wikipedia.org/wiki/Cryptographic_nonce
I tried reading that but didn't understand it. It seems fairly technical


Title: Re: PHP & BTC-E API help needed. What is a nonce? How do I use it?
Post by: colinistheman on October 22, 2013, 01:15:52 AM
All requests must also include a special nonce POST parameter with increment integer. (>0)"

Haven't used that API but I suspect what they want you to do is to modify that nonce they sent you in some sort and return it to them (hint: add 1 to it maybe?)

ah, that would make sense. I didn't even understand that much. Thanks for your assistance.

I still need help on the whole thing and how to go about that in php, if anyone can be of help.


Title: Re: PHP & BTC-E API help needed. What is a nonce? How do I use it?
Post by: hayek on October 22, 2013, 12:19:46 PM
Is there a bounty?

JSON is easy


Title: Re: PHP & BTC-E API help needed. What is a nonce? How do I use it?
Post by: colinistheman on October 22, 2013, 01:22:48 PM
Is there a bounty?

JSON is easy
No bounty. I was just looking for some help. I will figure it out myself if needed.. Just thought someone who is good at this stuff might be able to answer it quickly.