Bitcoin and everything associated with it. The home of cryptomaniacs and their adversaries. - page 245

 
MetaDriver:
Well, well, that's fine as long as no one monopolises it. // For example, by buying up bitcoins on the root, like the Fed through its banks.
Don't be ridiculous.
 
TheXpert:

have you encountered this error?

 {"success":0,"error":"invalid sign"}

it appears when active orders are called, there are no signs in the parameters of this function

What does it want?

 
sanyooooook:

occurs when active orders are called, there are no signs in the parameters of this function

You write -- incorrect signature.
 
TheXpert:
It says it's the wrong sign.

Yeah, it accepts, and then it stops, and then it stops again.

i wish i knew what he wrote, google translated it as a wrong sign ))

that's what it looks like:

2014.01.23 19:14:09.057 NMCUSD NMCUSD,M15: Ïîñòàâèëè buy limit: {"success":1,"return":{"received":0,"remains":30.00000000,"order_id":129991188,"funds":
2014.01.23 19:14:08.370 NMCUSD NMCUSD,M15: {"success":0,"error":"invalid sign"}
2014.01.23 19:13:56.026 NMCUSD NMCUSD,M15: Ïîñòàâèëè buy limit: {"success":1,"return":{"received":0,"remains":30.00000000,"order_id":129991013,"funds":
2014.01.23 19:13:52.807 NMCUSD NMCUSD,M15: Ïîñòàâèëè buy limit: {"success":1,"return":{"received":0,"remains":30.00000000,"order_id":129990964,"funds":
2014.01.23 19:13:34.385 NMCUSD NMCUSD,M15: Ïîñòàâèëè buy limit: {"success":1,"return":{"received":0,"remains":30.00000000,"order_id":129990634,"funds":
2014.01.23 19:13:33.510 NMCUSD NMCUSD,M15: {"success":0,"error":"invalid sign"}
 
sanyooooook:
The signature is the stuff you encrypt sha (if I'm not mistaken). This can happen if for example you pass one nonce and encrypt another, as the most likely scenario.
 
TheXpert:
The signature is the stuff you encrypt sha (if I'm not mistaken). This can happen if for example you pass one nonce and encrypt the other as most likely.
Yeah, got it.
 
sanyooooook:

have you encountered this error?

 {"success":0,"error":"invalid sign"}

it appears when active orders are called, there are no signs in the parameters of this function

What does he want?

It wants your software to check the correctness of the signed hash of the message before it sends an electronically signed hash of the message.

I.e. somewhere there is a glitch in the software: either the hash of the signed message is calculated incorrectly or the digital signature.

 
Reshetov:

He wants your software to check the correctness of the signed message hash before sending it.

So there is a glitch in the software somewhere: either the hash of the signed message is calculated incorrectly or the electronic signature.

figure it out
 
TheXpert:

How often can I make requests to the server?
 
sanyooooook:
and how often can you make requests to the server?
I don't know, just experiment. I think once per second is the limit.