Author Topic: Coyote Miner | PPS Mining Pool  (Read 408258 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1061 on: November 12, 2013, 05:50:11 am »
another exciting thing is the stability.   I've got 80 servers running coyote since the beginning and not a single crash.

I'm seeing about 5% crashes per hour on ptsminer against beeeer pool.

Thanks..  so far only 2 crashes on server due to OS running out of file handles.  Something I can fix with a OS setting :) 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline testz

Re: Coyote Miner | PPS Mining Pool
« Reply #1060 on: November 12, 2013, 05:48:53 am »
another exciting thing is the stability.   I've got 80 servers running coyote since the beginning and not a single crash.

I'm seeing about 5% crashes per hour on ptsminer against beeeer pool.

It's was very stable from beginning at least at Windows, nice job!

Offline arubi

  • Sr. Member
  • ****
  • Posts: 209
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1059 on: November 12, 2013, 05:48:24 am »
@bytemaster: Can you update us with pool stat? How many block we found  :)

So far the miners have earned about 1000 PTS total.

1500 connections to main pool.
1058 connections to private pool A
Setting up another private pool for another individual with 1000+ nodes.

The increased hash power is really affecting block rates... wow!

When will your pool send payments?

Offline craggietx

  • Jr. Member
  • **
  • Posts: 32
    • View Profile
    • Final Drive Parts
Re: Coyote Miner | PPS Mining Pool
« Reply #1058 on: November 12, 2013, 05:47:36 am »
another exciting thing is the stability.   I've got 80 servers running coyote since the beginning and not a single crash.

I'm seeing about 5% crashes per hour on ptsminer against beeeer pool.

Offline testz

Re: Coyote Miner | PPS Mining Pool
« Reply #1057 on: November 12, 2013, 05:43:35 am »
Cool! Keep us updated :)


Sent from my iPhone using Tapatalk

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1056 on: November 12, 2013, 05:42:25 am »
@bytemaster: Can you update us with pool stat? How many block we found  :)

So far the miners have earned about 1000 PTS total.

1500 connections to main pool.
1058 connections to private pool A
Setting up another private pool for another individual with 1000+ nodes.

The increased hash power is really affecting block rates... wow!
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

Re: Coyote Miner | PPS Mining Pool
« Reply #1055 on: November 12, 2013, 05:39:51 am »
Can anyone help me ?

I tried to run coyote_miner on my debian 32-bit server

Code: [Select]
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 <my address>

then I am getting this error

Code: [Select]
-bash: ./coyote_miner: No such file or directory
but I already checked that coyote_miner is in the correct directory

This may not be the answer, but try "chmod 777 coyote_miner" I know that may be bad form but if you're root that is probably why.

Done that, still getting the same error
I tried to run it as root and normal user, and it gives me the same error

Or is it because I am using 32-bit OS?
64 bit only, sorry.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline raynaldo

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1054 on: November 12, 2013, 05:29:44 am »
Can anyone help me ?

I tried to run coyote_miner on my debian 32-bit server

Code: [Select]
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 <my address>

then I am getting this error

Code: [Select]
-bash: ./coyote_miner: No such file or directory
but I already checked that coyote_miner is in the correct directory

This may not be the answer, but try "chmod 777 coyote_miner" I know that may be bad form but if you're root that is probably why.

Done that, still getting the same error
I tried to run it as root and normal user, and it gives me the same error

Or is it because I am using 32-bit OS?

Offline testz

Re: Coyote Miner | PPS Mining Pool
« Reply #1053 on: November 12, 2013, 05:29:31 am »
that is the default number of threads?

Default number is "hardware limit" I think byte called it.  So if you have 8 threads, 8.  If you have 16, 16.  Though it may have an upper bound at like 24??

For me it's work up to 32, from 33 it's crashes

Offline glongsword

  • Full Member
  • ***
  • Posts: 51
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1052 on: November 12, 2013, 05:28:25 am »
that is the default number of threads?

Default number is "hardware limit" I think byte called it.  So if you have 8 threads, 8.  If you have 16, 16.  Though it may have an upper bound at like 24??

protip: start mining, type "top" hit the number 1.  See which CPUs are being utilized and if they're not all >90% then that's maybe bad.

Offline gabainc

  • Full Member
  • ***
  • Posts: 68
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1051 on: November 12, 2013, 05:26:59 am »
that is the default number of threads?

Offline glongsword

  • Full Member
  • ***
  • Posts: 51
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1050 on: November 12, 2013, 05:25:36 am »
Can anyone help me ?

I tried to run coyote_miner on my debian 32-bit server

Code: [Select]
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 <my address>

then I am getting this error

Code: [Select]
-bash: ./coyote_miner: No such file or directory
but I already checked that coyote_miner is in the correct directory

This may not be the answer, but try "chmod 777 coyote_miner" I know that may be bad form but if you're root that is probably why.

Offline raynaldo

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1049 on: November 12, 2013, 05:23:21 am »
Can anyone help me ?

I tried to run coyote_miner on my debian 32-bit server

Code: [Select]
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 <my address>

then I am getting this error

Code: [Select]
-bash: ./coyote_miner: No such file or directory
but I already checked that coyote_miner is in the correct directory

Offline testz

Re: Coyote Miner | PPS Mining Pool
« Reply #1048 on: November 12, 2013, 05:20:22 am »
@bytemaster: Can you update us with pool stat? How many block we found  :)

Offline swknight

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Coyote Miner | PPS Mining Pool
« Reply #1047 on: November 12, 2013, 05:14:07 am »


Optional extra 3rd argument to miner is the number of threads to use.



Add a number after the address

./coyote_miner <pools ip address> <address> 8

Thanks.