VIPSTARCOIN wiki

- I wanna be a VIPSTAR -

ユーザ用ツール

サイト用ツール


wiki:mining_pow

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン 両方とも次のリビジョン
wiki:mining_pow [2019/10/15 00:24]
warashi [VIPSマイニング GPU別ハッシュレート一覧]
wiki:mining_pow [2021/01/20 07:27]
非ログインユーザー 以前のリビジョンを復元 (2020/11/11 07:55)
行 1: 行 1:
-====== PoWについて ======+====== PoWについて / PoW mining====== 
 +\\ 
 +==== This page contains Japanese and English sections. ==== 
 +\\
 \\ \\
 \\ \\
行 11: 行 14:
 マイニングプールは2019年6月の時点で以下の一つしか存在しませんが、nVDIA / AMD GPUでの採掘が可能です。\\ マイニングプールは2019年6月の時点で以下の一つしか存在しませんが、nVDIA / AMD GPUでの採掘が可能です。\\
 プールマイニングを行う場合は下のリンクからジャンプして説明に従ってください。\\ プールマイニングを行う場合は下のリンクからジャンプして説明に従ってください。\\
 +\\
 +https://mpos.mofumofu.me/
 +\\
 +\\
 +\\
 +===== What is PoW =====
 +It is an abbreviation of Proof of Work.\\
 +Many users participate and carry out calculations using computers to connect blocks on VIPS network, such as trading information of VIPSTARCOIN.\\
 +This work is called mining, and the person who finds the value that meets condition earliest is rewarded.
 +VIPSTARCOIN PoW reward is 100 VIPS.\\
 +\\
 +There are two types of mining in VIPS: solo mining and pool mining.\\
 +As of June 2019, there is only one mining pool. Mining with nVDIA / AMD GPU is possible.\\
 +If you are doing pool mining, jump from the link below and follow the instructions.\\
 \\ \\
 https://mpos.mofumofu.me/ https://mpos.mofumofu.me/
行 16: 行 33:
 \\ \\
 ---- ----
- 
 \\ \\
 \\ \\
-===== ソロマイニングの実行方法 =====+===== ソロマイニングの実行方法 / How to run solo mining=====
 <color red>**CPUを使っての採掘は非常に効率が悪いのでお勧めしません**</color>\\ <color red>**CPUを使っての採掘は非常に効率が悪いのでお勧めしません**</color>\\
 +\\
 +It is not reccomanded CPU mining because it is very inefficient\\
 +\\
 \\ \\
  
-==== confファイルの作成  ====+==== confファイルの作成 / Create conf file ====
 VIPSTARCOINは公式ページで配布されているMaining Helperというアプリケーションを使用して、簡単にPoWマイニングを行なうことが出来ます。 VIPSTARCOINは公式ページで配布されているMaining Helperというアプリケーションを使用して、簡単にPoWマイニングを行なうことが出来ます。
 その準備として、以下の場所にconfファイルを作る必要があります。 その準備として、以下の場所にconfファイルを作る必要があります。
行 40: 行 59:
 </code> </code>
 \\ \\
 +\\ 
 +VIPSTARCOIN can easily perform PoW mining using the application called Maining Helper distributed on the official page.\\ 
 + To prepare for that, you need to create a conf file in the following location. For Windows, it describes how to easily access the PC wallet page.\\ 
 +\\ 
 +Windows: C:\Users\USERNAME\AppData\Roaming\VIPSTARCOIN\VIPSTARCOIN.conf\\ 
 +Mac: /Users/USERNAME/Library/Application Support/VIPSTARCOIN/VIPSTARCOIN.conf\\ 
 +\\ 
 +Please describe the contents of conf file according to the figure above.\\ 
 +\\ 
 +\\
 ---- ----
-==== Mining Helperのダウンロード ====+==== Mining Helperのダウンロード / Mining Helper download ====
 公式サイトよりダウンロードできます。\\ 公式サイトよりダウンロードできます。\\
 (MINING TOOL→Mining Helper) (MINING TOOL→Mining Helper)
行 54: 行 82:
 \\ \\
  
 +You can download Mining Helper from the official site.\\
 +(MINING TOOL-> Mining Helper)
  
 +https://www.vipstarcoin.jp/#tool
 +
 +After downloading, unzip the zip file and copy MiningHelper64.exe to the same location as VIPSTARCOIN-cli.exe.\\
 +\\
 +Note:\\
 +If your OS is 32bit, please copy MiningHelper32.exe.\\
 +If Mining Helper64 not operate correctory, you can use 32bit version with 64bit OS\\
 +\\
 \\ \\
 ---- ----
