1
BitShares PTS / Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« on: November 15, 2013, 01:04:38 pm »
Mining is working.
For Linux:
/jhProtominer -O ypool.net:8081 -u $user-p $pass -m2048 -t 8
in my case I used the capital "O" in order to assign url and port.
Quote
collisions/min: 81.7500 Shares total: 1
Share found!
collisions/min: 87.1429 Shares total: 2
collisions/min: 85.9091 Shares total: 2
collisions/min: 88.0435 Shares total: 2
collisions/min: 88.1250 Shares total: 2
For Linux:
/jhProtominer -O ypool.net:8081 -u $user-p $pass -m2048 -t 8
in my case I used the capital "O" in order to assign url and port.
Code: [Select]
./jhProtominer --help
Usage: jhProtominer.exe [options]
Options:
-o, -O The miner will connect to this url
You can specifiy an port after the url using -o url:port
-u The username (workername) used for login
-p The password used for login
-t <num> The number of threads for mining (default 4)
For most efficient mining, set to number of CPU cores
-m<amount> Defines how many megabytes of memory are used per thread.
Default is 256mb, allowed constants are:
-m512 -m256 -m128 -m32 -m8
Example usage:
jhProtominer.exe -o http://poolurl.com:10034 -u workername.pts_1 -p workerpass -t 4