Hive Developer Portal

Search Results
Showing results for "get active witnesses"
database_api.get_active_witnesses
Returns the list of active witnesses.
condenser_api.get_active_witnesses
Returns the list of active witnesses. Also see: database_api.get_active_witnesses
wallet_bridge_api.get_active_witnesses
titles.witness_listing_and_voting
...dule to query the blockchain for a list of voted witnesses. Also see: condenser_api.get_witnesses_by_vote Steps App setup - Library install and import. Connection to tes...
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.witness_listing_and_voting
...operation from dhive. We also look at the vote status for a specific user using the getAccounts function. The parameters required for the witness voting operation are: li...
titles.grant_active_permission
...ccount = NetConfig.accounts[0]; const accountI = NetConfig.accounts[1]; document.getElementById('username').value = account.address; document.getElementById('privateKe...
titles.set_withdraw_route
..._operation Steps App setup Setup dhive to use the proper connection and network. Get account routes Get account’s current routes Fill form Fill form with appropriate da...
titles.grant_active_permission
...ractively We import the libraries for the application. from pick import pick import getpass from beem import Hive from beem.account import Account We require the private a...
maximum_block_size
...value for maximum_block_size is defined by the protocol to prevent the network from getting stuck by witnesses attempting to set this too low.
database_api.list_accounts
...d by specified key. Parameters: start:object, limit:int, order:string, delayed_votes_active:boolean limit is up to 1000. order can be one of: by_name - order by accont...
titles.create_account
...ps App setup Setup dhive to use the proper connection and network. Search account Get account details after input has account name Generate private keys Generate proper...
custom_json
...definitely, but is soft forked to be frozen after payout. This operation requires an active key and is designed to prevent vandalism if a posting key is compromised. #1017
proposal_pay
...y payment. If the payment of a proposal exceeds the amount of the available daily budget, it will receive a partial payment with what’s left in the daily budget.
titles.power_down
...the libraries and connect to the testnet. import pprint from pick import pick import getpass from beem import Hive from beem.account import Account from beem.amount import A...
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
database_api.find_accounts
Returns accounts, queried by name. Parameters: account:string array; delayed_votes_active:boolean account (string array) delayed_votes_active (boolean)...
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-...
titles.delegate_power
...only be available again after 7 days. Also see: delegate_vesting_shares_operation get_vesting_delegations Steps App setup - Library install and import. Connection to t...
titles.vote_on_content
...rictly necessary as a voting operation overrides the previous vote value. We use the get_active_votes function to check for this. This function only requires two parameters,...
titles.transfer_hive_and_hbd_savings
...rs We import the libraries and connect to the testnet. from pick import pick import getpass from beem import Hive from beem.account import Account import random Because th...
titles.condenser
...ts and utilize opensource code in their applications. It offers a few endpoints for getting common data. User profile and post JSON data is very convenient and simple by ap...
titles.estimate_upvote
...ite useful information for users to see and estimate. All of the data is possible to get via available APIs. Steps Get Reward Fund Current reward fund information is cruci...
titles.stream_blockchain_transactions
...take you through the process of preparing and streaming blocks using the blockchain.getBlockStream() operation. Being able to stream blocks is crucial if you are building a...
titles.get_account_replies
Full, runnable src of Get Account Replies can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-08_get...
titles.convert_hbd_to_hive
...the 3.5 days for it to be converted, if the conversion price fluctuates above the target, you will likely receive much less HIVE than expected. Because of this, the method i...
titles.power_down
...ps App setup Setup dhive to use the proper connection and network. Search account Get account details after input has account name Calculate and Fill form Calculate avai...
titles.convert_hive_to_hbd
...rnal market for routine trades between HIVE and HBD. With the market process you can get your HBD (sometimes immediately) and at the exact price that you expect. The market...
titles.forum_market_bandwidth
.... Bandwidth is specific to each account and depends on account activity. Sections Getting Account Bandwidth Dynamic Global Properties Account HIVE Power Calculate Get...
titles.power_up
...the libraries and connect to the testnet. import pprint from pick import pick import getpass from beem import Hive from beem.account import Account Because this tutorial al...
titles.tutorials
...RC Bandwidth Parameters Analyze the dynamics of the resource budget pool. RC Bandwidth System...
titles.virtual_operations_streaming
...on streaming 1. Blocks, transactions and operations In order to stream a block and get the information as will be shown below we use the blockchain api in the dhive librar...
titles.grant_posting_permission
...ractively We import the libraries for the application. from pick import pick import getpass from beem import Hive from beem.account import Account We require the private a...
titles.account_recovery
...and interaction with Blockchain We import the libraries for the application. import getpass import beembase from beem.account import Account from beem import Hive from beem...
titles.testnet
...lly on your workstation and join the development testnet. Docker can also be used to get started quickly. Compilation generates the hived executable which is the main daemon...
titles.account_creation_process
...key_auths: [[000000000000000000000000000000000000000000000000000, 1]], }, active: { weight_threshold: 1, account_auths: [], key_auths: [[0000000000...
titles.transfer_hive_and_hbd
...e user clicks on the “Transfer” button. window.submitTransfer = async () => { //get all values from the UI //get account name of sender const username = document.ge...
titles.get_posts
Full, runnable src of Get Posts can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-04_get_posts.zip...
titles.paginated_api_methods
...going to use a command-line JSON processor called jq to interpret JSON results. apt-get install jq Instead of jq, you could also pipe to python -mjson.tool, as an alternat...
titles.node_config
...ion set to /tmp/hived.sock): curl -s --data '{ jsonrpc: 2.0, method: condenser_api.get_account_count, params: [], id: 1 }' --unix-socket /tmp/hived.sock http: See: #320...
titles.transfer_hive_and_hbd
...ly We import the libraries and connect to the testnet. from pick import pick import getpass from beem import Hive from beem.account import Account Because this tutorial al...
titles.stream_blockchain_transactions
...to specify exactly what type of operation you’re interested in. Also see: block_api.get_block block_api.get_block_range account_history_api.enum_virtual_ops Sections S...
titles.convert_hbd_to_hive
...lace on Hive that allows you to “sell” your HBD instantly. With this process you can get your HIVE immediately and at the exact price that you expect. The market place is th...
titles.follow_user
...llow we first have to check what the current ‘follow status’ is of the author, using get_following on an account. There are three pieces of information within the follow/unf...
titles.imagehoster
...with the API Upload an image Fetch an uploaded image Proxy and resize an image Get user avatar image Signing uploads How to run 1. Upload an image POST /<userna...
titles.convert_hive_to_hbd
...ace on Hive that allows you to “sell” your HIVE instantly. With this process you can get your HBD immediately and at the exact price that you expect. The market place is the...
titles.bridge
Methods: account_notifications does_user_follow_any_lists get_account_posts get_community get_community_context get_discussion get_follow_list get_payout...