Author Topic: [ANN] PTS.1GH.COM - GPU, CPU mining ★ New version 1.4! Please upgrade ASAP! ★  (Read 160505 times)

0 Members and 1 Guest are viewing this topic.

Offline CryptoN8

  • Full Member
  • ***
  • Posts: 192
    • View Profile
50112    2014-02-11 03:42:25 (an hour ago)    557 / 221465 ≈ 0.252%    0.03543495    Orphan

What is Orphan???  :-[
An orphan block is a block that is not in the currently-longest block chain. It's like there was a tie, and this pool lost.

Offline pooh20240

  • Newbie
  • *
  • Posts: 10
    • View Profile
50112    2014-02-11 03:42:25 (an hour ago)    557 / 221465 ≈ 0.252%    0.03543495    Orphan

What is Orphan???  :-[

Offline CryptoN8

  • Full Member
  • ***
  • Posts: 192
    • View Profile
Hello Im new and I want mining PTS. I dont understand the meaning of wallet address. I understand that is where payments are made. But refers to a wallet of btc-e.com or bter.com?
Thanks.
You can download the wallet from here:
http://www.protoshares.com/
It's best to have a wallet in your control. Only transfer to the exchanges when you need to sell.

Offline trankil

  • Jr. Member
  • **
  • Posts: 38
    • View Profile
i'm using smos linux (BAMT) on linux 32 bit
any chance to have a miner for this?
« Last Edit: February 10, 2014, 01:42:29 pm by trankil »
MMC : MTxecTRmb6Gs4wu4jsftJSHSuowiV3o6tF

PTS : PZt3qLFhQeber5NFjjv3ith813oF6zBwnU

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
when I run the unbuntu version on my linux box(both for a centos6 and a fedora18 box), I got the following messages:
Code: [Select]
%./pts-miner
./pts-miner: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

would you please compile the program statically?
Not possible unfortunately, it also has libc dependencies specific to Ubuntu. I could make a fedora build though, when I get some time. Or rather opensource the miner at this point, have to decide yet.

Offline mmao

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
when I run the unbuntu version on my linux box(both for a centos6 and a fedora18 box), I got the following messages:
Code: [Select]
%./pts-miner
./pts-miner: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

would you please compile the program statically?

Offline thebo

  • Newbie
  • *
  • Posts: 2
    • View Profile
Ok thanks for the reply.
Another question: For the performance optimization of the mining i read the Mining Hardware Comparison: 1. Radeon HD 6990
2. Radeon R9 280X... But the Radeon HD 6990 is discontinued. Now has appeared Radeon R9 290 X.
Radeon R9 290 X has the same performance than Radeon HD 6990? Are There some other card with such performance?
And as performance goes in cloud mining?
Thanks.

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
i need some help to install gpuminer pts for linux

i have do
 a  tar -zxvf pts on the zip

then when i try ./pts-miner i have an error

Quote
root@smos-1:/opt/miners/pts# ./pts-miner
-bash: ./pts-miner: cannot execute binary file

and when i try this mine = xpt2h:// PY3e4ty4PGkMgL3nU2MdkESLU4xyKL1aym:x@ptspool.1gh.com:18120:18121:18122:18123/pts


Quote
root@smos-1:/opt/miners/pts# mine = xpt2h:// PY3e4ty4PGkMgL3nU2MdkESLU4xyKL1aym:x@ptspool.1gh.com:18120:18121:18122:18123/pts
Usage: /etc/init.d/mine {start|stop|restart|reload|force-reload|status}

thanks for your help

'Cannot execure binary file' probably means that you are running 64-bit miner version on 32-bit system, this is not going to work, it is only compatible with 64-bit Ubuntu distros (12.4 and later). The only parameter you need to pass to this miner is your wallet address.

Regarding your second command, it is intended for Yam miner (see above in this thread), it is a CPU miner and there you put it in its config file.

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
Does it really has that fee on 1gh? ;) Because this is the part of protocol we decided to ignore, does not feel fair.
Not 1gh get fee. Look dev. readme:
Quote
PtsGPUz v0.4 (2014-01-28):
MD5 of PtsGPUz0.4.exe: 766a4dd7a1babfff176df3855c70caf0
1. Supports to AMD display card added.
2. Fee rate reduced to 5%.
3. SM (Shader Model) 3.5 code generation added for Nvidia card like GeForce GTX 780Ti.
Net performance list for AMD cards:
HD7850, 1024SP, 256bit, 2GB: 470-500 collisions/minute.
HD6670, 480SP, 128bit, 1GB:  100-110 collisions/minute.
Yes, the point is, ypool has implemented a 'developer donation' feature in their protocol where it sends a fraction of each share reward to addresses the miner sends in special field. The problem with it is it is done silently, without warning user. So if the miner uses this feature to pay developer, his fee will not be sent by 1gh. But if it openly reconnects with another credentials to mine for developer, it will work of course.

Offline old_pioner

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Does it really has that fee on 1gh? ;) Because this is the part of protocol we decided to ignore, does not feel fair.
Not 1gh get fee. Look dev. readme:
Quote
PtsGPUz v0.4 (2014-01-28):
MD5 of PtsGPUz0.4.exe: 766a4dd7a1babfff176df3855c70caf0
1. Supports to AMD display card added.
2. Fee rate reduced to 5%.
3. SM (Shader Model) 3.5 code generation added for Nvidia card like GeForce GTX 780Ti.
Net performance list for AMD cards:
HD7850, 1024SP, 256bit, 2GB: 470-500 collisions/minute.
HD6670, 480SP, 128bit, 1GB:  100-110 collisions/minute.

