https://store-images.s-microsoft.com/image/apps.33353.b294bf7a-51ff-4c06-b9f2-5f6fde14596d.e68870bc-fc97-44f5-b6a6-e980b1f720c4.9d4514f1-9cd5-455f-9cba-0231149a4131

Aggregion Blockchain Node

Aggregion LTD

Aggregion Blockchain Node

Aggregion LTD

Become part of intellectual property licensing and rights governance solution, powered by blockchain

Aggregion operates a blockchain ecosystem enabling major copyright holders to fully control their global end-to-end distribution networks and licensing of digital content (e.g. films, music, games, ebooks, software, etc) through a variety of B2B2C channels: online, mobile, retail, telecom, transport, education, promotion, interactive, consumer products, and many others. Microsoft Azure products enhance the Aggregion blockchain platform. Azure Media Services is used for video streaming and playback, while Azure Machine Learning governs the channeling of digital products through distribution chains.

Highlights:

  • A seamless blockchain ecosystem for management and licensing of any types of digital objects.
  • Ability to connect any type of distribution channels.
  • Comprehensive analytics related to sales performance; Power BI support.
  • Transparent distribution chain from the copyright holder, through any intermediaries, and all the way to end user.
  • A corporate branded platform instance with personalized account management.
  • Ability to integrate any third-party system via REST API.
  • Any third party authorization systems through OAuth (or Microsoft accounts).
  • Reduced license processing costs; improved efficiency.
  • Automation of the distribution process.

Prerequisites:

To run Mainnet Node, you need to generate AGR key-pair and account. You may do it within AGR Wallet desktop application: NOTE: During account creation you will be given a code for account activation. Please send it to support@aggregion.com.

How to check that the node is running?

To check that your node is running properly enter this code into the terminal:

curl 'http://127.0.0.1:8888/v1/chain/get_info'

This command should output information about blockchain.
For example:

{"server_version":"1fc065f4","chain_id":"41c4c54a375c767f11654a907541633bdddf158a8f0c394f657980bc484c91c9","head_block_num":1863547,"last_irreversible_block_num":1863546,"last_irreversible_block_id":"001c6f7ad42ba54ec3eb7adb7d93ae867bf0c8a6d05a9f9a68e9683e7af2b40a","head_block_id":"001c6f7b784f21192d8682cd843d5b1bbc77d66becbfe0d87538af1909b9121c","head_block_time":"2018-09-18T06:40:58.500","head_block_producer":"agrio","virtual_block_cpu_limit":200000000,"virtual_block_net_limit":1048576000,"block_cpu_limit":199900,"block_net_limit":1048576,"server_version_string":"v1.2.1-27-g1fc065f40"}