Hive
תוכן עניינים |
genetal
its copy of https://developers.steem.io/
python
copy of steem
https://developers.hive.io/tutorials/#tutorials-python
beem
its for steem and hive
https://gitlab.syncad.com/hive/beem
- it move to
- https://github.com/holgern/beem
beem/tests/beem/test_market.py
its base on python-bitshares and python-graphenelib of Fabian Schuh (xeroc).
doc
https://beem.readthedocs.io/en/latest/tutorials.html
power down
code
set_withdraw_vesting_route
cli
https://beem.readthedocs.io/en/latest/cli.html
beempy
addkey --unsafe-import-key 5...........
beempy listaccounts
powerdownroute
Setup a powerdown route
beempy powerdownroute [OPTIONS] TO
beempy powerdown [OPTIONS] AMOUNT
--account <account>
powerdownroute --account FROM --percentage 100 TO
database location
beem database location
beem exceptions.MissingRequiredActiveAuthority
https://hive.blog/hive-139531/@holger80/update-for-beem-include-support-for-hive#@phenakite/q7mrro
hive-python
https://gitlab.syncad.com/hive/hive-python
- have changes
hive/dex.py
https://gitlab.syncad.com/hive/hive-python/-/blob/master/hive/dex.py
its fork of steem-python
hive api nodes
https://developers.hive.io/quickstart/hive_full_nodes.html https://gitlab.syncad.com/hive/devportal/-/commit/343dab03d36b36abf65eea5fc77bdfc7761e0d35
chain id
- SteemModule = Steem(nodes=['https://api.steemit.com'])
- HIVE
- SteemModule = Steem(nodes=['https://api.hivekings.com'])
SteemModule = Steem(nodes=['https://api.pharesim.me'])
curl -s --data '{"jsonrpc":"2.0", "method":"database_api.get_version", "id":1}' https://api.steemit.com
curl -s --data '{"jsonrpc":"2.0", "method":"database_api.get_version", "id":1}' https://api.openhive.network
https://developers.hive.io/tutorials-recipes/understanding-configuration-values.html#HIVE_CHAIN_ID
0000000000000000000000000000000000000000000000000000000000000000 - mainnet
steempy --node https://api.openhive.network info steempy --node https://api.steemit.com