Уважаемые пользователи Голос!
Сайт доступен в режиме «чтение» до сентября 2020 года. Операции с токенами Golos, Cyber можно проводить, используя альтернативные клиенты или через эксплорер Cyberway. Подробности здесь: https://golos.io/@goloscore/operacii-s-tokenami-golos-cyber-1594822432061
С уважением, команда “Голос”
GOLOS
RU
EN
UA
57
kiwi

гольян

57
kiwi

гольян

Краткая информация
Рейтинг: 57
На Golos с 10/2016

Комментарии

Hi @on0tole thank you for the article. I fixed my feed according to your guidelines.

1.211 GOLOS
0
0.000 GOLOS
0

It took me some time to play with it, the installation order is important as normally it takes dependencies from steem. I created a simple script for now:

#!/bin/bash

virtualenv -p python3 conservatorio
. conservatorio/bin/activate

pip install --upgrade --force-reinstall git+git://github.com/GolosChain/conservatorio.git@master
pip install --upgrade --force-reinstall git+git://github.com/GolosChain/python-steemlib@master
pip install --upgrade --force-reinstall git+git://github.com/GolosChain/python-graphenelib@master
pip install --upgrade --force-reinstall git+git://github.com/oblalex/gnuplot.py-py3k.git@master

checked on ubuntu 16.04 + fresh virtualenv on python 3.5.3

(conservatorio) 11:17:11 ~/Pulpit$ piston --node "wss://node.golos.ws" balance cryptomental
+--------------+-------------+-----------+--------------------+------------------+
|      Account |       GOLOS |       GBG |              GESTS | VESTS (in STEEM) |
+--------------+-------------+-----------+--------------------+------------------+
| cryptomental | 0.000 GOLOS | 0.000 GBG | 50000.000000 GESTS |              5.0 |
+--------------+-------------+-----------+--------------------+------------------+
t$ piston --node "wss://node.golos.ws" history hipster
+------+------------------------------+-----------+------------------------------------------------------------------------------------------------------+
|    # |                   time/block | Operation |                                                                                              Details |
+------+------------------------------+-----------+------------------------------------------------------------------------------------------------------+
| 1329 | 2016-10-24T20:54:30 (184050) |      vote |                                                        rubimcrypto: @hipster/pro-biznes-model-golosa |
| 1328 | 2016-10-24T20:45:54 (183878) |      vote |                                                               cats: @hipster/pro-biznes-model-golosa |
| 1327 | 2016-10-24T20:34:57 (183659) |      vote |                                                             geobor: @hipster/pro-biznes-model-golosa |

...

Exchange is empty as there are no bids/asks yet but it seems to connect correctly:

from steemexchange import SteemExchange
from pprint import pprint

class Config():
    wallet_host           = "localhost"
    wallet_port           = 8092
    witness_url           = "wss://node.golos.ws"
    account               = "cryptomental"


steem = SteemExchange(Config)
pprint(steem.return24Volume())
pprint(steem.returnOrderBook(2))
pprint(steem.ws.get_order_book(10, api="market_history"))
pprint(steem.returnTradeHistory())
pprint(steem.returnMarketHistoryBuckets())
pprint(steem.returnMarketHistory(300))

shows

$ python3 dexgolos.py 
{'sbd_volume': '0.000 GBG', 'steem_volume': '0.000 GOLOS'}
{'asks': [], 'bids': []}
{'asks': [], 'bids': []}
[]
[15, 60, 300, 3600, 86400]
[]

Let me know if you have any issues, i'll try to help.

0.000 GOLOS
0

@xtar Я установил все! Я зеленый сейчас! ;-)

0.000 GOLOS
0