Hive Developer Portal

Search Results
Showing results for "get version"
database_api.get_version
Returns the compile time versions of blockchain, hived, FC. Also returns the boot time version of the chain id (may be different from compile time value only when looking...
condenser_api.get_version
Returns the versions of blockchain, hive, and FC. Also see: database_api.get_version, Paginated API Methods
condenser_api.get_hardfork_version
Returns the current hardfork version. Also see: database_api.get_hardfork_properties
Hive Power
Locked version of HIVE which gives account influence on the platform
HIVE_BLOCKCHAIN_VERSION
HIVE_DB_FORMAT_VERSION
Version format string for platform independent state files. The Hive binary will refuse to load a state file where this does not match the built-in version. db_format_v...
HIVE (currency)
Currency of the blockchain, liquid version of Hive Power
wallet_bridge_api.get_version
HIVE_BLOCKCHAIN_HARDFORK_VERSION
wallet_bridge_api.get_hardfork_version
titles.getting_started
...r Javascript tutorials, we will use the opensource library @hiveio/dhive. Node.js To get the most out of these tutorials, you should be familiar with Node.js, ES6 aka es2015...
titles.haf_api
...We intend to publish ZFS snapshots of fully-synced HAF nodes that can downloaded to get a HAF node up & running quickly, avoiding multi-day replay times. sudo apt insta...
database_api.find_accounts
Returns accounts, queried by name. Parameters: account:string array; delayed_votes_active:boolean account (string array) delayed_votes_active (boolean)...
condenser_api.get_accounts
Returns accounts, queried by name. Parameters: account:string array; delayed_votes_active:boolean account (string array) delayed_votes_active (boolean)...
condenser_api.lookup_account_names
Looks up account names. Parameters: accounts:[string]; delayed_votes_active:boolean Also see: database_api.find_accounts
titles.drone
...nfig.json easily. Endpoints The application has the following two primary endpoints: GET /: Health check endpoint that returns the application status, version, and operator...
titles.jussi_multiplexer
...ode running locally. For example: curl -s --data '{jsonrpc:2.0, method:condenser_api.get_block, params:[8675309], id:1}' http://localhost:9000 In this case, http://localhos...
titles.nodes
...tv@threespeak hiveapi.actifit.io@actifit Private Nodes The simplest way to get started is by deploying a pre-built dockerized container. System Requirements We ass...
titles.vote_on_content
...w to create a new post can be found on the Hive Devportal Also see: vote_operation get_active_votes Steps Configure connection Configuration of dhive to communicate wit...
titles.exchange_node
...t accounts that involve the exchange. These instructions are similar to setting up a Get Transaction Node, but requires far less time to sync because it is configured to foc...
titles.witness_node
...The build process requires tools available in the default Ubuntu package repository. Getting hive source code The first step is to get the source code. Clone the git reposit...
titles.rc_bandwidth_parameters
Parameters Each pool has its own values of the following constants: budget_time : Time interval for budgeting. budget : How much the resource increases linearly over b...
titles.vision
...ts and utilize opensource code in their applications. It offers a few endpoints for getting common data and build RSS feed from various communities, accounts and feeds. Get...
titles.rc_dev
...to add support for the RC system. Also see: resource credits The RC demo script To get up and running, I (theoretical) have transcribed some key algorithms from C++ to Pyt...
titles.get_state_replacement
Full, runnable src of Get State Replacement Api can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-...