Skip to content

Commit 10b961c

Browse files
committed
add mvcpool instruction
1 parent ebb9b62 commit 10b961c

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,30 @@
1111
* Decimals : 8
1212

1313
# 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
1538

1639

1740
# 2. Mining on your own node

0 commit comments

Comments
 (0)