Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kslavik

Pages: [1]
1
Technical Support / .NET Rpc Example [RESOLVED]
« on: August 27, 2014, 06:42:15 pm »
Does anybody has an example of the call to BitsharesX client using .NET

I used the following code:
Code: [Select]
using (WebClient pClient = new WebClient()) {
    string    strURL              = "http://user:pass@localhost:65066/rpc"
    string    strRequest       = "{\"method\": \"blockchain_get_block_count\", \"id\": 1 }" 
    return pClient.UploadString(strURL,strRequest);
}

throws the following exception:  "The server committed a protocol violation. Section=ResponseStatusLine"

I did try to use this one:
<httpWebRequest useUnsafeHeaderParsing="true" />
but it didn't help

2
I talked to admins at Poloniex's trollbox and they seem to have plans to do a distribution of BTSX according to Feb 28 snapshot (whatever PTS they had at the exchange during the snapshot)

They are also considering to be part of the upcoming DACs of Aug 21 (this has not being confirmed yet). So, if confirmed - no need to take your PTS out of Poloniex.

Pages: [1]