File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 11
11
* Decimals : 8
12
12
13
13
# 1. Mining without running a node
14
- TODO
14
+
15
+ You can use mvcpool.com to mine mvc directly without running a node.
16
+
17
+ ## Steps
18
+ Register pool account
19
+
20
+ Mainnet: https://console.mvcpool.com/
21
+
22
+ Testnet: https://console-testnet.mvcpool.com/
23
+
24
+ Register and login your account first, keep your password safe.
25
+
26
+ Download cpuminer (ignore this step for asic)
27
+ Download CPU miner(ignore this if you already have asic miner) https://github.com/pooler/cpuminer/releases/tag/v2.5.1
28
+
29
+ Go to this page , you can see your stratum url and username. https://console.mvcpool.com/#/connect
30
+
31
+ Run CPU miner(or asic)
32
+ replace the following stratum url and userName, password is same as userName.
33
+
34
+ you can also change threads count according to your cpu cores.
35
+
36
+ ./minerd -o stratum+tcp://mine.mvcpool.com:6666 -a sha256d -O userName: userName -D -P --threads=4
37
+ Asic miner is also the same, configure your stratum url and userName, then start mining
15
38
16
39
17
40
# 2. Mining on your own node
You can’t perform that action at this time.
0 commit comments