Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - pooh20240

Pages: [1]
1
BitShares PTS / [Easy]- Make ProtoShares With yPool
« 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 ^ ^

Pages: [1]