Skip to content

Latest commit

 

History

History
276 lines (267 loc) · 12.2 KB

index.md

File metadata and controls

276 lines (267 loc) · 12.2 KB
layout title permalink modalTitle modalContent modalId modalCacheRef
default
Home
/
Announcement
Mandatory wallet update to version 2.1.1 now available. <a href="/wallet">Click Here to Upgrade</a>
upgrade-notification
2.1.1
<style> .banner { background: url("/assets/img/home/gplaypattern.png"); padding: 12em 0 13em; animation: animatedBackground 15s linear infinite; -moz-animation: animatedBackground 15s linear infinite; -webkit-animation: animatedBackground 15s linear infinite; -ms-animation: animatedBackground 15s linear infinite; -o-animation: animatedBackground 15s linear infinite; } .banner h1 { max-width: 800px; } .banner .btn { min-width: 150px; } .video-icon .video-icon-button { height: 40px; } .video-icon svg { width: 40px; height: 40px; } .section-intro { background-color: #2e3e80; } .section-intro h3 { font-family: 'Lato'; } .section-intro hr { border-color: #4c60b1; } .section-cta { background: #f15b22; } .section-cta .btn:hover { background: #fff; color: #000; } .section-exchange .wrapper { max-width: 800px; }

@keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -188px 0; } } @-moz-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -188px 0; } } @-webkit-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -188px 0; } } @-ms-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -188px 0; } } </style>

Ravencoin is a peer-to-peer blockchain, handling the efficient creation and transfer of assets from one party to another.

What is Ravencoin?

Welcome to Ravencoin

Ravencoin is a protocol based on a fork of the Bitcoin code which adds features specifically focused on allowing tokens to be issued on the Ravencoin blockchain. These tokens can have whatever properties the issue of the token decides - so they can be limited in quantity, named and be issued as securities or as collectibles.

You can make your own security token within minutes and have it trade worldwide.



token

Representing real world custodied physical or digital asset

  • Securities tokens: stock or shares of a company where the shares are represented by a token rather than a physical stock certificate
  • Securities or partnership interests with the built-in ability to pay dividends in RVN
  • Tokens which represent a coop, limited partnership, royalty sharing or profit sharing platform
  • A token which represents a cflexd-funded item with the ability to transfer or resell the item
tickets

Representing virtual goods

  • Tickets to an event such as a Baltimore Ravens game with the ability to resell without worry of duplicates being made
  • A license to allow an activity
  • An access token to use a service
  • In-game currency and items, transferable to other gamers outside of the game platform
gold

Representing a share of a project

  • Gold bar
  • Silver coins
  • Physical Euros
  • Land Deeds
  • DC Comics Presents #26
  • Energy credits (Electricity, Wood, Gas, Oil, Wind)
gift-card

Representing a credit

  • Gift cards
  • Airline miles
  • Reward points

What Makes Ravencoin Different from Bitcoin?

The X16R algorithm intends to solve the centralization of mining seen on the Bitcoin blockchain caused by the introduction of expensive and highly efficient Application Specific Integrated Circuit (ASIC) hardware. By randomizing the order of 16 different hashing algorithms, Raven makes ASICs difficult to develop, allowing room for anyone to be able to mine the Raven network without the disadvantage of competing with ASIC hardware. The Raven team has also committed to change the hashing algorithms if a Raven ASIC miner is ever developed.

  • Block reward of 5,000 RVN instead of 50 BTC.
  • Block time of 1 minute instead of 10.
  • Total coin supply of 21 Billion instead of 21 million.
  • A new mining algorithm, X16R which allows for more decentralized mining.
  • Addition of Asset issuance, and transfer.
  • Future addition of unique assets, sub-assets, rewards, messaging, and voting.
ravencoin logo

Get Involved Today!

Become a part of the community and contribute to RAVENCOIN’s global decentralized network of miners, contributes, traders, and developers.

Exchanges

{% for exchange in site.data.exchanges %}
{{ exchange.name }} exchange
{% endfor %}
<script src="/assets/vendors/mediabox/mediabox.js"></script> <script> MediaBox('.mediabox'); </script> <script type="text/javascript"> window.addEventListener("load", function() { /* Tabs */ var myTabs = document.querySelectorAll("ul.nav-tabs > li"); function myTabClicks(tabClickEvent) { for (var i = 0; i < myTabs.length; i++) { myTabs[i].classList.remove("active"); } var clickedTab = tabClickEvent.currentTarget; clickedTab.classList.add("active"); tabClickEvent.preventDefault(); var myContentPanes = document.querySelectorAll(".tab-pane"); for (i = 0; i < myContentPanes.length; i++) { myContentPanes[i].classList.remove("active"); } var anchorReference = tabClickEvent.target; var activePaneId = anchorReference.getAttribute("href"); var activePane = document.querySelector(activePaneId); activePane.classList.add("active"); } for (i = 0; i < myTabs.length; i++) { myTabs[i].addEventListener("click", myTabClicks) } /* Waypoints */ const targets = ['tab-token', 'tab-tickets', 'tab-gold', 'tab-gift-card', 'logo-why']; targets.forEach(function(target) { var el = document.getElementById(target); var waypoint = new Waypoint({ element: el, handler: function(direction) { if(target === 'logo-why') { el.classList.add('fadeInRight') } else { el.classList.add('fadeInLeft') } }, offset: '100%' }) }) }); </script>