I tried to do more testing.
Actually I created a jury, and decision and a PM - however, I can not buy shares...
martin@martin-VirtualBox:~/Truthcoin-POW-master$ ./truth_cli.py make_PM
What is the address or pubkey of the owner of the PM?
>113dARdhbwSrbohSWoahQhKEyDZcoas
What is the unique name for this new prediction market?
>HillaryPM
how big should B be? Initial investment is B*ln(n) where n is the number of states
>10
how many decisions is this prediction market to be based upon?
>1
What is the unique name of the 0 decision?
>Hillary
how many states can this PM result in?
>2
what is the text title of the 0 state?
>YES
how does the 0 state depend upon the outcome of the decisions? For example: if there are 2 decisions, and this market only comes true when the first is "yes" and the second is "no", then you would put: "1 0" here.
>1
what is the text title of the 1 state?
>NO
added tx: {'count': 1324, u'B': 10, u'type': u'prediction_market', u'states': [u'YES', u'NO'], u'PM_id': u'HillaryPM', 'signatures': ['HMcYRbjderROjQjTZaOlE6MTQP5YPe8OeMx2g1Ij6jpRFiP2xn3pPZoC5wg0My0RUEcnizcTZIkmZ3tSMZJ71ug='], u'fees': 0, u'owner': u'113dARdhbwSrbohSWoahQhKEyDZcoas', 'pubkeys': ['04ba9d76d0f8c62633c7a377e98e944e4f2e4d46f843236b19587f60c37f36c6342be23e2f33e51e910893926687b9fee25b2af329aca5b7fe9986c86c145c78ff'], u'decisions': [u'Hillary'], u'states_combinatory': [[1]]}
martin@martin-VirtualBox:~/Truthcoin-POW-master$ ./truth_cli.py txs
[]
martin@martin-VirtualBox:~/Truthcoin-POW-master$ ./truth_cli.py buy_shares
What is the unique name for this prediction market?
>HillaryPM
how many states does this pm have?
>2
how many shares do you want to buy of state 0? To sell states, use negative numbers.
>10
how many shares do you want to buy of state 1? To sell states, use negative numbers.
>0
failed to add tx because: that is not a prediction market yettx: {'count': 1329, u'buy': [10, 0], u'PM_id': u'HillaryPM', 'signatures': ['G15A4WYKa12vIbCKRCestIvpkpxx+4RhKdaQt1t+7tN7OUT7l8I+vLPnk0pw1xapqUpHj+MFzfl0aozf2EGEQhM='], 'pubkeys': ['04ba9d76d0f8c62633c7a377e98e944e4f2e4d46f843236b19587f60c37f36c6342be23e2f33e51e910893926687b9fee25b2af329aca5b7fe9986c86c145c78ff'], u'type': u'buy_shares'}