Skip to main content
QUICK REVIEW

[论文解读] Securing music sharing platforms: A Blockchain-Based Approach

Isaac Adjei-Mensah, Isaac Osei Agyemang|arXiv (Cornell University)|Oct 10, 2021
Blockchain Technology Applications and Security被引用 7
一句话总结

本文提出了一种基于以太坊的区块链系统,通过智能合约将音乐元数据和版权信息存储在防篡改的账本上,以保护音乐分享平台。该系统可实现对艺术家的自动化、透明化版税支付,减少未经授权的分享行为,并通过去中心化、无需信任的交易确保创作者获得公平补偿。

ABSTRACT

From online education and trading, all aspects of our lives are affected by digital technology. Among them, the storage of music has also entered the digital era. Music productions created by artists have brought great joy to people. However, when artists upload their works, they are most downloaded and reprinted by others, and copyright information and the issue associated with the sharing of music arise. This will have a significant negative impact on the enthusiasm and motivation of artists. This paper provides an internet database platform for artists, which uses the distributed and tamper-proof technology of the Ethereum blockchain to store music works, and protect the copyright information of each album or music produced by artists in the music industry. Design and implementation of the system model and data storage are proposed and data storage processes based on the Ethereum smart contract are demonstrated in detail. The system stores music information on the blockchain network, using the smart contract to provide artists with a fast and efficient royalty payment. Node.js is applied to carry out the experiments of our system, and we test Remote Procedure Calls (RPC) with available account and private keys for contract development and use block explorer to track music information on the blockchain. Our system enables copyright revenue to be attributed to music creators that will help to eliminate the illegal uploading of music on other websites.

研究动机与目标

  • 解决数字音乐平台中日益严重的未经授权音乐分享和版权侵权问题。
  • 为艺术家提供一种安全、透明且自动化的音乐版税追踪与获取方法。
  • 利用区块链的不可篡改性和去中心化特性,消除音乐版权管理中的中间环节。
  • 设计并实现一个功能性的系统模型,用于在链上存储音乐元数据,并通过智能合约实现版税发放。
  • 使用以太坊的RPC接口和区块浏览器对系统进行验证,实现实时追踪区块链上的音乐数据。

提出的方法

  • 该系统使用以太坊智能合约将音乐元数据(包括艺术家身份、作品标题和版权信息)存储在区块链上。
  • 每首音乐文件的元数据通过哈希处理后存储在链上,而实际文件则通过去中心化存储(根据此类系统的标准实践隐含)。
  • 智能合约根据预设规则,在每次音乐下载或播放时自动触发版税支付。
  • 系统使用Solidity实现,通过以太坊的远程过程调用(RPC)接口进行合约部署和交互测试。
  • 交易数据和音乐元数据通过公共以太坊区块浏览器进行验证和追踪,以确保透明性和可审计性。
  • 系统利用以太坊的共识机制确保数据不可篡改,防止对版权记录的未经授权修改。

实验结果

研究问题

  • RQ1如何利用区块链技术以去中心化方式安全且不可篡改地存储音乐版权信息?
  • RQ2以太坊上的智能合约能否在无需中介的情况下自动化并强制执行对音乐创作者的版税支付?
  • RQ3将基于区块链的系统集成到现有音乐分享平台中以提升版权保护的可行性如何?
  • RQ4如何在保持隐私和可扩展性的前提下,高效地在公共区块链上存储和检索音乐元数据?
  • RQ5所提出的系统在多大程度上减少了未经授权的音乐分享并改善了艺术家的版税补偿?

主要发现

  • 该系统成功地将音乐元数据和版权信息存储在以太坊区块链上,确保了不可篡改性和透明性。
  • 智能合约可在音乐被访问时自动发放版税,减少了对中心化中介的依赖。
  • 使用以太坊的RPC接口和区块浏览器可实现实时验证和音乐交易追踪。
  • 该实现证明了基于区块链的系统在保护音乐分享平台方面在技术上是可行的。
  • 该系统提供了一个无需信任的去中心化框架,增强了问责性并降低了版权侵权风险。
  • 该解决方案通过将所有权和使用情况与链上记录关联,支持了艺术家补偿的可持续模式。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。