Offline trankil

  • Jr. Member
  • **
  • Posts: 38
    • View Profile
i need some help to install gpuminer pts for linux

i have do
 a  tar -zxvf pts on the zip

then when i try ./pts-miner i have an error

Quote
root@smos-1:/opt/miners/pts# ./pts-miner
-bash: ./pts-miner: cannot execute binary file

and when i try this mine = xpt2h:// PY3e4ty4PGkMgL3nU2MdkESLU4xyKL1aym:x@ptspool.1gh.com:18120:18121:18122:18123/pts


Quote
root@smos-1:/opt/miners/pts# mine = xpt2h:// PY3e4ty4PGkMgL3nU2MdkESLU4xyKL1aym:x@ptspool.1gh.com:18120:18121:18122:18123/pts
Usage: /etc/init.d/mine {start|stop|restart|reload|force-reload|status}

thanks for your help
MMC : MTxecTRmb6Gs4wu4jsftJSHSuowiV3o6tF

PTS : PZt3qLFhQeber5NFjjv3ith813oF6zBwnU

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
Hello Im new and I want mining PTS. I dont understand the meaning of wallet address. I understand that is where payments are made. But refers to a wallet of btc-e.com or bter.com?
Thanks.
Well, either. Or any other address controlled by you, for example, of you run the wallet on your PC, you could use it's address.

Offline thebo

  • Newbie
  • *
  • Posts: 2
    • View Profile
Hello Im new and I want mining PTS. I dont understand the meaning of wallet address. I understand that is where payments are made. But refers to a wallet of btc-e.com or bter.com?
Thanks.

Offline ivan

  • Newbie
  • *
  • Posts: 5
    • View Profile
Can anyone help me?
No CUDA device found.
Using 0 thread for Nvidia GPU.
Amd APP SDK not installed.
what happen like that?

Offline yvg1900

  • Full Member
  • ***
  • Posts: 198
    • View Profile
  • BitShares: yvg1900
Updated M7m version of yam miner available. It includes major performance improvement for PTS CPU mining - up to 2x speed in some configs.

yam M7m has improved performance on all CPU architectures. Most performance improvement made for Haswell (AVX2) CPUs.
New version has new algo variants for 512 and 1024 Mb mem setups. Make sure that you performed finetuning after upgrade to get most of your mach.
yam M7m does not support 2048M per thread for PTS mining. Maximum is 1024M per thread on all OSes. Please update your configs.

Downloads are at usual locations, as well as MD5 checsums and diginal signature files.

yvg1900
Follow @yvg1900 on Twitter for yam miner updates and support