# - Upload Mining

This is a mining method in which creators who produce content and users who produce utilizable data share their data.

It is a mining method that considers video and data traffic, downloads, and views uploaded by users, and provides a variety of content and data to activate the community and expand data on the network. It is rewarded with HP and VRS tokens.

Node Mining Formula&#x20;

* Reward (F)

<figure><img src="https://1059952166-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHZUPDHvPFDKUGPKsT3dk%2Fuploads%2FZr5ZDRJHUwlr4DrgBzmB%2Fimage.png?alt=media&#x26;token=a28bab0a-fc2d-4500-8105-928fc020813d" alt=""><figcaption></figcaption></figure>

* The mining reward combined with the individual file reward (FS) is as follows.&#x20;
* m = numvers of upload files

<figure><img src="https://1059952166-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHZUPDHvPFDKUGPKsT3dk%2Fuploads%2FnZSeZnXGRLvstkBAzn57%2Fimage.png?alt=media&#x26;token=72bcb259-1373-4d6a-ba47-c36cb03f4229" alt=""><figcaption></figcaption></figure>

* The final reward (UM) for upload mining is&#x20;
* n = numbers of mining users

<figure><img src="https://1059952166-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHZUPDHvPFDKUGPKsT3dk%2Fuploads%2F8P6h3bOc43RSZHIL2LJG%2Fimage.png?alt=media&#x26;token=a99bcfe7-23f9-42a4-b6aa-2c577869f1e2" alt=""><figcaption></figcaption></figure>

Detailed formula

* Downloads (D): The number of times a user's uploaded file is downloaded by other users. Only one account can be counted, with a download factor of 5 for 1-10, 3 for 11-49, 2 for 50-99, and 1 for 100 or more.&#x20;
* Upload size (U): The size of the uploaded file. To encourage users to share more storage resources, the upload value is set to 0 for less than 10G, 1 for 11-50G, 2 for greater than 50G, and the upload factor is set to 3.&#x20;
* View Reward (O): Cumulative daily views from 0:00 hours in the previous 24 hours to 24 hours in the current day. With a minimum of 1, a maximum of 10, and a default of 1, the higher the number of views, the higher the reward, with a view factor of 5.

Example algorithm&#x20;

D = 5, u = 5g, o = 3&#x20;

F = ( 5*5 + 0*3 + 3*5) = 40*&#x20;

*D = 15, u = 5g, o = 5*&#x20;

*F = ( 15*3 + 0*3 + 5*5) = 70&#x20;

D = 15, u = 20g, o = 5&#x20;

F = ( 15*3 + 1*3 + 5*5) = 73*&#x20;

*D = 50, u = 20g, o = 10*&#x20;

*F = ( 50*2 + 1*3 + 10*5) = 153