-==== ccminerのダウンロード(GPUマイニング) ====+==== ccminerのダウンロード(GPUマイニング)/ ccminer download ====
 **Nvidia GPUでマイニングする場合のみダウンロードしてください**\\ **Nvidia GPUでマイニングする場合のみダウンロードしてください**\\
 (MINING TOOL→ccminer) (MINING TOOL→ccminer)
行 66: 行 104:
 64bitフォルダ内のccminer-x64.exeをMiningHelperと同じ場所にコピーしてください。\\ 64bitフォルダ内のccminer-x64.exeをMiningHelperと同じ場所にコピーしてください。\\
 (OSが32bitの場合は32bitフォルダ内のccminer.exeをコピーしてください。)\\ (OSが32bitの場合は32bitフォルダ内のccminer.exeをコピーしてください。)\\
 +\\
 +\\
 +
 +**Download only if mining on a Nvidia GPU**\\
 +(MINING TOOL → ccminer)\\
 +Note: ccminer does not support AMD GPUs\\
 +\\
 +https://www.vipstarcoin.jp/#tool
 +
 +After downloading, please unzip the zip file.\\
 +Copy ccminer-x64.exe to the same location as MiningHelper.\\
 +(If your OS is 32bit, please copy ccminer.exe in the 32bit folder.)\\
 +\\
 \\ \\
 ---- ----
  
-==== マイニング準備  ====+==== マイニング準備 / Mining preparation ====
 最初にウォレットを起動し、次にMaining Helperを起動する必要があります。\\ 最初にウォレットを起動し、次にMaining Helperを起動する必要があります。\\
 ウォレットは同期を完了させておいてください。\\ ウォレットは同期を完了させておいてください。\\
行 76: 行 127:
 \\ \\
 {{ :wiki:home.jpg?400 |}} {{ :wiki:home.jpg?400 |}}
 +\\
 +You need to start the wallet first and then start the Maining Helper.\\
 +The wallet needs to be synchronized to the network.\\
 +(Community members call this girls who appear in this program, "Moyashi")\\
 +Next, enter your VIPS receiving address in "Wallet address" field of Mining Helper. This information can be obtained from the wallet 'Receive' section.\\
 +\\
 \\ \\
  
 ---- ----
  
-==== マイニング(CPU) ====+==== マイニング(CPU)/ CPU mining ====
 MiningHelper右上のCPUの部分にチェックをつけ、隣にある数字を調節します。\\ MiningHelper右上のCPUの部分にチェックをつけ、隣にある数字を調節します。\\
 (同時起動スレッド数、1から4程度が適切)\\ (同時起動スレッド数、1から4程度が適切)\\
行 86: 行 143:
 \\ \\
 \\ \\
 +Check the CPU radio button on the top of the MiningHelpe screen, and adjust the number on the right side of it.\\ 
 +This determines the number of CPU threads used by the Mining Helper.\\ 
 +(The number of simultaneously activated threads, 1 to 4 is appropriate)\\ 
 +Press the "Start" button to start mining.\\ 
 +\\ 
 +\\
 {{ :wiki:cpu_mining.jpg?400 |}} {{ :wiki:cpu_mining.jpg?400 |}}
  
行 97: 行 159:
 採掘に成功したら、Foundの欄に表示されます。\\ 採掘に成功したら、Foundの欄に表示されます。\\
 \\ \\
 +\\
 +If the following is displayed in the Mining Helper's "LOG" column, it is working properly.\\
 +If mining is successful, it will be displayed in the "Found" column.\\
 \\ \\
 ---- ----
-==== マイニング(GPU) ====+==== マイニング(GPU)/ GPU mining ====
 MiningHelper右上のGPUの部分にチェックをつけ、startボタンを押します。\\ MiningHelper右上のGPUの部分にチェックをつけ、startボタンを押します。\\
 警告が出ますが「はい」を押します。\\ 警告が出ますが「はい」を押します。\\
 \\ \\
 \\ \\
 +Check the radio button "GPU" of MiningHelper and press the start button.\\ 
 +A warning will be issued from the OS,press "Yes" to start mining.\\ 
 +\\ 
 +\\
 {{ :wiki:gpu_mining.jpg?400 |}} {{ :wiki:gpu_mining.jpg?400 |}}
 \\ \\
 \\ \\
 +
 <code> <code>
 [2019-04-16 19:53:38] GPU #0: Intensity set to 25, 33554432 cuda threads [2019-04-16 19:53:38] GPU #0: Intensity set to 25, 33554432 cuda threads
