Comment
Author: Admin | 2025-04-27
Up for RavencoinHere’s a complete setup example: CryptoDredge - starts the program. kawpow - indicate the cryptocurrency mining algorithm. rvn.2miners.com - we indicate the address of the pool. 6060 - we specify the port of the pool. RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX - we paste the crypto wallet of the token. You can use an exchange or cold wallet at your own discretion.Example:@echo off title KawPow (RVN) - 2miners pool CryptoDredge -a kawpow -o stratum+tcp://rvn.2miners.com:6060 -u RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX -p x pause How To Mine and Stake EquilibriaAlgorithmsargon2d-dyn,argon2d-nim,argon2d250,argon2d4096,chukwa,chukwa2,cnconceal,cnfast2,cngpu,cnhaven,cnheavy,cntlo,cnturtle,cnupx2,cnzls,kawpow,mtp,mtp-tcrConfiguration via Config.jsonOpen the config.json file with Notepad.Find and change the following lines: "url: "[pool address]" "user: "[wallet address]" Instead of [wallet address] just paste your wallet address. Be sure to save the quotes with the quotation marks. If you don’t have a wallet yet, you can learn how to create a wallet here. Instead of [pool address], you will need to select a mining pool. You can read more about mining pools here. Again, be sure to keep the quotation marks.!Save the file and run CryptoDredge.exe for Windows. or ./CryptoDredge for Linux.Command line arguments -h, --help Print help information -v, --version Print version information -a, --algo arg Specify algorithm to use: argon2d-dyn, argon2d-nim, argon2d250, argon2d4096, chukwa, chukwa2, cnconceal, cnfast2, cngpu, cnhaven, cnheavy, cntlo, cnturtle, cnupx2, cnzls, kawpow, mtp, mtp-tcr -o, --url arg URL of mining pool -x, --proxy arg Connecting through a proxy. Syntax: protocol://[user:password@]proxyhost[:port]. For example: -x socks5://proxyuser:[email protected]:1080. Only Socks5 is currently supported. --cert arg Mining pool server certificate path --sni Enable SNI (Server Name Indication) for the pool connection -u, --user arg Username for mining pool -p, --pass arg Password/Options for mining pool -i, --intensity arg Mining intensity (0.0 - 8.0). For example: -i N[,N] (default: 6) -q, --recompute arg Memory reduction factor (1 - 32) (argon2d-nim only). For example: -q N[,N] (default: 368) -d, --device arg List of comma-separated device IDs to use for mining. IDs are numbered 0,1...,N - 1 --log arg Log output to file --no-color Force color off --no-nvml Force nvml off --no-watchdog Force watchdog off --no-crashreport Force crash reporting off -r, --retries arg N number of times to retry if
Add Comment