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 - ThePiachu

Pages: [1]
1
General Discussion / Discussing an attack on BitUSD
« on: May 23, 2015, 05:38:50 pm »
Recently at Decentral in Vancouver we had a meetup with Max Wright to discuss BitShares and BitUSD:

https://www.youtube.com/watch?v=p023lanFsJE

This inspired me to write a blog about a possible attack on BitUSD and similar derivative currencies:

http://tpbit.blogspot.ca/2015/05/inert-versus-volatile-currencies.html

I am wondering - has there been some analysis done on this subject by the BitShares developers and if so, how do they assess the risk involved with a similar attack?

2
General Discussion / Connecting to the RPC server
« on: January 15, 2015, 11:17:38 pm »
I am trying to connect to the BitShares RPC server using this python code: https://github.com/ThePiachu/BitJSONPy

I run BitShares, issue the command of

rpc_start_server 19988
rpc_set_username user
rpc_set_password pass

and in my python code, I call:

bitshares = jsonrpc.ServiceProxy("http://user:pass@127.0.0.1:19988/rpc")
print bitshares.info()

In response, I get an error of

IOError: ('http protocol error', 0, 'got a bad status line', None)

I tried connecting to the same URL using some Golang code, and it fails as well.

Does anyone have an idea what could be causing this error?

Pages: [1]