Hive Developer Portal

Search Results
Showing results for "new"
New
Newly created posts
NEW_HIVE_TREASURY_ACCOUNT
See: OBSOLETE_TREASURY_ACCOUNT
create_proposal
Creates a new proposal.
Block
Every three seconds, the Hive blockchain produces a new block. Each time a new block is produced, the distributed network is updated with all of the transactions that occ...
account_create
Broadcasted to the blockchain to create a new account.
delayed_voting
Tracks when newly powered up VESTS become counted towards witness and DHF proposals (after a 30 day delay is complete). See: transfer_to_vesting, fa63145, 5, !21
account_created
Issued each time a new account has been successfully created.
average_block_size
...k size is updated every block to be: average_block_size = (99 * average_block_size + new_block_size) / 100. This property is used to update the current_reserve_ratio to main...
bridge.get_account_posts
...eblog time, not older than last month posts - op posts authored by given account, newer first comments - replies authored by given account, newer first replies - repl...
total_pow
The total POW accumulated, aka the sum of num_pow_witness at the time new POW is added.
titles.password_key_change
...nges. We first get the existing keys from your account then recreate these from your new password. Once these have been created using your new password we commit them to the...
bridge.list_communities
...ds [optional] sort - default: rank [optional] rank - sort by community rank new - sort by newest community subs - sort by subscriptions observer - a valid a...
OBSOLETE_TREASURY_ACCOUNT
...(cannot be reused for other purposes), just all funds and actions are redirected to new one
consolidate_treasury_balance
...y (cannot be reused for other purposes), but all funds and actions are redirected to new one. For example, if an author designates the obsolete account as beneficiary, the r...
titles.account_recovery
...u require. For other recovery options, see: Hive Account Recovery - Major update and new User Interface For this tutorial we are using the beem-python library which contains...
titles.edit_content_patching
...Script edit_content_patching.rb This script will take an existing post and append a new line by broadcasting a comment operation containing a diff instruction. This instruc...
time
...late whether the current transaction is valid and at what time it should expire. For new transactions, expirations originate from this time.
update_proposal
...llows creator to lower daily_pay but not increase it, change subject, and point to a new permlink.
claim_account
Requests from users or dApps to get an account creation ticket in order to create new accounts. These operations are issued before the actual creation of the account on t...
titles.edit_content_patching
...create a patch for a post or comment. There is already a tutorial on how to create a new post so the focus of this tutorial will be on patching the content of the post. We w...
request_account_recovery
...to recover when it already has an active request will either update the request to a new new owner authority and extend the request expiration to 24 hours from the current h...
bridge.account_notifications
Account notifications. Supported values for type: new_community - a new community was created set_role - mod/admin adds a role to an account set_props - properties set...
titles.grant_posting_permission
...4e5cb4cf777b9eab274e'; //connect to a hive node, testnet in this case const client = new dhive.Client('http://127.0.0.1:8090', opts); Above, we have dhive pointing to the t...
transfer_to_vesting
...n it is possible to give another account vesting shares so that faucets can pre-fund new accounts with vesting shares. Notes: Amount must be in HIVE. Must transfer a nonze...
titles.grant_active_permission
...{ ...NetConfig.net }; //connect to a hive node, testnet in this case const client = new Client(NetConfig.url, opts); Above, we have dhive pointing to the testnet with the...
titles.videohoster
...Session management Video & Thumbnail upload Update information for NEWLY uploaded video Show videos based on Status to user Update video informat...
downvote_pool_percent
...upvote pool, regenerating over five days and filling instantly and proportionally to new Hive Power and delegations.
smt_create
Create a Smart Media Token. This operation introduces new SMT into blockchain as identified by Numerical Asset Identifier (NAI). Also the SMT precision (decimal points) i...
titles.get_delegations_by_user
...00000000000000000'; //connect to a hive node, production in this case const client = new dhive.Client('https://api.hive.blog'); Above, we have dhive pointing to the product...
titles.get_follower_and_following
...00000000000000000'; //connect to a hive node, production in this case const client = new dhive.Client('https://api.hive.blog'); Above, we have dhive pointing to the product...
titles.testnet
...et without extra spam on the live network, which allows much more flexibility to try new things. Having access to a testnet also helps you to work on new features and possib...
titles.create_account
...p). This tutorial will show how to search for a valid account name and then create a new account by means of Resource Credits or HIVE. This tutorial runs on the main Hive bl...
titles.virtual_operations_streaming
...ad block which is the most recent block created on the chain (every 3 seconds when a new block is created). The second, is from the last irreversible block which is the newe...
titles.account_creation_process
...t operation to create the account using the account that claimed the token. Select a new unique account name and provide account keys for the new account. These can be gener...
custom_json
...irely outside the blockchain consensus which means that reblogging does not create a new post, it merely shares an existing post with people who follow you. witness As of HF...
titles.testnet
...et without extra spam on the live network, which allows much more flexibility to try new things. Having access to a testnet also helps you to work on new features and possib...
comment
...ters: parent_author - the author that comment is being submitted to, when posting a new blog this is an empty string parent_permlink - specific post that comment is being...
titles.edit_content_patching
...nged/updated. Editing content will also use less RC (resource credits) than creating new posts entirely. We are using the broadcast.comment function provided by dhive which...
HIVE_INFLATION_NARROWING_PERIOD
...years and will complete on block 220,750,000. Year Supply Inflation New Supply Year Supply Inflation New Supply 2016 250,000,...
titles.get_account_comments
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); const Remarkable = require('remarkable'); con...
titles.bridge
...d bridge.account_notifications Account notifications. Supported values for type: new_community - a new community was created set_role - mod/admin adds a role to an acco...
titles.vote_on_content
...ed by another developer learning the ropes. If that happens, you’ll want to create a new account on the testnet and use that account’s credentials instead. Intro We are usin...
titles.claim_rewards
...es of user account Claim - Input amount of rewards to claim Balance update - Check new rewards balances after completed claim 1. App setup In this tutorial we use 2 pack...
titles.hivesigner
...forward process and never been this easy. Here are the steps that helps you to setup new app: 1a. Visit Hivesigner Dashboard and login with your Hive credentials for your ap...
titles.get_voters_list
...` ); result.forEach(voter => { const name = voter.voter; const time = new Date(voter.time).toDateString(); voters.push(`${name} (${time})`); }); docum...
titles.get_post_details
.../rpc, hiveNode =>anyx.io, ]; /* Instantiate Hive Condenser object */ $hiveApi = new HiveCondenser($config); Query Now, use the getContent function. This function must...
titles.search_accounts
.../rpc, hiveNode =>anyx.io, ]; /* Instantiate Hive Condenser object */ $hiveApi = new HiveCondenser($config); Query Now, use the lookupAccounts function. This function...
titles.blog_feed
.../rpc, hiveNode =>anyx.io, ]; /* Instantiate Hive Condenser object */ $hiveApi = new HiveCondenser($config); Query Now, use the getDiscussionByBlog function. This func...
titles.stream_blockchain_transactions
...witnesses. Function follows or gets blocks every 3 seconds so it would not miss any new blocks. We will then extract part of this data and show it in list. Also see: block...
titles.get_account_replies
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); const Remarkable = require('remarkable'); con...
titles.get_account_comments
...made by specific account. Since we don’t have predefined account list, we will fetch newly created posts and show their authors for selection and give option to choose one a...
titles.search_accounts
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); 2. Collecting input variables Next we assign...
titles.dhf
...ccount on the Hive blockchain (currently @hive.fund) that receives 10% of the annual new supply. These funds are dedicated to Hive platform improvements. Every day a portion...
titles.broadcast_ops_custom
...top of the community homepage (Mods or higher). If multiple posts are stickied, the newest ones are shown first. Roles: Parameters: Example Op: [ custom_json, { requir...
titles.search_tags
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); 2. Search input Collecting of the search cr...
titles.submit_comment_reply
...nt. An account can broadcast a comment on the blockchain every 3 seconds (with every new block) enabling the user to comment as they wish with almost no wait time between co...
titles.blog_feed
...define connection server: const { Client } = require(@hiveio/dhive); const client = new Client('https://api.hive.blog'); 2. Query format You can add a tag to filter the...
titles.tic_tac_toe
...API to communicate with front-end Replay/resync method to update the database on newly deployed game clients The above list may or may not change. Anyway, let’s sta...
titles.transfer_hive_and_hbd
...4e5cb4cf777b9eab274e'; //connect to a Hive node, testnet in this case const client = new dhive.Client('http://127.0.0.1:8090', opts); Above, we have dhive pointing to the t...
titles.monit
...am = /home/YOUR_USERNAME/hive_data/stop_hived.sh with timeout 120 seconds Test the new configuration: $ sudo monit -t If it looks ok, then proceed to … Load the new confi...
titles.get_posts
...lt-in ‘view’ or ordering of posts. You can use the following filters: trending, hot, new, active, and promoted. You’ll get a feel for the subtleties of each as you create yo...
titles.submit_comment_reply
...1_submit_comment_reply.zip). This tutorial will explain and show you how to submit a new comment to the Hive blockchain using the commit class found within the beem library....
titles.submit_post
...thon-10_submit_post.zip). In this tutorial will explain and show you how to submit a new post to the Hive blockchain using the commit class found within the beem library. In...
titles.stream_blockchain_transactions
....to_sym type = (ARGV[2..-1] || ['vote']).map(&:to_sym) stream = Radiator::Stream.new # Set to a block number you would like to begin streaming from, or leave nil # to st...
titles.set_withdraw_route
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); 2. Get account routes After the account nam...
titles.client_signing
...b274e'; //connect to server which is connected to the network/testnet const client = new dhive.Client('http://127.0.0.1:8090', opts); Disclaimer: In this tutorial we are u...
titles.getting_started
...eCondenser object, and you are ready to use any functions of it. Example: $hiveApi = new HiveCondenser($config); $result = $hiveApi->findProposal(211); // Will return dat...
titles.reblogging_post
...is is currently setup on production, but we recommend using a testnet const client = new dhive.Client('https://api.hive.blog', opts); 2. Collecting information Next we have...
titles.power_up
...transfer is displayed on the console/terminal. As an added check we also display the new HIVE balance of the user on the terminal/console. # get new account balance account....
titles.get_post_details
...nt.database.call('get_content', [author, permlink]).then(result => { const md = new Remarkable({ html: true, linkify: true }); const body = md.render(result.body);...
titles.power_up
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); 2. Search account After account name field...
titles.setting_up_testnet
...ootstrap is complete and we no longer need fastgen to import actions, we can start a new testnet node without debug_node_api. For simplicity, this new seed node will also ru...
titles.witness_listing_and_voting
...{ ...NetConfig.net }; //connect to a Hive node, testnet in this case const client = new Client(NetConfig.url, opts); Above, we have dhive pointing to the test network with...
titles.get_post_comments
...class=mb-1>@${result[i].author}</h5> <small class=text-muted>${new Date( result[i].created ).toString()}</small> </div&g...
titles.claim_rewards
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); 2. Search account After account name field...
titles.account_reputation
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); 2. Search account Collecting of the search...
titles.tutorials
...Account creation process The methods on how to create a new account. Estimate the value of an upvot...
titles.vision
...cency.com/p/8DAuGnTQCLptZgjHUrRAJGcW4y1D4A5QVJJ7zjzqqKdfVHSS6NapSCC9SDGgSfVDyMk3arjFKNEWQQQwjJB23dbUupAYD2ymTZ2TM6CzJBoYvzanBrXq1vQTJLmKoa7YnSAeQPVRWuDuM3MTWpT6DR4tzhCdAN3cp...
titles.how_to_serialize
...ead_block_id, 'hex').readUInt32LE(4) const expireTime = 1000 * 60 const expiration = new Date(Date.now() + expireTime) .toISOString() .slice(0, -5) const extensions = []...
titles.submit_post
...b274e'; //connect to server which is connected to the network/testnet const client = new dhive.Client('http://127.0.0.1:8090', opts); 2. Fetch Hive Post or Comment data Nex...
titles.delegate_power
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); 2. Search account After account name field...
titles.power_down
...00'; //connect to server which is connected to the network/production const client = new dhive.Client('https://api.hive.blog'); 2. Search account After the account name fi...
titles.jussi_multiplexer
...si:$(git rev-parse --abbrev-ref HEAD) 3. Configure Your Apps Now, you can use your new jussi node as if it’s a full node running locally. For example: curl -s --data '{jso...
titles.follow_user
...{ ...NetConfig.net }; //connect to a hive node, testnet in this case const client = new Client(NetConfig.url, opts); Above, we have dhive pointing to the test network with...
titles.rc_bandwidth_system
...es, and 150 history bytes) is the only transaction which occurs. We can compute the new values as follows: // when transaction is processed bp.megacycles -= 2; bp.state_byt...
titles.convert_hbd_to_hive
.....NetConfig.net }; // //connect to a hive node, tesetnet in this case const client = new Client(NetConfig.url, opts); Above, we have dhive pointing to the testnet with the...
titles.authentication
...maintained and developed by community. These services help to decrease trust on all new dapps and services. They help to minimize hacks and private key stealing, phishing a...
titles.account_reputation
...()) Above function will internally cover all edge cases, for example, if account is new their raw reputation is 0 hence, default starting reputation will be 25. If reputati...
titles.convert_hive_to_hbd
...{ ...NetConfig.net }; //connect to a hive node, tesetnet in this case const client = new Client(NetConfig.url, opts); Above, we have dhive pointing to the testnet with the...
titles.seed_node
...sudo nano /etc/sysctl.conf Add the following line: fs.file-max = 2097152 Load the new settings: sudo sysctl -p Once you save these files, you may need to logout and logi...
titles.get_transaction_node
...sudo nano /etc/sysctl.conf Add the following line: fs.file-max = 2097152 Load the new settings: sudo sysctl -p Once you save these files, you may need to logout and logi...
titles.haf_api
...tart automatically next time you do a docker compose up -d. If you’re upgrading to a new version of hivemind: if you’re upgrading to a pre-release version, you’ll need to s...
titles.get_state_replacement
...x_pool_size: 9384019, decay_params: {}, }, current_shuffled_witnesses: [followbtcnews, good-karma, smooth.witness, anyx, thecryptodrive, jesta, utopian-io, cervantes, ro...
titles.exchange_node
...sudo nano /etc/sysctl.conf Add the following line: fs.file-max = 2097152 Load the new settings: sudo sysctl -p Once you save these files, you may need to logout and logi...
titles.convert_hbd_to_hive
...yet have been updated as it takes 3.5 days to settle. The HBD will however show the new balance. Final code: from pick import pick import getpass from beem import Hive from...
titles.convert_hive_to_hbd
...ted as it takes 3.5 days for the collateral to settle. The HBD will however show the new balance. Final code: from pick import pick import getpass from beem import Hive from...
titles.jussi
...params:[8675309], id:1}' http://localhost:9000 See: Running Condenser, Jussi and a new service locally + adding feature flags to Condenser Adding Upstreams The default DE...
titles.rc_dev
...gt; print(json.dumps(count)) {resource_count: {resource_history_bytes: 133, resource_new_accounts: 0, resource_market_bytes: 0, resource_state_bytes: 499232, resource_execut...
titles.power_down
...urrent amount of vesting shares pending withdrawal. If for example the user enters a new amount of '0' shares to be withdrawn, it will cancel the current withdrawal complete...