Author Topic: [Easy]- Make ProtoShares With yPool  (Read 2771 times)

0 Members and 1 Guest are viewing this topic.

Offline ripplexiaoshan

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 2300
    • View Profile
  • BitShares: jademont
Re: [Easy]- Make ProtoShares With yPool
« Reply #2 on: January 14, 2014, 09:07:36 pm »
Good to know. but you'd better use the official download address of yvg1900 miner.
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz
BTS committee member:jademont

Offline pooh20240

  • Newbie
  • *
  • Posts: 10
    • View Profile
[Easy]- Make ProtoShares With yPool
« Reply #1 on: January 14, 2014, 09:53:56 am »
Recommend vps digitalocean  ;D ;D i use os ubuntu v13 64bit it easy make mining protoShares

Get Start!

Code: [Select]
sudo apt-get update
Code: [Select]
sudo apt-get install nano
download yvg1900
Code: [Select]
wget http://thaizulufx.com/yvg1900.tar
Code: [Select]
tar -xf yvg1900.tar
Code: [Select]
cd /root/yvg1900/
Code: [Select]
nano yam.cfg
copy and place
Code: [Select]
threads = 0
mining-params = pts:av=0&m=512
mine = xpt2h://USER.WORK:PASS@mining.ypool.net:10034:8080:8081:8082:8083:8084:8085:8086:8087/pts
compact-stats = 1
Press ctrl + x and y and enter

m=512 <-- memory setting ex: 128, 256, 512, 1024
threads = 0  <--  core of cpu setting

**Edit USER.WORK and PASS

Code: [Select]
cd /root/yvg1900/linux64-nehalem/
make new file
Code: [Select]
nano start_yamptsminer
copy and place
Code: [Select]
./yam -c /root/yvg1900/yam.cfgPress ctrl + x and y and enter

Code: [Select]
chmod +x start_yamptsminer
start it
Code: [Select]
screen ./start_yamptsminer

successfully completing ^ ^