Changes

Jump to navigation Jump to search
17,338 bytes added ,  00:16, 5 June 2020
{{#seo:
|title=Ravencoin Wiki: CodeDevelopment and Roadmap|keywords=Ravencoin roadmap development code |description=Information targeted at for developers looking to find out more about working with and users interested in the Ravencoin Blockchaindevelopment progress.
}}
=Introduction=This section of the wiki aims to help document the development work done related to the Ravencoin networkand provide information for developers who want to build software and tools using Ravencoin.
Future dev chats will be available Every two weeks developer meetings take place on the Ravencoin Community discord - server #irc-ravencoindevelopment-meetings channel (https://discord.gg/jn6uhur). An archive of the devmeetings is available on Reddit (in the side panel) https://www.reddit.com/r/Ravencoin/.
Historic Several dev chats on IRC, now moved to Discordmeeting summaries are available at https://www.ravencoinplatform.com/
Open weekly or fortnightly dev chat on IRC check For Ravencoin network details, see:* [http://www.ravennodes.com/ Ravennodes.com] for node statistics.* [https://rvnstats.info/ Ravenstats.info] for mining difficulty, asset, hashrate, supply, block times, and more.* [https://ravencoin.network/ Ravencoin.network] for transactions, addresses, pool stats, rich list, and more.* [https://www.ravencointalkravencoinburn.org/post/ravencoin-open-developer-meeting-9816968?pid=1305079154Ravencoinburn.org] for a quick overview of burned Ravencoin.
IRC=Ravencoin platform development===Phase 1 - Ravencoin launch & mining algorithm - Jan 3rd, 2018==In addition to the [https: //ravencoin.org/wp-content/uploads/2018/03/X16R-Whitepaper.pdf X16R algorithm], most of the core code changes are in [https://webchatgithub.com/RavenProject/Ravencoin/blob/master/src/chainparams.freenodecpp the chainparams] file.net/?channels=ravencoin-dev
Archive of The details are broken down on the wiki page: '''[[Chainparams]]'''. If you are looking to port existing Bitcoin applications to include Ravencoin - there are some useful parameters available from work done in the [https://github.com/brian112358/ledger-wallet-chrome/commit/303f5030059c805d808c83466275e078d06afbb5 Ledger integration code on GitHub]. Summarized on the conversation wiki page: '''[[Ledger integration]]''' If you are looking for typical parameters needed for wallet integration - there is a summary on the 10th '''[[Wallet integration]]''' page. It's worth mentioning, whilst we all try to keep these pages up to date, the RavenProject code on GitHub could change and these pages could become out of sync. Please validate on [https://github.com/RavenProject/Ravencoin https://github.com/RavenProject/Ravencoin]. == Dark Gravity Wave - Aug 20th, 2018 == Ravencoin forked to include the Dark Gravity Wave difficulty adjustment to protect itself against hash rate attacks. The problem and solution to the problem was explained [https://medium.com/@tronblack/ravencoin-dark-gravity-wave-1da0a71657f7 here]. ==Phase 2&4 - Assets, Subassets & Unique assets - Nov 5th, 2018 ==Asset [https://medium.com/@tronblack/ravencoin-asset-faq-e0d04d460e9b FAQ] written by Tron on Reddit Medium ===Asset info for Main Net===Assets (cost 500 RVN):* Burn address: https://wwwravencoin.redditnetwork/address/RXissueAssetXXXXXXXXXXXXXXXXXhhZGt* Token name - Must be unique* Number of tokens - From 1 to 21 billion* How divisible? - From not divisible to 8 decimal places (0.com00000001)* Reissuable (yes/no)* Include meta-data (agreement, company, contact, etc) Subassets (cost 100 RVN):* Burn address: https://ravencoin.network/address/RXissueSubAssetXXXXXXXXXXXXXWcwhwL* Token name - Must be unique when combined with token* Number of tokens - From 1 to 21 billion* How divisible? - From not divisible to 8 decimal places (0.00000001)* Reissuable (yes/no) Unique Assets (cost 5 RVN) - create one-of-a-kind assets:* Burn address: https://ravencoin.network/raddress/RXissueUniqueAssetXXXXXXXXXXWEAe58* ART#VenusDeMilo* CAR#<VIN number>* COOLGAME#SwordOfThor Reissuing an Asset (cost 100 RVN):* Burn address: https:/Ravencoin/commentsravencoin.network/96at36address/irc_log_from_ravencoin_open_developer_meeting_augRXReissueAssetXXXXXXXXXXXXXXVEFAWu* Reissuing an asset lets you issue more, change decimal places, change ipfs hash, and/or change reissuability. ===Global burn address===If you want to get rid of for example assets you do not want. You can send them to a global burn address:
https://ravencoin.network/address/RXBurnXXXXXXXXXXXXXXXXXXXXXXWUo9FV
=Core Code=New Mining Algorithm X16Rv2 - Oct 1st, 2019 ==[https://medium.com/@tronblack/ravencoin-asic-thoughts-e6c0079609e6 As it became evident that X16R ASICs were developed and mining Ravenvoin in July 2019], the X16R mining algorithm was adapted with a small modification to X16Rv2. This adaptation involved adding an extra hashing algorithm to three of the 16 existing ones, which greatly reduces the times an ASIC can be used (~3.5%). X16Rv2 was implemented using an [https://github.com/bitcoin/bips/blob/master/bip-0099.mediawiki#asic-reset-hardfork ASIC-reset-hardfork].
Currently organized into the phases of [Development progress and code is available here: https://github.com/RavenProject/Ravencoin/tree/master/roadmap the roadmap] - this structure will probably change as the project matures.RavenCommunity
==Phase 13 - Dividends/Rewards - Feb 7th, 2020==Rewards, also sometimes called dividends, provides a way to send tokenized assets or RVN to token holders by percentage of tokens held. Dividend support can be done without modifying the protocol. Rewards do not require a consensus protocol change, and the rpc calls exist to be able do rewards already. These capabilities just make it native and easy-to-use from the client.
In addition to the X16R algorithm, most of the core code changes are in ===Resources===* [https://github.com/RavenProject/Ravencoin/blobtree/master/srcroadmap/chainparams.cpp the chainparamsrewards The Roadmap for Rewards is here on Github] file.
===Use examples===* Reward shareholders with profits (denominated in RVN)* Reward membership holders* Reward those that contributed the most to a shared project and earned special tokens ==Phase 5 - Messaging, OIP, and Restricted Assets - Feb 7th, 2020==A message is "broadcast" if an owner token or channel token is sent in a transaction to the same address with the addition of an IPFS hash and an optional expiration date. The details are broken down on message isn't really broadcast in the sense of being transmitted to nodes, but rather each node will independently detect the special transaction type and display the wiki page: '''[[Chainparams]]'''message. Message display is subject to some heuristic anti-spam rules.
If you are looking to port existing Bitcoin applications to include === IPFS Integration ===IPFS (Interplanetary File System) is used by Ravencoin for issuance meta-data, messaging, and transaction meta- there are some useful parameters available from work done data. Ravencoin must interact with IPFS in order to show messages because the [https://githubmessage content is stored on IPFS.com/brian112358/ledger-wallet-chrome/commit/303f5030059c805d808c83466275e078d06afbb5 Ledger integration code IPFS access should be on GitHub]by default, but should be able to be turned off with a flag. A two phase approach will allow Ravencoin to use IPFS natively, but it will also use existing IPFS proxies.
Summarised on the wiki page: === OIP Integration ==='''[[Ledger integration]](NEW)'''Open Index Protocol allows for richer meta data and will get support in Ravencoin in addition to IPFS. You can find more on what you can do with OIP [https://oip.wiki/Main_Page here]. You will have to choose between adding OIP or IPFS meta data. Fortunately, OIP metadata also allows for adding IPFS.
If you are looking for typical parameters needed for wallet integration - there is a summary on the === Restricted Assets ==='''[[Wallet integration]](NEW)''' pageRestricted assets will be a new kind of assets that come with tags. The issuer can send tags to Ravencoin addresses that tell the entire chain that the asset can go there. The purpose of these restrictions is to limit the transferability of a token to known good actors, but without revealing the identity of the actors to anyone other than the original entity that verifies their identity. Only when legally required to do so, would the verifier reveal the identity.
It's worth mentioning, whilst we all try introduces 2 token types:* One starts with a $ and represents a completely new token type which is a Restricted Asset. Restricted Assets only move to keep these pages up to date, the RavenProject code on GitHub could change Tagged addresses.* The other starts with a # and these pages could become out of syncis a Tag. Please validate on [https://githubTags tokens can only be transferred by the issuer.com/RavenProject/Ravencoin https://github.com/RavenProject/Ravencoin]Tag tokens can be sent or revoked only by the Tag issuer.
==Phase 2 Restricted assets offer a solution to SEC compliance for security tokens: Ravencoin will allow for appending externally- Assets ==validated trust from interested parties such as regulators, through intermediate Qualifiers such as KYC/AML provider consortia, down to individual addresses. Issuers of assets can leverage the tags to manage how their assets can move about the chain. In this way, affirmation of an address’ status (such as KYC/AML compliant, accredited investor, or current subscriber) is possible without exposing or replicating the addressee’s Personally Identifiable Information (PII), and where the burden of establishing and maintaining trust in these qualifying tags is borne primarily by the regulated entities and regulators that require such information in the first place.
Asset testnet live===Resources===* [https://medium.com/@tronblack/ravencoin-kaaawww-2f72077aece Messaging is decribed in the KAAAWWW! protocol]. Check * [https://github.com/RavenProject/Ravencoin/tree/master/roadmap/messaging The Roadmap for messaging is here on Github]* [testnethttps://github.com/RavenProject/Ravencoin/tree/master/roadmap/messaging-antispam The Roadmap for spam prevention is here on Github]* [https://github.com/RavenProject/Ravencoin/tree/master/roadmap/ipfs The Roadmap for IPFS integration is here on Github] for more details, * [https://medium.com/@tronblack/ravencoin-tags-and-restricted-assets-84fe3070a226 Ravencoin — Tags and Restricted Assets]* [[Testnethttps://medium.com/@tronblack/ravencoin-restricted-asset-sec-compliance-how-to-1-technicalfe507a6a4ae9 Ravencoin — Restricted Asset SEC Compliance How To]* [https://oip.wiki/Main_Page OIP Wiki] for details about the anatomy of a Ravencoin asset transaction script.
Asset FAQ written by Tron on Medium https://medium===Use examples===* Send information about your token.* Send alerts relevant to your project.* Send information about a shareholder vote.* Use Raven messaging for other systems.com/@tronblack/ravencoin-asset-faq-e0d04d460e9b
== New Mining Algorithm KAWPOW (20 Aug 2018May 6th 2020) In addition to asset functionality being on available to test on testnet - ==To battle ASICs in the long term, Ravencoin developers are developing a new hashing algorithm: KAWPOW, which is forking to include Dark Gravity Wave to protect itself against hash rate attacks a variant of ProgPOW with parameters specifically for Ravencoin. The change will be implemented using an [https://en.bitcoin.it/wiki/BIP_0099#ASIC- exchanges and mining pools need to upgrade as soon as possible reset_hardfork ASIC reset hardfork ]. For more info on how to the latest wallet releasemine, users as soon as they want to use their coinssee https://minermore. [[Forks_and_updates]]com/docs/help/ravencoin_fork/
==Phase 3==An open source kawpowminer by Ravencoin community devs is here: https://github.com/RavenCommunity/kawpowminer/releases
RewardsMore info on mining here: https://medium.com/@jeroz9009/ravencoin-tutorial-kawpow-mining-748158f63e11
==Phase 4BIP44 Seed Words in Raven Core Wallets (May 6th 2020) ==Ravencoin core is going to default to using BIP44 starting with version 4. The iOS and Android RVN Wallet is already BIP44, and Mango Farms web wallet is also BIP44.If you’ve already created a wallet before the version 4 release, then it will continue to use just the BIP32 HD derivation and should be backwards compatible with your existing wallet.dat file. If Ravencoin core does not find a wallet.dat, it will prompt you and give you 12-words to write down as your backup. You should still encrypt your wallet and never forget your password.
Unique assetsSee: https://blog.ravencoin.email/post/ravencoin-bip44
Complete part ==Phase 6 - Voting (Aim: Q4 2020 or later)==Ravencoin will support voting. Creating a vote will create vote tokens. These vote tokens are identical to normally issued tokens, except that they are created in exact qty and units as an already issued token. Vote tokens move just like regular tokens up until the block height when the vote expires. This allows vote token holders to send their vote to a delegate that might have better information about the topic and therefore cast a more informed vote. The feature will also allow voting by percentage of 2ownership.1 release - being tested at time Second tier web voting can be built on top of writingthis protocol.
==Phase 5=Resources===[https://github.com/RavenProject/Ravencoin/tree/master/roadmap/voting The Roadmap for Voting is here on Github]
Messaging===Example===Issue a special vote token to every holder of your token.* Send to <address X> to vote for X proposal* Send to <address Y> to vote for Y proposal
==Phase 67 - Compatible Mode (Kawwwmeleon)=='''04/01/2019 Dev Meeting update'''
VotingThe idea is to allow ravend to act as a daemon that looks like a single coin/token/asset. To realize this, the ravend daemon should be reconfigurable to listen to a transfer RPC call such as senttoaddress or sendfrom, but in this case it would be for a specific asset and not Ravencoin. This would allow easy asset integration into existing systems.
===Example===
The config for the asset FREE_HUGS might look like:
{"port":2222, "asset":"FREE_HUGS", "rpcuser":"hugger", "rpcpass":"gi3afja33"}
==Appendix==So, sendtoaddress on the new port (non-RVN port) would send FREE_HUGS.
From =Using the roadmap document Ravencoin platform===Dev Kit==The Ravencoin Dev Kit is available and maintained at https://github.com/RavenDevKit. The dev kit contains e.g., * A JavaScript Ravencoin library, * An Extensible full node,* A full stack for Ravencoin blockchain- based applications, * A Ravencoin blockchain explorer UI,* A Ravencoin blockchain API for web wallets,* Ravencoin Message Verification and Signing for Ravencore,* Interface to the bitcoin P2P network for Ravencore,* Tools for running a local Ravencore development node,* Website for https://ravencoin.com,* A client library to connect to Ravencoin RPC commands in JavaScript,* Debian packaging for working with assets:Ravencore, * A helper to add tasks to gulp,* x16r library for Ravencore,* Treat a collection of Buffers as a single contiguous partially mutable Buffer.
==Asset control=='' Current commands are as of v2.2.0. Be sure to check the QT wallet on github for up to date commands '' issue(to_address, asset_name, qty, to_address, change_address, units=1, reissuable=false, has_ipfs, ipfs_hash)
Issue an asset with unique name. Unit as 1 for whole units, or 0.00000001 for satoshi-like units. Qty should be whole number. Reissuable is true/false for whether additional units can be issued by the original issuer.
issueunique (root_name, asset_tags, ipfs_hash, to_address, change_address)
Creates a unique asset from a pool of assets with a specific name. Example: If the asset name is SOFTLICENSE, then this could make unique assets like SOFTLICENSE:38293 and SOFTLICENSE:48382 This would be called once per unique asset needed.
reissue (reissue asset_name, qty, to_address, change_address, reissuable, new_unit, new_ipfs )
Issue more of a specific asset. This is only allowed by the original issuer of the asset and if the reissuable flag was set to true at the time of original issuance.
transfer (asset_name, qty, to_address)
This sends assets from one asset holder to another.
listassets (assets, verbose, count, start)
This lists assets that have already been created.
listmyassets ( asset, verbose, count, start )
Lists your assets.
listassetbalancesbyaddress (address)
Lists asset balance by address.
listaddressesbyasset (asset_name)
Lists addresses by asset.
getassetdata (asset_name)
Lists asset data of an asset.
 
== Detailed Asset Support ==
===General===
The Ravencoin network consists of nodes communicating on port 8767.
 
The asset information is available by request on the network. Specify a list of asset names to request information about each asset. Requests for information on up to 512 assets can be made per request. Return messages will be sent separately. Asset not found information may be grouped together for optimization.
issuefrom(from_address, to_address, qty, units, units=1, reissuable=false)Information about each asset is important for:* Asset creation because assets must be uniqueIssue an * Asset display because the asset with unique name from a specific address information contains the number of decimal places to display.* Asset meta-data display - allows control of which address/private_key is used Requires the IPFS hash to issue show additional information about the asset. Unit as 1 for whole units, or 0.00000001 for satoshi* Asset re-like unitsissue status to prevent reissuance attempts on a locked asset. Qty should be whole number. Reissuable is true/false for whether additional units can be * Asset qty issued to prevent reissuance attempts on a fully issued by the original issuer(21 billion) asset.
There are three networks:<br /> Mainnet which uses a network identifier '''RAVN'''<br /> issuemoreTestnet which uses a network identifier '''RVNT'''<br /> RegTest which uses a network identifier '''CROW'''<br />  An additional command has been added to the network for asset support. This can be used by SPV nodes to get information about assets without interacting with a centralized API or a Remote Procedure Call. ===Network call getassetdata(to_address)===The following is the specification for this new network call - available starting with network version 70018 Example 1: Request for asset name that doesn't exist Request -> getassetdata HEADER: 43524f5767657461737365746461746110000000571db430 DATA: 010e4241445f41535345545f4e414d45 Data Breakdown: 01 - Varint size of the vector 0e - Size of element = e.g. 14 Bytes 4241445f41535345545f4e414d45 - Name of asset = e.g. "BAD_ASSET_NAME" -------------------------------------------------------------------- Response -> asstnotfound HEADER: 43524f57617373746e6f74666f756e6410000000571db430 DATA: 010e4241445f41535345545f4e414d45 Data Breakdown: 01 - Varint size of the vector Oe - Size of element = e.g. 14 Bytes 4241445f41535345545f4e414d45 - Name of asset = e.g. "BAD_ASSET_NAME" Example 2: Request for asset name that does exist, asset_name, qty)and an asset that doesn't exist Request -> getassetdata HEADER: 43524f576765746173736574646174611d0000004a54c291 DATA: 020c41535345545f4a4552454d590e4241445f41535345545f4e414d45 Data Breakdown: 02 - Varint size of the vector 0c - Size of element = e.g. 12 Bytes 41535345545f4a4552454d59 - Name of asset = e.g. "ASSET_JEREMY" 0e - Size of element = e.g. 14 Bytes 4241445f41535345545f4e414d45 - Name of asset = e.g. "BAD_ASSET_NAME" -------------------------------------------------------------------- First Response -> assetdata HEADER: 43524f576173736574646174610000001d000000200a58aa DATA: 0c41535345545f4a4552454d5900e1f50500000000 00010000f5010000 Data Breakdown: 0c - Size of name = e.g. 12 Bytes 41535345545f4a4552454d59 - Name of asset = e.g. "ASSET_JEREMY" 00e1f50500000000 - Amount = e.g. 100000000 00 - Units = e.g. 0 01 - Reissuable = e.g. 1 00 - hasIPFS = e.g. 0 00 - Size of IPFS hash f5010000 - Block height Second Response -> asstnotfound HEADER: 43524f57617373746e6f74666f756e6410000000571db430 DATA: 010e4241445f41535345545f4e414d45 Data Breakdown: 01 - Varint size of the vector Oe - Size of element = e.g. 14 Bytes 4241445f41535345545f4e414d45 - Name of asset = e.g. "BAD_ASSET_NAME" Examples 3: Request for asset name that contains an IPFS HASH Request -> getassetdata HEADER: 43524f5767657461737365746461746118000000e6218523 DATA: 011641535345545f4a4552454d595f574954485f49504653 Data Breakdown: 01 - Varint size of the vector 16 - Size of element = e.g. 22 Bytes 41535345545f4a4552454d595f574954485f49504653 - Name of asset = e.g. "ASSET_JEREMY_WITH_IPFS" -------------------------------------------------------------------- Response -> assetdata HEADER: 43524f5761737365746461746100000049000000cb345766 DATA: 1641535345545f4a4552454d595f574954485f4950465300e1f50500000000000101221220da203afd5eda1f45deeafb70ae9d5c15907cd32ec2cd747c641fc1e9ab55b8e8f6010000 Data Breakdown: 16 - Size of name = e.g. 22 Bytes 41535345545f4a4552454d595f574954485f49504653 - Name of asset = e.g. "ASSET_JEREMY_WITH_IPFS" 00e1f50500000000 - Amount = e.g. 100000000 00 - Units = e.g. 0 01 - Reissuable = e.g. 1 01 - hasIPFS = e.g. 0Issue more 22 - Size of IPFS hash - 34 Bytes 1220da203afd5eda1f45deeafb70ae9d5c15907cd32ec2cd747c641fc1e9ab55b8e8 - IPFS hash data f6010000 - Block height ==IPFS - InterPlanetary File System==You can add a specific document to an assetas metadata for any purpose, such as instructions, a low-res image of a piece of art that is represented by the token, your website, etc. Messaging will also support IPFS. This  Currently, there is only allowed by not (yet) IPFS support directly in the Raven wallet. However, you can upload content to e.g., https://globalupload.io/ and add the original issuer hash of the content to the asset that you are creating.  ==Other documentation==Atomic swaps: https://github.com/RavenProject/Ravencoin/blob/master/doc/atomicswaps.md Issue assets in bulk: https://github.com/RavenProject/Ravencoin/tree/master/assets/tools = Testnet =This testnet network will be a completely independent secondary blockchain for testing purposes only, in which all tokens will have no intrinsic value and will not be traded on exchanges. The purpose of a testnet is to test features and functionality before introducing those features and functionality to the main blockchain. It is a playground to experiment and if test different features with almost no cost to transact or mine blocks. During this testing phase, the reissuable flag was set Ravencoin blockchain itself will continue to true at maintain the time of original issuancesame operation and functionality it has today.
makeuniqueassetTo run your current wallet in testnet mode (address, asset_name, unique_idWindows): # First shutdown your current full client wallet.Creates # Create a unique asset from a pool of assets with a specific nameshortcut to your raven-qt.exe# Right click the shortcut, choose details and add '-testnet' to the target field. Example: If <br /> <pre>"C:\Users\<username>\Path\to\executable\raven-qt.exe" –testnet</pre># Open the wallet by clicking on the asset name is SOFTLICENSEshortcut you just made, then this could make unique assets like SOFTLICENSE:38293 and SOFTLICENSE:48382 This would be called once per unique asset needed.let the blockchain sync fully
listassets(assets{| class=*"wikitable"! Read this section carefully: BE SAFE AND DON'T CONFUSE YOUR MAINNET WALLET WITH THE TESTNET WALLET! |-| Don't worry, verbose=falsethis will not interfere with your regular Raven wallet, count=MAXjust make sure both wallets are not running at the same time. For those who are technically inclined, start=0)This lists assets that have already been created. It running in testnet mode does not distinguish unique assetsoverwrite any of the blockchain data or wallet files of Ravencoin’s main network. Instead, it will create a subfolder named testnet3 inside your data folder where all testnet related data and wallets reside.
listuniqueassets(asset)This lists '''If you would prefer to err on the assets that have been made uniqueside of caution, and the address that owns the assetconsider running your testnet wallet on a different computer.'''|}
sendasset(to_addressIf you have additional questions about testnet, asset, amount)This sends assets from one asset holder to anotherplease see [https://www.reddit.com/r/Ravencoin/comments/94ju8y/come_join_us_on_testnet_and_try_out_rvn_assets/ this subreddit thread] or the [https://discord.gg/9mxhNjS #testnet channel in Discord.]
sendassetfrom(from_address, to_address, asset, amount)This sends asset from one asset holder to another, but allows specifying which address to send from, so that if a wallet that has multiple addresses holding There are currently a given asset, the send can disambiguate the address from which couple of tools available to sendassist you with testnet testing.
*A fully functional block explorer for testnet Ravencoin is available at https://testnet.ravencoin.network/. getassettransaction(*A faucet which will issue you 5000 free '''testnet Ravencoin''' per click, is also at https://testnet.ravencoin.network/ or http://ravencoin.asset, txid)-explorer.net/faucet*A testnet version of the Pocket Raven Web Wallet is at https://testnet.pocketraven.com/This returns details *You can GPU mine for a specific asset transactiontestnet RVN on MinerMore's testnet pool at https://minermore.com/pool/RVNt/
listassettransactions(asset, verbose=false, count=100, start=0)This returns a list of transactions for a given asset.'''Testnet Technical Information:''' [[Testnet-technical| Technical Information]]
reward(from_address, asset, amount, except=[])Bug bounty =Sends There is a 100k RVN to holders of the the specified asset[https://github. The Raven is split pro-rata to holders of the asset. Any remainder that cannot be evenly divided to the satoshi (1com/RavenProject/Ravencoin/100,000,000 RVN) level will be added to the mining fee. ​except​ is a list of addresses to exclude from the distribution - used so that wiki bug bounty] available if you could exclude treasury shares can find bugs that do not participate in fork the rewardchain.
send_asset(from_address, from_asset, to_asset, amount, except=And here is [http://htmlpreview.github.io/?https://github.com/hans-schmidt/mastering_ravencoin/blob/master/analysis/What_is_wrong_with_Ravencoin_testnet6_block_38554.html an example])Sends an asset to holders of the the specified to_asset. This can be used to send a voting token to holders of an asset. Combined with a messaging protocol explaining the vote, it could act as bug found that got paid a distributed voting system.bounty - happy bug hunting!
= Community Projects =

Navigation menu