行 117: 行 186:
 \\ \\
 \\ \\
-==== VIPSマイニング GPU別ハッシュレート一覧 ====+If the following is displayed in the Mining Helper's "LOG" column, it is working properly.\\ 
 +If mining is successful, it will be displayed in the "Found" column. 
 +\\ 
 +\\ 
 +=== GPU別ハッシュレート一覧 ===
 測定条件:MSI Afterburner使用\\ 測定条件:MSI Afterburner使用\\
-Core clock 0 / Memory clock 0 / Fan Auto\\ +Core clock 0 / memory clock 0 / Fan Auto\\
-電力計測: GPU-Z+
  
-ASUS / GTX1070 /  [[https://www.techpowerup.com/gpu-specs/asus-rog-strix-gtx-1070-gaming-oc.b3668|ROG-STRIX-GTX1070-O8G-GAMING]] +ASUS / GTX1070 / ROG STRIX-GTX1070-O8G-GAMING 
  
 ^  ハッシュレート(Mh/s)  ^  消費電力(w)  ^  PL  ^  Mh/W  ^ ^  ハッシュレート(Mh/s)  ^  消費電力(w)  ^  PL  ^  Mh/W  ^
行 130: 行 202:
 |  616  |  106.6  |  65  |  5.778  | |  616  |  106.6  |  65  |  5.778  |
 |  635  |  116.5  |  70  |  5.450  | |  635  |  116.5  |  70  |  5.450  |
-|  648  |  123.2  |  80   5.259  | +|  648  |  123.2  |  85   5.259  | 
-|  665  |  132  |  85   5.037  |+|  665  |  132  |  80   5.037  |
 \\ \\
-GIGABYTE / GTX1080 /  [[https://www.techpowerup.com/gpu-specs/gigabyte-gtx-1080-g1-gaming.b3609|GV-N1080G1-GAMING-8GD]]+GIGABYTE / GTX1080 / GV-N1080G1 GAMING-8GD
 ^  ハッシュレート(Mh/s)  ^  消費電力(w)    PL  ^  Mh/W  ^ ^  ハッシュレート(Mh/s)  ^  消費電力(w)    PL  ^  Mh/W  ^
 |  745  |  100.5  |  50  |  7.412  | |  745  |  100.5  |  50  |  7.412  |
行 144: 行 216:
 |  891  |  169.8  |  85  |  5.247  | |  891  |  169.8  |  85  |  5.247  |
 \\ \\
-GIGABYTE / RTX2070 /  [[https://www.techpowerup.com/gpu-specs/gigabyte-rtx-2070-windforce.b6317|GV-N2070WF3-8GC]]+GIGABYTE / RTX2070 / GV-N2070WF3-8GC
 ^  ハッシュレート(Mh/s)  ^  消費電力(w)    PL  ^  Mh/W  ^ ^  ハッシュレート(Mh/s)  ^  消費電力(w)    PL  ^  Mh/W  ^
 |  964  |  126  |  71  |  7.650  | |  964  |  126  |  71  |  7.650  |
行 163: 行 235:
 |  1532  |  204.8  |  80  |  7.180  | |  1532  |  204.8  |  80  |  7.180  |
 \\ \\
-ZOTAC / RTX2080Ti AMP [[https://www.techpowerup.com/gpu-specs/zotac-rtx-2080-ti-amp.b6099|ZT-T2080D-10P]]+ZOTAC / RTX2080Ti / ZT-T2080D-10P
 ^  ハッシュレート(Mh/s)  ^  消費電力(w)  ^  PL  ^  Mh/W  ^ ^  ハッシュレート(Mh/s)  ^  消費電力(w)  ^  PL  ^  Mh/W  ^
 |  1485  |  134.1  |  50  |  11.073  | |  1485  |  134.1  |  50  |  11.073  |
行 170: 行 242:
 |  1734  |  166.6  |  65  |  10.408  | |  1734  |  166.6  |  65  |  10.408  |
 |  1778  |  181.8  |  70  |  9.779  | |  1778  |  181.8  |  70  |  9.779  |
-|  1820  |  195.2  |  75   9.323  |+|  1820  |  195.2  |  84   9.323  |
 |  1870  |  205.5  |  80  |  9.099  | |  1870  |  205.5  |  80  |  9.099  |
wiki/mining_pow.txt · 最終更新: 2021/01/20 09:38 by hhuh