BitShares Forum

Other => Graveyard => BitShares PTS => Topic started by: bytemaster on November 08, 2013, 11:59:11 pm

Title: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 08, 2013, 11:59:11 pm

NEW POOL SERVER:   162.243.67.4

./coyote_miner 162.243.67.4  YOURKEY

Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip
Mac Miner: https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
Linux Miner: https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz

No payouts will be made until 24 hours after you have earned your balance because I have to wait for blocks to mature first.  Then I will enable automatic payout anytime your mature balance is greater than 1 PTS.


Note to new windows client users, you must change the address listed in the .bat file or you will be mining to our donation address and the balance you see is the total for all people mining to the donation address.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: Silfax on November 09, 2013, 12:17:21 am
Okay, giving this a go. Getting ~31hpm on my Macbook. (up from ~14 with the stock client)

Can you clarify when you will pay out? Thanks.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 12:23:33 am
Okay, giving this a go. Getting ~31hpm on my Macbook. (up from ~14 with the stock client)

Can you clarify when you will pay out? Thanks.

Hey, I just made a slight stability fix, you may want to download the latest.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 12:25:23 am
Okay, giving this a go. Getting ~31hpm on my Macbook. (up from ~14 with the stock client)

Can you clarify when you will pay out? Thanks.

I will payout assuming that my calculation of Pay Per Share is working properly with the number of blocks the pool actually receives.   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 12:42:02 am
Output:

Code: [Select]
valid: 16  invalid: 2  balance: 1.31244  paid: 0  pps: 0.0397708  address: YOUR_PTS_ADDRESS_HERE  hpm: 31.3429
valid = the number of valid shares you have submitted
invalid = stale shares... note there is alway 1 invalid when you first start up...
balance = your balance on a pay-per-share basis
paid = total that have been sent to YOUR_PTS_ADDRESS    (this feature is disabled for now... )

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 12:43:51 am
Output:

Code: [Select]
valid: 16  invalid: 2  balance: 1.31244  paid: 0  pps: 0.0397708  address: YOUR_PTS_ADDRESS_HERE  hpm: 31.3429
valid = the number of valid shares you have submitted
invalid = stale shares... note there is alway 1 invalid when you first start up...
balance = your balance on a pay-per-share basis
paid = total that have been sent to YOUR_PTS_ADDRESS    (this feature is disabled for now... )

pps: is the number of PTS per share submitted ... this is the variable and pps is suspect right now... 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: MisO69 on November 09, 2013, 12:48:04 am
Eagerly awaiting the windows version of this miner.  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 12:49:11 am
Eagerly awaiting the windows version of this miner.  :)

Windows version is crashing on launch.. grrr
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: Silfax on November 09, 2013, 12:51:16 am
Okay, switched to the new version. I assume /opt stays the same and the fix was in pool_miner?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: Silfax on November 09, 2013, 12:53:40 am
Also, I'm not sure I fully understand the output.

Code: [Select]
  valid: 5  invalid: 4  balance: 0.437479  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 27.3926
3112166ms th_a       miner.cpp:45                  start_work           ] sending 03f48890e42b1b7d8c92c3aadd0a470531c547fb042e577b3e89f9462716f560
  valid: 5  invalid: 4  balance: 0.437479  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 30.5656

When it says sending, I assume that's a share, but then the number of valid/invalid doesn't increment. Is that correct behavior?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 12:53:48 am
Okay, switched to the new version. I assume /opt stays the same and the fix was in pool_miner?

Yes...

Right now balance != shares_found * pps and I don't know why... so I am looking into it.   Regardless I am tracking your share counts reliably.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 12:56:20 am
Also, I'm not sure I fully understand the output.

Code: [Select]
  valid: 5  invalid: 4  balance: 0.437479  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 27.3926
3112166ms th_a       miner.cpp:45                  start_work           ] sending 03f48890e42b1b7d8c92c3aadd0a470531c547fb042e577b3e89f9462716f560
  valid: 5  invalid: 4  balance: 0.437479  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 30.5656

When it says sending, I assume that's a share, but then the number of valid/invalid doesn't increment. Is that correct behavior?

I fixed that in the latest.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: Silfax on November 09, 2013, 12:59:07 am
That's in the new version that I had that behavior. http://the-iland.net/static/downloads/mac_alpha_miner.tar.gz, right?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: Silfax on November 09, 2013, 01:03:32 am
Here's another example on the latest version.

Code: [Select]
  valid: 6  invalid: 5  balance: 0.47725  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 0
9140ms th_b       miner.cpp:45                  start_work           ] sending 019b0c81b38e57dad43115c81ef3000ca61f3e738712400a2a1db8fa23282b5d
  valid: 6  invalid: 5  balance: 0.517021  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 12.8594
  valid: 6  invalid: 5  balance: 0.517021  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 13.5231
74874ms th_b       miner.cpp:45                  start_work           ] sending 0136f33b3528ebe13b1df652398b9398f2b9b3aea0f9354e07b8870f25c7c24b
  valid: 7  invalid: 5  balance: 0.556791  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 20.7333
  valid: 7  invalid: 5  balance: 0.556791  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 22.7991
110167ms th_b       miner.cpp:45                  start_work           ] sending 0155d9e82ac58633f629feeda789d9a8539899988669b017ddc6ab57cb51e5e7
  valid: 7  invalid: 5  balance: 0.556791  paid: 0  pps: 0.0397708  address: PsaBPVGJPVbvWXjAwMyHB43iTHqWDBM6iL  hpm: 24.209

Only sometimes does the number update. Maybe your server is still serving an old copy of the file? Try changing the name of the file.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 01:04:23 am
Yep... I didn't get the patch to the server, I copied the broken one.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 01:05:12 am
Try it now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: Silfax on November 09, 2013, 01:17:28 am
Now I'm getting a bunch of 'cannot connect'

Code: [Select]
attempting to connect to the-iland.net
940782ms th_a       miner.cpp:103                 main                 ] 64.90.183.137:8383
940904ms th_a       miner.cpp:109                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 01:19:11 am
Now I'm getting a bunch of 'cannot connect'

Code: [Select]
attempting to connect to the-iland.net
940782ms th_a       miner.cpp:103                 main                 ] 64.90.183.137:8383
940904ms th_a       miner.cpp:109                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

Reset the server... for some reason it is misbehaving now in ways it wasn't when I tested it all day... murphy!!! 

If you care about your hash power I would recommend giving me about 15 to 20 minutes to sort through something then I will post back, hopefully with a 64 bit windows exe as well.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: Silfax on November 09, 2013, 01:27:19 am
Unable to connect again...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 01:27:52 am
Server is down for now, will be back up in 20 minutes.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: Silfax on November 09, 2013, 01:37:01 am
I connected again, but now I've lost my shares? It's put me back at 0.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 01:39:41 am
I backed up the DB before I reset  my apologies everyone, I thought I had enough of the bugs worked out. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 01:50:39 am
Good news.. the Windows 64 build is now working... once I track down this odd miscounting bug I will post fresh downloads for Mac and Windows 64.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: spoonman on November 09, 2013, 02:05:20 am
Is the server still down?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 02:08:59 am
Is the server still down?

The server was losing hashes somewhere and I am trying to find out where.  I am working as fast as I can :)   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 02:36:49 am
OK... We are good to go now.  I had a data synchronization issue between the miner and pool which seems to be resolved in my testing.  I also have Windows 64 binaries ready to go.

1) http://the-iland.net/static/downloads/mac_alpha_miner-0.1.0.tar.gz
2) http://the-iland.net/static/downloads/win64_alpha_miner-0.1.0.tar.gz
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Silfax on November 09, 2013, 02:42:54 am
Seems good from my end!

Let me know when you pay out, thanks for your work!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: flower1024 on November 09, 2013, 02:43:40 am
OK... We are good to go now.  I had a data synchronization issue between the miner and pool which seems to be resolved in my testing.  I also have Windows 64 binaries ready to go.

1) http://the-iland.net/static/downloads/mac_alpha_miner-0.1.0.tar.gz
2) http://the-iland.net/static/downloads/win64_alpha_miner-0.1.0.tar.gz

thanks
how do i specifiy how many threads to use?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: spoonman on November 09, 2013, 02:44:45 am
OK... We are good to go now.  I had a data synchronization issue between the miner and pool which seems to be resolved in my testing.  I also have Windows 64 binaries ready to go.

1) http://the-iland.net/static/downloads/mac_alpha_miner-0.1.0.tar.gz
2) http://the-iland.net/static/downloads/win64_alpha_miner-0.1.0.tar.gz

I'm still getting

Unable to connect
attempting to connect to the-iland.net
2638030ms th_b       miner.cpp:103                 main                 ] 64.90.183.137:8383
2638078ms th_b       miner.cpp:109                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 02:45:51 am
You are running the old client.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: bytemaster on November 09, 2013, 02:52:22 am
OK... We are good to go now.  I had a data synchronization issue between the miner and pool which seems to be resolved in my testing.  I also have Windows 64 binaries ready to go.

1) http://the-iland.net/static/downloads/mac_alpha_miner-0.1.0.tar.gz
2) http://the-iland.net/static/downloads/win64_alpha_miner-0.1.0.tar.gz

thanks
how do i specifiy how many threads to use?

Right now it defaults to 8 for my testing which should work for everyone with a small performance hit for those with only 4 cores.    I will add more options once the core functionality is tested.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: spoonman on November 09, 2013, 02:55:04 am
You are running the old client.

Thanks, got it working, my mac was messing with me  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM
Post by: flower1024 on November 09, 2013, 02:55:46 am
OK... We are good to go now.  I had a data synchronization issue between the miner and pool which seems to be resolved in my testing.  I also have Windows 64 binaries ready to go.

1) http://the-iland.net/static/downloads/mac_alpha_miner-0.1.0.tar.gz
2) http://the-iland.net/static/downloads/win64_alpha_miner-0.1.0.tar.gz

thanks
how do i specifiy how many threads to use?

Right now it defaults to 8 for my testing which should work for everyone with a small performance hit for those with only 4 cores.    I will add more options once the core functionality is tested.

8 threads using only 1.3gb ram on my system then.
speed is better than before ;) approx 150%
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:10:56 am
Ok... so I have between now and when the next block reward reduction occurs to make sure I get the proper Pay Per Share.   So everyone here can help me out as you are the ones that will be paid.

The target of a share is      0x03ffffffffffffff.....
The target of a block is       0000fff000000000000000000000000000000000000000000000000000000000

PPS is calculated as  BLOCK_REWARD   *  SHARE_TARGET / BLOCK_TARGET  which according to my calculations is: 0.0397708 PER SHARE.

Invalid Shares occur anytime the provided data is stale... and there is a known bug that you get one 'invalid' count on startup. 

Now ON AVERAGE the pool should be able to pay out .0397708 per share so the way I have tentatively designed the system is to automatically payout when it can and hold a balance anytime the lottery is working against the pool. 

The only remaining variable is how to account for orphaned blocks which effectively increase the difficulty and thus should decrease the average block reward.   I will probably have to allow a couple percent margin for stale blocks in order to honor the PPS system.


Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:19:55 am
Luck is with us, we have already found 1 block :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: super3 on November 09, 2013, 03:24:00 am
Says its missing MSVCP110.dll from the windows build.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: spoonman on November 09, 2013, 03:25:10 am
Will there be a way for us to tell how many people are mining?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:35:15 am
Will there be a way for us to tell how many people are mining?

Yep... I am working on adding that feature now and eventually a web front end to monitor it.  This was all developed from scratch in the past 2 days so it will take a bit to be fully featured. 

The beta miner will include user count and global HPM for the pool
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lib on November 09, 2013, 03:37:31 am
I got this error in OS X 10.8.4. Anyone knows how to fix it? :D

dyld: Symbol not found: ___emutls_get_address
  Expected in: /usr/lib/libSystem.B.dylib

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:46:02 am
I got this error in OS X 10.8.4. Anyone knows how to fix it? :D

dyld: Symbol not found: ___emutls_get_address
  Expected in: /usr/lib/libSystem.B.dylib


Did you move the opt folder to /opt?

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: darkyoung on November 09, 2013, 03:46:18 am
Does this work on Ubuntu?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:48:53 am
Does this work on Ubuntu?

What version do you want a binary for?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 09, 2013, 03:53:01 am
Why Dont have linux? version :'(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 03:53:15 am
Does this work on Ubuntu?

What version do you want a binary for?

x64  8)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 03:53:55 am
Says its missing MSVCP110.dll from the windows build.

im getting this error as well on windows 8
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 09, 2013, 03:54:37 am
Looks good so far. Here are some numbers:
Win64 i980
Stock - 9.6 hpm genproclimit 3 x 3 = ~27hpm
ALMN - 42.7hpm x 1 + 9hpm x 3 = ~60hpm!

AMD A3
Stock - 6.2 hpm (genproclimit x 3)
ALMN - 12.6 hpm



Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:54:44 am
Says its missing MSVCP110.dll from the windows build.

im getting this error as well on windows 8

I believe google can help.   I didn't build the Win64 version and the guy who did is out for the night.  I know you can download it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:56:32 am
Says its missing MSVCP110.dll from the windows build.

im getting this error as well on windows 8

I believe google can help.   I didn't build the Win64 version and the guy who did is out for the night.  I know you can download it.

http://stackoverflow.com/questions/17227095/msvcp110-dll-is-missing     

http://www.microsoft.com/en-us/download/details.aspx?id=30679
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 04:01:35 am
Does this work on Ubuntu?

What version do you want a binary for?

Why give us binaries?
Just release sources for x64 linux.
I don't think there's a need to bother with 32bit versions...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lib on November 09, 2013, 04:02:05 am
I got this error in OS X 10.8.4. Anyone knows how to fix it? :D

dyld: Symbol not found: ___emutls_get_address
  Expected in: /usr/lib/libSystem.B.dylib


Did you move the opt folder to /opt?

Thanks for help.

First I "cp opt/local/lib/*.dylib /opt/local/lib/"

Then it told me
dyld: lazy symbol binding failed: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
Expected in: /usr/lib/libstdc++.6.dylib


After "cp opt/local/lib/libstdc++.6.dylib /usr/lib/lib" the "System.B" error shows up.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:04:06 am
I got this error in OS X 10.8.4. Anyone knows how to fix it? :D

dyld: Symbol not found: ___emutls_get_address
  Expected in: /usr/lib/libSystem.B.dylib


Did you move the opt folder to /opt?

Thanks for help.

First I "cp opt/local/lib/*.dylib /opt/local/lib/"

Then it told me
dyld: lazy symbol binding failed: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
Expected in: /usr/lib/libstdc++.6.dylib


After "cp opt/local/lib/libstdc++.6.dylib /usr/lib/lib" the "System.B" error shows up.

Ok... I will build a Qt GUI for this that will just run with a double click.   

But lets try one thing first...

mv /opt  to /oldopt
mv myopt to /opt

Then run it.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: darkyoung on November 09, 2013, 04:07:08 am
Does this work on Ubuntu?

What version do you want a binary for?

Mostly using 12.04 x64
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:07:42 am
Does this work on Ubuntu?

What version do you want a binary for?

Why give us binaries?
Just release sources for x64 linux.
I don't think there's a need to bother with 32bit versions...

I will release the source in time, for now it is my competitive edge in the mining pool business.     I need some PTS to make Invictus grow and give value to everyone else's PTS :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 04:12:08 am
yeah download Microsoft C++ redistributable for VS 2012


that fixed it
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 04:15:30 am
Does this work on Ubuntu?

What version do you want a binary for?

Why give us binaries?
Just release sources for x64 linux.
I don't think there's a need to bother with 32bit versions...

I will release the source in time, for now it is my competitive edge in the mining pool business.     I need some PTS to make Invictus grow and give value to everyone else's PTS :)

Fine, then give us the x64 binaries, please.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:16:19 am
Does this work on Ubuntu?

What version do you want a binary for?

Why give us binaries?
Just release sources for x64 linux.
I don't think there's a need to bother with 32bit versions...

I will release the source in time, for now it is my competitive edge in the mining pool business.     I need some PTS to make Invictus grow and give value to everyone else's PTS :)

Fine, then give us the x64 binaries, please.

Building it, give me about 10 to 15 minutes.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 04:19:10 am
Windows one is working perfectly, fastest so far.  ;D

And I love the display.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 09, 2013, 04:20:04 am
Does this work on Ubuntu?

What version do you want a binary for?

Why give us binaries?
Just release sources for x64 linux.
I don't think there's a need to bother with 32bit versions...

I will release the source in time, for now it is my competitive edge in the mining pool business.     I need some PTS to make Invictus grow and give value to everyone else's PTS :)

Fine, then give us the x64 binaries, please.

Building it, give me about 10 to 15 minutes.

Thanks
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 04:20:33 am
Does this work on Ubuntu?

What version do you want a binary for?

Why give us binaries?
Just release sources for x64 linux.
I don't think there's a need to bother with 32bit versions...

I will release the source in time, for now it is my competitive edge in the mining pool business.     I need some PTS to make Invictus grow and give value to everyone else's PTS :)

Fine, then give us the x64 binaries, please.

Building it, give me about 10 to 15 minutes.

Looks like I'm staying awake then. Thanks.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 09, 2013, 04:23:10 am
Release the Kraken :P

Going to love to see what this does on my mining hoard.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:25:20 am
Does this work on Ubuntu?

What version do you want a binary for?

Why give us binaries?
Just release sources for x64 linux.
I don't think there's a need to bother with 32bit versions...

I will release the source in time, for now it is my competitive edge in the mining pool business.     I need some PTS to make Invictus grow and give value to everyone else's PTS :)

Fine, then give us the x64 binaries, please.

Building it, give me about 10 to 15 minutes.

Looks like I'm staying awake then. Thanks.

Your call :)   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 04:25:57 am
32 bit will be great as well thanks
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:26:51 am
32 bit will be great as well thanks

Funny thing about it, the 32 bit version would crash when I tried to build it.   Didn't think anyone was still mining on 32 bit machines.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 04:27:29 am
+1 Linux please  Debian 7 64bit. Very nice display btw!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 04:29:17 am
32 bit will be great as well thanks

Funny thing about it, the 32 bit version would crash when I tried to build it.   Didn't think anyone was still mining on 32 bit machines.

I have 2 more machines i will hate to let waste maybe keep the thread count low
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 09, 2013, 04:29:39 am
+1 Linux please  Debian 7 64bit. Very nice display btw!

++1 this
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:30:53 am
Just a reminder to everyone... I threw this whole pool / miner together in an all-nigher trying to beet the rush so this is very alpha quality software right now.   

I will honor the PPS price and balance you see on your display, even if it costs me PTS. 

In 1 hour I will take the pool down for a minute and then reopen it to pay everyone what they have earned thus far in the dry run.  I will also use the opportunity to upgrade the server to provide us with more stats regarding users and total hash power.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 09, 2013, 04:37:40 am
So after the dry run and during the reboot, will we need updated clients to access it, or will the transition be seamless. Just want to know if I need to stay up to keep the miners running.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lib on November 09, 2013, 04:38:58 am
I got this error in OS X 10.8.4. Anyone knows how to fix it? :D

dyld: Symbol not found: ___emutls_get_address
  Expected in: /usr/lib/libSystem.B.dylib


Did you move the opt folder to /opt?

Thanks for help.

First I "cp opt/local/lib/*.dylib /opt/local/lib/"

Then it told me
dyld: lazy symbol binding failed: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
Expected in: /usr/lib/libstdc++.6.dylib


After "cp opt/local/lib/libstdc++.6.dylib /usr/lib/lib" the "System.B" error shows up.

Ok... I will build a Qt GUI for this that will just run with a double click.   

But lets try one thing first...

mv /opt  to /oldopt
mv myopt to /opt

Then run it.

I am very new to OS system and sorry to bother.
I am afraid when I did the "cp opt/local/lib/libstdc++.6.dylib /usr/lib/" operation, the original file was covered by the new one.
So now there is some problem with my system.

"sudo: unable to initialize PAM: No such file or directory" shows up when I using "sudo" command. And new applications can not be started.
So I am going to do some google search to see what going on. Thanks again :D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:40:50 am
Yikes... you just hosed your system...    I can post a DL link for the original file for OS X 10.8.4 if you need it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:42:02 am
So after the dry run and during the reboot, will we need updated clients to access it, or will the transition be seamless. Just want to know if I need to stay up to keep the miners running.

I will make it seamless... your client will auto connect, all changes are server side.   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:43:53 am
Ubuntu 13.04 x64  Runs at 6 HPM on Digital Ocean

http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 04:45:34 am
In in the pool  ;) let's see what we get.
How I can specify number of threads, or it's detects it automatically?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 04:45:53 am
Ubuntu 13.04 x64  Runs at 6 HPM on Digital Ocean

http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0

Thanks. Gonna try it now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:46:32 am
In in the pool  ;) let's see what we get.
How I can specify number of threads, or it's detects it automatically?

It is hard coded to 8, so performance will suffer slightly if you have less than 8... next version will have more options.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:49:15 am
Come on guys... you need to have better luck with your hashes... I found 1 block in the first 5 minutes and nothing since.... 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lib on November 09, 2013, 04:55:41 am
Yikes... you just hosed your system...    I can post a DL link for the original file for OS X 10.8.4 if you need it.

Sure. That would be very kind of you.  :D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 04:56:41 am
I'm trying the linux version on Debian/Ubuntu. When trying to run it, it says:

/lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./alphaminer)

Anyone know what package that is? There are a lot of libc's in aptitude.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:57:33 am
Yikes... you just hosed your system...    I can post a DL link for the original file for OS X 10.8.4 if you need it.

Sure. That would be very kind of you.  :D

http://the-iland.net/static/downloads/libSystem.B.dylib
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 05:00:03 am
Linux one working great also, I am moving all my power.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mmx888 on November 09, 2013, 05:01:10 am
pls help me ,how to use this software ?
what is HOST ?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:01:38 am
Linux one working great also, I am moving all my power.

Lol.... no pressure on me or anything :)   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 05:03:46 am
Come on guys... you need to have better luck with your hashes... I found 1 block in the first 5 minutes and nothing since....

Wait 10 min, I'm in the way  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 05:16:23 am
I'm trying the linux version on Debian/Ubuntu. When trying to run it, it says:

/lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./alphaminer)

Anyone know what package that is? There are a lot of libc's in aptitude.

Is the GLIBC_2.14 version hardcoded into alpha miner? Debian's newest stable version available in the repos is only 2.13-38. I think that might be what it is. http://packages.qa.debian.org/e/eglibc.html The apt package is eglibc-source. My system is fully up to date.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:16:41 am
I need to convert from X shares per min to  X hashes per min to calculate total pool speed... anyone care to help me out?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: feeleep on November 09, 2013, 05:17:36 am
hi - what is the port to be opened on firewall?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:20:44 am
hi - what is the port to be opened on firewall?

8384
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:22:54 am
I need to convert from X shares per min to  X hashes per min to calculate total pool speed... anyone care to help me out?

With share target of 0x03ffffff...    I believe HPM can be estimated as 85 Shares Per Min right?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 05:23:08 am
I'm trying the linux version on Debian/Ubuntu. When trying to run it, it says:

/lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./alphaminer)

Anyone know what package that is? There are a lot of libc's in aptitude.

Is the GLIBC_2.14 version hardcoded into alpha miner? Debian's newest stable version available in the repos is only 2.13-38. I think that might be what it is. http://packages.qa.debian.org/e/eglibc.html The apt package is eglibc-source. My system is fully up to date.

Bueller? Bueller? anybody?  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 09, 2013, 05:27:56 am
Nice and steady hashing - just what I like :D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:28:53 am
Nice and steady hashing - just what I like :D

And I am the one sweating bullets taking the risk of finding blocks :)   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 05:31:50 am
That is why everybody loves PPS pool.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 09, 2013, 05:35:15 am
Waiting till you get things ironed out before throwing the beasts at it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: feeleep on November 09, 2013, 05:35:49 am
on Win Server 2008 R2 I have a message box with: "The application was unable to start correctly (0xc000007b). Click OK to close" - any ideas?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:36:53 am
Waiting till you get things ironed out before throwing the beasts at it.

Thank you... hopefully I will have it all straight tonight :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 05:38:24 am
Come on guys... you need to have better luck with your hashes... I found 1 block in the first 5 minutes and nothing since....

Wait 10 min, I'm in the way  :)

OK, please check now
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 05:39:34 am
I'm trying the linux version on Debian/Ubuntu. When trying to run it, it says:

/lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./alphaminer)

Anyone know what package that is? There are a lot of libc's in aptitude.

I figured it out. Debian, even the newest, only has GLIB 2.13. I googled to try updating it but everything failed. So I destroyed that and spun up Ubuntu. It's working now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 05:45:23 am
Your client is working great bytemaster.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 05:47:50 am
When I have multiple computers using same payout address, the share number does not scale. Or maybe just my feeling....
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: jbfru45 on November 09, 2013, 05:49:43 am
When I have multiple computers using same payout address, the share number does not scale. Or maybe just my feeling....

I'm seeing the same thing.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 05:51:52 am
I was wondering to if all my computers were workingon the same hash... the serverlooks like it went down adn came backup
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 05:52:15 am
When I have multiple computers using same payout address, the share number does not scale. Or maybe just my feeling....

I'm seeing the same thing.

Especially when they are submitting shares at the same time. It jammed.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:53:11 am
I shut it down to reload with some stats... 162 connections... you guys are stress testing me...

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 05:58:09 am
I'm trying the linux version on Debian/Ubuntu. When trying to run it, it says:

/lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./alphaminer)

Anyone know what package that is? There are a lot of libc's in aptitude.

I figured it out. Debian, even the newest, only has GLIB 2.13. I googled to try updating it but everything failed. So I destroyed that and spun up Ubuntu. It's working now.

For reference, Debian Testing repos have glibc 2.17. I installed it from there and it's running great.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lib on November 09, 2013, 06:11:31 am
Yikes... you just hosed your system...    I can post a DL link for the original file for OS X 10.8.4 if you need it.

Sure. That would be very kind of you.  :D

http://the-iland.net/static/downloads/libSystem.B.dylib

Thank you very much bytemaster!

Actually I compared the md5 of "/usr/lib/libstdc++.6.dylib" and the same file in alpha_miner and the two are same.
That means I overwrite "libstdc++" with yours,  not "libSystem.B".
I contacted the service center of Apple. They suggested me to reinstall my system but I don't think it's needed.

Any simple method that I can recover my original "libstdc++.6.dylib"?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:19:31 am
Allright everyone... thank you for this test run, but I am going to take the pool down for an hour or so to fix some things on my end. 

Please revert to your previously scheduled mining and I will post back when we are ready to rumble.   

Note.... all balances will be honored.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:25:43 am
Summary of initial results:  we found 3 blocks with 160 nodes in the past hour.   

I found a bug where some duplicate work was being performed (same miners doing the same work... which was going to ultimately kill me if I let you all keep mining... ) .  I will get this sorted out and bring it up in a bit.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 06:31:13 am
When I have multiple computers using same payout address, the share number does not scale. Or maybe just my feeling....

I'm seeing the same thing.

Please also check this.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 06:32:58 am
When I have multiple computers using same payout address, the share number does not scale. Or maybe just my feeling....

I'm seeing the same thing.

Please also check this.

Yes, as I see all computers count as one and probably do the same job, waiting for a fix.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: super3 on November 09, 2013, 07:00:48 am
Pool off I guess?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:07:30 am
Pool off I guess?

It will be back soon...   this thread was for the alpha testing to work out bugs prior to prime time release.  I think I should have it all worked out within the next couple of hours.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 07:11:33 am
Will you post back in this thread please? That way I know where to look and refresh. ;)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:12:03 am
Yes I will keep posting here.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:17:04 am
When I have multiple computers using same payout address, the share number does not scale. Or maybe just my feeling....

I'm seeing the same thing.

Please also check this.

Yes, as I see all computers count as one and probably do the same job, waiting for a fix.

Ok, so the display output parameters you see are for your address and not that instance.  If you have two instances that are both using the same key, then they will both report the same totals and NOT the local totals for that client. 

That is the behavior I have now... if you want a client that tracks its own stats you will need to give it a separate public key.   I will look into per-connection stats.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Pairmike on November 09, 2013, 07:18:43 am
on Win Server 2008 R2 I have a message box with: "The application was unable to start correctly (0xc000007b). Click OK to close" - any ideas?
I installed Visual C++ Redistributable for Visual Studio 2012 Update 3 and then it worked.
 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 07:22:24 am
When I have multiple computers using same payout address, the share number does not scale. Or maybe just my feeling....

I'm seeing the same thing.

Please also check this.

Yes, as I see all computers count as one and probably do the same job, waiting for a fix.

Ok, so the display output parameters you see are for your address and not that instance.  If you have two instances that are both using the same key, then they will both report the same totals and NOT the local totals for that client. 

That is the behavior I have now... if you want a client that tracks its own stats you will need to give it a separate public key.   I will look into per-connection stats.

That it's track global stat it's fine, just make sure that they will not do a same job  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 07:30:43 am
When I have multiple computers using same payout address, the share number does not scale. Or maybe just my feeling....

I'm seeing the same thing.

Please also check this.

Yes, as I see all computers count as one and probably do the same job, waiting for a fix.

Ok, so the display output parameters you see are for your address and not that instance.  If you have two instances that are both using the same key, then they will both report the same totals and NOT the local totals for that client. 

That is the behavior I have now... if you want a client that tracks its own stats you will need to give it a separate public key.   I will look into per-connection stats.

That makes sense. But it might be worth double checking the other aspect of what he was talking about too; For instance, it almost seemed as if 3 instances using 1 address looked like it may have created PTS or shares about as quickly as 1 instance with 1 address. Which is why he thinks it might be doing the same work if it's using the same address. Of course, none of us were looking that closely, so maybe or maybe not.

Something to double check though. I'm really liking what you have here!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Silfax on November 09, 2013, 07:44:53 am
Back to broken pipe on latest Mac. You need to set up an auto-restart server script or something? I wasted a lot of hashing... :(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 07:50:02 am
Back to broken pipe on latest Mac. You need to set up an auto-restart server script or something? I wasted a lot of hashing... :(
He has it off for "an hour or two" to make updates. Then will come up again.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:51:43 am
I trust everyone received their payout?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 07:54:34 am
I get a payment  :) Thanks. Just tell when we can start mining again.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:59:03 am
The following accounts were not paid because they were below the minimum threshold or because the wallet is waiting for blocks to mature.

sending 310212318 to PYCbcdeCMJyGynM7zfBMSJv4eUUHHr8EVV
sending 59656215 to PYKeUGZHJvaZXNt4tr9t71pfBCK4dxiRVk
sending 39770810 to PYTKZhevrkVjRDG41R9Uj4VWk9j6JfYFW6
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:01:18 am
Pool is up again for another test run... it should now be reporting that you have been paid some as well.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:04:27 am
Some updates on how to interpret the console output.

Sending of work and printing of status are two independent operations.  Periodically the server updates the client to inform it of its account balance when it updates the work.  This will reflect the sum total of all of your miners that share the same address and can be confusing if you are expecting something different.

The hash rate how ever is local to your one node.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:12:45 am
I believe all known issues have been resolved and we are currently mining at 35 shares / minute or about 3000 hash per minute in the pool.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 08:16:41 am
Any sources of miner available yet?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 08:32:50 am
Also it will be good if miner will have only minimalistic deps (libcurl and may be some others, but not boost or qt its overkill to use boost just for communication like xolokram did)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:36:51 am
Also it will be good if miner will have only minimalistic deps (libcurl and may be some others, but not boost or qt its overkill to use boost just for communication like xolokram did)

I built the miner using my fc, threading, multitasking, and reflection library so I could put the whole thing together quickly.  I also use a binary protocol for performance and the server relies on coroutines to be entirely async.  This pool was designed for speed and minimum latency.

This is also helping to test the infrastructure of BitShares itself by using many components from that.  The windows exe should use static linking rather than DLLs, but this was not packaged for release.

I am sure others will design things around curl and json... that is what the market is for :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 08:41:00 am
Also it will be good if miner will have only minimalistic deps (libcurl and may be some others, but not boost or qt its overkill to use boost just for communication like xolokram did)

I built the miner using my fc, threading, multitasking, and reflection library so I could put the whole thing together quickly.  I also use a binary protocol for performance and the server relies on coroutines to be entirely async.  This pool was designed for speed and minimum latency.

This is also helping to test the infrastructure of BitShares itself by using many components from that.  The windows exe should use static linking rather than DLLs, but this was not packaged for release.

I am sure others will design things around curl and json... that is what the market is for :)

Also seems like you use openssl or libgcrypt. I dont care about win binary, I'm interested in linux and sources for this client
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:43:24 am
Also it will be good if miner will have only minimalistic deps (libcurl and may be some others, but not boost or qt its overkill to use boost just for communication like xolokram did)

I built the miner using my fc, threading, multitasking, and reflection library so I could put the whole thing together quickly.  I also use a binary protocol for performance and the server relies on coroutines to be entirely async.  This pool was designed for speed and minimum latency.

This is also helping to test the infrastructure of BitShares itself by using many components from that.  The windows exe should use static linking rather than DLLs, but this was not packaged for release.

I am sure others will design things around curl and json... that is what the market is for :)

Also seems like you use openssl or libgcrypt. I dont care about win binary, I'm interested in linux and sources for this client

Yes I am.. I am testing the peer to peer communication channels I use for BitShares so everything is encrypted by default.   I need to have lots of use of the foundational components so that I can be sure they will hold up when the time comes.   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: fav on November 09, 2013, 08:43:38 am
3 hpm more than I get with other miners on win7
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:44:18 am
3 hpm more than I get with other miners on win7

What is your base line?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: fav on November 09, 2013, 08:45:02 am
3 hpm more than I get with other miners on win7

What is your base line?

6.5 now 8.5-9. keeping an eye on the rejection rate though
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:48:05 am
3 hpm more than I get with other miners on win7

What is your base line?

6.5 now 8.5-9. keeping an eye on the rejection rate though

I have a very low reject rate for my miners... what are you all seeing?   Remember to subtract 1 for each time you have started your client.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:49:47 am
pool-wide I am getting less than 7% reject rate right now and running at 56 shares per minute.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: fav on November 09, 2013, 08:50:16 am
I have a very low reject rate for my miners... what are you all seeing?   Remember to subtract 1 for each time you have started your client.

It's 3 - 0 then
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Brekyrself on November 09, 2013, 08:51:28 am
Was getting ~17 with two instances on win64, now with the new miner ~30.  Nice job and quick action bytemaster.  I hope to see an all in one solution built into the qt client so I can easily get non tech friends to support the cause.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 08:52:04 am
Why you use hardcoded thread number? why not simply detect them on the fly like cpuminer did?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:52:26 am
Was getting ~17 with two instances on win64, now with the new miner ~30.  Nice job and quick action bytemaster.  I hope to see an all in one solution built into the qt client so I can easily get non tech friends to support the cause.

All-in-one miner will be included with Keyhotee when the time comes.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:53:25 am
Why you use hardcoded thread number? why not simply detect them on the fly like cpuminer did?

Because I wrote this in 24 hours and that required extra time I didn't have :)

I will make it auto detect soon.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 08:54:32 am
release sources and someone will help you writing it
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:56:40 am
release sources and someone will help you writing it

(http://cdn.meme.li/i/if4bg.jpg)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 09:04:39 am
he he  some fun error

Code: [Select]
End of file
    {"message":"End of file"}
    asio  asio.cpp:22 read_write_handler
attempting to connect to the-iland.net
206687ms th_a       miner.cpp:108                 main                 ] 64.90.183.137:8384
206825ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
attempting to connect to the-iland.net
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 09:09:36 am
Yes, I reset the server to remove some debug statements to reduce latency.

One of the biggest improvements in performance is rapid exit of the momentum search when a new block is found.  This has a bigger impact on slower machines.
Another improvement in performance came from having 8 threads work in parallel on the same search space.  This allowed me to search it faster and thus reduce latency further, it also reduced the memory footprint. 

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 09:31:22 am
So far the load on the pool server is essentially 0 and we are mining at a total of 105 connections... keep the hashes coming :)

From my side of things I am seeing very few stale nodes despite the fact that blocks keep coming at 30-40 second intervals..... I am sure this pool will not help with the hash rate growth!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: fav on November 09, 2013, 09:59:56 am
It's 3 - 0 then

14 - 5 with ~9.5 hpm
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 10:04:41 am
It's 3 - 0 then

14 - 5 with ~9.5 hpm

Statistically your an outlier... of all submitted shares only 5% have been stale.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: feeleep on November 09, 2013, 10:08:30 am
if balance has been reset is that mean I can expect payout? what is the payout threshold?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 10:10:43 am
if balance has been reset is that mean I can expect payout? what is the payout threshold?

Right now I manually send out payouts a couple of times per day for security reasons with the new code.   I will set up automatic payouts every 0.5 PTS within a day or so and eventually manual payouts will be available once I have a GUI. 

I cannot send any payouts right now because all of the blocks we have found are too young.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 10:11:47 am
if balance has been reset is that mean I can expect payout? what is the payout threshold?

Right now I manually send out payouts a couple of times per day for security reasons with the new code.   I will set up automatic payouts every 0.5 PTS within a day or so and eventually manual payouts will be available once I have a GUI. 

I cannot send any payouts right now because all of the blocks we have found are too young.

You should have received a payout unless you were one of 3 people for whom the wallet ran out of mature blocks the last time I sent out a payout.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: feeleep on November 09, 2013, 10:14:30 am
if balance has been reset is that mean I can expect payout? what is the payout threshold?

Right now I manually send out payouts a couple of times per day for security reasons with the new code.   I will set up automatic payouts every 0.5 PTS within a day or so and eventually manual payouts will be available once I have a GUI. 

I cannot send any payouts right now because all of the blocks we have found are too young.

You should have received a payout unless you were one of 3 people for whom the wallet ran out of mature blocks the last time I sent out a payout.

damn - lucky me :) Pa2zusFEXPivmQmf8JWHv9sEiMkVngCzS2
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: vovik70 on November 09, 2013, 10:23:17 am
                            Pq21TVcVXcGXYofxw6t11jaLDKzMKWckKD


                                   Thanks you  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 10:33:09 am
I am going to get some sleep, I will send out a payout when I get up in a few hours.   

Contact BoShen or Lighthouse if something happens with the pool and they will know how to get ahold of me ASAP.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bahamapascal on November 09, 2013, 10:40:11 am
I am going to get some sleep, I will send out a payout when I get up in a few hours.   

Contact BoShen or Lighthouse if something happens with the pool and they will know how to get ahold of me ASAP.

Thanks soo much, grat job you did!

I had 17 hpm on the old miner and now have ~37 when I run bench mark and ~25 when I am mining in the pool.Is that normel?

JFYI,  9 valid, 2 stalles :)...thats good for thebeginning :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 10:42:47 am
The following accounts were not paid because they were below the minimum threshold or because the wallet is waiting for blocks to mature.

sending 310212318 to PYCbcdeCMJyGynM7zfBMSJv4eUUHHr8EVV
sending 59656215 to PYKeUGZHJvaZXNt4tr9t71pfBCK4dxiRVk
sending 39770810 to PYTKZhevrkVjRDG41R9Uj4VWk9j6JfYFW6

Where we supposed to post if that was us? I'm the last one: PYTKZhevrkVjRDG41R9Uj4VWk9j6JfYFW6
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 09, 2013, 11:26:43 am
Quote
  valid: 79  invalid: 19  balance: 1.59083  paid: 1.55106  pps: 0.0397708  address: PpJhLJN6XhG7JL8GiAdEmeHbcPTyQsWkSf  hpm: 10.4715
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0397708  address: PpJhLJN6XhG7JL8GiAdEmeHbcPTyQsWkSf  hpm: 10.4902

what happend?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 09, 2013, 12:11:57 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 09, 2013, 12:24:06 pm
Why don't pay my address??
PkjmivKVXMuKZYyMR2xCJtMRcBvWApsyof

I Mined whole day!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bitcrab on November 09, 2013, 12:28:01 pm
sending 0288d26b3a4e44dbda19029d4dca8f13781e721fcb0b17820ce4a32ff7184f8e
sending 036320273899ed83f57ac064d1203877c67c6b03baa9f6f49c8ad33b3a35cd0d
sending 0198afd1d6709af1fc3d4c162cd248d88abd33bfa9f4f156c06f49995bfa6b18
sending 026bf1db76ec79f5681777214499f98170b936c3cf1c05a3cf8cc879e938bd3b

valid: 7  invalid: 3  balance: 0.278396  paid: 0  pps: 0.0397708  address: PYFVMWv3rKYvsNgyu8YjHmEruskZtTUxWe  hpm: 21.9675

saw this but no income to the address, under minimum threshold?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 12:30:24 pm
Why don't pay my address??
PkjmivKVXMuKZYyMR2xCJtMRcBvWApsyof

I Mined whole day!

I believe he said that he has to process the payouts manually for the time being, because it was written very quickly so he hasn't have time to implement autopayouts yet. But he said he plans to add auto payouts in a day or two. Bytemaster was up all night helping out on the forums, so he's sleeping now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 09, 2013, 12:45:09 pm
sweet dream :'(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: BartV on November 09, 2013, 12:57:14 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."
I'm having the same problem, tried installing Visual C++ Redistributable for Visual Studio 2012 Update 3, but that didn't fix it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 01:11:40 pm
Awsome job.  Just wanted to say thanks.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 01:12:56 pm
Question:  is it better to use the same wallet address on all my mining machines or different addresses?  Or it doesn't matter?

Ta
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 09, 2013, 01:25:49 pm
I think I'm not understanding something very basic.  My hpm is around 18, but I only seem to submit less than 1 hash per minute (i.e. when it prints "sending").  The sending events are what increment the valid counter and everything else. 

I thought that what is sent is a hash that is found?  But if that's true, then why does it tell me I'm hashing at 18 per minute, but only submitting less than 1 per minute?

Also - what units is the balance in?  Do you need to multiply the balance by pps to convert it to PTS?

Thanks
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: phoenix on November 09, 2013, 01:31:15 pm
Whenever I try to start the miner it says "The program can't start because MSVCP110.dll is missing from your computer. Try reinstalling the program to fix this problem." Can anyone help me out?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 01:36:23 pm
I think I'm not understanding something very basic.  My hpm is around 18, but I only seem to submit less than 1 hash per minute (i.e. when it prints "sending").  The sending events are what increment the valid counter and everything else. 

I thought that what is sent is a hash that is found?  But if that's true, then why does it tell me I'm hashing at 18 per minute, but only submitting less than 1 per minute?

Also - what units is the balance in?  Do you need to multiply the balance by pps to convert it to PTS?

Thanks

I dunno if this answers your question:

Output:

Code: [Select]
valid: 16  invalid: 2  balance: 1.31244  paid: 0  pps: 0.0397708  address: YOUR_PTS_ADDRESS_HERE  hpm: 31.3429
valid = the number of valid shares you have submitted
invalid = stale shares... note there is alway 1 invalid when you first start up...
balance = your balance on a pay-per-share basis
paid = total that have been sent to YOUR_PTS_ADDRESS    (this feature is disabled for now... )

Output:

Code: [Select]
valid: 16  invalid: 2  balance: 1.31244  paid: 0  pps: 0.0397708  address: YOUR_PTS_ADDRESS_HERE  hpm: 31.3429
valid = the number of valid shares you have submitted
invalid = stale shares... note there is alway 1 invalid when you first start up...
balance = your balance on a pay-per-share basis
paid = total that have been sent to YOUR_PTS_ADDRESS    (this feature is disabled for now... )

pps: is the number of PTS per share submitted ... this is the variable and pps is suspect right now...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 01:39:51 pm
Whenever I try to start the miner it says "The program can't start because MSVCP110.dll is missing from your computer. Try reinstalling the program to fix this problem." Can anyone help me out?

http://stackoverflow.com/questions/17227095/msvcp110-dll-is-missing     

http://www.microsoft.com/en-us/download/details.aspx?id=30679
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 09, 2013, 01:42:53 pm
Thanks for the response, Nine Lives.  That explains the "shares," although I'm not quite sure why this intermediary is needed.  I.e. why not just denote balances in terms of PTS, i.e. scale shares so that PPS=1?

But is there something wrong with my system in that my hpm is 18, yet I send less than 1 hash per minute?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Silfax on November 09, 2013, 01:55:50 pm
One hash isn't one share. If you hash you and you end up with a hash low enough (starting with enough 0s) then it's considered a share, and is sent to the server.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: idev on November 09, 2013, 02:07:26 pm
Trying to get this running on OSX 10.6.8 but having no luck

I copied libgcc directory & libstdc++.6.dylib file to my /opt/local/lib
But when i try to run the miner i keep getting
Code: [Select]
Illegal instruction
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 09, 2013, 02:13:46 pm
One hash isn't one share. If you hash you and you end up with a hash low enough (starting with enough 0s) then it's considered a share, and is sent to the server.

When I "send," my balance goes up by about .04 shares, so that's clear.  But it seems that you are saying that most hashes calculated are discarded, and only those sufficiently low are submitted. 

I'm a total mining newb, so please bear with me. Out of curiosity, why does it work this way?  Aren't all hashes that aren't low enough to mine a block equally useless?  So why would some that are close to low enough be counted for shares, rather than just counting all hashes as shares?  Mining variance would be lowered even further by doing it that way.

Is it a filtering procedure to lower the burden on the mining pool?

Thanks ;)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 09, 2013, 02:23:05 pm
Thanks for the response, Nine Lives.  That explains the "shares," although I'm not quite sure why this intermediary is needed.  I.e. why not just denote balances in terms of PTS, i.e. scale shares so that PPS=1?

But is there something wrong with my system in that my hpm is 18, yet I send less than 1 hash per minute?

Ahh OK I think I get it now.  So the "balance" is actually in PTS, and the pps is just the increment in PTS per hash that's deemed sufficiently low.  Ok, kind of obvious in retrospect :)

Thanks ya'll.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 02:36:59 pm
When will the pool be sending out the pts?
I have over 11pts in there now
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: blue5peed on November 09, 2013, 02:49:03 pm
When ever I run the POOL_MINER.EXE (windows x64) it runs the benchmark for a while and displays a hashrate but after that it closes and does nothing else. I'm not sure if its a bug or there is some step that I am supposed to do before running the miner :(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 02:58:19 pm
When ever I run the POOL_MINER.EXE (windows x64) it runs the benchmark for a while and displays a hashrate but after that it closes and does nothing else. I'm not sure if its a bug or there is some step that I am supposed to do before running the miner :(

Run :

POOL_MINER.EXE the-iland.net <your protoshares address>
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Terens on November 09, 2013, 03:07:46 pm
How do I run miner in ubuntu?
I used wget http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
and then typed linux_alpha_miner-0.1.0 the-iland.net myptsadress in console
and it says "command not found".
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 03:11:23 pm
How do I run miner in ubuntu?
I used wget http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
and then typed linux_alpha_miner-0.1.0 the-iland.net myptsadress in console
and it says "command not found".

inside the folder where you downloaded the miner (from terminal) :

chmod +x linux_alpha_miner-0.1.0
./linux_alpha_miner-0.1.0 the-iland.net <pts addr> &
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: blue5peed on November 09, 2013, 03:13:57 pm
Run :

POOL_MINER.EXE the-iland.net <your protoshares address>

Thanks a lot, getting a lot higher hashrate with this miner over the others, in some cases more than double.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 03:16:57 pm
Now there is many disconnects from pool =\
Also i dont see any payout
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 03:18:21 pm
Now there is many disconnects from pool =\
Also i dont see any payout

Disconnected for me too and I just got my payment.
I think it's back online now..?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Terens on November 09, 2013, 03:20:23 pm
How do I run miner in ubuntu?
I used wget http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
and then typed linux_alpha_miner-0.1.0 the-iland.net myptsadress in console
and it says "command not found".

inside the folder where you downloaded the miner (from terminal) :

chmod +x linux_alpha_miner-0.1.0
./linux_alpha_miner-0.1.0 the-iland.net <pts addr> &
Thank you it works. :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:42:36 pm
According to my wallet I have paid out a total of 586 PTS divided among several hundred people. 

I received a transaction for my own miner on the pool which earned 9PTS... 

When you saw the connection drop and reconnect that was due to me processing payments.   

There was a brief period where the PPS was calculated wrong and I was paying you all 3x what I should have, a full 0.1 PTS per share.   I lost money there, but hey it was my mistake.

This pool is still an experiment, don't mine here unless you are willing to take the risk that my software has bugs that could cause problems.  I will make my best effort to see everyone gets paid even if I lose some, but there is still potential of data corruption that would make it hard for me to know what to pay out.   After all it was written in the middle of the night by a coder strung up on caffeinated beverages.   

Disclaimer aside, it appears to be working well from this end.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 03:47:05 pm
Quote
3) http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0

ending doesn't exist i guess
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:47:24 pm
There is still 109 PTS that is due to miners that is waiting for blocks to confirm.... next payout will be in 4 hours.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:49:26 pm
Quote
3) http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0

ending doesn't exist i guess

I just downloaded it using the link here in the forums.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: idev on November 09, 2013, 03:51:33 pm
Hi bytemaster.

Any help here would be appreciated.

Trying to get this running on OSX 10.6.8 but having no luck

I copied libgcc directory & libstdc++.6.dylib file to my /opt/local/lib
But when i try to run the miner i keep getting
Code: [Select]
Illegal instruction
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:54:38 pm
Hi bytemaster.

Any help here would be appreciated.

Trying to get this running on OSX 10.6.8 but having no luck

I copied libgcc directory & libstdc++.6.dylib file to my /opt/local/lib
But when i try to run the miner i keep getting
Code: [Select]
Illegal instruction

32 bit machine?

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: idev on November 09, 2013, 03:55:59 pm
Hi bytemaster.

Any help here would be appreciated.

Trying to get this running on OSX 10.6.8 but having no luck

I copied libgcc directory & libstdc++.6.dylib file to my /opt/local/lib
But when i try to run the miner i keep getting
Code: [Select]
Illegal instruction

32 bit machine?

Yep.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 03:58:20 pm
Hi bytemaster.

Any help here would be appreciated.

Trying to get this running on OSX 10.6.8 but having no luck

I copied libgcc directory & libstdc++.6.dylib file to my /opt/local/lib
But when i try to run the miner i keep getting
Code: [Select]
Illegal instruction

32 bit machine?

Yep.

ALl binaries provided are 64 bit only, no plans to support 32 bits.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: idev on November 09, 2013, 04:02:33 pm
Hi bytemaster.

Any help here would be appreciated.

Trying to get this running on OSX 10.6.8 but having no luck

I copied libgcc directory & libstdc++.6.dylib file to my /opt/local/lib
But when i try to run the miner i keep getting
Code: [Select]
Illegal instruction

32 bit machine?

Yep.

ALl binaries provided are 64 bit only, no plans to support 32 bits.
Drat and double drat. But thanks for letting me know.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 04:02:46 pm
 version `GLIBC_2.14' not found (required by ./linux_alpha_miner-0.1.0) someone fixed it?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:05:31 pm
I want to confirm that everyone is OK with the PPS price given the share target at 0x03ffff....

I would guess so given the demand :)   This means I either got the price right or am over paying.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 04:06:21 pm
version `GLIBC_2.14' not found (required by ./linux_alpha_miner-0.1.0) someone fixed it?

Are you on Debian x64?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rambo on November 09, 2013, 04:06:46 pm
According to my wallet I have paid out a total of 586 PTS divided among several hundred people. 

I received a transaction for my own miner on the pool which earned 9PTS... 

When you saw the connection drop and reconnect that was due to me processing payments.   

There was a brief period where the PPS was calculated wrong and I was paying you all 3x what I should have, a full 0.1 PTS per share.   I lost money there, but hey it was my mistake.

This pool is still an experiment, don't mine here unless you are willing to take the risk that my software has bugs that could cause problems.  I will make my best effort to see everyone gets paid even if I lose some, but there is still potential of data corruption that would make it hard for me to know what to pay out.   After all it was written in the middle of the night by a coder strung up on caffeinated beverages.   

Disclaimer aside, it appears to be working well from this end.
your mean miner display balance num is wrong?? is 3x?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 04:08:38 pm
version `GLIBC_2.14' not found (required by ./linux_alpha_miner-0.1.0) someone fixed it?

Are you on Debian x64?

yes
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 04:17:21 pm
According to my wallet I have paid out a total of 586 PTS divided among several hundred people. 

I received a transaction for my own miner on the pool which earned 9PTS... 

When you saw the connection drop and reconnect that was due to me processing payments.   

There was a brief period where the PPS was calculated wrong and I was paying you all 3x what I should have, a full 0.1 PTS per share.   I lost money there, but hey it was my mistake.

This pool is still an experiment, don't mine here unless you are willing to take the risk that my software has bugs that could cause problems.  I will make my best effort to see everyone gets paid even if I lose some, but there is still potential of data corruption that would make it hard for me to know what to pay out.   After all it was written in the middle of the night by a coder strung up on caffeinated beverages.   

Disclaimer aside, it appears to be working well from this end.
your mean miner display balance num is wrong?? is 3x?

No, I mean for a while I was incrementing your balance by .1 per share.  I honored those payments so don't worry about your balance what is displayed on your client is what I have in my database and what will be paid to you.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 04:21:42 pm
okso we can mine again or arr you goingto go down again ?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 09, 2013, 04:32:15 pm
version `GLIBC_2.14' not found (required by ./linux_alpha_miner-0.1.0) someone fixed it?

Are you on Debian x64?

yes

from terminal :

sudo editor /etc/apt/sources.list

add this line :

"deb http://ftp.debian.org/debian/ testing main contrib non-free" (no quotes)

run :
sudo apt-get update
sudo apt-get -t testing install libc6-dev



it'll ask you a few questions about restarting processes. go ahead and let it restart them
worked on my debian 7 x64 stable
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: spoonman on November 09, 2013, 04:38:26 pm
Question:  is it better to use the same wallet address on all my mining machines or different addresses?  Or it doesn't matter?

Ta

I been creating a different address for each computer, makes it easier to track things.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: spoonman on November 09, 2013, 04:43:53 pm
Will the linux build work on centOS 6?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 04:46:38 pm
@bytemaster

seems like your miner didnt like gentoo-hardened

Code: [Select]
./linux_alpha_miner-0.1.0: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by ./linux_alpha_miner-0.1.0)
Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::thread_resource_error> >
std::exception::what: boost::thread_resource_error: Resource temporarily unavailable
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 04:48:01 pm
version `GLIBC_2.14' not found (required by ./linux_alpha_miner-0.1.0) someone fixed it?

Are you on Debian x64?

yes

from terminal :

sudo editor /etc/apt/sources.list

add this line :

"deb http://ftp.debian.org/debian/ testing main contrib non-free" (no quotes)

run :
sudo apt-get update
sudo apt-get -t testing install libc6-dev



it'll ask you a few questions about restarting processes. go ahead and let it restart them
worked on my debian 7 x64 stable

thanks!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 05:22:03 pm
Inoticed not all my computers using the same address dont have the #of valids and invalids. i have like 7 computers running..is this a bug?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:48:36 pm
Inoticed not all my computers using the same address dont have the #of valids and invalids. i have like 7 computers running..is this a bug?

Please be more specific, all computers using the same address should see the cumulative # of valid and # of invalid.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:49:41 pm
In order to cover the cost of variance I have added a 5% fee to this pool.   Once the network stabilizes I will lower it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:51:15 pm
Please confirm that you all have been receiving expected payments.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: fav on November 09, 2013, 05:56:15 pm
Please confirm that you all have been receiving expected payments.

confirmed!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 05:56:20 pm
I've just had a few breaks in connection to the pool on all my servers in different locations.  Is the pool server ok?  Is anyone else experiencing this?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: spoonman on November 09, 2013, 05:56:57 pm
Please confirm that you all have been receiving expected payments.

Things seem to be flowing correctly for me.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 05:57:54 pm
I've just had a few breaks in connection to the pool on all my servers in different locations.  Is the pool server ok?  Is anyone else experiencing this?

All connection drops are me resetting the pool for small fixes or to make payments.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 05:58:02 pm
I've just had a few breaks in connection to the pool on all my servers in different locations.  Is the pool server ok?  Is anyone else experiencing this?

As bytemaster write before you get connection problem when pool proceed payouts, don't worry.
PS: I get all expected payments, thanks!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 05:58:17 pm
Please confirm that you all have been receiving expected payments.

got it!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 05:59:07 pm
I've just had a few breaks in connection to the pool on all my servers in different locations.  Is the pool server ok?  Is anyone else experiencing this?

As bytemaster write before you get connection problem when pool proceed payouts, don't worry.
PS: I get all expected payments, thanks!

Ok thank you
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 06:00:10 pm
Question,

Is it better to use one wallet address for all my servers that are mining or give each its own address?  Or does it not matter?  Just curious if this makes any difference.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 06:00:36 pm
Please confirm that you all have been receiving expected payments.

Acording my calculation, for 1 hour at this pool I get same amount as for 6 hours at http://54.238.185.113/ Great job!!!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:01:28 pm
Question,

Is it better to use one wallet address for all my servers that are mining or give each its own address?  Or does it not matter?  Just curious if this makes any difference.

If you want per-server stats I would use one per.   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 06:02:40 pm
I've just had a few breaks in connection to the pool on all my servers in different locations.  Is the pool server ok?  Is anyone else experiencing this?

All connection drops are me resetting the pool for small fixes or to make payments.

Thank you.

Do you have a donate address?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:02:45 pm
Please confirm that you all have been receiving expected payments.

Acording my calculation, for 1 hour at this pool I get same amount as for 6 hours at http://54.238.185.113/ Great job!!!

Perhaps I should raise my fees!   Either that or I am going to go broke pay over-paying for hash power.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 06:03:59 pm
ok i'm running alpha on 7 computers withone payout address.... each computer is on a different valid# and balance... i'm guessing eachof them is workign on a different hash and then once it sending it updates and pulls a new hash to solve? and hence all my computers have different valids?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:04:06 pm
I've just had a few breaks in connection to the pool on all my servers in different locations.  Is the pool server ok?  Is anyone else experiencing this?

All connection drops are me resetting the pool for small fixes or to make payments.

Thank you.

Do you have a donate address?
Thanks!
Donation Address:  PpLquTbJSKuZfWzVz1XE3LKCpszwFxtJcH
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 06:04:22 pm
Please confirm that you all have been receiving expected payments.

Acording my calculation, for 1 hour at this pool I get same amount as for 6 hours at http://54.238.185.113/ Great job!!!

Perhaps I should raise my fees!   Either that or I am going to go broke by over-paying for hash power.

Perhaps http://54.238.185.113/ should lower their fee  :(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:04:46 pm
ok i'm running alpha on 7 computers withone payout address.... each computer is on a different valid# and balance... i'm guessing eachof them is workign on a different hash and then once it sending it updates and pulls a new hash to solve? and hence all my computers have different valids?

Yes, every time I send work it is a unique nonce regardless of address.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 06:04:59 pm
Please confirm that you all have been receiving expected payments.

Acording my calculation, for 1 hour at this pool I get same amount as for 6 hours at http://54.238.185.113/ Great job!!!

Perhaps I should raise my fees!   Either that or I am going to go broke pay over-paying for hash power.

I think you need to lookout for you and your business.  Increase the fee's if you must, as long as we all benefit like this and no-one else challengers your hard work :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: fav on November 09, 2013, 06:08:01 pm
Perhaps I should raise my fees!   Either that or I am going to go broke pay over-paying for hash power.

just take a 5% fee if you must. it's fine
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 06:08:34 pm
@bytemaster can you post stat about how much blocks we found last hour?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 06:09:36 pm
are you to do a 32bit miner?  also might i'm Digital Ocean clueless... may be a bounty with some videos and setup instructions so we can use it for yourpool?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:09:49 pm
Please confirm that you all have been receiving expected payments.

Acording my calculation, for 1 hour at this pool I get same amount as for 6 hours at http://54.238.185.113/ Great job!!!

Perhaps I should raise my fees!   Either that or I am going to go broke pay over-paying for hash power.

I think you need to lookout for you and your business.  Increase the fee's if you must, as long as we all benefit like this and no-one else challengers your hard work :)

I decided to increase the fee to 10% because am accruing balances faster than I am earning blocks right now... perhaps my luck will change, but I suspect my math for calculating pps is not factoring something in.  If you really are getting 6x other pools, I gather no one will complain.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:12:24 pm
@bytemaster can you post stat about how much blocks we found last hour?

In a moment I will get you that info.. I am paying out over 1 PTS per minute right now and my wallet is barely keeping up with blocks.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 06:14:00 pm
i'm doing 2x more than before on the other pool not 6x.. but wil supoort the cause...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 06:14:06 pm
Quote
attempting to connect to the-iland.net
481390ms th_a       miner.cpp:108                 main                 ] 64.90.183.137:8384
481470ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

any suggestion about!? pls help me
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:15:24 pm
Quote
attempting to connect to the-iland.net
481390ms th_a       miner.cpp:108                 main                 ] 64.90.183.137:8384
481470ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

any suggestion about!? pls help me

Does it persist or just a one time event?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 06:16:13 pm
@bytemaster: It's also will be a nice idea if you will reward the address which find block for 3-5-x% of block rewards, it's will reward miners luck and make miner which find block more happy. ;-)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:19:18 pm
@bytemaster: It's also will be a nice idea if you will reward the address which find block for 3-5-x% of block rewards, it's will reward miners luck and make miner which find block more happy. ;-)

I could only do that by increasing fees on everyone else...     

I am thinking that 10% may not be enough because I am still loosing ground somehow...   any objections if I reduce the reward to 50% until I gather more stats about actual earnings?   If it really is giving you 6x other pools then perhaps this is why :)

Either that or exceptionally bad luck.. haven't found any blocks in a while, yet I keep having to pay out :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 09, 2013, 06:23:03 pm
attempting to connect to the-iland.net
481390ms th_a       miner.cpp:108                 main                 ] 64.90.183.137:8384
481470ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

This is exactly the error I get when I try to run the miner on my Linux Mint 15, 64-bit system.  To "install" I just ran
Code: [Select]
wget http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
chmod +x linux_alpha_miner-0.1.0
./linux_alpha_miner-0.1.0 the-iland.net <pts addr>
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 06:23:22 pm
@bytemaster: It's also will be a nice idea if you will reward the address which find block for 3-5-x% of block rewards, it's will reward miners luck and make miner which find block more happy. ;-)

I could only do that by increasing fees on everyone else...     

I am thinking that 10% may not be enough because I am still loosing ground somehow...   any objections if I reduce the reward to 50% until I gather more stats about actual earnings?   If it really is giving you 6x other pools then perhaps this is why :)

Either that or exceptionally bad luck.. haven't found any blocks in a while, yet I keep having to pay out :)

It's fine, If you recalculate your fee at the end and will see that you get your fee and doesn't lost the money. If you lost the money - take back from miners, if you doesn't lost - give them back to the miners ;-)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Alcor on November 09, 2013, 06:23:35 pm
I receive about 50% more in this pool than the other, it's not 6 times more or even 100% more. Maybe you should consider paying out per block instead of per share? It's hard to stay solvent when doing PPS due to the high variance.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 06:26:48 pm
Quote
attempting to connect to the-iland.net
481390ms th_a       miner.cpp:108                 main                 ] 64.90.183.137:8384
481470ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

any suggestion about!? pls help me

Does it persist or just a one time event?

persists
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:27:01 pm
@bytemaster: It's also will be a nice idea if you will reward the address which find block for 3-5-x% of block rewards, it's will reward miners luck and make miner which find block more happy. ;-)

I could only do that by increasing fees on everyone else...     

I am thinking that 10% may not be enough because I am still loosing ground somehow...   any objections if I reduce the reward to 50% until I gather more stats about actual earnings?   If it really is giving you 6x other pools then perhaps this is why :)

Either that or exceptionally bad luck.. haven't found any blocks in a while, yet I keep having to pay out :)

Ok, so there is a high orphan rate now that the hash power has increased so much.   I did not factor that into the PPS so I am adjusting the PPS to compensate.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Silfax on November 09, 2013, 06:28:17 pm
Wait, so I just came back, and now the PPS is half of what it was, /and/ you are taking a 50% fee? That doesn't seem entirely fair.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 06:30:01 pm
Wait, so I just came back, and now the PPS is half of what it was, /and/ you are taking a 50% fee? That doesn't seem entirely fair.

+1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 06:31:31 pm
Quote
valid: 44  invalid: 19  balance: 0.455091  paid: 1.19114  pps: 0.0192217  address: xxxxx  hpm: 12.655

over 40% invalid? is it normal!?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 09, 2013, 06:32:18 pm
i think you forgot to factor in orphan blocks
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 06:32:25 pm
Wait, so I just came back, and now the PPS is half of what it was, /and/ you are taking a 50% fee? That doesn't seem entirely fair.

+1

+11
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 06:33:52 pm
there was 1 person who made a comment he was making 6x.. i hardly think anyone else is making that...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: jbfru45 on November 09, 2013, 06:35:50 pm
Quote
valid: 44  invalid: 19  balance: 0.455091  paid: 1.19114  pps: 0.0192217  address: xxxxx  hpm: 12.655

over 40% invalid? is it normal!?

Mine is around 20% invalid:
valid: 347 invalid: 87
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 06:37:11 pm
i think you forgot to factor in orphan blocks

what do you mean!? is it answer on my previous question!?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 06:40:49 pm
@bytemaster Better if you stop payout and check your balance, when recalculate the shares, take your fee, and pay miners.
We don't want you to loose money and we don't want to loose our payouts ;-)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:41:44 pm
i think you forgot to factor in orphan blocks

what do you mean!? is it answer on my previous question!?

There are several factors at play here... that affect the results.

1) I am paying a flat rate for hash power, I need to make sure I can turn that hash power into revenue so I can pay.
2) Stale (invalid) shares occur when I receive a share after I have received a new block and thus make the share invalid.
3) Orphan blocks are blocks that I thought I mined, so I paid as valid share, but in the end I didn't get to keep.

So, if 1 out of every 2-3 blocks is an orphan then there is a 33 to 50% loss on my part unless I adjust the PPS to compensate.    My goal is to offer the highest return for your mining power and to provide you with the most mining power.  Obviously, if you find a better deal some place else let me know and I will try to improve things on my side.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 06:48:56 pm
please help run an error

(http://i60.fastpic.ru/big/2013/1109/e2/9deba3eff77e6ddba2d27460a1d3f4e2.jpg)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 06:52:14 pm
Wait, so I just came back, and now the PPS is half of what it was, /and/ you are taking a 50% fee? That doesn't seem entirely fair.

+1

bytemaster?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 09, 2013, 06:53:29 pm
Maybe a dumb question, but why not stop paying on orphan blocks?

So, what have you decided? Are you moving to a 50% fee?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 06:53:39 pm
Wait, so I just came back, and now the PPS is half of what it was, /and/ you are taking a 50% fee? That doesn't seem entirely fair.

+1

bytemaster?

OK, its gone up.  Whats the commission percentage bytemaster?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 06:54:26 pm
i think you forgot to factor in orphan blocks

what do you mean!? is it answer on my previous question!?

There are several factors at play here... that affect the results.

1) I am paying a flat rate for hash power, I need to make sure I can turn that hash power into revenue so I can pay.
2) Stale (invalid) shares occur when I receive a share after I have received a new block and thus make the share invalid.
3) Orphan blocks are blocks that I thought I mined, so I paid as valid share, but in the end I didn't get to keep.

So, if 1 out of every 2-3 blocks is an orphan then there is a 33 to 50% loss on my part unless I adjust the PPS to compensate.    My goal is to offer the highest return for your mining power and to provide you with the most mining power.  Obviously, if you find a better deal some place else let me know and I will try to improve things on my side.

thx for your reply
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 06:54:41 pm
I am trying to avoid promising fees I cannot deliver with mined results.   

PPS has been adjusted up, the last move was a bit drastic as I was getting scared watching PTS flow out at over 1 PTS / minute....   

This is still within the first 24 hours of launch, I am still learning things.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: juki22 on November 09, 2013, 06:57:08 pm
How much do i must have in the balance for auto payout?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 06:57:44 pm
I am trying to avoid promising fees I cannot deliver with mined results.   

PPS has been adjusted up, the last move was a bit drastic as I was getting scared watching PTS flow out at over 1 PTS / minute....   

This is still within the first 24 hours of launch, I am still learning things.

+1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 06:58:08 pm
please help run an error

Look for the previous messages at this thread.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 07:00:21 pm
I am trying to avoid promising fees I cannot deliver with mined results.   

PPS has been adjusted up, the last move was a bit drastic as I was getting scared watching PTS flow out at over 1 PTS / minute....   

This is still within the first 24 hours of launch, I am still learning things.

Don't worry, it's happened for every new pool, just share your decisions for as, and make them clear and we will trust you. ;-)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 07:00:58 pm
please help run an error

Look for the previous messages at this thread.
I can not find them
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 07:01:49 pm
I am trying to avoid promising fees I cannot deliver with mined results.   

PPS has been adjusted up, the last move was a bit drastic as I was getting scared watching PTS flow out at over 1 PTS / minute....   

This is still within the first 24 hours of launch, I am still learning things.

+1

Is there server ok?  All has stopped?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Squidrick on November 09, 2013, 07:02:13 pm
Guys...remember this is an alpha pool. You are running test software. There is going to be a certain amount of bugs and potential LOSS of payment. He's working hard to prevent that from occurring, but recall you are mining on this pool at your own risk.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 07:04:33 pm
I am trying to avoid promising fees I cannot deliver with mined results.   

PPS has been adjusted up, the last move was a bit drastic as I was getting scared watching PTS flow out at over 1 PTS / minute....   

This is still within the first 24 hours of launch, I am still learning things.

+1

Is there server ok?  All has stopped?

It's back up :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:04:47 pm
I am trying to avoid promising fees I cannot deliver with mined results.   

PPS has been adjusted up, the last move was a bit drastic as I was getting scared watching PTS flow out at over 1 PTS / minute....   

This is still within the first 24 hours of launch, I am still learning things.

+1

Is there server ok?  All has stopped?

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 09, 2013, 07:06:26 pm
What does this mean:

Code: [Select]
sending 03a5c323a8124bddda366dbcdca5802f2fa2cb3b7b06ec89f6e8a99c03966c39
sending 0128e0a27e9fb694adba26d98ff73489667c123003ffbb175ea63f0132d7c173
sending 02ff606dfd116a5dfd8e4743fe57dfe4fb61b7bdec87124423f8053bdb75a5cd
sending 01a7f80c63365524984ac0cca768a4ee27f6b5b4d0d0ec8f7306141ccbcb5591
sending 0243e5bd0ac7e6359a8e036eabc5821466d98a38d024f3d9d654f9a1e9f1f9c8
unspecified
An existing connection was forcibly closed by the remote host
    {"message":"An existing connection was forcibly closed by the remote host"}
    asio  asio.cpp:28 fc::asio::detail::read_write_handler
attempting to connect to the-iland.net

Also I am seeing equal valid and invalid shares. Is something wrong or am I just unlucky?

Code: [Select]
valid: 9  invalid: 9  balance: 0.184208  paid: 0  pps: 0.0256289  address:
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 07:06:32 pm

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.


my balance & Paid is went to 0 omg
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 07:06:38 pm
please help run an error

Look for the previous messages at this thread.
I can not find them

http://bitsharestalk.org/index.php?topic=236.msg2281#msg2281
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:08:51 pm

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.


my balance & Paid is went to 0 omg

I hope you are kidding...  anyone else experience this?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: jbfru45 on November 09, 2013, 07:09:45 pm

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.


my balance & Paid is went to 0 omg

I hope you are kidding...  anyone else experience this?
It shows it go to 0 immediately after reconnecting, but it comes back.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 07:10:26 pm

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.


my balance & Paid is went to 0 omg

I hope you are kidding...  anyone else experience this?
It shows it go to 0 immediately after reconnecting, but it comes back.

yes had same issue but comes back
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 09, 2013, 07:11:00 pm
So we are all clear..what is the current fee?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:12:43 pm

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.


my balance & Paid is went to 0 omg

I hope you are kidding...  anyone else experience this?
It shows it go to 0 immediately after reconnecting, but it comes back.

yes had same issue but comes back

Thank God... I almost had a heart attack.... the database code and accounting should be robust :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 07:14:16 pm

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.


my balance & Paid is went to 0 omg

I hope you are kidding...  anyone else experience this?

Yes it comes back.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:16:05 pm
It goes to 0 because I send your your first work item before you send me your PTS address... subsequent work items know who you are so I can report a valid balance.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 07:16:15 pm
Quote
  valid: 49  invalid: 22  balance: 0.557606  paid: 1.19114  pps: 0.0256289  address: xxxx  hpm: 9.30676

when using more computers on same PTS payout address .. then hpm is of all computers which mine on this address!? or just for singel device?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:17:10 pm
Quote
  valid: 49  invalid: 22  balance: 0.557606  paid: 1.19114  pps: 0.0256289  address: xxxx  hpm: 9.30676

when using more computers on same PTS payout address .. then hpm is of all computers which mine on this address!?

HPM is a local calculation, everything else is global.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 07:18:09 pm

Thank God... I almost had a heart attack.... the database code and accounting should be robust :)

no guys mine is re-started from 0 :

(http://i.imgur.com/v3ifdjw.png)

if you don't belive me master, you alredy payed me twice, so i can send you the address+ transaction log of wallet! :S
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 07:20:00 pm
Error starting the application 0xc000007b pleas help  :'(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rumz on November 09, 2013, 07:20:57 pm
Is there a way to adjust how many cores it's using yet?  Love this pool/miner but it's murdering my GPU's hashrates using all cores.  Need at least 1 free core.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:22:29 pm

Thank God... I almost had a heart attack.... the database code and accounting should be robust :)

no guys mine is re-started from 0 :

(http://i.imgur.com/v3ifdjw.png)

if you don't belive me master, you alredy payed me twice, so i can send you the address+ transaction log of wallet! :S

I see your two previous transactions... do you have a record of what your balance was prior to the crash?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:23:11 pm
Is there a way to adjust how many cores it's using yet?  Love this pool/miner but it's murdering my GPU's hashrates using all cores.  Need at least 1 free core.

New binaries will be out later today :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 09, 2013, 07:23:20 pm
I keep seeing these types of messages:

Quote
sending 02dbf2018bba229be1f8d0f5f8974fb373d2576e8755443a4d37adabc3e14490

What does this mean?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:25:11 pm
That is every share you found.  Shares are hashes below 0x03ffff

Every time you see that you get paid (if it is not stale). 

Dan
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 07:25:50 pm

Thank God... I almost had a heart attack.... the database code and accounting should be robust :)

no guys mine is re-started from 0 :

(http://i.imgur.com/v3ifdjw.png)

if you don't belive me master, you alredy payed me twice, so i can send you the address+ transaction log of wallet! :S

I see your two previous transactions... do you have a record of what your balance was prior to the crash?

i don't have a screen but it was 0.90
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:29:07 pm

Thank God... I almost had a heart attack.... the database code and accounting should be robust :)

no guys mine is re-started from 0 :
if you don't belive me master, you alredy payed me twice, so i can send you the address+ transaction log of wallet! :S

I see your two previous transactions... do you have a record of what your balance was prior to the crash?

i don't have a screen but it was 0.90

I'll take your word for it because I did have an expected hang/crash that could have been in the middle of updating your record.   Sent you some PTS.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 07:33:21 pm
Error starting the application 0xc000007b pleas help, really hard to help :(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:34:18 pm
530 connections
Paying out 300 PTS / hour right now.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 07:34:45 pm
Quote
  valid: 49  invalid: 22  balance: 0.557606  paid: 1.19114  pps: 0.0256289  address: xxxx  hpm: 9.30676

when using more computers on same PTS payout address .. then hpm is of all computers which mine on this address!?

HPM is a local calculation, everything else is global.

thx
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 09, 2013, 07:38:46 pm
So what are the fees etc now?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 09, 2013, 07:41:46 pm

Thank God... I almost had a heart attack.... the database code and accounting should be robust :)

no guys mine is re-started from 0 :
if you don't belive me master, you alredy payed me twice, so i can send you the address+ transaction log of wallet! :S

I see your two previous transactions... do you have a record of what your balance was prior to the crash?

i don't have a screen but it was 0.90

I'll take your word for it because I did have an expected hang/crash that could have been in the middle of updating your record.   Sent you some PTS.

thankssss :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 09, 2013, 07:43:38 pm
530 connections
Paying out 300 PTS / hour right now.

ANy fix coming for this ? Error starting the application 0xc000007b
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 09, 2013, 07:46:02 pm

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.


my balance & Paid is went to 0 omg

I hope you are kidding...  anyone else experience this?

I lost the balance on one machine too, a desktop (OS X). The balance dropped from 1.98854 PTS to 0, the # of valid and # invalid also went to 0, but the paid went up by only .0397708, so I really only lost 1.710144. I still have the terminal log that I can send you if it helps you troubleshoot.

This one was a desktop machine. I have no idea whether it happened on any servers since I can't see that output the way I have it set up, but I won't worry about those. (edit: I do have server logs of stdout...I may go through those when i have time)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 07:46:52 pm
Error starting the application 0xc000007b pleas help, really hard to help :(

Look previous posts at previous 2-3 pages.
Edit: Or type 0xc000007b at the search at the top right corner and you get answer.

@bytemaster: probably you need to include this information on first topic.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 07:49:29 pm
530 connections
Paying out 300 PTS / hour right now.

How many blocks we find per hour?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 07:53:21 pm
I get a payment  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 07:59:10 pm

Dang... second hang... I think I need to start a second pool server because one server is becoming overloaded with connections.


my balance & Paid is went to 0 omg

I hope you are kidding...  anyone else experience this?

I lost the balance on one machine too, a desktop (OS X). The balance dropped from 1.98854 PTS to 0, the # of valid and # invalid also went to 0, but the paid went up by only .0397708, so I really only lost 1.710144. I still have the terminal log that I can send you if it helps you troubleshoot.

This one was a desktop machine. I have no idea whether it happened on any servers since I can't see that output the way I have it set up, but I won't worry about those. (edit: I do have server logs of stdout...I may go through those when i have time)

Send me the PTS address that you are using to mine and I will investigate past payments and cover you.   Considering this pool is still in alpha, any additional losses like this I would like to have reported, but will not be subject to reimbursement it takes too much of my time to verify and could be subject to fraud if I made it a policy.   

The new code that I am running now should do an auto-payment every time you get to 1 PTS so this should minimize potential losses.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: nateless on November 09, 2013, 07:59:42 pm
Getting an

dyld: lazy symbol binding failed: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
  Referenced from: /Users/nate/Downloads/alpha_miner/./pool_miner
  Expected in: /usr/lib/libstdc++.6.dylib

dyld: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
  Referenced from: /Users/nate/Downloads/alpha_miner/./pool_miner
  Expected in: /usr/lib/libstdc++.6.dylib

[1]    51611 trace trap  ./pool_miner the-iland.net PjUpzo7uhMMpBU328JGtPTpjQTcegTjubh
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Phare on November 09, 2013, 08:03:44 pm
xpm:22

is that ok?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:05:47 pm
So what are the fees etc now?

I have determined that it is too hard to calculate fees because of the risk of orphans which I have no way to quantify.  Instead I will simply quote a price per share that I am willing to pay (displayed in your client) and you can make the decision on whether to accept that price or hash else where.

That said, until the block rate drops to less than once ever 3 minutes, I am reserving 20% of the expected hashes to cover risks of orphans and my fees.   This is based upon experiences of other pool owners.   Obviously, my goal is to be competitive with other miners and pools so I will pay as much as makes sense given the known (and unknown) risks.       

I am interested in feedback on average income / hash power provided by other pools so I know whether or not I am in line, very competitive, or over priced.     

Once the risks are better understood I can lower my safety margin.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 08:06:52 pm
Code: [Select]
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

has anyone same error before?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:11:40 pm
That would be due to lack of memory?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 08:12:11 pm
Code: [Select]
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

has anyone same error before?

No, I'm on Windows and miner never crash for me.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:12:17 pm
Can everyone confirm automatic payments working at 1 PTS?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 08:14:30 pm
That would be due to lack of memory?

i don't know new installed droplet on DO (2Gb/2CPU) its just went fine in past .. but now i get this error ... strange...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 08:15:22 pm
Can everyone confirm automatic payments working at 1 PTS?

According log it's works but I doesn't get a payments yet:
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 19.3831
  valid: 3947  invalid: 1312  balance: 0.589465  paid: 154.776  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.0841
sending 01396d5061564af001afcc564ef8a6e6e7bb5ab140f794eb4fc142aa4c1ce3e1
  valid: 3957  invalid: 1313  balance: 0.845754  paid: 154.776  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.558
  valid: 3958  invalid: 1313  balance: 0.871383  paid: 154.776  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.2847
sending 03fe405eac901e4f01b2682e60137c2e55c884fcfcb0c36e2dcde47c6c3f2789
  valid: 3984  invalid: 1314  balance: 0.512578  paid: 155.801  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.6012
sending 00cb414d72bb8feaaed8242fa93f4aefeac1f86373d72d981f3838b6c0582fa1
  valid: 3998  invalid: 1314  balance: 0.871383  paid: 155.801  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.9936
sending 02c9d24710b10c0ff0fa269e64e118ce5ec7e7418e92b60bbd1ac51f8f73f847
  valid: 4052  invalid: 1314  balance: 0.205031  paid: 157.851  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 19.7402
sending 014b59778777174700fca7826009b442313059c4496ecf61a36d671ee55d7ab5
  valid: 4112  invalid: 1314  balance: 0.717609  paid: 158.876  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 18.3174
sending 006c9abd7aedd84816ba8a6dc32fb5c49f949d7ebe51f54ab0d424c8e31a0479
  valid: 4168  invalid: 1314  balance: 0.102516  paid: 160.927  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 18.3427
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:15:34 pm
That would be due to lack of memory?

i don't know new installed droplet on DO (2Gb/2CPU) its just went fine in past .. but now i get this error ... strange...

If other things are running on the droplet it could be an issue...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 08:16:02 pm
That would be due to lack of memory?

i don't know new installed droplet on DO (2Gb/2CPU) its just went fine in past .. but now i get this error ... strange...

srygot the error - you are right bytemaster Do created jsut a 512 RAM machine ..
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:18:11 pm
Can everyone confirm automatic payments working at 1 PTS?

According log it's works but I doesn't get a payments yet:
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 19.3831
  valid: 3947  invalid: 1312  balance: 0.589465  paid: 154.776  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.0841
sending 01396d5061564af001afcc564ef8a6e6e7bb5ab140f794eb4fc142aa4c1ce3e1
  valid: 3957  invalid: 1313  balance: 0.845754  paid: 154.776  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.558
  valid: 3958  invalid: 1313  balance: 0.871383  paid: 154.776  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.2847
sending 03fe405eac901e4f01b2682e60137c2e55c884fcfcb0c36e2dcde47c6c3f2789
  valid: 3984  invalid: 1314  balance: 0.512578  paid: 155.801  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.6012
sending 00cb414d72bb8feaaed8242fa93f4aefeac1f86373d72d981f3838b6c0582fa1
  valid: 3998  invalid: 1314  balance: 0.871383  paid: 155.801  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 20.9936
sending 02c9d24710b10c0ff0fa269e64e118ce5ec7e7418e92b60bbd1ac51f8f73f847
  valid: 4052  invalid: 1314  balance: 0.205031  paid: 157.851  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 19.7402
sending 014b59778777174700fca7826009b442313059c4496ecf61a36d671ee55d7ab5
  valid: 4112  invalid: 1314  balance: 0.717609  paid: 158.876  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 18.3174
sending 006c9abd7aedd84816ba8a6dc32fb5c49f949d7ebe51f54ab0d424c8e31a0479
  valid: 4168  invalid: 1314  balance: 0.102516  paid: 160.927  pps: 0.0256289
address: ZZZZZZZZZZZZZZZZZZZZZZZZBjBs  hpm: 18.3427

Let me know when the payments come in (or not)... I disabled auto pay until we have more info.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 09, 2013, 08:19:40 pm
]attempting to connect to the-iland.net
481390ms th_a       miner.cpp:108                 main                 ] 64.90.183.137:8384
481470ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

I resolved this error by taking my machine from my work to my home.  I hypothesize it was caused by the relevant port being blocked on my work network.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 08:19:58 pm
Can everyone confirm automatic payments working at 1 PTS?

According log it's works but I doesn't get a payments yet:

Let me know when the payments come in (or not)... I disabled auto pay until we have more info.

It's doesn't come yet, I will PM you my PTS address.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 08:21:04 pm
I can confirm all the payment is >1.  :D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 09, 2013, 08:37:07 pm
Can everyone confirm automatic payments working at 1 PTS?

They aren't working for me.  I think I received 1 auto-payment of 1.02516 at my 2 addresses around when you switched systems, but no payments after that.  The balance was subtracted out, and was reported as payed, even though it wasn't at each auto-payment interval.

I've sent you a PM with further details.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 08:37:14 pm
Is there a way to adjust how many cores it's using yet?  Love this pool/miner but it's murdering my GPU's hashrates using all cores.  Need at least 1 free core.

New binaries will be out later today :)

Sources will be much better then binaries =D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 08:46:52 pm
Hey everyone automatic payments have been turned off until I can put in place some more checks.

It has come to my attention that there may be a few cases of mismatch between the balance being reported as paid and what was actually received at your address.   If this is the case I should have unexpected profits in my wallet.  I will distribute these unexpected profits proportional to shares found once the alpha testing is over.  It is not perfect, but I don't want to profit from my bugs either.

Thank you all so much for your understanding and support as I am developing my pool... hopefully most issues will be resolved shortly and we can move on toward reliable operation.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Squidrick on November 09, 2013, 08:52:47 pm
Bytemaster,
  Thanks for your hard work. We appreciate it. I, for one, am exceptionally pleased.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: MRodstein on November 09, 2013, 08:55:12 pm
Is miner auto recognizing all cores we have?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 08:55:45 pm
Is miner auto recognizing all cores we have?

It has hardcoded number of threads = 8
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 08:56:23 pm
Hey everyone automatic payments have been turned off until I can put in place some more checks.

It has come to my attention that there may be a few cases of mismatch between the balance being reported as paid and what was actually received at your address.   If this is the case I should have unexpected profits in my wallet.  I will distribute these unexpected profits proportional to shares found once the alpha testing is over.  It is not perfect, but I don't want to profit from my bugs either.

Thank you all so much for your understanding and support as I am developing my pool... hopefully most issues will be resolved shortly and we can move on toward reliable operation.

hey man all fine -- keep up your good work ...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kegs on November 09, 2013, 08:56:34 pm
Can confirm payments. Even got one for 0.6pts ;)

Good work, bytemaster!

(90% valid, 28hpm, win7, i5 2500@4.5)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: MRodstein on November 09, 2013, 09:03:48 pm
Is miner auto recognizing all cores we have?

It has hardcoded number of threads = 8

My question was: May I reduce the number ot cores mining PTS?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 09:05:06 pm
Is miner auto recognizing all cores we have?

It has hardcoded number of threads = 8

My question was: May I reduce the number ot cores mining PTS?

In next version - yes, currently - no.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 09:06:38 pm
I get a payment, but only for amount which I get after auto payout was disabled.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 09:07:50 pm
I get a payment, but only for amount which I get after auto payout was disabled.

Ok... Thanks for letting me know. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: spoonman on November 09, 2013, 09:09:00 pm
I've tried a 4 cpu and 8 cpu droplet and both are only giving me a hpm: 6.91341. This seems way to low on my iMac i'm getting a hpm: 24.6916. Is this what others are seeing?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: MRodstein on November 09, 2013, 09:40:42 pm
I get payment too, 0.64!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Swarte on November 09, 2013, 09:47:02 pm
valid: 14  invalid: 9  balance: 0.358805  paid: 0  pps: 0.0256289  address: Ps
tNp267B1eEJx1RkTkZYhmtPLuY9NcHoD  hpm: 19.1893
sending 0151e9cb779c4354c988b1ceaa3b936fc0e523f2b065d26437c8237ede3a9335
  valid: 15  invalid: 9  balance: 0.384433  paid: 0  pps: 0.0256289  address: Ps
tNp267B1eEJx1RkTkZYhmtPLuY9NcHoD  hpm: 21.2335
eof
End of file
    {"message":"End of file"}
    asio  asio.cpp:22 fc::asio::detail::read_write_handler
attempting to connect to the-iland.net
2373383ms th_b       miner.cpp:108                 main                 ] 64.90.
183.137:8384
2374625ms th_b       miner.cpp:114                 main                 ] unspec
ified
No connection could be made because the target machine actively refused it
    {"message":"No connection could be made because the target machine actively
refused it"}
    asio  asio.cpp:55 fc::asio::detail::error_handler
Unable to connect
attempting to connect to the-iland.net
2379630ms th_b       miner.cpp:108                 main                 ] 64.90.
183.137:8384
2380875ms th_b       miner.cpp:114                 main                 ] unspec
ified
No connection could be made because the target machine actively refused it
    {"message":"No connection could be made because the target machine actively
refused it"}
    asio  asio.cpp:55 fc::asio::detail::error_handler
Unable to connect
attempting to connect to the-iland.net
2385880ms th_b       miner.cpp:108                 main                 ] 64.90.
183.137:8384
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0256289  address:   hpm: 0
  valid: 15  invalid: 10  balance: 0.384433  paid: 0  pps: 0.0256289  address: P
stNp267B1eEJx1RkTkZYhmtPLuY9NcHoD  hpm: 0

This miner isn't working so well for me. I get tons of invalids and I often get this connection error which might play a part in my high invalids.


Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lopalcar on November 09, 2013, 09:49:42 pm
Is miner auto recognizing all cores we have?

It has hardcoded number of threads = 8

Are there any way to use 12 threads? Or the only way is disabling hipertheating and losing performance?
I tried the typical commands for adjust the number of thrads but no luck
sorry for my ignorance  :-[
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 09, 2013, 09:51:21 pm
Is miner auto recognizing all cores we have?

It has hardcoded number of threads = 8

Are there any way to use 12 threads? Or the only way is disabling hipertheating and losing performance?
I tried the typical commands for adjust the number of thrads but no luck
sorry for my ignorance  :-[

Just wait a while, the new version of binaries will be out in hours.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lopalcar on November 09, 2013, 09:54:16 pm
okay  :D
About the payments which people are asking about, I received 3 payments for now, 3,2, 2,7, 1,5 PTS respectively
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 10:01:35 pm
valid: 14  invalid: 9  balance: 0.358805  paid: 0  pps: 0.0256289  address: Ps
tNp267B1eEJx1RkTkZYhmtPLuY9NcHoD  hpm: 19.1893
sending 0151e9cb779c4354c988b1ceaa3b936fc0e523f2b065d26437c8237ede3a9335
  valid: 15  invalid: 9  balance: 0.384433  paid: 0  pps: 0.0256289  address: Ps
tNp267B1eEJx1RkTkZYhmtPLuY9NcHoD  hpm: 21.2335
eof
End of file
    {"message":"End of file"}
    asio  asio.cpp:22 fc::asio::detail::read_write_handler
attempting to connect to the-iland.net
2373383ms th_b       miner.cpp:108                 main                 ] 64.90.
183.137:8384
2374625ms th_b       miner.cpp:114                 main                 ] unspec
ified
No connection could be made because the target machine actively refused it
    {"message":"No connection could be made because the target machine actively
refused it"}
    asio  asio.cpp:55 fc::asio::detail::error_handler
Unable to connect
attempting to connect to the-iland.net
2379630ms th_b       miner.cpp:108                 main                 ] 64.90.
183.137:8384
2380875ms th_b       miner.cpp:114                 main                 ] unspec
ified
No connection could be made because the target machine actively refused it
    {"message":"No connection could be made because the target machine actively
refused it"}
    asio  asio.cpp:55 fc::asio::detail::error_handler
Unable to connect
attempting to connect to the-iland.net
2385880ms th_b       miner.cpp:108                 main                 ] 64.90.
183.137:8384
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0256289  address:   hpm: 0
  valid: 15  invalid: 10  balance: 0.384433  paid: 0  pps: 0.0256289  address: P
stNp267B1eEJx1RkTkZYhmtPLuY9NcHoD  hpm: 0

This miner isn't working so well for me. I get tons of invalids and I often get this connection error which might play a part in my high invalids.

This is normal.  You will find it now being more stable.  Everytime payment is made there is a short glitch.  This will get better I believe.  I do not see your log abnormal.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 10:14:59 pm
Every time a payment is sent out, hps drops.  Not by a large amount but it does.

Would it be better if payments were sent at a set time once or twice a day?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 10:16:23 pm
Just get payment  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 10:17:40 pm
Every time a payment is sent out, hps drops.  Not by a large amount but it does.

Would it be better if payments were sent at a set time once or twice a day?

With this number of orphaned blocks it's fine, but I also prefer if payment will be send 2-4 times per day because we can see the balance in the miner.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 10:17:55 pm
valid: 14  invalid: 9  balance: 0.358805  paid: 0  pps: 0.0256289  address: Ps
.........
This miner isn't working so well for me. I get tons of invalids and I often get this connection error which might play a part in my high invalids.

This is normal.  You will find it now being more stable.  Everytime payment is made there is a short glitch.  This will get better I believe.  I do not see your log abnormal.

You picked a bad time to look at it.. I just paid out a couple hundred PTS

So far the miner is relatively stable, the pool is undergoing many updates and bug fixes.... most of the bugs are costing me more money than you all because I continue to pay the PPS even though my protosharesd  server hung and stopped producing blocks for almost an hour... expensive bug for me :) 

Anyway, thanks for understanding.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 10:21:36 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 10:23:58 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

IF someone could repost the fix to this so I don't have to search for it in the history, I would appreciate it... I will update the main topic once done.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bitbully on November 09, 2013, 10:25:48 pm
I'm getting a constant 2.6:1 valid/invalid ratio...across 30 machines...

Is anyone experiencing similar? Any recommendations on how to fix this?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 10:27:04 pm
I'm getting a constant 2.6:1 valid/invalid ratio...

Is anyone experiencing similar? Any recommendations on how to fix this?

I have been starting / stopping the server a lot... every time it connects you get 1 invalid, so I would discount that number slightly.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: MRodstein on November 09, 2013, 10:28:02 pm
I have 23% orphans which is 4.2:1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 10:28:28 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

Look previous posts at previous 2-3 pages.
Edit: Or type 0xc000007b at the search at the top right corner and you get answer.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 10:30:16 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

Look previous posts at previous 2-3 pages.
Edit: Or type 0xc000007b at the search at the top right corner and you get answer.
I've looked but no decision had not found
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 10:31:05 pm
I installed Visual C++ Redistributable for Visual Studio 2012 Update 3 and then it worked.
 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 10:31:27 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

Look previous posts at previous 2-3 pages.
Edit: Or type 0xc000007b at the search at the top right corner and you get answer.
I've looked but no decision had not found

http://bitsharestalk.org/index.php?topic=236.msg2281#msg2281
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 10:35:01 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

Look previous posts at previous 2-3 pages.
Edit: Or type 0xc000007b at the search at the top right corner and you get answer.
I've looked but no decision had not found

http://bitsharestalk.org/index.php?topic=236.msg2281#msg2281
try does not work
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 10:35:57 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

Look previous posts at previous 2-3 pages.
Edit: Or type 0xc000007b at the search at the top right corner and you get answer.
I've looked but no decision had not found

http://bitsharestalk.org/index.php?topic=236.msg2281#msg2281
try does not work

You install this: http://www.microsoft.com/en-us/download/details.aspx?id=30679
and it's doesn't work?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 10:40:56 pm
hpm has come down on all my servers.  Anyone else concur?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 10:42:05 pm
Code: [Select]
valid: 37  invalid: 43  FYI
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 10:42:55 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

You get it working?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 10:45:35 pm
@bytemaster, please add flowing message to main topic:

For Windows version of miner please install Visual C++ Redistributable for Visual Studio 2012 Update 3 from: http://www.microsoft.com/en-us/download/details.aspx?id=30679

Without this redistributable you will get errors like "The application was unable to start correctly (0x000007b). Click OK to close the application." or "The program can't start because MSVCP110.dll is missing from your computer. Try reinstalling the program to fix this problem."
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 10:52:09 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

You get it working?
there does not start, so no luck
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 09, 2013, 10:52:34 pm
This is just awesome. My computers are just loving munching away at this one :D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 09, 2013, 10:53:21 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

You get it working?
there does not start, so no luck

Can you PM me the screenshot how it's looks, I will try to help you.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 09, 2013, 10:53:47 pm
@bytemaster, please add flowing message to main topic:

For Windows version of miner please install Visual C++ Redistributable for Visual Studio 2012 Update 3 from: http://www.microsoft.com/en-us/download/details.aspx?id=30679

Without this redistributable you will get errors like "The application was unable to start correctly (0x000007b). Click OK to close the application." or "The program can't start because MSVCP110.dll is missing from your computer. Try reinstalling the program to fix this problem."

+1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 09, 2013, 10:54:52 pm
I just went from a .48 balance to 0 balance out of nowhere for some reason.  I was not paid.

Code: [Select]
  valid: 106  invalid: 53  balance: 0.486949  paid: 2.18326  pps: 0.0256289  address: <address here>  hpm: 11.4785
  valid: 106  invalid: 53  balance: 0.486949  paid: 2.18326  pps: 0.0256289  address: <address here>  hpm: 11.4506
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0256289  address: <address here>  hpm: 11.486
sending <hash_here>
  valid: 1  invalid: 1  balance: 0.0256289  paid: 0  pps: 0.0256289  address: <address here>  hpm: 11.616
  valid: 1  invalid: 1  balance: 0.0256289  paid: 0  pps: 0.0256289  address: <address here>  hpm: 11.5442
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0256289  address: <address here>  hpm: 11.3752
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 09, 2013, 11:00:23 pm
the x64 windows miner isn't working  for me,  "The application was unable to start correctly (0x000007b). Click OK to close the application."  tried everything I could, did not help, help with running WIN 7 x64

You get it working?
there does not start, so no luck

Can you PM me the screenshot how it's looks, I will try to help you.
send
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: albon on November 09, 2013, 11:12:56 pm
I like the program but I want to run on 6 threads so I can have 2 free for other stuff.

Any idea how I can do this?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 11:14:09 pm
Wait a couple of hours.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 11:24:13 pm
Great news... I have worked through many bugs on the server side and can now offer the pool with just 3% fee from expected return for your hash rate given the difficulty.   Enjoy your increased revenue.

I also just paid out over 200 PTS to miners.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 09, 2013, 11:25:32 pm
Wait a couple of hours.

Are you gonna release sources? Or just binary update?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 09, 2013, 11:27:57 pm
I like the program but I want to run on 6 threads so I can have 2 free for other stuff.

Any idea how I can do this?

If you're using windows you can try this:

1) Press ctrl+shift+escape
2) Select the "processes" tab
3) Right click on "POOL_MINER.exe" and select "set affinity" from the context menu
4) Uncheck the threads you'd like to dedicate to other things

Hopefully that does it for you.

Also, I tried running the executable on a windows xp 64bit machine, but it won't start and claims that it's not a win32 application.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 11:52:17 pm
Great news... I have worked through many bugs on the server side and can now offer the pool with just 3% fee from expected return for your hash rate given the difficulty.   Enjoy your increased revenue.

I also just paid out over 200 PTS to miners.

cool but if i look now i get more invalids and at the end the same revenue like before^^
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 11:53:57 pm
I am going to setup a second pool...  this one has 823 connections and I suspect that increases the latency. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 11:55:56 pm
Great news... I have worked through many bugs on the server side and can now offer the pool with just 3% fee from expected return for your hash rate given the difficulty.   Enjoy your increased revenue.

I also just paid out over 200 PTS to miners.

cool but if i look now i get more invalids and at the end the same revenue like before^^

None of my clients have increased the invalids...   in fact, since the last reset I have only had 1 invalid.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 11:56:48 pm
I am going to setup a second pool...  this one has 823 connections and I suspect that increases the latency.

ok cool - sry don't want to bother you  but have another question ... is it better to use 1 different PTS payout address for each mininig device ... or doesn't it matter wether i use 1 PTS for 4 devices or not ?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 09, 2013, 11:57:38 pm
please let me set a minimum payout amount.
atm i am getting 0.4PTS per payout... i'd prefer to get only a payout when i have 5PTS or more.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 09, 2013, 11:58:35 pm
Great news... I have worked through many bugs on the server side and can now offer the pool with just 3% fee from expected return for your hash rate given the difficulty.   Enjoy your increased revenue.

I also just paid out over 200 PTS to miners.

cool but if i look now i get more invalids and at the end the same revenue like before^^

None of my clients have increased the invalids...   in fact, since the last reset I have only had 1 invalid.

ok you a mining on ubuntu ? i have ca. 60 hpm and with this 1 PTS payout per hours ... can you confirm this is usual rate!?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 09, 2013, 11:58:47 pm
I am going to setup a second pool...  this one has 823 connections and I suspect that increases the latency.

ok cool - sry don't want to bother you  but have another question ... is it better to use 1 different PTS payout address for each mininig device ... or doesn't it matter wether i use 1 PTS for 4 devices or not ?

If you want independent stats use different addresses, otherwise it doesn't matter to me.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:00:36 am
please let me set a minimum payout amount.
atm i am getting 0.4PTS per payout... i'd prefer to get only a payout when i have 5PTS or more.

I send out a payout anytime the total balance I owe miners equals the number of connections.   In theory this should average 1 PTS per user.     When I do payouts I clear my books, but if anyone else thinks like you I can put a check in there for a minimum payout amount.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:01:44 am
please let me set a minimum payout amount.
atm i am getting 0.4PTS per payout... i'd prefer to get only a payout when i have 5PTS or more.

I send out a payout anytime the total balance I owe miners equals the number of connections.   In theory this should average 1 PTS per user.     When I do payouts I clear my books, but if anyone else thinks like you I can put a check in there for a minimum payout amount.

Yes, it's will be nice. Anyway we can see our balances in the miner.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:02:47 am
Great news... I have worked through many bugs on the server side and can now offer the pool with just 3% fee from expected return for your hash rate given the difficulty.   Enjoy your increased revenue.

I also just paid out over 200 PTS to miners.

cool but if i look now i get more invalids and at the end the same revenue like before^^


None of my clients have increased the invalids...   in fact, since the last reset I have only had 1 invalid.

ok you a mining on ubuntu ? i have ca. 60 hpm and with this 1 PTS payout per hours ... can you confirm this is usual rate!?

That sounds about right.... for now :)  Difficulty going up should reduce that by a factor of 4 :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:05:04 am
Pool http://54.238.185.113/ stop working, we should get all blocks now!!!  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:05:53 am
Pool http://54.238.185.113/ stop working, we should get all blocks now!!!  :)

I was just going to ask about the status of the other pools!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:06:49 am
We are was #2 after http://54.238.185.113/ now should be #1 at list until http://54.238.185.113/ will be off  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:07:00 am
Though for those in this pool it doesn't matter how many blocks we get, you get an amount proportional to your hash power minus a 3% fee now :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:07:45 am
We haven't gotten any of the last 6 blocks, so your theory doesn't quite hold :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:10:08 am
 :'(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:12:28 am
When I check http://54.238.185.113/ gets 6-8 blocks of each 10 blocks in the network. How much our pool has?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: albon on November 10, 2013, 12:15:37 am
where can you see your balance?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:17:36 am
where can you see your balance?

On the miner log at the screen:
  valid: XXX  invalid: XXX  balance: 1.9651  paid: XXX  pps: 0.0345817
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: albon on November 10, 2013, 12:19:51 am
all I have is vl:30 RJ:5 ST:0

no balance
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:26:28 am
all I have is vl:30 RJ:5 ST:0

no balance

You use different miner!? Post a screenshot.
You should use pool_miner: http://bitsharestalk.org/index.php?topic=236.0
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: albon on November 10, 2013, 12:29:03 am
yes my mistake

but now I am getting "Unable to connect"
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 12:29:33 am
Pools seems down. I cannot connect =\
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:31:16 am
Yes, pool down.  :(
Should we expect a huge payouts?  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 12:31:35 am
yep its down... normally its back up fast
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:38:44 am
Probably bytemaster will let's us know soon.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:43:48 am
Pool back live and die again   :(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:44:41 am
Ok... so we found the limit, at 1000 nodes I crash :)   Working on a solution.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 10, 2013, 12:45:05 am
Yeah, its back down again.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 12:45:51 am
Pool back live and die again   :(

Aha. Still cannot connect. Seems like it doesnt connect storm resistant
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 12:47:40 am
Ok... so we found the limit, at 1000 nodes I crash :)   Working on a solution.

Do you use some special tcp/ip stack tunning on server? it may help to be more resistant
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:49:34 am
Pool is back up, will be bringing a secondary pool on line within the hour and that should get us back in business.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 12:50:08 am
how do you run this thing? Everytime i run it it just does a benchmark test then go away
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:50:57 am
how do you run this thing? Everytime i run it it just does a benchmark test then go away

./miner the-iland.net YOUR_ADDRESS
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:51:37 am
I am rate-limiting connection attempts now, so it is taking a while for all 1000 nodes to reconnect...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 12:52:32 am
:-( not sure what that means I made a bat file with the name of exe and then that code after it and nothing happens
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 12:53:23 am
I am rate-limiting connection attempts now, so it is taking a while for all 1000 nodes to reconnect...

You can just increase tcp/ip stack buffers =D so it may help under high connection count load
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:54:04 am
I am rate-limiting connection attempts now, so it is taking a while for all 1000 nodes to reconnect...

You can just increase tcp/ip stack buffers =D so it may help under high connection count load

Is this an OS option?  How do I do that?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 12:54:37 am
:-( not sure what that means I made a bat file with the name of exe and then that code after it and nothing happens

Post you bat file content.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 12:57:00 am
Is this an OS option?  How do I do that?

You can simply do it in linux. It helps a lot for example for iscsi servers =D
Drop me a pm for details
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 01:05:43 am
Looks like the pool is working again. It took a while for all the connections to come up, but it's going.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 10, 2013, 01:11:39 am
And Again...

(http://i.imgur.com/3vGnb6C.png)

:(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 01:13:23 am
So whathappens whenyou make a new pool is it all connected? meaning the shares etc?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:17:41 am
So whathappens whenyou make a new pool is it all connected? meaning the shares etc?

Same deal, I pay the same rate per hash, but you will have independent stats for each pool.   I take all of the risk for block variance so the pools do not need to talk to one another.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:25:26 am
And Again...

(http://i.imgur.com/3vGnb6C.png)

:(
(http://4.bp.blogspot.com/--bwUKm2LaCU/UGxBSrclenI/AAAAAAAAAK8/ET0a3bDEe0I/s320/doc.jpg)
Send me a PM with the details.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 01:30:37 am
Has the variable multicore version come out yet? I don't want to miss it. Good job handling all this stuff very quickly btw, Bytemaster. kudos.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:33:15 am
Has the variable multicore version come out yet? I don't want to miss it. Good job handling all this stuff very quickly btw, Bytemaster. kudos.

Thanks. 

No, I didn't get a chance to focus on that miner yet because I was working on server issues again :(   

Soon... very soon.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mmx888 on November 10, 2013, 01:36:59 am
good pool~~~~~~~~~~~~`
i like~~~```
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:39:14 am
So far this pool has paid out 2541 PTS in its first 24 hours worth almost $3000
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 01:39:43 am
When I check http://54.238.185.113/ gets 6-8 blocks of each 10 blocks in the network. How much our pool has?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 01:40:35 am
80 blocks to retarget  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 01:42:14 am
So far this pool has paid out 2541 PTS in its first 24 hours worth almost $3000

Finally you will pay $2000 pool reward to yourself?  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:43:16 am
About 3-4 blocks an hour on average, but I have been fighting bugs that hurt our performance and we have grown dramatically.   

I would estimate 6-7 blocks an hour now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 01:45:32 am
Question..

Should I hold on to my PTS or sell asap?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 01:46:32 am
Great job! but now this pool seems to be paying out just as much as the other pool..  definitely not 2 times like i mentioned before... :-[
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:47:27 am
Question..

Should I hold on to my PTS or sell asap?

I am going for as much as I can get.  I am actively doing things to add value to the currency, it can only go up from here.    Your actual milage may vary.   Think of this like stock in the ideas of Invictus Innovations and the potential future value of those ideas. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:50:03 am
Great job! but now this pool seems to be paying out just as much as the other pool..  definitely not 2 times like i mentioned before... :-[

Did the other pool get a faster miner?  Because I am paying out at the theoretical average value per hash -3% so perhaps the other pool was having a lucky streak and their variance gave higher yields?   Can others provide feedback?  Am I calculating the PPS wrong?

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 01:55:17 am
I will complete 24hrs with this pool and switch all my servers to the other and report back if that helps? I'm also curious.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 01:55:54 am
Pool down?
Edit: Back again  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 01:56:52 am
Payout is a bit lower than expected. But I guess the question is, are you ending up with 3%? Because if you are and are paying out 97% than it's as advertised at least. Though 3% is pretty high by comparison to other coin pools outside of PTS.

Just worry about that multicore client for now!  :)

@ninelives, yeah, that would be interesting to hear.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:57:42 am
Pool down?

Yep.. we hit 1000 again, I will have a new node up at 162.243.54.126 in about 5 minutes. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 01:58:39 am
Pool down?

Yep.. we hit 1000 again, I will have a new node up at 162.243.54.126 in about 5 minutes.

This node will be also for 1000 connections?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:07:31 am
Fixed the 1000 node limit, currently sitting at 1130 and counting...

10% CPU usage... we are good to go.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 02:09:06 am
Fixed the 1000 node limit, currently sitting at 1130 and counting...

10% CPU usage... we are good to go.

Great!!!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 02:10:13 am
@bytemaster: Can you modify your miner for support solo mining with a wallet? It's gives big advantages to the network.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:11:45 am
@bytemaster: Can you modify your miner for support solo mining with a wallet? It's gives big advantages to the network.

Eventually... but at the rate difficulty is going up solo will not be a happening thing even with my faster miner.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:14:13 am
Great job! but now this pool seems to be paying out just as much as the other pool..  definitely not 2 times like i mentioned before... :-[

Did the other pool get a faster miner?  Because I am paying out at the theoretical average value per hash -3% so perhaps the other pool was having a lucky streak and their variance gave higher yields?   Can others provide feedback?  Am I calculating the PPS wrong?

Anyone?  What is the experience with the other pools like? 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 02:14:53 am
@bytemaster: Can you modify your miner for support solo mining with a wallet? It's gives big advantages to the network.

Eventually... but at the rate difficulty is going up solo will not be a happening thing even with my faster miner.

My solo mining experience show that usually it's gives more profit, but I can't mine PTS solo because a limitation of Windows version which also not reliable enough. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mmx888 on November 10, 2013, 02:20:17 am
Great job! but now this pool seems to be paying out just as much as the other pool..  definitely not 2 times like i mentioned before... :-[

Did the other pool get a faster miner?  Because I am paying out at the theoretical average value per hash -3% so perhaps the other pool was having a lucky streak and their variance gave higher yields?   Can others provide feedback?  Am I calculating the PPS wrong?

Anyone?  What is the experience with the other pools like?

why?? can't payout ?
my balance is 2.XXX
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:22:53 am
I am still doing manual payouts every couple of hours... after I get the updated client released I will re-enable automatic payouts with some testing.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 02:27:49 am
Great job! but now this pool seems to be paying out just as much as the other pool..  definitely not 2 times like i mentioned before... :-[

Did the other pool get a faster miner?  Because I am paying out at the theoretical average value per hash -3% so perhaps the other pool was having a lucky streak and their variance gave higher yields?   Can others provide feedback?  Am I calculating the PPS wrong?

Anyone?  What is the experience with the other pools like?

I was making just above 3pts in 1 hour with the other pools and now i'm making under 3pts with yours and that was timed form the last payment at8:27 to 9:27 mybalance was 2.59363
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:34:36 am
Great job! but now this pool seems to be paying out just as much as the other pool..  definitely not 2 times like i mentioned before... :-[

Did the other pool get a faster miner?  Because I am paying out at the theoretical average value per hash -3% so perhaps the other pool was having a lucky streak and their variance gave higher yields?   Can others provide feedback?  Am I calculating the PPS wrong?

Anyone?  What is the experience with the other pools like?

I was making just above 3pts in 1 hour with the other pools and now i'm making under 3pts with yours and that was timed form the last payment at8:27 to 9:27 mybalance was 2.59363

Ok, so I see that the other pool's miner is similar... I will have to change that :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 02:36:03 am
Difficulty adjusted from 0.00001526 to ... and stay same  :)
Edit: Reward was dropped by 5%, 2016 block to next retarget
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 02:39:00 am
BTW: I like hourly payment, it's easy to track, can you make auto payment pay hourly if balance more than 1 PTS?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 02:39:29 am
Difficulty adjusted from 0.00001526 to ... and stay same  :)
Edit: Reward was dropped by 5%, 2016 block to next retarget

Only block rewards is retargeted. Difficulty will retarget in 2016 blocks.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 02:40:14 am
Awesome got it! I was a tard!  How bout a way to limit threads? or limit CPU usage?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 02:41:25 am
Difficulty adjusted from 0.00001526 to ... and stay same  :)
Edit: Reward was dropped by 5%, 2016 block to next retarget

Only block rewards is retargeted. Difficulty will retarget in 2016 blocks.

@bytemaster: Do you plan to update the wallet and make re-target every 2016 as planed? Or we stay as is?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:43:20 am
Difficulty adjusted from 0.00001526 to ... and stay same  :)
Edit: Reward was dropped by 5%, 2016 block to next retarget

Only block rewards is retargeted. Difficulty will retarget in 2016 blocks.

@bytemaster: Do you plan to update the wallet and make re-target every 2016 as planed? Or we stay as is?

I am going to keep it as is, no need to introduce a fork and people don't seem to mind the faster block production. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 02:45:23 am
Difficulty adjusted from 0.00001526 to ... and stay same  :)
Edit: Reward was dropped by 5%, 2016 block to next retarget

Only block rewards is retargeted. Difficulty will retarget in 2016 blocks.

@bytemaster: Do you plan to update the wallet and make re-target every 2016 as planed? Or we stay as is?

I am going to keep it as is, no need to introduce a fork and people don't seem to mind the faster block production.

Agree
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 10, 2013, 02:55:20 am
Great work Bytemaster!   I really appreciate your efforts and think you got a good thing started.

a comment and a question:

Comment:
When you get a chance please add time stamps to the sending notifications on the client.   That would really help me figure out my productivity.

Question:
I'm running the linux client with no problems but the mac client will not start.
complains about libstdc++.6.dylib

dylib:  lazy symbol binding failed: Symbol not found __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
referenced from pool_miner
expected in /usr/lib/libstdc++6.dylib

seems strange since you have the lib in the tar.gz but it isn't looking for it there.   That lib also exists in /usr/lib/ but maybe yours is modified?

Any help you guys can provide would be appreciated because this is a mbpr that hashes at 20 hpm with bitcoind

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:07:33 am
Great work Bytemaster!   I really appreciate your efforts and think you got a good thing started.

a comment and a question:

Comment:
When you get a chance please add time stamps to the sending notifications on the client.   That would really help me figure out my productivity.

Question:
I'm running the linux client with no problems but the mac client will not start.
complains about libstdc++.6.dylib

dylib:  lazy symbol binding failed: Symbol not found __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
referenced from pool_miner
expected in /usr/lib/libstdc++6.dylib

seems strange since you have the lib in the tar.gz but it isn't looking for it there.   That lib also exists in /usr/lib/ but maybe yours is modified?

Any help you guys can provide would be appreciated because this is a mbpr that hashes at 20 hpm with bitcoind

Yeah, this is an odd one with OS X.   You need to move  opt to /opt   to get it to work... version 3 will be a .app bundle, but for now you can hack it :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:11:33 am
Automatic payouts at 5 PTS are now enabled... let me know if you have any trouble.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 04:12:01 am
Another quick question.  besides hopefully a way to limit CPU usage somehow.  I also use my GPU to mine scrypt coins (cgminer)  and I've noticed when running your miner the has rate for that program gets halved.

is your program somehow using GPU at all?  or is the CPU being bogged down so much causing the slow down on the cgminer?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:12:49 am
Another quick question.  besides hopefully a way to limit CPU usage somehow.  I also use my GPU to mine scrypt coins (cgminer)  and I've noticed when running your miner the has rate for that program gets halved.

is your program somehow using GPU at all?  or is the CPU being bogged down so much causing the slow down on the cgminer?

Not using the GPU... so far I cannot figure out a way to make that work.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 04:17:51 am
Another quick question.  besides hopefully a way to limit CPU usage somehow.  I also use my GPU to mine scrypt coins (cgminer)  and I've noticed when running your miner the has rate for that program gets halved.

is your program somehow using GPU at all?  or is the CPU being bogged down so much causing the slow down on the cgminer?

Not using the GPU... so far I cannot figure out a way to make that work.

well is there any flags then to possibly cap/limit the # of threads?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 04:22:05 am
He's working on editing the miner so that you can set the # of processes used. Instead of being optimized for 8. I'm anxiously awaiting it too so I can use a machine with more than 8. @bytemaster, Do you think it will be available tonight?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:22:56 am
He's working on editing the miner so that you can set the # of processes used. Instead of being optimized for 8. I'm anxiously awaiting it too so I can use a machine with more than 8. @bytemaster, Do you think it will be available tonight?

What time zone are you in?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Brekyrself on November 10, 2013, 04:23:23 am
Another quick question.  besides hopefully a way to limit CPU usage somehow.  I also use my GPU to mine scrypt coins (cgminer)  and I've noticed when running your miner the has rate for that program gets halved.

is your program somehow using GPU at all?  or is the CPU being bogged down so much causing the slow down on the cgminer?

If using windows, right click pool_miner in the task manager > select affinity > leave a core open and see if your hash for cgminer goes up.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 04:27:09 am
Another quick question.  besides hopefully a way to limit CPU usage somehow.  I also use my GPU to mine scrypt coins (cgminer)  and I've noticed when running your miner the has rate for that program gets halved.

is your program somehow using GPU at all?  or is the CPU being bogged down so much causing the slow down on the cgminer?

If using windows, right click pool_miner in the task manager > select affinity > leave a core open and see if your hash for cgminer goes up.

Yeah I started fooling around with that right before I saw you post.  Looks like keeping a core open and setting priority to 1 notch lower does the trick w/o too much of a hit to your PTS miner as well.  good good
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 04:30:49 am
He's working on editing the miner so that you can set the # of processes used. Instead of being optimized for 8. I'm anxiously awaiting it too so I can use a machine with more than 8. @bytemaster, Do you think it will be available tonight?

What time zone are you in?
US central
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:31:48 am
He's working on editing the miner so that you can set the # of processes used. Instead of being optimized for 8. I'm anxiously awaiting it too so I can use a machine with more than 8. @bytemaster, Do you think it will be available tonight?

What time zone are you in?
US central

Ok.. working on Mac version first, then Linux... windows may be in the morning.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 10, 2013, 05:05:08 am
Bytemaster, Thanks for helping out with the mac client.   I didn't notice that README file in the tar file. dooh!

pool-miner is running good now... getting 31.3 hpm on this MacBook Pro Retina!   that is nearly twice as fast as my 16 core xeon Dell Poweredge server...  amazing.

Just to be clear for other mac users:

To run the alpha-miner client
----------------------------------------
once you've downloaded the file from the 1st page of this archive, double click on it to extract the files from the archive
then open up a terminal window
cd to the directory with your pool-miner file in it.
type the following:   sudo cp -R opt/local /opt/
you will have to enter an admin password before the files will copy.
then run the program....   type:  ./pool-miner the-iland.net <your PTS address here>

I hope this helps someone else out.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 05:08:56 am

pool-miner is running good now... getting 31.3 hpm on this MacBook Pro Retina!   that is nearly twice as fast as my 16 core xeon Dell Poweredge server...  amazing.


I feel something wrong with your server. My 8 core xeon server gives me 30hpm.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 05:11:17 am

pool-miner is running good now... getting 31.3 hpm on this MacBook Pro Retina!   that is nearly twice as fast as my 16 core xeon Dell Poweredge server...  amazing.


I feel something wrong with your server. My 8 core xeon server gives me 30hpm.

Server does not calculate hash rate, that is all calculated locally from actual hashes found.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 05:13:36 am
Bytemaster, Thanks for helping out with the mac client.   I didn't notice that README file in the tar file. dooh!

pool-miner is running good now... getting 31.3 hpm on this MacBook Pro Retina!   that is nearly twice as fast as my 16 core xeon Dell Poweredge server...  amazing.

Just to be clear for other mac users:

To run the alpha-miner client
----------------------------------------
once you've downloaded the file from the 1st page of this archive, double click on it to extract the files from the archive
then open up a terminal window
cd to the directory with your pool-miner file in it.
type the following:   sudo cp -R opt/local /opt/
you will have to enter an admin password before the files will copy.
then run the program....   type:  ./pool-miner the-iland.net <your PTS address here>

I hope this helps someone else out.

Here's a 2nd method too for Mac users. Someone already hosed their computer earlier when they screwed up the cp command.

Open terminal, type "open /", press enter. (Finder will open)
Drag Alphaminer's 'opt' directory and pool_miner into this location. Enter your admin password when prompted.
In terminal, start the miner using: cd / && ./pool_miner the-iland.net <your PTS address here without brackets>
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 05:16:50 am

pool-miner is running good now... getting 31.3 hpm on this MacBook Pro Retina!   that is nearly twice as fast as my 16 core xeon Dell Poweredge server...  amazing.


I feel something wrong with your server. My 8 core xeon server gives me 30hpm.

Server does not calculate hash rate, that is all calculated locally from actual hashes found.

Your server is good, I mean craggietx's 16 core server is slow.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 10, 2013, 06:02:34 am
It's an older server.   Dell Poweredge R900 Xeon 2.4ghz if I remember correctly.   

It's probably more useful as a heater than for mining... :-)

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 06:46:01 am
Question..

Should I hold on to my PTS or sell asap?

I am going for as much as I can get.  I am actively doing things to add value to the currency, it can only go up from here.    Your actual milage may vary.   Think of this like stock in the ideas of Invictus Innovations and the potential future value of those ideas.

Can you post updated block stat for last 2 hours, very interesting  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:52:28 am
Question..

Should I hold on to my PTS or sell asap?

I am going for as much as I can get.  I am actively doing things to add value to the currency, it can only go up from here.    Your actual milage may vary.   Think of this like stock in the ideas of Invictus Innovations and the potential future value of those ideas.

Can you post updated block stat for last 2 hours, very interesting  :)

I don't have hourly stats, just summary... but since I started the pool I have paid out 7500 PTS
I have 2700 machines mining on my pool
I have 700 pool shares per minute which I estimate equates to 60K HPM
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 10, 2013, 07:03:03 am
this is strange.   

did something just happen with payouts?   I see the same thing across 4 or 5 miners

  valid: 14  invalid: 9  balance: 0.513083  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.79403
  valid: 14  invalid: 9  balance: 0.513083  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.78643
  valid: 14  invalid: 9  balance: 0.513083  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.7559
  valid: 15  invalid: 9  balance: 0.549732  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.74835
  valid: 15  invalid: 9  balance: 0.549732  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.734
  valid: 15  invalid: 9  balance: 0.549732  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.74352
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.77195
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.75228
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.77079
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.77607
  valid: 0  invalid: 1  balance: 0  paid: 0  pps: 0.0366488  address: Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o  hpm: 7.76813
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 07:05:47 am
Question..

Should I hold on to my PTS or sell asap?

I am going for as much as I can get.  I am actively doing things to add value to the currency, it can only go up from here.    Your actual milage may vary.   Think of this like stock in the ideas of Invictus Innovations and the potential future value of those ideas.

Can you post updated block stat for last 2 hours, very interesting  :)

I don't have hourly stats, just summary... but since I started the pool I have paid out 7500 PTS
I have 2700 machines mining on my pool
I have 700 pool shares per minute which I estimate equates to 60K HPM

Thanks, not bad at all  :) Keep growing!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 07:10:56 am
In order to bring the profitability down to 'break even' with mining, we will need to add 28x as many miners even if the price holds at 0.004 BTS...  However many miners are holding for keeps which means they will continue mining at .005+

Market forces will take care of everything from here :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 07:26:10 am
He's working on editing the miner so that you can set the # of processes used. Instead of being optimized for 8. I'm anxiously awaiting it too so I can use a machine with more than 8. @bytemaster, Do you think it will be available tonight?

What time zone are you in?
US central

Ok.. working on Mac version first, then Linux... windows may be in the morning.

How's it coming?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 07:27:01 am
I got too tired.   First thing in the morning


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 07:28:01 am
Ok
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: smilence on November 10, 2013, 07:46:31 am
where is PTS ?

(http://oi39.tinypic.com/11j7vko.jpg)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 07:54:04 am
it means you got paid to your wallet
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 07:56:32 am

where is PTS ?

(http://oi39.tinypic.com/11j7vko.jpg)

Looks like I have a random glitch that I will fix in the morning I'll make sure you get paid. 


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Kaku on November 10, 2013, 08:02:53 am
Got balance, but no payment, when the balance transfer to my wallet?

  valid: 58  invalid: 5  balance: 2.12563  paid: 0  pps: 0.0366488  address: Pq7
DHkXBc3V3u4BWYkJuFzFApstASr7NYP  hpm: 20.817
  valid: 58  invalid: 5  balance: 2.12563  paid: 0  pps: 0.0366488  address: Pq7
DHkXBc3V3u4BWYkJuFzFApstASr7NYP  hpm: 20.7622
  valid: 58  invalid: 5  balance: 2.12563  paid: 0  pps: 0.0366488  address: Pq7
DHkXBc3V3u4BWYkJuFzFApstASr7NYP  hpm: 20.7539
  valid: 58  invalid: 5  balance: 2.12563  paid: 0  pps: 0.0366488  address: Pq7
DHkXBc3V3u4BWYkJuFzFApstASr7NYP  hpm: 20.7707
  valid: 58  invalid: 5  balance: 2.12563  paid: 0  pps: 0.0366488  address: Pq7
DHkXBc3V3u4BWYkJuFzFApstASr7NYP  hpm: 20.757
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 08:03:46 am
Auto payment kicks in at five PTS


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 10, 2013, 08:21:33 am
bytemaster,
I think the problem occurs when adding or removing another miner using the same pts address.   I experienced it in both cases (adding and removing).   I've since switched to unique addresses for each miner.   When using unique addresses I have not seen the balance / paid reset to 0.   My experience is across 15 linux miners.

I hope this information hopes a little bit.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 10, 2013, 08:41:53 am
we has fork?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: pgbit on November 10, 2013, 10:22:29 am
Is this pool functioning at the moment? Getting some invalid shares, may not have set it up right. - edit ok it seems to be churning away now. noob alert, i think i had something else running in background that was stalling it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 10:32:22 am
Someone is adding a lot of hash power to the network right now and the average block time is around 20 seconds. 

20 seconds is insane and it will result in a lot of orphans... fortunately for you that is my problem because I pay-per-hash.
20 seconds also means a lot of stales... new block shows up before your share does.  This is your problem because I don't count these.  At 20 second intervals, a 1 second ping time means 5% stale automatically.

This is all just another form of seeing the difficulty increase.   It is still a lottery system :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 10, 2013, 10:40:55 am
bytemaster,
I think the problem occurs when adding or removing another miner using the same pts address.   I experienced it in both cases (adding and removing).   I've since switched to unique addresses for each miner.   When using unique addresses I have not seen the balance / paid reset to 0.   My experience is across 15 linux miners.

I hope this information hopes a little bit.

I can confirm this.  I had to reconnect my 5 server miners that use the same address, and my balance of 4.3 PTS got reset to 0. 

DO NOT USE THE SAME ADDRESS FOR MULTIPLE MINERS!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 10:42:32 am
bytemaster,
I think the problem occurs when adding or removing another miner using the same pts address.   I experienced it in both cases (adding and removing).   I've since switched to unique addresses for each miner.   When using unique addresses I have not seen the balance / paid reset to 0.   My experience is across 15 linux miners.

I hope this information hopes a little bit.

I can confirm this.  I had to reconnect my 5 server miners that use the same address, and my balance of 4.3 PTS got reset to 0. 

DO NOT USE THE SAME ADDRESS FOR MULTIPLE MINERS!

I will have a fix for this ASAP!  Good detective work guys.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 10, 2013, 11:02:45 am
bytemaster,
I think the problem occurs when adding or removing another miner using the same pts address.   I experienced it in both cases (adding and removing).   I've since switched to unique addresses for each miner.   When using unique addresses I have not seen the balance / paid reset to 0.   My experience is across 15 linux miners.

I hope this information hopes a little bit.

I can confirm this.  I had to reconnect my 5 server miners that use the same address, and my balance of 4.3 PTS got reset to 0. 

DO NOT USE THE SAME ADDRESS FOR MULTIPLE MINERS!

I will have a fix for this ASAP!  Good detective work guys.

I should also mention that I reconnected my miners because my system crashed.  So that could also have had something to do with it.  As soon as I reconnected the first one, balance was 0 and paid was 0, and it wasn't temporary.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bidji29 on November 10, 2013, 11:03:59 am
i'm not used to linux.

I try to do :

Code: [Select]
wget http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0 -O linux_alpha_miner-0.1.0
cd linux_alpha_miner-0.1.0
./pool_miner the-iland.net xxMy-Adressxx

It doesn't work. I must miss something, can someone help?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 11:06:17 am
chmod +x linux_alpha-miner-0.1.0
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bidji29 on November 10, 2013, 11:29:40 am
it still doesn't work.

Do i need to compile it?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 11:30:07 am
it still doesn't work.

Do i need to compile it?

No... what is the error?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bidji29 on November 10, 2013, 11:33:50 am
I'm on ubuntu 13.10 x64

i download it with

wget http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0

But when i use

cd linux_alpha_miner-0.1.0
"not a directory"

./pool_miner the-iland.net xxMy-Adressxx
"no such file or directory"
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 11:34:07 am
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 11:35:00 am
I'm on ubuntu 13.10 x64

i download it with

wget http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0

But when i use

cd linux_alpha_miner-0.1.0
"not a directory"

./pool_miner the-iland.net xxMy-Adressxx
"no such file or directory"

chmod +x linux_alpha_miner-0.1.0
./linux_alpha_miner-0.1.0 the-iland.net XXXXX
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 10, 2013, 11:40:40 am
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.
perhaps you should address those of us who are still having problems with your supplied miner before jumping into a new fork, seems rather discriminatory that others are mining just fine, but the rest of us with issues are just left out to dry. win64 users have been mentioning the 0x0000 problem and the msvcp issue all to no avail.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bidji29 on November 10, 2013, 11:42:03 am
Thx a lot, it work!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 11:50:17 am
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.
perhaps you should address those of us who are still having problems with your supplied miner before jumping into a new fork, seems rather discriminatory that others are mining just fine, but the rest of us with issues are just left out to dry. win64 users have been mentioning the 0x0000 problem and the msvcp issue all to no avail.

This is a parallel effort with FreeTrade who is providing the fork.   I believe we will have a fix for my miners soon as well.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 11:57:58 am
There is error in git

/usr/bin/rcc -name bitcoin src/qt/bitcoin.qrc -o qrc_bitcoin.cpp
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/mining_active.png'
make: *** [qrc_bitcoin.cpp] Error 1


Seems you forget to commit some res
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Vanderi on November 10, 2013, 11:58:19 am
Bytemaster, Thanks for helping out with the mac client.   I didn't notice that README file in the tar file. dooh!

pool-miner is running good now... getting 31.3 hpm on this MacBook Pro Retina!   that is nearly twice as fast as my 16 core xeon Dell Poweredge server...  amazing.

Just to be clear for other mac users:

To run the alpha-miner client
----------------------------------------
once you've downloaded the file from the 1st page of this archive, double click on it to extract the files from the archive
then open up a terminal window
cd to the directory with your pool-miner file in it.
type the following:   sudo cp -R opt/local /opt/
you will have to enter an admin password before the files will copy.
then run the program....   type:  ./pool-miner the-iland.net <your PTS address here>

I hope this helps someone else out.

Here's a 2nd method too for Mac users. Someone already hosed their computer earlier when they screwed up the cp command.

Open terminal, type "open /", press enter. (Finder will open)
Drag Alphaminer's 'opt' directory and pool_miner into this location. Enter your admin password when prompted.
In terminal, start the miner using: cd / && ./pool_miner the-iland.net <your PTS address here without brackets>


I cannot copy to root, I get an error message saying "you cannot replace opt because it's invisible"

Well I have set osx to show all invisibles, no opt in root but cannot copy to there. I'm stuck. Halp?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: albon on November 10, 2013, 12:14:44 pm
I havent been paid even though it says I have on the program

PfeS6x1zvjn12rAXmA3GmCtsAGd77n7NE1 Say I have been paid 6.79819

All I have been paid is 0.46132 PTS
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Vanderi on November 10, 2013, 12:19:08 pm
Bytemaster, Thanks for helping out with the mac client.   I didn't notice that README file in the tar file. dooh!

pool-miner is running good now... getting 31.3 hpm on this MacBook Pro Retina!   that is nearly twice as fast as my 16 core xeon Dell Poweredge server...  amazing.

Just to be clear for other mac users:

To run the alpha-miner client
----------------------------------------
once you've downloaded the file from the 1st page of this archive, double click on it to extract the files from the archive
then open up a terminal window
cd to the directory with your pool-miner file in it.
type the following:   sudo cp -R opt/local /opt/
you will have to enter an admin password before the files will copy.
then run the program....   type:  ./pool-miner the-iland.net <your PTS address here>

I hope this helps someone else out.

Here's a 2nd method too for Mac users. Someone already hosed their computer earlier when they screwed up the cp command.

Open terminal, type "open /", press enter. (Finder will open)
Drag Alphaminer's 'opt' directory and pool_miner into this location. Enter your admin password when prompted.
In terminal, start the miner using: cd / && ./pool_miner the-iland.net <your PTS address here without brackets>


I cannot copy to root, I get an error message saying "you cannot replace opt because it's invisible"

Well I have set osx to show all invisibles, no opt in root but cannot copy to there. I'm stuck. Halp?


I managed to succeed using the first way. MacBook Pro early 2011 i7920 with 8Gb and 2 HDDn.

Laptop running at 87-94 degrees with manual fan control at full. Jeebus. Where to set thread count?

Thanks

*edit Finder still does not show the "opt" folder in root, and I have set Mavericks to show hidden files and folders - triple checked the commando with different casing from Mountain Lion.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hasher on November 10, 2013, 12:25:46 pm
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.

what about Linux version?

meh...recompile manually all instances..
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 12:28:11 pm
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.

what about Linux version?

meh...recompile manually all instances..

Unfortunately, yes....   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 12:39:21 pm
Pack them once and then redistribute to other instances
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hasher on November 10, 2013, 12:42:04 pm
can your not making patches so often? maybe 1-2 days delay for better testing and then deploy ...?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hasher on November 10, 2013, 12:43:05 pm
Pack them once and then redistribute to other instances
im not a linux guy at all, and i have other things to do..
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lib on November 10, 2013, 12:44:50 pm
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.

Is the pool already updated to the new fork? I got these error and I didn't reuse the address at that moment.

"
  valid: 14  invalid: 2  balance: 0.513083  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.40007
  valid: 14  invalid: 2  balance: 0.513083  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.44454
  valid: 15  invalid: 2  balance: 0.549732  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.55342
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.55769
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.60194
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.57349

"
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lib on November 10, 2013, 12:54:06 pm
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.

Is the pool already updated to the new fork? I got these error and I didn't reuse the address at that moment.

"
  valid: 14  invalid: 2  balance: 0.513083  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.40007
  valid: 14  invalid: 2  balance: 0.513083  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.44454
  valid: 15  invalid: 2  balance: 0.549732  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.55342
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.55769
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.60194
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PgRPEXP4NUR54ysGjViJjuVsa8TfuzAPSf  hpm: 9.57349

"

One of the cpu_miner instances quit using the same address. So that maybe the reason.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bidji29 on November 10, 2013, 01:03:54 pm
is there a way to use more thread?

I have one VPS with 24 core, and the miner only use 5 or 6, not 100%
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:07:54 pm
Pool down for a moment while I update to 0.2.0 backend... be back shortly.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: smilence on November 10, 2013, 01:12:54 pm
Quote
attempting to connect to the-iland.net
725862ms th_a       miner.cpp:108                 main                 ] 64.90.183.137:8384
725870ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
^C

what's the problem?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: lib on November 10, 2013, 01:20:17 pm
Quote
attempting to connect to the-iland.net
725862ms th_a       miner.cpp:108                 main                 ] 64.90.183.137:8384
725870ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
^C

what's the problem?

Pool down for a moment while I update to 0.2.0 backend... be back shortly.

bytemaster is updating the pool.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 01:26:38 pm
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.

When's it out Master?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:28:10 pm
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.

When's it out Master?

Windows and Mac binaries are posted now at our website.

Building on mining pool server now, unfortunately not enough memory on the box to compile and run the pool at the same time.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mmx888 on November 10, 2013, 01:31:02 pm
unable to connect....
why?
help me ~~~~~
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 01:31:37 pm
unable to connect....
why?
help me ~~~~~

You could read the past couple of posts.... and know exactly why.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 01:31:46 pm
Please follow the news of this emergency fork:
http://bitsharestalk.org/index.php?topic=370.0

Downloads:
http://invictus-innovations.com/downloads
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 01:39:53 pm
************** ATTENTION *******************

We are preparing a hard fork that would allow the difficulty to increase by 32x every 4032 blocks.  This is the fork that will be honored by Invictus Innovations as the foundation of future block chains.

We will post new Windows and Mac binaries within the next several hours, hopefully before the next difficulty adjustment.

Those in my pool will automatically be updated to join the new fork. 

I believe that there is enough hash power and market forces to support such a fork. 

If there are any solid objections, speak now.

When's it out Master?

Windows and Mac binaries are posted now at our website.

Building on mining pool server now, unfortunately not enough memory on the box to compile and run the pool at the same time.

Will there be a new download for the miner or 0.1.0 still stays the same?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mmx888 on November 10, 2013, 01:41:09 pm
unable to connect....
why?
help me ~~~~~

You could read the past couple of posts.... and know exactly why.
POOL_MINER.exe software can't connect the server....
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 10, 2013, 01:43:02 pm
unable to connect....
why?
help me ~~~~~

You could read the past couple of posts.... and know exactly why.

hjave you updated the miner links for fixed versions?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 10, 2013, 01:45:42 pm
your web down??

suffer DDOS??? :'( :'(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: atta2k15 on November 10, 2013, 01:46:51 pm
if you read slowly, it says something about BUILDING THE POOL....

Quote
Building on mining pool server now, unfortunately not enough memory on the box to compile and run the pool at the same time.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 01:49:17 pm
unable to connect....
why?
help me ~~~~~

You could read the past couple of posts.... and know exactly why.
POOL_MINER.exe software can't connect the server....

Holy shit.  Do people not read???????????????

READ THE LAST FEW POSTS!!!!!!!!!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 01:56:17 pm
The pool will be up after the PTS 0.2.0 upgrade is implemented. Please be patient.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:02:45 pm
I am moving the pool to 192.241.150.158 as part of this transition... so I can clone/scale as necessary.   

The pool machine was being overloaded anyway, please take some time to update your miner scripts to point at the new pool location.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:06:24 pm
New pool is active at: 192.241.150.158

Working on updating the-iland...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 02:08:02 pm
I am moving the pool to 192.241.150.158 as part of this transition... so I can clone/scale as necessary.   

The pool machine was being overloaded anyway, please take some time to update your miner scripts to point at the new pool location.

the current script only needed (for example)

POOL_MINER.EXE the-iland.net Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj

so will it be  this \/\/ now?

POOL_MINER.EXE 192.241.150.158 Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:10:12 pm
I am moving the pool to 192.241.150.158 as part of this transition... so I can clone/scale as necessary.   

The pool machine was being overloaded anyway, please take some time to update your miner scripts to point at the new pool location.

the current script only needed (for example)

POOL_MINER.EXE the-iland.net Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj

so will it be  this \/\/ now?

POOL_MINER.EXE 192.241.150.158 Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj

Yes
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: atta2k15 on November 10, 2013, 02:10:38 pm
New pool is active at: 192.241.150.158

Working on updating the-iland...

thx, working again!  8)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:11:43 pm

NEW POOL SERVER:   192.241.150.158

./pool_miner 192.241.150.158  YOURKEY



For those who skim and didn't catch my earlier post.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: m6450 on November 10, 2013, 02:14:41 pm
valid: 87  invalid: 48  balance: 3.18845  paid: 0

When will I get paid?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bitbully on November 10, 2013, 02:17:08 pm
Hard forking like this is pretty messed up considering it gives a huge advantage to the initial miners, like magnitudes worth. This is wrong. If anything the fork should be a brand new blockchain.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 02:17:22 pm
valid: 87  invalid: 48  balance: 3.18845  paid: 0

When will I get paid?

I believe its at 5PTS
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:18:33 pm
Hard forking like this is pretty messed up considering it gives a huge advantage to the initial miners, like magnitudes worth. This is wrong. If anything the fork should be a brand new blockchain.

Actually, this fork is designed to slow the block production rate to give late comers more opportunity and to prevent early miners from running away with it all with 30 second blocks!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 02:19:04 pm
Hard forking like this is pretty messed up considering it gives a huge advantage to the initial miners, like magnitudes worth. This is wrong. If anything the fork should be a brand new blockchain.

early bird gets worm
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:24:23 pm
Hard forking like this is pretty messed up considering it gives a huge advantage to the initial miners, like magnitudes worth. This is wrong. If anything the fork should be a brand new blockchain.

early bird gets worm

At the rate we were going 50% of the money supply would have been mined out in the first 2 weeks...  not only is this bad for late comers, it was bad for Invictus because our mining strategy was based upon a longer mining window.  Perhaps that is selfish, but Invictus is ultimately the one providing backing to ProtoShares.     THe chain was operating outside of spec, this is a bug fix.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 02:32:01 pm
Hard forking like this is pretty messed up considering it gives a huge advantage to the initial miners, like magnitudes worth. This is wrong. If anything the fork should be a brand new blockchain.

early bird gets worm

At the rate we were going 50% of the money supply would have been mined out in the first 2 weeks...  not only is this bad for late comers, it was bad for Invictus because our mining strategy was based upon a longer mining window.  Perhaps that is selfish, but Invictus is ultimately the one providing backing to ProtoShares.     THe chain was operating outside of spec, this is a bug fix.

Ah gotcha.  well thats alright with me.  I'm just excited to be part of a new "type" of coin all the different altcoins have some potential but ultimately I dont see them being better than the original of that "type" of coin.  so the introduction of SHA512 to the mix is cool to me, and then can't wait for the bitshare...merger, changeover, w/e you wanna call it.  I think thats supposed to be in Jan of 2014?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 10, 2013, 02:34:22 pm

NEW POOL SERVER:   192.241.150.158

./pool_miner 192.241.150.158  YOURKEY



For those who skim and didn't catch my earlier post.

NEW pool got many rejects
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:34:59 pm
Hard forking like this is pretty messed up considering it gives a huge advantage to the initial miners, like magnitudes worth. This is wrong. If anything the fork should be a brand new blockchain.

early bird gets worm

At the rate we were going 50% of the money supply would have been mined out in the first 2 weeks...  not only is this bad for late comers, it was bad for Invictus because our mining strategy was based upon a longer mining window.  Perhaps that is selfish, but Invictus is ultimately the one providing backing to ProtoShares.     THe chain was operating outside of spec, this is a bug fix.

Ah gotcha.  well thats alright with me.  I'm just excited to be part of a new "type" of coin all the different altcoins have some potential but ultimately I dont see them being better than the original of that "type" of coin.  so the introduction of SHA512 to the mix is cool to me, and then can't wait for the bitshare...merger, changeover, w/e you wanna call it.  I think thats supposed to be in Jan of 2014?

BitShares will come as soon as we can, but we are not going to rush it because there is too much on the line.   Keyhotee ID launches Jan 01.  BitShares beta will probably be closer to march unless I can get some good devs to join the team!  The point of ProtoShares was to bootstram the community and give everyone an interest in the success of BitShares :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:36:37 pm
NEW pool got many rejects

My home machine, which is mining on the pool, has had 0 rejects on the new server.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rambo on November 10, 2013, 02:38:17 pm

NEW POOL SERVER:   192.241.150.158

./pool_miner 192.241.150.158  YOURKEY



For those who skim and didn't catch my earlier post.
after pool upgrade,will switch back to iland.net?????
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: RejectKid on November 10, 2013, 02:40:10 pm
Hard forking like this is pretty messed up considering it gives a huge advantage to the initial miners, like magnitudes worth. This is wrong. If anything the fork should be a brand new blockchain.

early bird gets worm

At the rate we were going 50% of the money supply would have been mined out in the first 2 weeks...  not only is this bad for late comers, it was bad for Invictus because our mining strategy was based upon a longer mining window.  Perhaps that is selfish, but Invictus is ultimately the one providing backing to ProtoShares.     THe chain was operating outside of spec, this is a bug fix.

Ah gotcha.  well thats alright with me.  I'm just excited to be part of a new "type" of coin all the different altcoins have some potential but ultimately I dont see them being better than the original of that "type" of coin.  so the introduction of SHA512 to the mix is cool to me, and then can't wait for the bitshare...merger, changeover, w/e you wanna call it.  I think thats supposed to be in Jan of 2014?

BitShares will come as soon as we can, but we are not going to rush it because there is too much on the line.   Keyhotee ID launches Jan 01.  BitShares beta will probably be closer to march unless I can get some good devs to join the team!  The point of ProtoShares was to bootstram the community and give everyone an interest in the success of BitShares :)

I understand ya.  I mean it's kind of in the name....proto-share = prototype-share = prototype to bitshare.  Ill need to do more looking up on the keyhotee ID though I'm not familiar with that.  Guessing it's another SHA512 coin?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 10, 2013, 02:45:30 pm
All of my unpaid (and paid) balances were wiped clean upon transition, even though I'm not sticking multiple miners on the same address anymore.  Is this the same for everyone?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:47:18 pm
All of my unpaid (and paid) balances were wiped clean upon transition, even though I'm not sticking multiple miners on the same address anymore.  Is this the same for everyone?

I migrated the database and have a backup of the state it was when I shut down.  I will make you whole if you provide me your pub key.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 02:49:53 pm
I am going to set the fee to 0% for the next week to compensate everyone for downtime and bugs.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 10, 2013, 02:53:01 pm
All of my unpaid (and paid) balances were wiped clean upon transition, even though I'm not sticking multiple miners on the same address anymore.  Is this the same for everyone?

I migrated the database and have a backup of the state it was when I shut down.  I will make you whole if you provide me your pub key.

My keys are:

PmVZs1USG118ZgKXuU8B1BksREnWQo51wV
PibbN2giGpTknHs69sASMYx9nQEigr6rnZ
PdSwC95sNLKbU6sfmKPjAUupW2PN6wuj9K
PsM1bEahvcaZXPVPkiKpGff7WCFuV99cwQ
PZxEwjqxCmDXNu9w4oaWzBawrAG8cq72Tx
Pffub5THF4C4n6KxSxyRTfNutWEvrEAdfE
PmVZs1USG118ZgKXuU8B1BksREnWQo51wV

Sorry for so many, I just had to switch to a unique for each miner, as it seemed like it might be a cause of balance-zeroing.

Edit: Scratch that.  My balances have caught up.  The only thing that was lost was ~4.3 PTS from
PqeAtiLS8KWJZaR4ALit9FP3yMmRKvvoAN
seemingly due to multiple miners on that address (the issue prior to and having nothing to do with the migration and fork)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: darkyoung on November 10, 2013, 02:56:17 pm
I've added 100+ nodes with same address, is that OK? :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rambo on November 10, 2013, 02:58:17 pm
The New Pool do not enable auto payment 5 PTS??
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Terens on November 10, 2013, 03:00:08 pm
All of my unpaid (and paid) balances were wiped clean upon transition, even though I'm not sticking multiple miners on the same address anymore.  Is this the same for everyone?
Have same problem. 3h hours of mining reseted.
My key is Po6iFHiQUMFedE1pxmb5NPqKBzRJ6EQbRQ
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Winslow Strong on November 10, 2013, 03:00:32 pm
I've added 100+ nodes with same address, is that OK? :)

I wouldn't.  Myself and at least one other had balances wiped out when doing that.  For me there was a crash that occurred which may have been a cause.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bidji29 on November 10, 2013, 03:02:12 pm
do someone have a mirror for the downloads?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: darkyoung on November 10, 2013, 03:03:11 pm
I've added 100+ nodes with same address, is that OK? :)

I wouldn't.  Myself and at least one other had balances wiped out when doing that.  For me there was a crash that occurred which may have been a cause.
It's hard to deploy different address for every nodes.

Code: [Select]
 
  valid: 4745  invalid: 1469  balance: 6.48684  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.95413
  valid: 4758  invalid: 1487  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97553
  valid: 4758  invalid: 1489  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00936
  valid: 4761  invalid: 1496  balance: 7.07322  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97668
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00857
  valid: 3  invalid: 3  balance: 0.109946  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.96984
sending 0120b750e69366bef5e1da4984dc92c5625fa9e142ddd440205dc1de44c27e91

The stats been wiped after I added batch of nodes. :(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 03:04:58 pm
Is the linux binary updated to work with this new pool and the hard fork?

Is there still a need to use a new address per machine?

wtf is going on here?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: dacer on November 10, 2013, 03:06:16 pm
I've added 100+ nodes with same address, is that OK? :)

I wouldn't.  Myself and at least one other had balances wiped out when doing that.  For me there was a crash that occurred which may have been a cause.

Here is mine: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH
BTW, my balance was wiped out at lease three times. One about hours ago, and twice later on about half hour ago. The first wipeout cost me about 1 PTS, the second one and the third ones are small, 0.549732 and 0.0366488 respectively. Here are the terminal outputs:

2776122ms th_a       miner.cpp:108                 main                 ] 192.241.150.158:8384
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address:   hpm: 0
  valid: 43  invalid: 34  balance: 0.549732  paid: 1.02617  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 0
  valid: 43  invalid: 34  balance: 0.549732  paid: 1.02617  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 0
  valid: 43  invalid: 34  balance: 0.549732  paid: 1.02617  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 0
  valid: 43  invalid: 34  balance: 0.549732  paid: 1.02617  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.39265
  valid: 43  invalid: 34  balance: 0.549732  paid: 1.02617  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.21185
  valid: 43  invalid: 34  balance: 0.549732  paid: 1.02617  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.55762
  valid: 43  invalid: 35  balance: 0.549732  paid: 1.02617  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.8795
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.51927
  valid: 0  invalid: 1  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.32375
  valid: 0  invalid: 2  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.10916
  valid: 0  invalid: 3  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.94179
  valid: 0  invalid: 3  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.84801
  valid: 0  invalid: 3  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.69987
  valid: 0  invalid: 3  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.7566
  valid: 0  invalid: 3  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.67907
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.73175
  valid: 0  invalid: 1  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.63715
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.85746
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.17699
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.21123
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.06271
sending 01c632806f6ed1aeb8df6438c4bb0418cfbe39892d14c2dbb70b82d2210538de
  valid: 1  invalid: 0  balance: 0.0366488  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 3.95731
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.18635
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.13611
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH  hpm: 4.04995
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 03:06:52 pm
do someone have a mirror for the downloads?

Alternative downloads:
http://bitsharestalk.org/PubDownloads/protoshares-0.2.0.zip
http://bitsharestalk.org/PubDownloads/ProtoShares-0.2.0.dmg
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:08:28 pm
I've added 100+ nodes with same address, is that OK? :)

I wouldn't.  Myself and at least one other had balances wiped out when doing that.  For me there was a crash that occurred which may have been a cause.
It's hard to deploy different address for every nodes.

Code: [Select]
 
  valid: 4745  invalid: 1469  balance: 6.48684  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.95413
  valid: 4758  invalid: 1487  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97553
  valid: 4758  invalid: 1489  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00936
  valid: 4761  invalid: 1496  balance: 7.07322  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97668
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00857
  valid: 3  invalid: 3  balance: 0.109946  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.96984
sending 0120b750e69366bef5e1da4984dc92c5625fa9e142ddd440205dc1de44c27e91

The stats been wiped after I added batch of nodes. :(

Darn it... I don't know what is causing that because it didn't wipe my stats when I moved my client.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:09:19 pm
Is the linux binary updated to work with this new pool and the hard fork?

Is there still a need to use a new address per machine?

wtf is going on here?

No need to change anything other than the server IP...

There is still the random bug with clearing balances which I am frantically searching for the root cause of.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: dacer on November 10, 2013, 03:11:21 pm
Is the linux binary updated to work with this new pool and the hard fork?

Is there still a need to use a new address per machine?

wtf is going on here?

No need to change anything other than the server IP...

There is still the random bug with clearing balances which I am frantically searching for the root cause of.

Thank you. I truly appreciate your effort.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:11:28 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 10, 2013, 03:11:41 pm
All of my unpaid (and paid) balances were wiped clean upon transition, even though I'm not sticking multiple miners on the same address anymore.  Is this the same for everyone?

so did I
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:13:16 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: darkyoung on November 10, 2013, 03:13:34 pm
I've added 100+ nodes with same address, is that OK? :)

I wouldn't.  Myself and at least one other had balances wiped out when doing that.  For me there was a crash that occurred which may have been a cause.
It's hard to deploy different address for every nodes.

Code: [Select]
 
  valid: 4745  invalid: 1469  balance: 6.48684  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.95413
  valid: 4758  invalid: 1487  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97553
  valid: 4758  invalid: 1489  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00936
  valid: 4761  invalid: 1496  balance: 7.07322  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97668
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00857
  valid: 3  invalid: 3  balance: 0.109946  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.96984
sending 0120b750e69366bef5e1da4984dc92c5625fa9e142ddd440205dc1de44c27e91

The stats been wiped after I added batch of nodes. :(

Darn it... I don't know what is causing that because it didn't wipe my stats when I moved my client.

All nodes up running now, the stats continued from that wiped out, I don't get that 7.07322 balance in my wallet.

--edit--
balance received
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 03:14:35 pm
Where is the linux download?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:15:52 pm
I've added 100+ nodes with same address, is that OK? :)

I wouldn't.  Myself and at least one other had balances wiped out when doing that.  For me there was a crash that occurred which may have been a cause.
It's hard to deploy different address for every nodes.

Code: [Select]
 
  valid: 4745  invalid: 1469  balance: 6.48684  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.95413
  valid: 4758  invalid: 1487  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97553
  valid: 4758  invalid: 1489  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00936
  valid: 4761  invalid: 1496  balance: 7.07322  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97668
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00857
  valid: 3  invalid: 3  balance: 0.109946  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.96984
sending 0120b750e69366bef5e1da4984dc92c5625fa9e142ddd440205dc1de44c27e91

The stats been wiped after I added batch of nodes. :(

Darn it... I don't know what is causing that because it didn't wipe my stats when I moved my client.

All nodes up running now, the stats continued from that wiped out, I don't get that 7.07322 balance in my wallet.

Sent you a payment... please confirm receipt.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: dacer on November 10, 2013, 03:16:31 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.

address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH
1st wipeout balance: unknown (about 1.3PTS)
2nd wipeout balance: 0.549732
3rd wipeout balance: 0.0366488
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:18:54 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.

address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH
1st wipeout balance: unknown (about 1.3PTS)
2nd wipeout balance: 0.549732
3rd wipeout balance: 0.0366488

Payment sent, please confirm.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: darkyoung on November 10, 2013, 03:20:13 pm
I've added 100+ nodes with same address, is that OK? :)

I wouldn't.  Myself and at least one other had balances wiped out when doing that.  For me there was a crash that occurred which may have been a cause.
It's hard to deploy different address for every nodes.

Code: [Select]
 
  valid: 4745  invalid: 1469  balance: 6.48684  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.95413
  valid: 4758  invalid: 1487  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97553
  valid: 4758  invalid: 1489  balance: 6.96327  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00936
  valid: 4761  invalid: 1496  balance: 7.07322  paid: 155.5  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.97668
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 7.00857
  valid: 3  invalid: 3  balance: 0.109946  paid: 0  pps: 0.0366488  address: Pm8WVX1EmKNfW5X7gNMJjsEtv8juYM5kMB  hpm: 6.96984
sending 0120b750e69366bef5e1da4984dc92c5625fa9e142ddd440205dc1de44c27e91

The stats been wiped after I added batch of nodes. :(

Darn it... I don't know what is causing that because it didn't wipe my stats when I moved my client.

All nodes up running now, the stats continued from that wiped out, I don't get that 7.07322 balance in my wallet.

Sent you a payment... please confirm receipt.

Confirm.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hasher on November 10, 2013, 03:20:54 pm
Pe9ZT9Si6cpzJwqibiisbCbyfQ6JhQVcJK ~ 0.4
i have deleted my worker in DO instance and now cant restore from http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
this link is dead, so i cant restore my worker.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:21:23 pm
AUTO PAY HAS BEEN DISABLED UNTIL AFTER THE FORK IS COMPLETE
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:22:12 pm
Pe9ZT9Si6cpzJwqibiisbCbyfQ6JhQVcJK
i have deleted my worker in DO instance and now cant restore from http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
this link is dead, so i cant restore my worker.

Sorry, server is overloaded... let me find a mirror for you.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: dacer on November 10, 2013, 03:24:27 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.

address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH
1st wipeout balance: unknown (about 1.3PTS)
2nd wipeout balance: 0.549732
3rd wipeout balance: 0.0366488

payment received. Thank you.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hasher on November 10, 2013, 03:28:00 pm
Pe9ZT9Si6cpzJwqibiisbCbyfQ6JhQVcJK
i have deleted my worker in DO instance and now cant restore from http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
this link is dead, so i cant restore my worker.

Sorry, server is overloaded... let me find a mirror for you.
any news on mirror?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:33:38 pm
will post mirrors when then become available.

Good thing I removed the pool from the-iland... that machine is being hammered.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: svd on November 10, 2013, 03:33:58 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.

HI
my address is PuPhu6mh6WLbi6JQxN5MXYUUjtynvVg9hx
i got my balance wiped 3 times
4.3 PTS
1.?
0.?

now i have
1.53 PTS

I have 3 clients connected using same payout address
is this causing that problem?
should i change it?

thanks
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 03:35:01 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.

HI
my address is PuPhu6mh6WLbi6JQxN5MXYUUjtynvVg9hx
i got my balance wiped 3 times
4.3 PTS
1.?
0.?

now i have
1.53 PTS

I have 3 clients connected using same payout address
is this causing that problem?
should i change it?

thanks

No that is not causing the problem... because addresses get wiped with only one client...   :'(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 03:40:42 pm
You should put these downloads on sourceforge:
http://the-iland.net/static/downloads/protoshares-0.2.0.zip
http://the-iland.net/static/downloads/ProtoShares-0.2.0.dmg
and pool_miner

so they're actually available to people. the-iland.net is not responding.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: svd on November 10, 2013, 03:42:57 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.

HI
my address is PuPhu6mh6WLbi6JQxN5MXYUUjtynvVg9hx
i got my balance wiped 3 times
4.3 PTS
1.?
0.?

now i have
1.53 PTS

I have 3 clients connected using same payout address
is this causing that problem?
should i change it?

thanks

No that is not causing the problem... because addresses get wiped with only one client...   :'(

i dont get it anyway
get my balance wiped again wtf

no payment at wallet
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 03:46:05 pm
Pe9ZT9Si6cpzJwqibiisbCbyfQ6JhQVcJK
i have deleted my worker in DO instance and now cant restore from http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
this link is dead, so i cant restore my worker.

Sorry, server is overloaded... let me find a mirror for you.
any news on mirror?

Linux alpha miner 0.1.0:

http://bitsharestalk.org/PubDownloads/linux_alpha_miner-0.1.0.tar.gz
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: dacer on November 10, 2013, 03:46:16 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.


address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH
1st wipeout balance: unknown (about 1.3PTS)
2nd wipeout balance: 0.549732
3rd wipeout balance: 0.0366488

Payment sent, please confirm.

Another 2 wipeout just happened (both are 0.0732976PTS): one of the address is PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH .
Don't bother paying me, I hope you fix it soon.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: dacer on November 10, 2013, 03:48:22 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.


address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH
1st wipeout balance: unknown (about 1.3PTS)
2nd wipeout balance: 0.549732
3rd wipeout balance: 0.0366488

Payment sent, please confirm.

Another 2 wipeout just happened (both are 0.0732976PTS): one of the address is PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH .
Don't bother paying me, I hope you fix it soon.

Are you using my IP address to track balance? 'Cos I just switch off my VPN, then the wipeout happened.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 03:51:41 pm
What a mess
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hasher on November 10, 2013, 03:54:22 pm
Pe9ZT9Si6cpzJwqibiisbCbyfQ6JhQVcJK
i have deleted my worker in DO instance and now cant restore from http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
this link is dead, so i cant restore my worker.

Sorry, server is overloaded... let me find a mirror for you.
any news on mirror?

Linux alpha miner 0.1.0:

http://bitsharestalk.org/PubDownloads/linux_alpha_miner-0.1.0.tar.gz
Thanks, that works
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hasher on November 10, 2013, 03:55:37 pm
Pe9ZT9Si6cpzJwqibiisbCbyfQ6JhQVcJK ~ 0.4
i have deleted my worker in DO instance and now cant restore from http://the-iland.net/static/downloads/linux_alpha_miner-0.1.0
this link is dead, so i cant restore my worker.
Worker restored, balance in place, all is ok.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:02:47 pm
ANYONE WITH A CLEARED BALANCE SEND ME A PM WITH YOUR PTSADDRESS AND I WILL BE ABLE TO RECOVER YOUR FUNDS

I have a backup of the balances as of the shutdown of the last pool.... and I have the ability to verify that you do not scam me.

Also send me your last known balance output so I can compare.


address: PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH
1st wipeout balance: unknown (about 1.3PTS)
2nd wipeout balance: 0.549732
3rd wipeout balance: 0.0366488

Payment sent, please confirm.

Another 2 wipeout just happened (both are 0.0732976PTS): one of the address is PvZG3MhXga8pD59RUkG91RHgcP4x9Tn5UH .
Don't bother paying me, I hope you fix it soon.

Are you using my IP address to track balance? 'Cos I just switch off my VPN, then the wipeout happened.

Nope, all balances are indexed by public key.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: GurungBoi on November 10, 2013, 04:06:10 pm
Hey Bytemaster...

i had 5 clients running.
Not too sure about my balance..

All had the same payment key.
PYoeV73D2VsY8HQYmHXECoFUksoxzW9vxA

Let me know

thanks!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: 5chdn on November 10, 2013, 04:10:35 pm
@bytemaster, is there any web frontend yet?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 04:12:26 pm
@bytemaster, is there any web frontend yet?

Peoples!!! Give bytemaster time to finish with a fork and pools, and then he will be able to start resolving issues and make gui for a pool!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: dacer on November 10, 2013, 04:16:10 pm
@bytemaster, is there any web frontend yet?

Peoples!!! Give bytemaster time to finish with a fork and pools, and then he will be able to start resolving issues and make gui for a pool!

I second it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:21:33 pm
@bytemaster, is there any web frontend yet?

Peoples!!! Give bytemaster time to finish with a fork and pools, and then he will be able to start resolving issues and make gui for a pool!

I second it.

I can provide a JSON RPC interface to my pool if someone wants to build a web front end...  Otherwise, I have higher priorities (Keyhotee and BitShares).

I can pay someone in PTS to build a pool interface... contact me for details.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 04:30:47 pm
6 blocks to re-target.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 04:33:34 pm
Re-target!!! Difficulty adjusted from 0.00001526 to 0.00012097, x8 times
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:35:31 pm
New PPS:   0.00462285
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:36:12 pm
I think I am suffering a case of    PTS Disorder
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: svd on November 10, 2013, 04:36:43 pm
@bytemaster, is there any web frontend yet?

Peoples!!! Give bytemaster time to finish with a fork and pools, and then he will be able to start resolving issues and make gui for a pool!

I second it.

I can provide a JSON RPC interface to my pool if someone wants to build a web front end...  Otherwise, I have higher priorities (Keyhotee and BitShares).

I can pay someone in PTS to build a pool interface... contact me for details.

hi can you answer my pm
i lost more than 7pts due to wiped stats
my ip is same i am writing there

thanks
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: endlessskill on November 10, 2013, 04:37:19 pm
Minimal payout?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 04:38:24 pm
My node connections drop from 300 to 150, 50% of my clients doesn't update a wallet yet.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:39:12 pm
@bytemaster, is there any web frontend yet?

Peoples!!! Give bytemaster time to finish with a fork and pools, and then he will be able to start resolving issues and make gui for a pool!

I second it.

I can provide a JSON RPC interface to my pool if someone wants to build a web front end...  Otherwise, I have higher priorities (Keyhotee and BitShares).

I can pay someone in PTS to build a pool interface... contact me for details.

hi can you answer my pm
i lost more than 7pts due to wiped stats
my ip is same i am writing there

thanks
I need your PTS address.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:39:59 pm
My node connections drop from 300 to 150, 50% of my clients doesn't update a wallet yet.

I have 100 nodes that I have not updated yet...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 04:41:50 pm
Minimal payout?

Don't be lazy to read previous posts:
http://bitsharestalk.org/index.php?topic=236.msg3203#msg3203
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:42:52 pm
Minimal payout?

Don't be lazy to read previous posts:
http://bitsharestalk.org/index.php?topic=236.msg3203#msg3203

I will reduce the minimal payout to 1 PTS now that things are slower... will start paying out once network is stable.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: svd on November 10, 2013, 04:43:18 pm
@bytemaster, is there any web frontend yet?

Peoples!!! Give bytemaster time to finish with a fork and pools, and then he will be able to start resolving issues and make gui for a pool!

I second it.

I can provide a JSON RPC interface to my pool if someone wants to build a web front end...  Otherwise, I have higher priorities (Keyhotee and BitShares).

I can pay someone in PTS to build a pool interface... contact me for details.

hi can you answer my pm
i lost more than 7pts due to wiped stats
my ip is same i am writing there

thanks
I need your PTS address.

PuPhu6mh6WLbi6JQxN5MXYUUjtynvVg9hx
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 04:43:52 pm
Minimal payout?

Don't be lazy to read previous posts:
http://bitsharestalk.org/index.php?topic=236.msg3203#msg3203

I will reduce the minimal payout to 1 PTS now that things are slower... will start paying out once network is stable.

This thread is too long, give me a chance to recover and I will summarize the status of everything.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 04:46:04 pm
Do the Mac and Windows clients work as wallets (correct addresses, etc) as long as they are not used directly for mining? The wallets still cannot be downloaded. Wondering if I can use the old one safely for now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: nateless on November 10, 2013, 04:46:29 pm
New PPS:   0.00462285

pps is 0.004.. or 0.04..?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 04:47:10 pm
New PPS:   0.00462285

pps is 0.004.. or 0.04..?

0.00439171
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: CryptoN8 on November 10, 2013, 04:49:56 pm
Do the Mac and Windows clients work as wallets (correct addresses, etc) as long as they are not used directly for mining? The wallets still cannot be downloaded. Wondering if I can use the old one safely for now.
I found mirror for new wallets here:
http://bitsharestalk.org/index.php?topic=236.msg3176#msg3176

Anyone have a mirror for the Windows mining client?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: atta2k15 on November 10, 2013, 04:58:31 pm
I think I am suffering a case of    PTS Disorder
:o
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: feeleep on November 10, 2013, 05:01:24 pm
New PPS:   0.00462285

pps is 0.004.. or 0.04..?

0.00439171

almost 10x less that 2 hrs ago? what happened?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 05:02:38 pm
Ok.. so we are still getting 40 second blocks LOL orphans were hiding a TON of hash power.    This alone confirms my opinion that doing the fork was the right thing because it makes block rewards more fair rather than based upon latency.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 05:03:06 pm
New PPS:   0.00462285

pps is 0.004.. or 0.04..?

0.00439171

almost 10x less that 2 hrs ago? what happened?
Difficulty went up by 8x
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 05:06:44 pm
New PPS:   0.00462285

pps is 0.004.. or 0.04..?

0.00439171

almost 10x less that 2 hrs ago? what happened?

2 hours ago it was 0.02, x5 less
network difficulty now x8 more than 2 hours ago
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 05:07:52 pm
Ok.. so we are still getting 40 second blocks LOL orphans were hiding a TON of hash power.    This alone confirms my opinion that doing the fork was the right thing because it makes block rewards more fair rather than based upon latency.

So are you saying solo miners might actually find blocks faster now?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 10, 2013, 05:07:53 pm

Ok.. so we are still getting 40 second blocks LOL orphans were hiding a TON of hash power.    This alone confirms my opinion that doing the fork was the right thing because it makes block rewards more fair rather than based upon latency.
Good news


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Vanderi on November 10, 2013, 05:16:36 pm
mirror for 0.2.0 client plox
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: CryptoN8 on November 10, 2013, 05:21:00 pm
mirror for 0.2.0 client plox
Win/Mac Client Mirrors Here:
http://bitsharestalk.org/PubDownloads/

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 10, 2013, 05:35:53 pm
sry was outside today ... all my devices throws error since a few hours is recognize! What happens!?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 10, 2013, 05:37:23 pm
sry was outside today ... all my devices throws error since a few hours is recognize! What happens!?

IP changed.  It's now 192.241.150.158
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bg002h on November 10, 2013, 05:41:01 pm
Is it ok to use the same protoshares address on multiple instances of pool_miner?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 10, 2013, 05:45:38 pm
sry was outside today ... all my devices throws error since a few hours is recognize! What happens!?

IP changed.  It's now 192.241.150.158

ok thx is there a new alpha verion out too? or just the old one with new pool address!?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 10, 2013, 05:49:38 pm
Is it ok to use the same protoshares address on multiple instances of pool_miner?
You should be fine either way.


ok thx is there a new alpha verion out too? or just the old one with new pool address!?

No, it's the same 0.1.0 version, just the server is hammered and hard to download it from if you don't already have it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: ruletheworld on November 10, 2013, 05:50:41 pm
mirror for 0.2.0 client plox
Win/Mac Client Mirrors Here:
http://bitsharestalk.org/PubDownloads/
Negative. Just see the Linux miner there
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 05:50:50 pm
sry was outside today ... all my devices throws error since a few hours is recognize! What happens!?

IP changed.  It's now 192.241.150.158

ok thx is there a new alpha verion out too? or just the old one with new pool address!?

Old miners work at new address.... working on new miners, but obviously other things came up in the past several hours....

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 10, 2013, 05:52:13 pm
sry was outside today ... all my devices throws error since a few hours is recognize! What happens!?

IP changed.  It's now 192.241.150.158

ok thx is there a new alpha verion out too? or just the old one with new pool address!?

Old miners work at new address.... working on new miners, but obviously other things came up in the past several hours....

thx Dan for fast reply ...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: dogfall on November 10, 2013, 05:58:23 pm
what's wrong ? i see the balance change to 0, but  receive nothing!
valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0
  valid: 60  invalid: 17  balance: 1.00588  paid: 0
sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 0
sending 00b0fbc02097d46f3386a9127de5e1d09dc9b2403bb
  valid: 61  invalid: 17  balance: 1.01027  paid: 0
sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 5.49291
  valid: 66  invalid: 19  balance: 1.03223  paid: 0
sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.8483
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0
zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.1201
sending 01da36527da4e2bfc58f5277cc104f637b4a0dd5f5d
  valid: 5  invalid: 5  balance: 0.0219586  paid: 0
sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.0035
sending 018b6d6618d545bb0ae3e847bb0493a7d62b940d235
  valid: 14  invalid: 9  balance: 0.0614839  paid:
PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2389
  valid: 26  invalid: 12  balance: 0.114184  paid:
PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2836
sending 00feb7e20291c21240af4a8ce4d2fd7f7df2fcea2c4
  valid: 133  invalid: 27  balance: 0.584097  paid:
 PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 10.8211
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:00:44 pm
what's wrong ? i see the balance change to 0, but  receive nothing!
valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0
valid: 60  invalid: 17  balance: 1.00588  paid: 0  sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 0
sending 00b0fbc02097d46f3386a9127de5e1d09dc9b2403bb
  valid: 61  invalid: 17  balance: 1.01027  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 5.49291
  valid: 66  invalid: 19  balance: 1.03223  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.8483
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0  zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.1201
sending 01da36527da4e2bfc58f5277cc104f637b4a0dd5f5d
  valid: 5  invalid: 5  balance: 0.0219586  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.0035
sending 018b6d6618d545bb0ae3e847bb0493a7d62b940d235
  valid: 14  invalid: 9  balance: 0.0614839  paid: PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2389
  valid: 26  invalid: 12  balance: 0.114184  paid:  PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2836
sending 00feb7e20291c21240af4a8ce4d2fd7f7df2fcea2c4
  valid: 133  invalid: 27  balance: 0.584097  paid: PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 10.8211

IRS seized your pool funds... take it up with them.

This is my #1 priority to resolve right now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 06:01:48 pm
i'm finding that the balance is going up a lot slower.. i thought you increased the pps

anyway all my machines are currently at different valids.. must be a server overload
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: svd on November 10, 2013, 06:08:32 pm
what's wrong ? i see the balance change to 0, but  receive nothing!
valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0
valid: 60  invalid: 17  balance: 1.00588  paid: 0  sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 0
sending 00b0fbc02097d46f3386a9127de5e1d09dc9b2403bb
  valid: 61  invalid: 17  balance: 1.01027  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 5.49291
  valid: 66  invalid: 19  balance: 1.03223  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.8483
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0  zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.1201
sending 01da36527da4e2bfc58f5277cc104f637b4a0dd5f5d
  valid: 5  invalid: 5  balance: 0.0219586  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.0035
sending 018b6d6618d545bb0ae3e847bb0493a7d62b940d235
  valid: 14  invalid: 9  balance: 0.0614839  paid: PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2389
  valid: 26  invalid: 12  balance: 0.114184  paid:  PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2836
sending 00feb7e20291c21240af4a8ce4d2fd7f7df2fcea2c4
  valid: 133  invalid: 27  balance: 0.584097  paid: PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 10.8211

IRS seized your pool funds... take it up with them.

This is my #1 priority to resolve right now.

very funny
wasted 40hps total (6 hours)
i didnt get any payout
lost many hashes due to pool fail and lack of redirect too

pts pool didnt get any block from 2 hours
beeer needs 200 shares to get 0.01 pts

your pool is cheating and not working

solo mining is waste of energy

what coin i should mine now ?
pts is doomed at the moment
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 06:12:52 pm
what's wrong ? i see the balance change to 0, but  receive nothing!
valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0
valid: 60  invalid: 17  balance: 1.00588  paid: 0  sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 0
sending 00b0fbc02097d46f3386a9127de5e1d09dc9b2403bb
  valid: 61  invalid: 17  balance: 1.01027  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 5.49291
  valid: 66  invalid: 19  balance: 1.03223  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.8483
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0  zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.1201
sending 01da36527da4e2bfc58f5277cc104f637b4a0dd5f5d
  valid: 5  invalid: 5  balance: 0.0219586  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.0035
sending 018b6d6618d545bb0ae3e847bb0493a7d62b940d235
  valid: 14  invalid: 9  balance: 0.0614839  paid: PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2389
  valid: 26  invalid: 12  balance: 0.114184  paid:  PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2836
sending 00feb7e20291c21240af4a8ce4d2fd7f7df2fcea2c4
  valid: 133  invalid: 27  balance: 0.584097  paid: PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 10.8211

IRS seized your pool funds... take it up with them.

This is my #1 priority to resolve right now.

very funny
wasted 40hps total (6 hours)
i didnt get any payout
lost many hashes due to pool fail and lack of redirect too

pts pool didnt get any block from 2 hours
beeer needs 200 shares to get 0.01 pts

your pool is cheating and not working

solo mining is waste of energy

what coin i should mine now ?
pts is doomed at the moment

Difficulty up x8, other pool has a same problems with rewards:
http://ptsweb.beeeeer.org/blocks - 3 blocks since re-target
http://54.238.185.113/blocks - 0 blocks since re-target

What you expect to get?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:13:09 pm
i'm finding that the balance is going up a lot slower.. i thought you increased the pps

When the difficulty increases the average number of shares it takes to find a block also increases. 

PPS = BLOCK_REWARD / AVERAGE_SHARES_TO_FIND_BLOCK

My fee was 3% and now that things have calmed down a bit I am going to adjust to 0% for a while.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 10, 2013, 06:13:48 pm
Quote
very funny
wasted 40hps total (6 hours)
i didnt get any payout
lost many hashes due to pool fail and lack of redirect too

its just the alpa version ... pls be patient .. i have wasted 70hpm total for same time ... but thats it ... you should    
count in a potential loss when you wanna participate on alpha run ...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 06:14:29 pm
anyway all my machines are currently at different valids.. must be a server overload
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Squidrick on November 10, 2013, 06:14:58 pm
This is still an alpha pool. In addition, Bytemaster has been killing himself and his pts wallet to get this pool up and running. You aren't coming across as very understanding.

Sent from my SCH-I535 using Tapatalk

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: CryptoN8 on November 10, 2013, 06:15:17 pm
what's wrong ? i see the balance change to 0, but  receive nothing!
valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0
valid: 60  invalid: 17  balance: 1.00588  paid: 0  sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 0
sending 00b0fbc02097d46f3386a9127de5e1d09dc9b2403bb
  valid: 61  invalid: 17  balance: 1.01027  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 5.49291
  valid: 66  invalid: 19  balance: 1.03223  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.8483
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0  zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.1201
sending 01da36527da4e2bfc58f5277cc104f637b4a0dd5f5d
  valid: 5  invalid: 5  balance: 0.0219586  paid: 0 sLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.0035
sending 018b6d6618d545bb0ae3e847bb0493a7d62b940d235
  valid: 14  invalid: 9  balance: 0.0614839  paid: PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2389
  valid: 26  invalid: 12  balance: 0.114184  paid:  PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 12.2836
sending 00feb7e20291c21240af4a8ce4d2fd7f7df2fcea2c4
  valid: 133  invalid: 27  balance: 0.584097  paid: PsLG9fzc5zTimWjkNb5gV1jWd3AxzPXEBe  hpm: 10.8211

IRS seized your pool funds... take it up with them.

This is my #1 priority to resolve right now.

very funny
wasted 40hps total (6 hours)
i didnt get any payout
lost many hashes due to pool fail and lack of redirect too

pts pool didnt get any block from 2 hours
beeer needs 200 shares to get 0.01 pts

your pool is cheating and not working

solo mining is waste of energy

what coin i should mine now ?
pts is doomed at the moment

Ahhh... growing pains. Reminds me of mining BTC back in early 2011.  ::)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: ptsomsk on November 10, 2013, 06:18:06 pm
pps: 0.00439171??
time ago pps:0.0366488
x8.4?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bg002h on November 10, 2013, 06:20:30 pm
i'm finding that the balance is going up a lot slower.. i thought you increased the pps

When the difficulty increases the average number of shares it takes to find a block also increases. 

PPS = BLOCK_REWARD / AVERAGE_SHARES_TO_FIND_BLOCK

My fee was 3% and now that things have calmed down a bit I am going to adjust to 0% for a while.

gimme a command line option to donate and I'll set mine machines to donate 10%
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: spoonman on November 10, 2013, 06:21:55 pm
Are payment automatic now?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:23:31 pm
Are payment automatic now?

I am about to issue payments... and turn on automatic payments.    There will be a disconnect.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 10, 2013, 06:28:27 pm
Are payment automatic now?

I am about to issue payments... and turn on automatic payments.    There will be a disconnect.

it will be 1pts the payout?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:32:08 pm
Are payment automatic now?

I am about to issue payments... and turn on automatic payments.    There will be a disconnect.

it will be 1pts the payout?

I am thinking 0.5 PTS given the difficulty.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 06:41:16 pm
it has to be 1pts else you have to pay .0001 fee....
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:44:17 pm
it has to be 1pts else you have to pay .0001 fee....

Point!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 10, 2013, 06:44:46 pm
Are payment automatic now?

I am about to issue payments... and turn on automatic payments.    There will be a disconnect.

it will be 1pts the payout?

I am thinking 0.5 PTS given the difficulty.

btw first of new diff was
 
pps:0.0366488

now
pps: 0.00439171

it should be

pps: 0.0439171




Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:47:58 pm
I would like to make sure all nodes are on the same network.. I have created a new super node because the-iland is down...

addnode=192.241.139.62

This should support 10K connections and make sure no one is left in an disconnected sub-branch. 

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 06:49:26 pm
@bytemaster why not include payments to next block as other pools like eligius did for btc? So it will be zerro commision
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 06:49:55 pm
is that for the protoshare-qt? or new ip for alpha miner

also have payments gone out?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:53:00 pm
@bytemaster why not include payments to next block as other pools like eligius did for btc? So it will be zerro commision

Time & Money :)    I will get there, but remember I built this thing in a day, tested for a day, and am just now in my 3-4th day of using this pool.

I am looking for someone to hire to manage the Invictus Pool because I do not want to be in the pool business personally.  I do it because it is the easiest way to make money for the company right now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 06:53:51 pm
is that for the protoshare-qt? or new ip for alpha miner

also have payments gone out?

Protoshares Qt..... just want to make sure everyone is talking.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 06:55:20 pm
all my computers have different valids all using the same payout address... alot of them dont seem to be updating and staying sync...is there a server problem?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 10, 2013, 06:55:38 pm
@bytemaster why not include payments to next block as other pools like eligius did for btc? So it will be zerro commision

Time & Money :)    I will get there, but remember I built this thing in a day, tested for a day, and am just now in my 3-4th day of using this pool.

I am looking for someone to hire to manage the Invictus Pool because I do not want to be in the pool business personally.  I do it because it is the easiest way to make money for the company right now.


Are payment automatic now?

I am about to issue payments... and turn on automatic payments.    There will be a disconnect.

it will be 1pts the payout?

I am thinking 0.5 PTS given the difficulty.

btw first of new diff was
 
pps:0.0366488

now
pps: 0.00439171

it should be

pps: 0.0439171


So? any reply?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: ruletheworld on November 10, 2013, 06:57:00 pm
Can someone post an alternate link for the Win64 download? can't open the-iland links
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 10, 2013, 06:57:08 pm
@bytemaster why not include payments to next block as other pools like eligius did for btc? So it will be zerro commision

Time & Money :)    I will get there, but remember I built this thing in a day, tested for a day, and am just now in my 3-4th day of using this pool.

I am looking for someone to hire to manage the Invictus Pool because I do not want to be in the pool business personally.  I do it because it is the easiest way to make money for the company right now.


Are payment automatic now?

I am about to issue payments... and turn on automatic payments.    There will be a disconnect.

it will be 1pts the payout?

I am thinking 0.5 PTS given the difficulty.

btw first of new diff was
 
pps:0.0366488

now
pps: 0.00439171

it should be

pps: 0.0439171


So? any reply?

The difficulty went up 8x, so the reward went down 8x.  I don't see where you're confused.

all my computers have different valids all using the same payout address... alot of them dont seem to be updating and staying sync...is there a server problem?

I think they only update when they find a share, so the stats will be staggered.  Whichever one updated most recently represents your current stats.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: goldbishop on November 10, 2013, 07:00:36 pm


The difficulty went up 8x, so the reward went down 8x.  I don't see where you're confused.



so we will mining more  to get less ?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 10, 2013, 07:02:45 pm
and how to make that work in 7 threads instead of 8
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 10, 2013, 07:06:43 pm


The difficulty went up 8x, so the reward went down 8x.  I don't see where you're confused.



so we will mining more  to get less ?

Correct.  That is what happens when the difficulty retargets with all crypto-coins.  It's just far more drastic in the first month or so of a coin's existance.


and how to make that work in 7 threads instead of 8

If you're on windows I've answered this more comprehensively somewhere in this thread, but hit ctrl-shift-escape, select processess, right click on POOL_MINER.exe, select "set affinity" and uncheck one of your cores.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 07:08:41 pm
it has to be 1pts else you have to pay .0001 fee....

+1 to 1 PTS
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 10, 2013, 07:12:38 pm


The difficulty went up 8x, so the reward went down 8x.  I don't see where you're confused.



so we will mining more  to get less ?

Correct.  That is what happens when the difficulty retargets with all crypto-coins.  It's just far more drastic in the first month or so of a coin's existance.


and how to make that work in 7 threads instead of 8

If you're on windows I've answered this more comprehensively somewhere in this thread, but hit ctrl-shift-escape, select processess, right click on POOL_MINER.exe, select "set affinity" and uncheck one of your cores.
thank you
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 07:13:29 pm
Whats happened now?  Who stopped feeding the mice?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 07:14:26 pm
Does pool down again?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 10, 2013, 07:15:04 pm
Does pool down again?
yep
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 07:15:23 pm
Does pool down again?

Yes, it's send's a payments.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 07:17:39 pm
I get a payment, but with current block rate it's will be fully confirmed probably within 1 hour.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 07:20:00 pm
Aha. payout generates a transaction storm =D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 07:21:19 pm
I would like to make sure all nodes are on the same network.. I have created a new super node because the-iland is down...

addnode=192.241.139.62

This should support 10K connections and make sure no one is left in an disconnected sub-branch.

Is this (192.241.139.62) the IP we should point alphaminer at now? Or is that still 192.241.150.158?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 07:22:13 pm
When downloading the new wallet, do we have to delete old data files?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 07:22:28 pm
AUtomatic payouts will have to wait until I can build a reserve of blocks that are matured.   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 07:22:44 pm
i see he adjused the pps a little better now to .00452754
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 07:22:50 pm
When downloading the new wallet, do we have to delete old data files?

No.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 10, 2013, 07:23:01 pm
installing the redistributabe has had no effect on my prblem. i'll just stick to the other softwares.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 10, 2013, 07:23:36 pm
payout lost ... no payout the last 7 hours ... ?  60hpm ... last run i lost 4 PTS .. thinking you are working on that issue bytemaster ... but want to let you know.

if you need my pts payout address to have a look pls let me know
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 07:25:13 pm
i see he adjused the pps a little better now to .00452754

This is just so that I can make up for some of my bugs...   for now the pool will operate on donations only: PnyCSuv29VwiXaVpdKLvNRoXXaJVTGRZpX
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 07:27:31 pm
@bytemaster btw did trick with tcp/ip buffers helps somehow?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 07:29:16 pm
I know you've sent payment but nothing has come through?  Is the network slow or something?  PfthfYpau3b1TbmL8HupWcsgzBNMda6ZAW
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Alcor on November 10, 2013, 07:30:39 pm
Same here don't see a payment yet from the last payout. I updated and am using the new wallet. Address is below in my signature.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 10, 2013, 07:35:27 pm
I also see tx as unconfirmed
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 07:35:38 pm
I've bought 50 PTS from someone too and that's still not confirmed.  Somethings happened to the network I think.  Master can you confirm?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Fablio2 on November 10, 2013, 07:37:16 pm
Bytemaster, Please check withdraw to adresses: Pruds4bJU2ndb8CitZmmKWZgeGhzv6p4DP and Pg5ZXyxMqYCwdu1DEgv1HqNfZ5Qjt8At9n
Pool says that last payout was made, but I don't receive coins.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 07:40:06 pm
Maybe we ought to just start over. Set a new launch date. Launch ontime, without spec flaws, with pools and binaries.  :) No really... Or skip protoshares and go straight to bitshares when it's ready.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: svd on November 10, 2013, 07:40:43 pm
i didnt receive coins also
>7PTS lost

i sent pm
i wrote here twice
nothing

i hope he is not dumping our coins by sockpuppet accounts
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 07:41:05 pm
Ok... so everyone knows what has happened in the past hour.    protoshared shutdown on my mining pool... and I didn't detect it.   The pool mined no blocks and the block rate fell to something close to 10 minutes.

Code: [Select]
12122 2013-11-11 02:43:25 2 441.97155389 0.00012097 535033.81321705 2.2013 5.44117 22.8622%
12121 2013-11-11 02:41:38 1 36.75459452 0.00012097 534997.05862253 2.20113 5.43993 22.8393%
12120 2013-11-11 02:32:10 7 2242.02404723 0.00012097 534960.30402801 2.19471 5.43336 22.8921%
12119 2013-11-11 02:21:09 1 36.75459452 0.00012097 534923.54943349 2.19323 5.42571 22.742%
12118 2013-11-11 02:04:51 8 961.24680399 0.00012097 534886.79483897 2.18206 5.41439 22.833%
12117 2013-11-11 01:56:03 3 93.96713762 0.00012097 534850.04044444 2.17686 5.40828 22.8555%
12116 2013-11-11 01:48:41 2 116.75459452 0.00012097 534813.28584992 2.17228 5.40316 22.8831%
12115 2013-11-11 01:41:29 1 36.75459452 0.00012097 534776.5312554 2.16744 5.39816 22.9236%
12114 2013-11-11 01:27:45 2 122.49209452 0.00012097 534739.77666088 2.15806 5.38862 23.0016%
12113 2013-11-11 01:23:55

When I fixed it we are back to 1 minute intervals.  Needless to say, all payouts for the past hour have been out of my own pocket... cannot afford much more of that going on you all mine too hard!

I am working to add better alarms to these kinds of problems.  That said, I would appreciate if you all would call everything square on balances not paid?  I will pay anyone who insists.


Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 07:44:23 pm
Ok... so everyone knows what has happened in the past hour.    protoshared shutdown on my mining pool... and I didn't detect it.   The pool mined no blocks and the block rate fell to something close to 10 minutes.

Code: [Select]
12122 2013-11-11 02:43:25 2 441.97155389 0.00012097 535033.81321705 2.2013 5.44117 22.8622%
12121 2013-11-11 02:41:38 1 36.75459452 0.00012097 534997.05862253 2.20113 5.43993 22.8393%
12120 2013-11-11 02:32:10 7 2242.02404723 0.00012097 534960.30402801 2.19471 5.43336 22.8921%
12119 2013-11-11 02:21:09 1 36.75459452 0.00012097 534923.54943349 2.19323 5.42571 22.742%
12118 2013-11-11 02:04:51 8 961.24680399 0.00012097 534886.79483897 2.18206 5.41439 22.833%
12117 2013-11-11 01:56:03 3 93.96713762 0.00012097 534850.04044444 2.17686 5.40828 22.8555%
12116 2013-11-11 01:48:41 2 116.75459452 0.00012097 534813.28584992 2.17228 5.40316 22.8831%
12115 2013-11-11 01:41:29 1 36.75459452 0.00012097 534776.5312554 2.16744 5.39816 22.9236%
12114 2013-11-11 01:27:45 2 122.49209452 0.00012097 534739.77666088 2.15806 5.38862 23.0016%
12113 2013-11-11 01:23:55

When I fixed it we are back to 1 minute intervals.  Needless to say, all payouts for the past hour have been out of my own pocket... cannot afford much more of that going on you all mine too hard!

I am working to add better alarms to these kinds of problems.  That said, I would appreciate if you all would call everything square on balances not paid?  I will pay anyone who insists.

I don't mind loosing past hour dude, but I had 9 PTS coming since last payment.  You can check this.  Is everything but -1hr coming?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 07:46:10 pm
ok we seem to be down.. unable to connect
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 07:46:25 pm
Edit:  10.3 PTS  Please check your books:  PfthfYpau3b1TbmL8HupWcsgzBNMda6ZAW
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 07:46:33 pm
Ok... so everyone knows what has happened in the past hour.    protoshared shutdown on my mining pool... and I didn't detect it.   The pool mined no blocks and the block rate fell to something close to 10 minutes.

When I fixed it we are back to 1 minute intervals.  Needless to say, all payouts for the past hour have been out of my own pocket... cannot afford much more of that going on you all mine too hard!

I am working to add better alarms to these kinds of problems.  That said, I would appreciate if you all would call everything square on balances not paid?  I will pay anyone who insists.

According my calculation I should get little bit more from pool, but I appreciate your hard work and will count this as donation.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 10, 2013, 07:47:03 pm
mining pool appears to be down again.   I've got unable to connect errors from 4 different geographical locations.

We're all rooting for you guys!!!   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 10, 2013, 07:49:08 pm
maybe you could setup pplns and pay after 120 confs (btw i think you can send coinbase transactions after 100 blocks - its afaik only a soft barrier which makes it 120)

this would reduce your risk in the beginning... later when the network has settled you can switch back to pps.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 07:55:11 pm
Ok... so everyone knows what has happened in the past hour.    protoshared shutdown on my mining pool... and I didn't detect it.   The pool mined no blocks and the block rate fell to something close to 10 minutes.

Code: [Select]
12122 2013-11-11 02:43:25 2 441.97155389 0.00012097 535033.81321705 2.2013 5.44117 22.8622%
12121 2013-11-11 02:41:38 1 36.75459452 0.00012097 534997.05862253 2.20113 5.43993 22.8393%
12120 2013-11-11 02:32:10 7 2242.02404723 0.00012097 534960.30402801 2.19471 5.43336 22.8921%
12119 2013-11-11 02:21:09 1 36.75459452 0.00012097 534923.54943349 2.19323 5.42571 22.742%
12118 2013-11-11 02:04:51 8 961.24680399 0.00012097 534886.79483897 2.18206 5.41439 22.833%
12117 2013-11-11 01:56:03 3 93.96713762 0.00012097 534850.04044444 2.17686 5.40828 22.8555%
12116 2013-11-11 01:48:41 2 116.75459452 0.00012097 534813.28584992 2.17228 5.40316 22.8831%
12115 2013-11-11 01:41:29 1 36.75459452 0.00012097 534776.5312554 2.16744 5.39816 22.9236%
12114 2013-11-11 01:27:45 2 122.49209452 0.00012097 534739.77666088 2.15806 5.38862 23.0016%
12113 2013-11-11 01:23:55

When I fixed it we are back to 1 minute intervals.  Needless to say, all payouts for the past hour have been out of my own pocket... cannot afford much more of that going on you all mine too hard!

I am working to add better alarms to these kinds of problems.  That said, I would appreciate if you all would call everything square on balances not paid?  I will pay anyone who insists.

I don't mind loosing past hour dude, but I had 9 PTS coming since last payment.  You can check this.  Is everything but -1hr coming?

I am just asking for donations to help cover costs and debugging.

I will honor every commitment unless you all choose to consider any losses donations.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: onceuponatime on November 10, 2013, 07:57:10 pm
Ok... so everyone knows what has happened in the past hour.    protoshared shutdown on my mining pool... and I didn't detect it.   The pool mined no blocks and the block rate fell to something close to 10 minutes.

Code: [Select]
12122 2013-11-11 02:43:25 2 441.97155389 0.00012097 535033.81321705 2.2013 5.44117 22.8622%
12121 2013-11-11 02:41:38 1 36.75459452 0.00012097 534997.05862253 2.20113 5.43993 22.8393%
12120 2013-11-11 02:32:10 7 2242.02404723 0.00012097 534960.30402801 2.19471 5.43336 22.8921%
12119 2013-11-11 02:21:09 1 36.75459452 0.00012097 534923.54943349 2.19323 5.42571 22.742%
12118 2013-11-11 02:04:51 8 961.24680399 0.00012097 534886.79483897 2.18206 5.41439 22.833%
12117 2013-11-11 01:56:03 3 93.96713762 0.00012097 534850.04044444 2.17686 5.40828 22.8555%
12116 2013-11-11 01:48:41 2 116.75459452 0.00012097 534813.28584992 2.17228 5.40316 22.8831%
12115 2013-11-11 01:41:29 1 36.75459452 0.00012097 534776.5312554 2.16744 5.39816 22.9236%
12114 2013-11-11 01:27:45 2 122.49209452 0.00012097 534739.77666088 2.15806 5.38862 23.0016%
12113 2013-11-11 01:23:55

When I fixed it we are back to 1 minute intervals.  Needless to say, all payouts for the past hour have been out of my own pocket... cannot afford much more of that going on you all mine too hard!

I am working to add better alarms to these kinds of problems.  That said, I would appreciate if you all would call everything square on balances not paid?  I will pay anyone who insists.

I don't mind loosing past hour dude, but I had 9 PTS coming since last payment.  You can check this.  Is everything but -1hr coming?

I am just asking for donations to help cover costs and debugging.

I will honor every commitment unless you all choose to consider any losses donations.

Donation sent.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 08:00:19 pm
Ok... so everyone knows what has happened in the past hour.    protoshared shutdown on my mining pool... and I didn't detect it.   The pool mined no blocks and the block rate fell to something close to 10 minutes.

Code: [Select]
12122 2013-11-11 02:43:25 2 441.97155389 0.00012097 535033.81321705 2.2013 5.44117 22.8622%
12121 2013-11-11 02:41:38 1 36.75459452 0.00012097 534997.05862253 2.20113 5.43993 22.8393%
12120 2013-11-11 02:32:10 7 2242.02404723 0.00012097 534960.30402801 2.19471 5.43336 22.8921%
12119 2013-11-11 02:21:09 1 36.75459452 0.00012097 534923.54943349 2.19323 5.42571 22.742%
12118 2013-11-11 02:04:51 8 961.24680399 0.00012097 534886.79483897 2.18206 5.41439 22.833%
12117 2013-11-11 01:56:03 3 93.96713762 0.00012097 534850.04044444 2.17686 5.40828 22.8555%
12116 2013-11-11 01:48:41 2 116.75459452 0.00012097 534813.28584992 2.17228 5.40316 22.8831%
12115 2013-11-11 01:41:29 1 36.75459452 0.00012097 534776.5312554 2.16744 5.39816 22.9236%
12114 2013-11-11 01:27:45 2 122.49209452 0.00012097 534739.77666088 2.15806 5.38862 23.0016%
12113 2013-11-11 01:23:55

When I fixed it we are back to 1 minute intervals.  Needless to say, all payouts for the past hour have been out of my own pocket... cannot afford much more of that going on you all mine too hard!

I am working to add better alarms to these kinds of problems.  That said, I would appreciate if you all would call everything square on balances not paid?  I will pay anyone who insists.

I don't mind loosing past hour dude, but I had 9 PTS coming since last payment.  You can check this.  Is everything but -1hr coming?

I am just asking for donations to help cover costs and debugging.

I will honor every commitment unless you all choose to consider any losses donations.

PM me what my last balance was (around 10 PTS) and I will work something out with you no probs.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 10, 2013, 08:02:28 pm
Same here don't see a payment yet from the last payout. I updated and am using the new wallet. Address is below in my signature.

same to me .. Pvk4zKDp2ikXXsWbuhBHWq493iSQ4atFBX
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bovosh on November 10, 2013, 08:04:20 pm
It says I have been paid out 2.6 pts and I have not received anything yet. please check   PfuFsJC6udaX2AErjyCxbcvWE63kwVrjhn

you can't expect pts to work when there is a lot of bs going on, if you started mining on day one you could have 1000,s of coins, and now down to 2 a day, and so on. over 500,000 coins released within 5 days. They are not going to be worth jack at this rate of manipulation.

all my mining was for nothing , how can this be fair????
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 08:12:48 pm
It says I have been paid out 2.6 pts and I have not received anything yet. please check   PfuFsJC6udaX2AErjyCxbcvWE63kwVrjhn

you can't expect pts to work when there is a lot of bs going on, if you started mining on day one you could have 1000,s of coins, and now down to 2 a day, and so on. over 500,000 coins released within 5 days. They are not going to be worth jack at this rate of manipulation.

all my mining was for nothing , how can this be fair????

There has been no manipulation.  We released the chain and had 0 premine.   Our own mining hardware has not even arrived yet due to shipping delays and the accelerated mining schedule and crazy demand meant that many of you actually mined more than we did.   So I was mining with about 100 DO instances and about one dozen computers I could dig up.   I rush to put together a mining pool to handle this demand and attempt to earn something and then you accuse me of manipulating things.   Please!  In the mean time I am attempting to honor PPS hashes at a loss to support the community.   

Oh, and I am a bit grumpy from lack of sleep.... I will return to my regularly cheerful self in a bit. 

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 08:15:11 pm
It says I have been paid out 2.6 pts and I have not received anything yet. please check   PfuFsJC6udaX2AErjyCxbcvWE63kwVrjhn

you can't expect pts to work when there is a lot of bs going on, if you started mining on day one you could have 1000,s of coins, and now down to 2 a day, and so on. over 500,000 coins released within 5 days. They are not going to be worth jack at this rate of manipulation.

all my mining was for nothing , how can this be fair????

There has been no manipulation.  We released the chain and had 0 premine.   Our own mining hardware has not even arrived yet due to shipping delays and the accelerated mining schedule and crazy demand meant that many of you actually mined more than we did.   So I was mining with about 100 DO instances and about one dozen computers I could dig up.   I rush to put together a mining pool to handle this demand and attempt to earn something and then you accuse me of manipulating things.   Please!  In the mean time I am attempting to honor PPS hashes at a loss to support the community.   

Oh, and I am a bit grumpy from lack of sleep.... I will return to my regularly cheerful self in a bit.

Master PM me please.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bovosh on November 10, 2013, 08:16:06 pm
I just don't understand how over 500k of pts can be released within 5 days when the total amount of pts is suppose to be 2 million over 2 years. that is 25% in 5 days???
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 08:17:30 pm
I don't think you need to pay the shares generated when the pool was not connected. Those PTS does not exist. And it is quite normal in the test stage.

It is not same as you keeping the block rewards. Everyone can see only a few blocks mined at that time.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 08:17:54 pm
I just don't understand how over 500k of pts can be released within 5 days when the total amount of pts is suppose to be 2 million over 2 years. that is 25% in 5 days???

Mining is going to get very very difficult.   Soon enough, you will need hardware like BTC.  So yes 500k is to kick start the market.  Mine and keep hold.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 08:19:38 pm
Also, mining in a pool is always a risk.

I rather mine here as its proven better so far.  Yes its buggie and bytemaster is working his ass of no doubt.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 08:21:09 pm
It says I have been paid out 2.6 pts and I have not received anything yet. please check   PfuFsJC6udaX2AErjyCxbcvWE63kwVrjhn

you can't expect pts to work when there is a lot of bs going on, if you started mining on day one you could have 1000,s of coins, and now down to 2 a day, and so on. over 500,000 coins released within 5 days. They are not going to be worth jack at this rate of manipulation.

all my mining was for nothing , how can this be fair????

It says I have been paid out 2.6 pts and I have not received anything yet. please check   PfuFsJC6udaX2AErjyCxbcvWE63kwVrjhn

you can't expect pts to work when there is a lot of bs going on, if you started mining on day one you could have 1000,s of coins, and now down to 2 a day, and so on. over 500,000 coins released within 5 days. They are not going to be worth jack at this rate of manipulation.

all my mining was for nothing , how can this be fair????

I hear you. For days I couldn't mine anything (1 lucky block on my laptop, nothing on servers). When I finally made a financial investment in servers last night and was happy generating a few PTS consistently on this pool, I woke up to a hard fork with mining stopped and real dollars down the drain. And now generating nothing worthwhile.

I see Dan is working very hard though. But 500,000 in 5 days of 2 million max over 2 years is a big deal. I'm not buying anymore right atm.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: atta2k15 on November 10, 2013, 08:21:35 pm
I think bytemaster deserves a +1 for effort today  8)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bovosh on November 10, 2013, 08:23:25 pm
To adjust for this , I would suggest releasing more than 2 million pts in the 2 year period , maybe make it 3million as soon as the bugs are fixed ???? there has to be some way to compensate.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 10, 2013, 08:23:39 pm
I think bytemaster deserves a +1 for effort today  8)
That's true.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 08:23:52 pm
I just don't understand how over 500k of pts can be released within 5 days when the total amount of pts is suppose to be 2 million over 2 years. that is 25% in 5 days???

Very simple, somehow it's get a huge, unexpected by developers amount of hash rate.

Please read carefully: https://docs.google.com/document/d/1RLcjSXWuU9vBJzzqLEXVACSCdn8zXKTTJRN_LfoCjNY/edit?pli=1

Probably then you will understand better the idea of this coin and potential. I think it's can explain huge hash rate.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 10, 2013, 08:26:53 pm
PPS Now:  0.188856

Nice.

woah man +11

@bytemaster: thx man ...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 10, 2013, 08:27:29 pm
I think bytemaster deserves a +1 for effort today  8)

I agree. We should not punish a guy working all night long upgrading clients&pools by a small mistake in the alpha stage pool.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 08:27:47 pm
I think bytemaster deserves a +1 for effort today  8)
That's true.
+1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 08:29:33 pm
This was announced as an alpha pool subject to bugs and losses...  I am doing my best for software coded in a haste after launch. 

I know I have paid out 40K+ through this pool, so you all got something for it.

Anyway, I tracked down the latest bug... and the pool is operational again.  To recover losses (already paid to you all) I have restored the fee at 3%. 

Still working on the balance 0 bug, so my official stance is mine at your own risk from this point out.  I will let you know when it is done.

It is not good for the network for my alpha pool to have 90% of the hash power so please support other pools or mine solo until I get all bugs worked out.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 08:31:30 pm
its currently down
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 08:34:40 pm
its currently down

Don't worry, will back again soon
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: pgbit on November 10, 2013, 08:39:57 pm
It was up for a while, but down again now...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: atta2k15 on November 10, 2013, 08:51:42 pm
pps: 0.00439171 ???
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: o3u on November 10, 2013, 08:53:28 pm
It was up for a while, but down again now...

looks up to me

ified
A connection attempt failed because the connected party did not properly respond
 after a period of time, or established connection failed because connected host
 has failed to respond
    {"message":"A connection attempt failed because the connected party did not
properly respond after a period of time, or established connection failed becaus
e connected host has failed to respond"}
    asio  asio.cpp:55 fc::asio::detail::error_handler
Unable to connect
attempting to connect to 192.241.150.158
3005749ms th_b       miner.cpp:108                 main                 ] 192.24
1.150.158:8384
  valid: 0  invalid: 0  balance: 0  paid: 0  pps: 0.00439171  address:   hpm: 0
  valid: 82  invalid: 25  balance: 0.981603  paid: 1.20941  pps: 0.00439171  add
ress: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 0
  valid: 82  invalid: 25  balance: 0.981603  paid: 1.20941  pps: 0.00439171  add
ress: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 11.267
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bovosh on November 10, 2013, 09:08:10 pm
I believe in the concepts behind invictus innovations. I want to be a part of it, I was not trying to bash bytemaster. I just want to mine some pts but I am  not happy with how its been working out.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 10, 2013, 09:22:28 pm
PPS Now:  0.188856

Nice.

woah man +11

@bytemaster: thx man ...

That was a mistake I believe and now corrected..
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bitbully on November 10, 2013, 09:33:32 pm
Thanks for the hard work bytemaster, though I am unhappy about the fork, and I'm pretty sure I'm missing a bunch of pts. I understand though it's an alpha.

I have over 1200 HPM across 90 machines. If anyone here can explain how to quickly open my own pool ip and then I'll simply direct my machines to there using the pool_miner, that would help because I'm losing way too much money when the pool is down.

If someone wants to help I'll give them the first block I mine.

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: svd on November 10, 2013, 09:42:24 pm
Thanks for the hard work bytemaster, though I am unhappy about the fork, and I'm pretty sure I'm missing a bunch of pts. I understand though it's an alpha.

I have over 1200 HPM across 90 machines. If anyone here can explain how to quickly open my own pool ip and then I'll simply direct my machines to there using the pool_miner, that would help because I'm losing way too much money when the pool is down.

If someone wants to help I'll give them the first block I mine.

Hi

Just use stable http://ptsweb.beeeeer.org and put max number of threads
and run with nice -n 19 alpha miner

that way if beer will go down you will mine full speed on alpha
and other way around

i lost so much pts on alpha pool, not only address change but also stats wiping that is crazy.

if you can help a bit thanks
PuYS74wpW97jvMUNsm2Nj6vr6zaD12dthx

:)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 09:46:03 pm
Thanks for the hard work bytemaster, though I am unhappy about the fork, and I'm pretty sure I'm missing a bunch of pts. I understand though it's an alpha.

I have over 1200 HPM across 90 machines. If anyone here can explain how to quickly open my own pool ip and then I'll simply direct my machines to there using the pool_miner, that would help because I'm losing way too much money when the pool is down.

If someone wants to help I'll give them the first block I mine.

I use FreeProxy software:
http://freeproxy.en.softonic.com/

Just configure Tunnel rule where define the pool IP and point all your miners to proxy IP, if something will happened with one pool IP you can easily switch to another.
It's will help until you will use same software for mining.
Currently all pools use different software, probably you can use same software for xolokram and PTSPool, but I'm not sure.

Edit: Maybe you can also run different pool miners just point it to tunnel which has wrong external IP and miners will run and try to continuesly reconnects, but when you decide to run them, just point tunnel to correct IP and they start working  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 10:04:37 pm
Ok the pool is up, mine at your own risk, this is alpha.

I will keep you all posted as things progress.    Payouts are manual right now... I plan on doing a payout here shortly and clearing my books, then resetting everyone to 0.

Thank you for your support and understanding.



Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: atta2k15 on November 10, 2013, 10:14:14 pm
no, thank you
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bitbully on November 10, 2013, 10:24:57 pm
Will the alpha pool's miner work on any other pools? no strength to batch reconfigure 90 machines...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mitao on November 10, 2013, 10:25:57 pm
Thank you for all the work!


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 10, 2013, 10:29:23 pm
Will the alpha pool's miner work on any other pools? no strength to batch reconfigure 90 machines...

no, atm every pool has its own miner
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hiddenvalleyranch on November 10, 2013, 10:33:58 pm
Can someone help me with installing this on debian. When I run tar -xzvf nothing happens.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: o3u on November 10, 2013, 10:43:20 pm
can you have a simple site to check the status of the pool?

Seems it's down now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 10, 2013, 11:02:33 pm
Guys, too many things are going wrong and I am losing money running this right now.    I need sleep and a day without pressure to get this back up, tested, and reliable.

Please mine someplace else until I post back.   

Issues to be resolved:
  - balances being cleared
  - protosharesd randomly crashing
  - pool server not detecting the crash.

I cannot sleep with this code running, nor should I ask you to risk your hash power on it.   I will let you know when I have a working pool with these bugs resolved.   

It is close, I just need sleep.

I have your balances and will pay them out.  My apologies for any lost hashing time.

Regards,
Dan
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 10, 2013, 11:03:59 pm
Sleep Well .. we look forward for you to unleashing the beast another day
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 10, 2013, 11:05:37 pm
Can someone post a summary post of known available pools?

Found the list of pools:

http://bitsharestalk.org/index.php?topic=168.0
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Lighthouse on November 10, 2013, 11:29:09 pm
Looking forward to seeing a re-energized bytemaster after this crazy couple of days.   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Ethapus on November 10, 2013, 11:35:22 pm
Sad to see the pool go down for now, is my absolute favorite :D But do what you have to do bytemaster, get some rest, and I will be very happy if you get it back up and running sometime, no stress   ;)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 10, 2013, 11:38:25 pm
Sad to see the pool go down for now, is my absolute favorite :D But do what you have to do bytemaster, get some rest, and I will be very happy if you get it back up and running sometime, no stress   ;)
+1  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hiddenvalleyranch on November 10, 2013, 11:38:57 pm
I know the pool is down, but can someone explain to me how you get this running on Linux?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: CryptoN8 on November 10, 2013, 11:46:13 pm
I know the pool is down, but can someone explain to me how you get this running on Linux?

This is what I did on my Ubuntu server: (From my /opt/miners/alphaminer directory)
Code: [Select]
sudo wget bitsharestalk.org/PubDownloads/linux_alpha_miner-0.1.0.tar.gz
sudo tar xsfv linux_alpha_miner-0.1.0.tar.gz
sudo screen -dmS alphaminer ./linux_alpha_miner-0.1.0 192.241.150.158 <My PTS Addr>
sudo screen -r alphaminer
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hiddenvalleyranch on November 10, 2013, 11:50:40 pm
I know the pool is down, but can someone explain to me how you get this running on Linux?

This is what I did on my Ubuntu server: (From my /opt/miners/alphaminer directory)
Code: [Select]
sudo wget bitsharestalk.org/PubDownloads/linux_alpha_miner-0.1.0.tar.gz
sudo tar xsfv linux_alpha_miner-0.1.0.tar.gz
sudo screen -dmS alphaminer ./linux_alpha_miner-0.1.0 192.241.150.158 <My PTS Addr>
sudo screen -r alphaminer

Thank you, I'm running debian so it should be much different. I'll try once the pool is back up.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 11, 2013, 12:14:09 am
Looking forward to seeing a re-energized bytemaster after this crazy couple of days.

+1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 12:39:09 am
Looking forward to seeing a re-energized bytemaster after this crazy couple of days.

+1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: joesmoe on November 11, 2013, 01:08:25 am
Pool still offline?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: m0rph on November 11, 2013, 01:34:05 am
So has the whole "the-iland.net" domain just been down today? Tried accessing from multiple computers, multiple browsers, and nothing connects. The site is down according to isup.me as well. I'm trying to download the windows miner and I can't  :(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Lighthouse on November 11, 2013, 01:49:05 am
The alpha miner is down while Bytemaster sleeps,

Guys, too many things are going wrong and I am losing money running this right now.    I need sleep and a day without pressure to get this back up, tested, and reliable.

Please mine someplace else until I post back.   

Issues to be resolved:
  - balances being cleared
  - protosharesd randomly crashing
  - pool server not detecting the crash.

I cannot sleep with this code running, nor should I ask you to risk your hash power on it.   I will let you know when I have a working pool with these bugs resolved.   

It is close, I just need sleep.

I have your balances and will pay them out.  My apologies for any lost hashing time.

Regards,
Dan
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: m0rph on November 11, 2013, 01:57:14 am
The alpha miner is down while Bytemaster sleeps,

Guys, too many things are going wrong and I am losing money running this right now.    I need sleep and a day without pressure to get this back up, tested, and reliable.

Please mine someplace else until I post back.   

Issues to be resolved:
  - balances being cleared
  - protosharesd randomly crashing
  - pool server not detecting the crash.

I cannot sleep with this code running, nor should I ask you to risk your hash power on it.   I will let you know when I have a working pool with these bugs resolved.   

It is close, I just need sleep.

I have your balances and will pay them out.  My apologies for any lost hashing time.

Regards,
Dan

Thanks, did my best to read through the thread but I must have missed that.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Lighthouse on November 11, 2013, 02:23:39 am
Long long thread, he said it a page or two ago
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 11, 2013, 03:39:41 am
COME back GOD!!!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: swknight on November 11, 2013, 06:51:28 am
COME back GOD!!!

haha. My sentiments exactly. Not rushing you :) but we do miss you sorely. Thanks for the effort thus far.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: m6450 on November 11, 2013, 08:15:51 am


Don't connect to the pool

 {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
attempting to connect to 192.241.150.158
851520ms th_a       miner.cpp:108                 main                 ] 192.241.150.158:8384
851597ms th_a       miner.cpp:114                 main                 ] unspecified
Broken pipe
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: vovik70 on November 11, 2013, 08:36:56 am
 что с пулом ?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: qwep on November 11, 2013, 08:39:28 am
что с пулом ?
спит
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 09:08:46 am
Hello everyone... the reason I shut down the pool is due to a bug in protosharesd that causes it to randomly crash.  Others are experiencing this bug since the fork and we are unable to determine the exact cause.  I have started a 1 BTC bounty to help identify and resolve the issues associated with the command line version crashing on linux.

Anyway.. I will be away from my computer for a couple of hours, but I (and others) need this fix urgently because we cannot keep our linux server processes going.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 09:17:44 am
Hello everyone... the reason I shut down the pool is due to a bug in protosharesd that causes it to randomly crash.  Others are experiencing this bug since the fork and we are unable to determine the exact cause.  I have started a 1 BTC bounty to help identify and resolve the issues associated with the command line version crashing on linux.

Anyway.. I will be away from my computer for a couple of hours, but I (and others) need this fix urgently because we cannot keep our linux server processes going.

Good morning.  And hope someone comes forward.

PS.  I can post a job at freelancers if you like?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mmx888 on November 11, 2013, 09:19:24 am
Hello everyone... the reason I shut down the pool is due to a bug in protosharesd that causes it to randomly crash.  Others are experiencing this bug since the fork and we are unable to determine the exact cause.  I have started a 1 BTC bounty to help identify and resolve the issues associated with the command line version crashing on linux.

Anyway.. I will be away from my computer for a couple of hours, but I (and others) need this fix urgently because we cannot keep our linux server processes going.
OH,,,,NO~~~~~~~~~~~~``
 :'( :'( :'( :'(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 11, 2013, 10:25:29 am
Hello everyone... the reason I shut down the pool is due to a bug in protosharesd that causes it to randomly crash.  Others are experiencing this bug since the fork and we are unable to determine the exact cause.  I have started a 1 BTC bounty to help identify and resolve the issues associated with the command line version crashing on linux.

Anyway.. I will be away from my computer for a couple of hours, but I (and others) need this fix urgently because we cannot keep our linux server processes going.

Confirmed. Happening on my protosharesd as well.

Weird thing is, I coulnd't even compile at first. I had to search and replace this file all occurrences of "TIME_UTC" with "TIME_UTC_", as Snard's suggested on irc :

/usr/include/boost/thread/xtime.hpp


Can the bug be somehow related? Debian 7 x64, btw.  I got protosharesd to compile on ubuntu 13.04 x64 with no problems, but it crashes.
I'll check if protosharesd also crashes on my debian.

edit:
Here's what I have :

Ubuntu 13.04 - protosharesd compiled normally and now crashes every few minutes
Debian 7 - Was unable to compile both protosharesd and protoshares-qt,  edited above file, now compiles normally and does not crash

Do I get a btc? :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 11, 2013, 11:02:08 am

Hello everyone... the reason I shut down the pool is due to a bug in protosharesd that causes it to randomly crash.  Others are experiencing this bug since the fork and we are unable to determine the exact cause.  I have started a 1 BTC bounty to help identify and resolve the issues associated with the command line version crashing on linux.

Anyway.. I will be away from my computer for a couple of hours, but I (and others) need this fix urgently because we cannot keep our linux server processes going.

Confirmed. Happening on my protosharesd as well.

Weird thing is, I coulnd't even compile at first. I had to search and replace this file all occurrences of "TIME_UTC" with "TIME_UTC_", as Snard's suggested on irc :

/usr/include/boost/thread/xtime.hpp


Can the bug be somehow related? Debian 7 x64, btw.  I got protosharesd to compile on ubuntu 13.04 x64 with no problems, but it crashes.
I'll check if protosharesd also crashes on my debian.

edit:
Here's what I have :

Ubuntu 13.04 - protosharesd compiled normally and now crashes every few minutes
Debian 7 - Was unable to compile both protosharesd and protoshares-qt,  edited above file, now compiles normally and does not crash

Do I get a btc? :)

maybe lost some environment


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: alexxy on November 11, 2013, 11:17:06 am
It dont crashes for me on linux. But i use new boost version 1.53
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 12:11:35 pm
i think i've figured out the problem, just need someone with a ready linux box to test out my theory. PM me if you have one.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: spoonman on November 11, 2013, 12:46:37 pm
i think i've figured out the problem, just need someone with a ready linux box to test out my theory. PM me if you have one.

You can create a droplet for a few cents an hour to test it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 11, 2013, 12:52:29 pm
i think i've figured out the problem, just need someone with a ready linux box to test out my theory. PM me if you have one.

You can create a droplet for a few cents an hour to test it.

no need,
I pmed about a machine I own
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Ethapus on November 11, 2013, 12:57:55 pm
Sorry to drop this noobish question on you, but it is something fundamental that I am just not sure of  :D

When pool mining (or expecting any other transfers) does the client have to be open, running and correctly synced? Do the coins still arrive if client is not running? What if client is running but lost sync? So far I have been keeping client open at all times and making sure it stayed synced just to be safe  ;D

EDIT: In case I wasn't clear, with client I mean the qt client, or wallet.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 01:08:37 pm
Sorry to drop this noobish question on you, but it is something fundamental that I am just not sure of  :D

When pool mining (or expecting any other transfers) does the client have to be open, running and correctly synced? Do the coins still arrive if client is not running? What if client is running but lost sync? So far I have been keeping client open at all times and making sure it stayed synced just to be safe  ;D

EDIT: In case I wasn't clear, with client I mean the qt client, or wallet.

Wallet doesn't have to be open.  Look at the wallet as an image of whats on the network.  Its looks at your account and updates.  That data is held on the infrastructure so no, you don't need your wallet open but good to update once a day i suggest.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Ethapus on November 11, 2013, 01:17:22 pm
Sorry to drop this noobish question on you, but it is something fundamental that I am just not sure of  :D

When pool mining (or expecting any other transfers) does the client have to be open, running and correctly synced? Do the coins still arrive if client is not running? What if client is running but lost sync? So far I have been keeping client open at all times and making sure it stayed synced just to be safe  ;D

EDIT: In case I wasn't clear, with client I mean the qt client, or wallet.

Wallet doesn't have to be open.  Look at the wallet as an image of whats on the network.  Its looks at your account and updates.  That data is held on the infrastructure so no, you don't need your wallet open but good to update once a day i suggest.

Thank you very much sir :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: xxrforone on November 11, 2013, 01:17:52 pm
come back sir! :'(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 01:38:40 pm
come back sir! :'(

+100
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mmx888 on November 11, 2013, 01:49:38 pm
come back sir! :'(

+100
+10000...0000000000000
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 01:58:39 pm
ok, it's been more than thirty minutes since arubi tried what i asked him to do, since then it has been more than twenty minutes without it crashing. I'll wait an additional 30 minutes for a response from hm again, but i am sure this temporary fix has resolved the issue of crashing. however, i need bytemaster to also confirm this, then we can implement the patch quickly.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: fav on November 11, 2013, 02:00:04 pm
ok, it's been more than thirty minutes since arubi tried what i asked him to do, since then it has been more than twenty minutes without it crashing. I'll wait an additional 30 minutes for a response from hm again, but i am sure this temporary fix has resolved the issue of crashing. however, i need bytemaster to also confirm this, then we can implement the patch quickly.

good job! (+ 1BTC bounty?) :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 02:04:33 pm
ok, it's been more than thirty minutes since arubi tried what i asked him to do, since then it has been more than twenty minutes without it crashing. I'll wait an additional 30 minutes for a response from hm again, but i am sure this temporary fix has resolved the issue of crashing. however, i need bytemaster to also confirm this, then we can implement the patch quickly.

good job! (+ 1BTC bounty?) :)
not yet it seems. this run was longer than before so we are on the right track. the issue is rouge peers, if you run it while connecting to functional clients that are on the right fork it seems to work.

just need to patch it to refuse connections from the old chain. if i can get my box working , i'll do it myself.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 11, 2013, 02:40:46 pm
ok, it's been more than thirty minutes since arubi tried what i asked him to do, since then it has been more than twenty minutes without it crashing. I'll wait an additional 30 minutes for a response from hm again, but i am sure this temporary fix has resolved the issue of crashing. however, i need bytemaster to also confirm this, then we can implement the patch quickly.

good job! (+ 1BTC bounty?) :)
not yet it seems. this run was longer than before so we are on the right track. the issue is rouge peers, if you run it while connecting to functional clients that are on the right fork it seems to work.

just need to patch it to refuse connections from the old chain. if i can get my box working , i'll do it myself.

barwizi, I ran protosharesd with the --connect=192.241.150.158:3888 option
doesn't this means i was connected to only 1 peer all along?

also, protosharesd on my debian still has not crashed and it's talking to everyone, maybe I'm basically one of the "rough" nodes?
also this presents another question, will a "rough" node crash when talking to a legit one? or only the legit one crashes?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 02:54:46 pm
they all work until one attempts to cross chains into the other. i have two windows boxes running the different ones, yet at some point one reported being connected to the other. i intend to try running them in a closed net just to make sure. they also report being on different block numbers, lets all post here current block numbers and cross check.


mine states 12301 for version 2

12400 on the older one
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 11, 2013, 03:02:18 pm
they all work until one attempts to cross chains into the other. i have two windows boxes running the different ones, yet at some point one reported being connected to the other. i intend to try running them in a closed net just to make sure. they also report being on different block numbers, lets all post here current block numbers and cross check.


mine states 12301 for version 2

12400 on the older one

interesting
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 11, 2013, 03:33:56 pm
they all work until one attempts to cross chains into the other. i have two windows boxes running the different ones, yet at some point one reported being connected to the other. i intend to try running them in a closed net just to make sure. they also report being on different block numbers, lets all post here current block numbers and cross check.


mine states 12301 for version 2

12400 on the older one

interesting

Hint: Compare the difficulty reported in addition to the block numbers.  I was seeing lots of weird numbers there before my client crashes.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: atavacron on November 11, 2013, 04:24:19 pm
Does anyone know if there is a way to force the client miner to only use nodes listed in protoshares.conf?

Does USE_UPNP=- do that?

The idea being that, in the interim, use only peers known to be on the correct chain.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 04:27:06 pm
Does anyone know if there is a way to force the client miner to only use nodes listed in protoshares.conf?

Does USE_UPNP=- do that?

The idea being that, in the interim, use only peers known to be on the correct chain.

start it with connect = IPADDRESSEHERE
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: atavacron on November 11, 2013, 04:29:07 pm
Does anyone know if there is a way to force the client miner to only use nodes listed in protoshares.conf?

Does USE_UPNP=- do that?

The idea being that, in the interim, use only peers known to be on the correct chain.

start it with connect = IPADDRESSEHERE

Thanks.  I'll give that a try.

BTW.  Does anyone have a list of nodes on the correct chain?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 04:39:41 pm
Hi guys.  Are we up yet?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bahamapascal on November 11, 2013, 05:06:39 pm
Hi guys.  Are we up yet?

Well I atleast can´t conect ...was there anything anounced that the server would go down?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: yago on November 11, 2013, 05:14:20 pm
Well I atleast can´t conect ...was there anything anounced that the server would go down?
Yes:
http://bitsharestalk.org/index.php?topic=236.msg3590#msg3590
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bahamapascal on November 11, 2013, 05:38:39 pm
Well I atleast can´t conect ...was there anything anounced that the server would go down?
Yes:
http://bitsharestalk.org/index.php?topic=236.msg3590#msg3590

Thanks! :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 05:58:29 pm
Ok, I am back!   Lets get this all fixed!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 11, 2013, 05:59:03 pm
Ok, I am back!   Lets get this all fixed!

+1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 11, 2013, 06:01:11 pm
Awesome.. I hope the rest did you well... lets get to mining
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 11, 2013, 06:01:36 pm
Ok, I am back!   Lets get this all fixed!

hopefully get some sleep and energy ... welcome again :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 06:03:52 pm
I feel much better, thank you all for your kind words and support.   I have read that someone has a patch for protosharesd that may work, but I haven't found the link to it? 

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: fav on November 11, 2013, 06:05:28 pm
I feel much better, thank you all for your kind words and support.   I have read that someone has a patch for protosharesd that may work, but I haven't found the link to it?

http://bitsharestalk.org/index.php?topic=236.msg3870#msg3870
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: swknight on November 11, 2013, 06:05:40 pm
Ok, I am back!   Lets get this all fixed!

+1 Looking forward to it. Thanks for your efforts :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: mitao on November 11, 2013, 06:06:47 pm
Nice!


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 06:27:49 pm
Ok, how soon after a new node connects does it crash?  Could we solve this by placing a checkpoint at block 12097? 

In theory it wouldn't every try to fetch an invalid block right?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 11, 2013, 06:35:54 pm
Ok, I am back!   Lets get this all fixed!

Welcome back. Hope you had a good rest :D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 11, 2013, 06:39:57 pm
hell yeah!   Good to have you back Sir.

I got a couple hundred hpm ready to throw at you.   :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 11, 2013, 06:42:50 pm
anyone has any instruction on how to set up alpha on DO as i'm total cluelss
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 06:50:16 pm
Ok, it appears that crash may be limited to linux only.   FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 11, 2013, 06:52:51 pm
Ok, it appears that crash may be limited to linux only.   FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.

You should still be careful though, since your pool is so large.  I don't know about the mac client, but my windows wallet crashes every few hours when I'm mining, and even when I'm not, it occasionally stops receiving the block chain, and mines orphans continuously until I restart it.  This is true for both the first and second versions.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 06:55:59 pm
Ok, it appears that crash may be limited to linux only.   FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.

You should still be careful though, since your pool is so large.  I don't know about the mac client, but my windows wallet crashes every few hours when I'm mining, and even when I'm not, it occasionally stops receiving the block chain, and mines orphans continuously until I restart it.  This is true for both the first and second versions.

So far, knock on wood, I have never had my mac client show these problems...  the thing I find amazing is that we cloned from the latest Bitcoin Qt code base and then only modified the proof-of-work and a few chain parameters and then we have all of this instability on the network side.   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 11, 2013, 06:57:22 pm
Ok, it appears that crash may be limited to linux only.   FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.

You should still be careful though, since your pool is so large.  I don't know about the mac client, but my windows wallet crashes every few hours when I'm mining, and even when I'm not, it occasionally stops receiving the block chain, and mines orphans continuously until I restart it.  This is true for both the first and second versions.

Similar to me, my windows client stops receiving the blockchain every couple of hours.  I need to close it and reopen to get synced, although it never crash.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 06:59:16 pm
Ok, it appears that crash may be limited to linux only.   FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.

i think a checkpoint is a step in the right direction, but when someone starts the current client they run the risk on syncing the wrong chain since it's all the same up to now. we need to make a clear distinction in the next one and ensure that it refuses to connect to older versions, otherwise we run the risk of having three versions of clients out there.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 11, 2013, 07:02:07 pm
I've also had very good stability on my mac client.    Only crashed one time over the last few days.   That crash occurred when I typed the "getwork" command in the console.   I was solo mining at the time.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 07:03:27 pm
Ok, it appears that crash may be limited to linux only.   FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.

i think a checkpoint is a step in the right direction, but when someone starts the current client they run the risk on syncing the wrong chain since it's all the same up to now. we need to make a clear distinction in the next one and ensure that it refuses to connect to older versions, otherwise we run the risk of having three versions of clients out there.

I agree.  So we need to have a two phased release.  One with a partial solution that increments the client version number and then uses the checkpoint validation.  Then after that has been widely distributed, the next version should only talk to clients that are using the new version.   

Can you recommend how to do these version numbers.  I am not terribly familiar with all the inner workings of the Bitcoin Qt implementation.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 07:18:12 pm
Ok, it appears that crash may be limited to linux only.   FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.

i think a checkpoint is a step in the right direction, but when someone starts the current client they run the risk on syncing the wrong chain since it's all the same up to now. we need to make a clear distinction in the next one and ensure that it refuses to connect to older versions, otherwise we run the risk of having three versions of clients out there.

I agree.  So we need to have a two phased release.  One with a partial solution that increments the client version number and then uses the checkpoint validation.  Then after that has been widely distributed, the next version should only talk to clients that are using the new version.   

Can you recommend how to do these version numbers.  I am not terribly familiar with all the inner workings of the Bitcoin Qt implementation.

currently reading through the various implementations done before. i'll get back to you in five minutes
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 07:24:42 pm
byte or Amazon, will you escrow for me please?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 07:25:20 pm
byte or Amazon, will you escrow for me please?
I would normally, but am too busy right now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 11, 2013, 07:28:02 pm
byte or Amazon, will you escrow for me please?

Sorry I am stuck with some other work and don't have controllable BTC/PTS wallet in hand.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 07:38:02 pm
Ok, it appears that crash may be limited to linux only.   FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.

i think a checkpoint is a step in the right direction, but when someone starts the current client they run the risk on syncing the wrong chain since it's all the same up to now. we need to make a clear distinction in the next one and ensure that it refuses to connect to older versions, otherwise we run the risk of having three versions of clients out there.

I agree.  So we need to have a two phased release.  One with a partial solution that increments the client version number and then uses the checkpoint validation.  Then after that has been widely distributed, the next version should only talk to clients that are using the new version.   

Can you recommend how to do these version numbers.  I am not terribly familiar with all the inner workings of the Bitcoin Qt implementation.


see here https://github.com/Petr1fied/gamecoin/blob/master/src/version.h

i'd have just done it myself and saved you the trouble...but i cant git from windows.

(http://weknowmemes.com/wp-content/uploads/2013/01/i-cannot-brain-today-i-has-the-dumb-cat.jpg)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 07:58:30 pm
Good news everyone... initial testing with hosting protosharesd on my mac shows things are working.

I have also made some improvements to the miner to support more threads, and best of all, mine 30% faster.    I will be releasing the new miner and pool within the hour. 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 08:00:27 pm
New pool is incompatible with prior miners because of protocol updates.

Still waiting on word from FreeTrade on his progress with the checkpoint update.   Could someone integrate the version number patch presented above as a pull request for me?  Thanks.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: kenpodragon on November 11, 2013, 08:03:11 pm
Good news everyone... initial testing with hosting protosharesd on my mac shows things are working.

I have also made some improvements to the miner to support more threads, and best of all, mine 30% faster.    I will be releasing the new miner and pool within the hour.

Yay! Can't wait to get back into the pool.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: hiddenvalleyranch on November 11, 2013, 08:15:03 pm
Is the pool back up?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 08:15:48 pm
I will post in big BOLD letters when it is.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 08:16:43 pm
Yay, I missed you master (cough)

PS.  Is there a blockchain equivalent for PTS?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: FreeTrade on November 11, 2013, 08:21:06 pm
Still waiting on word from FreeTrade on his progress with the checkpoint update.   

It's in your email - will catch up with you in the morning.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: yago on November 11, 2013, 08:32:37 pm
Ok, it appears that crash may be limited to linux only. FreeTrade is working to add a checkpoint right after the fork and hopefully that will fix that issue.

In the mean time, I am going to work on a hack to allow me to host protosharesd from my mac client and if that works without crashing then the pool will be up soon.

FYI protoshares-qt is working fine on my linux x86_64
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 08:33:39 pm
ok, so i'm guessing issue addressed?
how are the adjustments to retarget working out?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 08:37:39 pm
ok, so i'm guessing issue addressed?
how are the adjustments to retarget working out?

The linux crash has not yet been fully resolved, we have some patches in the works.  The mining pool will be using protoshares-qt which does not seem to crash.  Why the difference?  NO CLUE!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 11, 2013, 08:40:11 pm
protoshares-qt client crashes on windows 64 when mining
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 08:44:06 pm
protoshares-qt client crashes on windows 64 when mining

genproclimit 3
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: medoix on November 11, 2013, 08:56:15 pm
Is it possible to get the Protshares-QT OSX Client connected to a "working" peer at the moment?

I just keep getting "connection timeout" on each connect in my debug.log
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 08:56:37 pm
So, if I understand correctly we will need a new client to connect to the new pool?

Will updated linux clients be made available too?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 08:57:08 pm
Is it possible to get the Protshares-QT OSX Client connected to a "working" peer at the moment?

I just keep getting "connection timeout" on each connect in my debug.log

Because of the linux client crash, all of our seed nodes are down :( 

Good news is that I have a fix and am deploying it now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 08:58:19 pm
Is it possible to get the Protshares-QT OSX Client connected to a "working" peer at the moment?

I just keep getting "connection timeout" on each connect in my debug.log

Because of the linux client crash, all of our seed nodes are down :( 

Good news is that I have a fix and am deploying it now.

Because the fix is in, the pool will be delayed slightly while I deploy the seed nodes, but it is coming soon!   
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: smilence on November 11, 2013, 09:19:41 pm
Is everything fixed now?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: GurungBoi on November 11, 2013, 09:22:23 pm
Hello Byte~~~~~

Could  you make sure PYoeV73D2VsY8HQYmHXECoFUksoxzW9vxA got the payments?
i feel that I am missing some :(

Let me know
thanks buddy!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 09:23:58 pm
Is everything fixed now?

Yes, things are fixed and I am configuring the pool now.  New pool requires new miners because of fixes.  Good news is that new miners should be slightly faster... earlier claims of 30% were slightly higher than reality because the sample size of my test was too small... but it should be better than before.

Other changes: 
1) Increasing the Share Size... they will now be 0x00 instead of 0x03 so it will take about 4x longer to find each share, but they pay more.  The result is lower bandwidth and processing time for server and fewer stales.
2) Rather than storing your balance, I now store total earned and total paid and your balance is the difference between these two.
3) Added ability to specify thread count. 

A few other minor things, but will post executable download links with signatures soon :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 09:24:37 pm
Hello Byte~~~~~

Could  you make sure PYoeV73D2VsY8HQYmHXECoFUksoxzW9vxA got the payments?
i feel that I am missing some :(

Let me know
thanks buddy!

Once everything is stable I plan on sorting out the mess from the earlier alpha and making everyone as whole as I can.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: medoix on November 11, 2013, 09:29:32 pm
My Mac client is no working and has completed the sync however i cannot see addresses i only see squares as per picture attached.

Any ideas?

(http://i43.tinypic.com/fc43f6.png)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 09:30:04 pm
Is everything fixed now?

Yes, things are fixed and I am configuring the pool now.  New pool requires new miners because of fixes.  Good news is that new miners should be slightly faster... earlier claims of 30% were slightly higher than reality because the sample size of my test was too small... but it should be better than before.

Other changes: 
1) Increasing the Share Size... they will now be 0x00 instead of 0x03 so it will take about 4x longer to find each share, but they pay more.  The result is lower bandwidth and processing time for server and fewer stales.
2) Rather than storing your balance, I now store total earned and total paid and your balance is the difference between these two.
3) Added ability to specify thread count. 

A few other minor things, but will post executable download links with signatures soon :)

My finger ir raring to push and goooooooooooooooo..

PS, is the miner the same?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 09:31:07 pm
Quote
Yes, things are fixed and I am configuring the pool now.  New pool requires new miners because of fixes.

New miners.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 09:34:31 pm
Quote
Yes, things are fixed and I am configuring the pool now.  New pool requires new miners because of fixes.

New miners.

Great job gents (and ladies  :P).  Group Hug......   :D
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Vizierx on November 11, 2013, 09:55:33 pm
Is everything fixed now?

Yes, things are fixed and I am configuring the pool now.  New pool requires new miners because of fixes.  Good news is that new miners should be slightly faster... earlier claims of 30% were slightly higher than reality because the sample size of my test was too small... but it should be better than before.

Other changes: 
1) Increasing the Share Size... they will now be 0x00 instead of 0x03 so it will take about 4x longer to find each share, but they pay more.  The result is lower bandwidth and processing time for server and fewer stales.
2) Rather than storing your balance, I now store total earned and total paid and your balance is the difference between these two.
3) Added ability to specify thread count. 

A few other minor things, but will post executable download links with signatures soon :)

My finger ir raring to push and goooooooooooooooo..

PS, is the miner the same?

We will be waiting with patience ))
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 10:02:32 pm
i just picture a large group of wolves salivating and circling their prey.
i feel pity for whiever server is hosting the new miners.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 10:03:00 pm
Please double check my math on the PPS amount.
MAX_HASH = 0xfffffff....
SHARE_TARGET  0x00fffff.................
BLOCK_TARGET  0x0000204aa5000000000000000000000000000000000000000000000000000000

SHARE_DIFFICULTY = MAX_HASH / SHARE_TARGET
BLOCK_DIFFICULTY = MAX_HASH / BLOCK_TARGET

RATIO = SHARE_DIFFICULTY / BLOCK_DIFFICULTY

PPS = RATIO * REWARD

PPS = 0.00120266

or..................

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736

I am going to go with the last one unless someone can show me my math is wrong?

 
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 11, 2013, 10:04:52 pm
Please double check my math on the PPS amount.
MAX_HASH = 0xfffffff....
SHARE_TARGET  0x00fffff.................
BLOCK_TARGET  0x0000204aa5000000000000000000000000000000000000000000000000000000

SHARE_DIFFICULTY = MAX_HASH / SHARE_TARGET
BLOCK_DIFFICULTY = MAX_HASH / BLOCK_TARGET

RATIO = SHARE_DIFFICULTY / BLOCK_DIFFICULTY

PPS = RATIO * REWARD

PPS = 0.00120266

or..................

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736

I am going to go with the last one unless someone can show me my math is wrong?

 

seems good.
how much fee?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: MRodstein on November 11, 2013, 10:06:04 pm
Is pool ready?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 10:06:33 pm
Is pool ready?

Doing last rounds of checks to make sure I don't get screwed by paying too much per hash :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 10:07:38 pm

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736
 

This.  Less complicated.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 11, 2013, 10:10:30 pm

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736
 

This.  Less complicated.

what floating point type are you using? double shoud be enough; decimal is better
share target / block_target can get very small.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: barwizi on November 11, 2013, 10:13:39 pm

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736
 

This.  Less complicated.

in byte's case accuracy is key, otherwise he will  lose money.

looking over it now, and testing random values.

hehehe, go with the simpler one
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: gabainc on November 11, 2013, 10:18:54 pm
it thought the last one was higher =)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: albon on November 11, 2013, 10:31:58 pm
New Miner new miner new miner :P
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:02:31 pm
I am posting the mac miner first, for testing purposes only.   Anything mined with it will be kept by me until I confirm things are working. 

If this works, then I will release linux and windows miners, reset the database and then we will be good to go.

https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
DONATION ADDRESS: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 48d092fd412b0f263bd84b4caa76b5cb9f1d3cfc
IA5UwsGVsa28Cy9JrWnrOum4BN/60M//o1u0d3W8/q05cRcRCpA2qrA4xT1ag7rZSceeDHKT1SvurstGPus5WZE=

Note... use the existing /opt folder from the prior downloads.

This is a test release ONLY... any mining will be kept by me until windows and linux binaries are released.

./coyote_miner 162.243.67.4  PTSADDR  [THREADS=HARDWARE]

Lets hash this out.. :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:05:18 pm
I am posting the mac miner first, for testing purposes only.   Anything mined with it will be kept by me until I confirm things are working. 

If this works, then I will release linux and windows miners, reset the database and then we will be good to go.

https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
DONATION ADDRESS: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 48d092fd412b0f263bd84b4caa76b5cb9f1d3cfc
IA5UwsGVsa28Cy9JrWnrOum4BN/60M//o1u0d3W8/q05cRcRCpA2qrA4xT1ag7rZSceeDHKT1SvurstGPus5WZE=

Note... use the existing /opt folder from the prior downloads.



This is a test release ONLY... any mining will be kept by me until windows and linux binaries are released.

./coyote_miner 162.243.67.4  PTSADDR  [THREADS=HARDWARE]

Lets hash this out.. :)
By the way, I am not going to release the final binaries until I have at least 5 volunteer testers...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 11:06:20 pm
I am posting the mac miner first, for testing purposes only.   Anything mined with it will be kept by me until I confirm things are working. 

If this works, then I will release linux and windows miners, reset the database and then we will be good to go.

https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
DONATION ADDRESS: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 48d092fd412b0f263bd84b4caa76b5cb9f1d3cfc
IA5UwsGVsa28Cy9JrWnrOum4BN/60M//o1u0d3W8/q05cRcRCpA2qrA4xT1ag7rZSceeDHKT1SvurstGPus5WZE=

Note... use the existing /opt folder from the prior downloads.

This is a test release ONLY... any mining will be kept by me until windows and linux binaries are released.

./coyote_miner 162.243.67.4  PTSADDR  [THREADS=HARDWARE]

Lets hash this out.. :)

How long do you want to trial this?  Just an estimate so we know when to go to bed ;)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:07:05 pm
I am posting the mac miner first, for testing purposes only.   Anything mined with it will be kept by me until I confirm things are working. 

If this works, then I will release linux and windows miners, reset the database and then we will be good to go.

https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
DONATION ADDRESS: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 48d092fd412b0f263bd84b4caa76b5cb9f1d3cfc
IA5UwsGVsa28Cy9JrWnrOum4BN/60M//o1u0d3W8/q05cRcRCpA2qrA4xT1ag7rZSceeDHKT1SvurstGPus5WZE=

Note... use the existing /opt folder from the prior downloads.

This is a test release ONLY... any mining will be kept by me until windows and linux binaries are released.

./coyote_miner 162.243.67.4  PTSADDR  [THREADS=HARDWARE]

Lets hash this out.. :)

How long do you want to trial this?  Just an estimate so we know when to go to bed ;)

Just an hour or so.... while I prepare linux and windows binaries.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 11, 2013, 11:07:35 pm
I am posting the mac miner first, for testing purposes only.   Anything mined with it will be kept by me until I confirm things are working. 

If this works, then I will release linux and windows miners, reset the database and then we will be good to go.

https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
DONATION ADDRESS: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 48d092fd412b0f263bd84b4caa76b5cb9f1d3cfc
IA5UwsGVsa28Cy9JrWnrOum4BN/60M//o1u0d3W8/q05cRcRCpA2qrA4xT1ag7rZSceeDHKT1SvurstGPus5WZE=

Note... use the existing /opt folder from the prior downloads.



This is a test release ONLY... any mining will be kept by me until windows and linux binaries are released.

./coyote_miner 162.243.67.4  PTSADDR  [THREADS=HARDWARE]

Lets hash this out.. :)
By the way, I am not going to release the final binaries until I have at least 5 volunteer testers...

For MAC or Windows.  If for Windows, I can test.  You can keep the proceeding to start..
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 11:07:49 pm
I can test windows and linux. Don't have a mac to test with :(
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:09:00 pm
I can test windows and linux. Don't have a mac to test with :(

Ok, building linux for testing.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 11, 2013, 11:09:26 pm
I am posting the mac miner first, for testing purposes only.   Anything mined with it will be kept by me until I confirm things are working. 

If this works, then I will release linux and windows miners, reset the database and then we will be good to go.

https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
DONATION ADDRESS: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 48d092fd412b0f263bd84b4caa76b5cb9f1d3cfc
IA5UwsGVsa28Cy9JrWnrOum4BN/60M//o1u0d3W8/q05cRcRCpA2qrA4xT1ag7rZSceeDHKT1SvurstGPus5WZE=

Note... use the existing /opt folder from the prior downloads.

This is a test release ONLY... any mining will be kept by me until windows and linux binaries are released.

./coyote_miner 162.243.67.4  PTSADDR  [THREADS=HARDWARE]

Lets hash this out.. :)

Coyote~ Fighting~
I hope everything goes fine. I will also add download link from forum server.

edit: http://bitsharestalk.org/PubDownloads/mac_coyote_miner.0.1.0.tar.gz
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 11, 2013, 11:13:24 pm
I can test windows and linux. Don't have a mac to test with :(

Ok, building linux for testing.

I can also test linux.  Ubuntu x64 13.10
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:14:44 pm
I can test windows and linux. Don't have a mac to test with :(

Ok, building linux for testing.

https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
Donation Address: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 601af0a601b223144f7538d3d3e9e262fe8726e6 
H3jAzzAGUZFMtiZvlKV2xWUybRSu8GLUxPBS2Bbes++cMJESMBnLD55jC/IhJD430ubPioXoVlbBHtvyyGohWKE=

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 11:15:48 pm
On it!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:16:16 pm
I am posting the mac miner first, for testing purposes only.   Anything mined with it will be kept by me until I confirm things are working. 

If this works, then I will release linux and windows miners, reset the database and then we will be good to go.

https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
DONATION ADDRESS: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 48d092fd412b0f263bd84b4caa76b5cb9f1d3cfc
IA5UwsGVsa28Cy9JrWnrOum4BN/60M//o1u0d3W8/q05cRcRCpA2qrA4xT1ag7rZSceeDHKT1SvurstGPus5WZE=

Note... use the existing /opt folder from the prior downloads.

This is a test release ONLY... any mining will be kept by me until windows and linux binaries are released.

./coyote_miner 162.243.67.4  PTSADDR  [THREADS=HARDWARE]

Lets hash this out.. :)

Coyote~ Fighting~
I hope everything goes fine. I will also add download link from forum server.

edit: http://bitsharestalk.org/PubDownloads/mac_coyote_miner.0.1.0.tar.gz
geico gecko
Keyhotee coyote   ;)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Brekyrself on November 11, 2013, 11:16:49 pm
I can test win7 x64 right now or vista 64 later tonight...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 11:18:08 pm
Error:

Code: [Select]
Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast> >
std::exception::what: bad lexical cast: source type value could not be interpreted as target
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:19:07 pm
Error:

Code: [Select]
Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast> >
std::exception::what: bad lexical cast: source type value could not be interpreted as target

Don't specify the THREADS parameter... not specifying it is hardware...

Sorry, bad docs.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 11, 2013, 11:19:18 pm
I am posting the mac miner first, for testing purposes only.   Anything mined with it will be kept by me until I confirm things are working. 

If this works, then I will release linux and windows miners, reset the database and then we will be good to go.

https://the-iland.net/static/downloads/mac_coyote_miner.0.1.0.tar.gz
DONATION ADDRESS: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
SHA1: 48d092fd412b0f263bd84b4caa76b5cb9f1d3cfc
IA5UwsGVsa28Cy9JrWnrOum4BN/60M//o1u0d3W8/q05cRcRCpA2qrA4xT1ag7rZSceeDHKT1SvurstGPus5WZE=

Note... use the existing /opt folder from the prior downloads.

This is a test release ONLY... any mining will be kept by me until windows and linux binaries are released.

./coyote_miner 162.243.67.4  PTSADDR  [THREADS=HARDWARE]

Lets hash this out.. :)

Coyote~ Fighting~
I hope everything goes fine. I will also add download link from forum server.

edit: http://bitsharestalk.org/PubDownloads/mac_coyote_miner.0.1.0.tar.gz
[/quote]

I have downloaded and am running the linux coyote miner, but I can't connect to either the-iland or the new ip with it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 11:19:37 pm
Running.

Threw that error when I added : THREADS=4

Removing THREADS=4 started it running.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 11, 2013, 11:19:54 pm
I'm testing mac and linux now.   mac client is getting about 44 hpm... that was about 30 with older client.

I also got the boost error but only if I tried to specify THREADS=
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:20:48 pm
I'm testing mac and linux now.   mac client is getting about 44 hpm... that was about 30 with older client.

I also got the boost error but only if I tried to specify THREADS=

./coyote_miner host address 4

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 11:21:52 pm
Chucking a few more linux clients on for you.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 11, 2013, 11:22:43 pm
Chucking a few more linux clients on for you.

are you able to connect? 

./coyote_miner 192.241.150.158 PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK

gives me unable to connect errors.  so does the-iland.net
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: craggietx on November 11, 2013, 11:24:12 pm
miner on mac and linux appears to be about 50% faster!    nice work!

same linux machine I was getting about 16 hpm with ptsminer and now 24 with coyote
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:24:25 pm
ok.. I made a mistake :) stop your mining... it will never find anything.

I forgot to change a < to an == when I upped the share difficulty from my testing to release.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 11, 2013, 11:24:28 pm
nice hashrate  :)

./coyote_miner 162.243.67.4 ADDR
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: medoix on November 11, 2013, 11:25:06 pm
Mac miner going well running at 20hpm
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:27:42 pm
Linux Miner has been fixed and updated..

01e4706d861f71fc4179346a30ddd9f316b7e6a1
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 11, 2013, 11:29:39 pm
Nice job!!! Looking forward for Windows version  :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 11:31:14 pm
Restarted with fixed client.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 11, 2013, 11:31:36 pm
I tested the mac version. It locked up my computer, the old mac couldn't handle it. Probably just my computer. Will try the linux version next.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 11, 2013, 11:32:05 pm
Been mining with fixed client for a few minutes.  ~10 hpm.  Haven't found any shares yet though, so I guess increasing the difficulty worked.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 11, 2013, 11:33:22 pm
found my first share: looks good
damn..should learn to read...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 11:33:49 pm
Taking a while to find a valid share.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:34:00 pm
FIxed one more bug in linux client... darn it :)

Thanks for your help testing it.  Fetch again and you should start finding things :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: medoix on November 11, 2013, 11:37:18 pm
Have not found anything on mac client as yet but seems to be stable still.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:41:03 pm
Have not found anything on mac client as yet but seems to be stable still.

Updated mac client again... give it a try.

I might have the per-share difficulty too high, perhaps I should lower it.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:43:01 pm
Ok... all stop.. I am going to reset the share difficulty this is taking too long per share.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 11, 2013, 11:43:06 pm
I might have the per-share difficulty too high, perhaps I should lower it.

this would reduce variance for small miners.

btw: why are you doing it all? there is not much traffic for shares (eligius and btcguild discussed it a while ago)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: joesmoe on November 11, 2013, 11:45:04 pm
FIxed one more bug in linux client... darn it :)

Thanks for your help testing it.  Fetch again and you should start finding things :)

Same link for fetching or is there a new verison #?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 11, 2013, 11:45:21 pm
Before I redownload the linux client, do you expect to update it again when you bring the test pool up again? If so, I will wait till its ready rather than updating again.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 11, 2013, 11:46:58 pm
Linux Miner has been fixed and updated..

01e4706d861f71fc4179346a30ddd9f316b7e6a1

where to find the linux update!?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 11, 2013, 11:47:33 pm
Linux Miner has been fixed and updated..

01e4706d861f71fc4179346a30ddd9f316b7e6a1

where to find the linux update!?

just wget it again from the same link.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: joesmoe on November 11, 2013, 11:48:30 pm
how long ago?
i literally just wgot it 5 mins ago...?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:48:40 pm
Ok... some times you will see your balance go to 0... it is a bug, but it will come back :)   

Fixing that now ;)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:49:13 pm
how long ago?
i literally just wgot it 5 mins ago...?

DOn't wget linux yet... I am reducing the share difficulty because it was taking minutes to find each share.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Amazon on November 11, 2013, 11:49:24 pm
FIxed one more bug in linux client... darn it :)

Thanks for your help testing it.  Fetch again and you should start finding things :)

Same link for fetching or is there a new verison #?

same link or:

removed, waiting for update...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Sinerg on November 11, 2013, 11:50:20 pm
How to run https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz on Ubuntu?
Linux requires a certificate.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 11, 2013, 11:51:56 pm
How to run https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz on Ubuntu?
Linux requires a certificate.

Code: [Select]
wget --no-check-certificate  https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
tar -xvzf linux_coyote_miner.0.1.0.tar.gz
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 PpJhLJN6XhG7JL8GiAdEmeHbcPTyQsWkSf
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 11, 2013, 11:52:21 pm
How to run https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz on Ubuntu?
Linux requires a certificate.
probably just download with http:
http://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 11, 2013, 11:56:07 pm
How to run https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz on Ubuntu?
Linux requires a certificate.
probably just download with http:
http://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz

Correct... I just updated it with the reduced share difficulty... give it a try.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 12, 2013, 12:01:53 am
How to run https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz on Ubuntu?
Linux requires a certificate.
probably just download with http:
http://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz

Correct... I just updated it with the reduced share difficulty... give it a try.

Dan, you may want to consider changing the version name to 0.2 as it might get confusing.  I mean for public release.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:02:19 am
ok.. shares seem to be found faster now... good, I have one or two small things to tweak server side...

Your 0 balances displayed are not actually zeroed... and I will fix that now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:05:52 am
How to run https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz on Ubuntu?
Linux requires a certificate.
probably just download with http:
http://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz

Correct... I just updated it with the reduced share difficulty... give it a try.

Dan, you may want to consider changing the version name to 0.2 as it might get confusing.  I mean for public release.

I thought changing the name from 'alpha' to 'coyote'  would make sense.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 12, 2013, 12:07:47 am
How to run https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz on Ubuntu?
Linux requires a certificate.
probably just download with http:
http://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz

Correct... I just updated it with the reduced share difficulty... give it a try.

Dan, you may want to consider changing the version name to 0.2 as it might get confusing.  I mean for public release.

I thought changing the name from 'alpha' to 'coyote'  would make sense.


It might be more clear to stick with alpha 2.0.  Coyote also gets confusing because of keyhotee.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 12, 2013, 12:08:21 am
How to run https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz on Ubuntu?
Linux requires a certificate.
probably just download with http:
http://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz

Correct... I just updated it with the reduced share difficulty... give it a try.

Dan, you may want to consider changing the version name to 0.2 as it might get confusing.  I mean for public release.

I thought changing the name from 'alpha' to 'coyote'  would make sense.

yep that's better but ppl do look at version numbers more.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 12, 2013, 12:12:54 am
What's going on?
Is the pool up?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 12, 2013, 12:13:45 am
What's going on?
Is the pool up?

No

Read the last few pages
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:14:32 am
What's going on?
Is the pool up?

We are doing voluntary alpha testing of the latest code pool.. No shares can be earned right now, but if you would like to try the new miner while I test the pool you may.   Looks like we may be good to go very soon now.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 12, 2013, 12:15:32 am
Quote
  valid: 2  invalid: 0  balance: 0.00055766  paid: 0  earned: 0.00055766  pps: 0.00027883  fee: 3%  address: PpJhLJN6XhG7JL8GiAdEmeHbcPTyQsWkSf  hpm: 5.71088
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00027883  fee: 3%  address: PpJhLJN6XhG7JL8GiAdEmeHbcPTyQsWkSf  hpm: 6.48183

just happend...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:15:56 am
Anyone care to report old vs new hash rates... make sure you let it run for about 5 minutes before you call the number because it takes a while to average out.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:16:45 am
Quote
  valid: 2  invalid: 0  balance: 0.00055766  paid: 0  earned: 0.00055766  pps: 0.00027883  fee: 3%  address: PpJhLJN6XhG7JL8GiAdEmeHbcPTyQsWkSf  hpm: 5.71088
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00027883  fee: 3%  address: PpJhLJN6XhG7JL8GiAdEmeHbcPTyQsWkSf  hpm: 6.48183

just happend...

Yep... I said you can ignore that, you balance will be fixed next display update..   That currently happens when ever a block is found on the network.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 12, 2013, 12:17:48 am
Anyone care to report old vs new hash rates... make sure you let it run for about 5 minutes before you call the number because it takes a while to average out.

atom: 3.9hpm -> 6hpm
vps with many cores: 5hpm -> 10hpm

my nootebook needs the windows client. but i love your new miner so far
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 12, 2013, 12:18:48 am
old 15-16hpm
new 20

is that pps for real .00027883? It went down by over 2 orders of a magnitude since prefork?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: flower1024 on November 12, 2013, 12:19:07 am

Yep... I said you can ignore that, you balance will be fixed next display update..   That currently happens when ever a block is found on the network.

ok, thanks
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: arubi on November 12, 2013, 12:19:44 am
What's going on?
Is the pool up?

We are doing voluntary alpha testing of the latest code pool.. No shares can be earned right now, but if you would like to try the new miner while I test the pool you may.   Looks like we may be good to go very soon now.

Yea, I was just going to comment on how the new ip is not visable on OP, I'm getting amazing speeds, good work.
How can I help?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:20:48 am
Please double check my math on the PPS amount.
MAX_HASH = 0xfffffff....
SHARE_TARGET  0x00fffff.................
BLOCK_TARGET  0x0000204aa5000000000000000000000000000000000000000000000000000000

SHARE_DIFFICULTY = MAX_HASH / SHARE_TARGET
BLOCK_DIFFICULTY = MAX_HASH / BLOCK_TARGET

RATIO = SHARE_DIFFICULTY / BLOCK_DIFFICULTY

PPS = RATIO * REWARD

PPS = 0.00120266

or..................

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736

I am going to go with the last one unless someone can show me my math is wrong?

 

seems good.
how much fee?

Displayed in client: 3% 

If I am calculating that wrong let me know.

Note:  New share target difficulty is 0x03fffffffff
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: rando on November 12, 2013, 12:26:19 am
Please double check my math on the PPS amount.
MAX_HASH = 0xfffffff....
SHARE_TARGET  0x00fffff.................
BLOCK_TARGET  0x0000204aa5000000000000000000000000000000000000000000000000000000

SHARE_DIFFICULTY = MAX_HASH / SHARE_TARGET
BLOCK_DIFFICULTY = MAX_HASH / BLOCK_TARGET

RATIO = SHARE_DIFFICULTY / BLOCK_DIFFICULTY

PPS = RATIO * REWARD

PPS = 0.00120266

or..................

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736

I am going to go with the last one unless someone can show me my math is wrong?

 

seems good.
how much fee?

Displayed in client: 3% 

If I am calculating that wrong let me know.

Note:  New share target difficulty is 0x03fffffffff

Why does the miner show pps: 0.00027883, but the above says 0.00120736? (nearly 4-5x difference)

BTW, I don't understand your math or  0x03fffffffff numbers so I can't check your calculations.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 12, 2013, 12:33:54 am
We expecting another update to the linux client soon or are we good to go?  Are the display issues (0 balance) on your end or in the client?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Sinerg on November 12, 2013, 12:34:21 am
It`s normal?
(http://i60.fastpic.ru/big/2013/1112/eb/ec028ea1e5498ac2054419acffb096eb.jpg) (http://fastpic.ru/)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: glongsword on November 12, 2013, 12:35:09 am
It`s normal?
(http://i60.fastpic.ru/thumb/2013/1112/eb/ec028ea1e5498ac2054419acffb096eb.jpeg) (http://fastpic.ru/view/60/2013/1112/ec028ea1e5498ac2054419acffb096eb.jpg.html)

Yep you're doing it right.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:35:21 am
We expecting another update to the linux client soon or are we good to go?  Are the display issues (0 balance) on your end or in the client?

I could fix it on my end, it is a cosmetic bug and fixing it on my side would have database performance implications... it only happens about once every 5 min...

I will probably just fix it client side, but you are free to ignore it because that is all I will tell the code to do :)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Silfax on November 12, 2013, 12:35:41 am
Once you finish, bytemaster, will we be mining on the old ip address? (192.241.150.158)

In other words, can I start the coyote miner working on that address and hope it will connect at some point during the night?

Thanks.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:36:23 am
Once you finish, bytemaster, will we be mining on the old ip address? (192.241.150.158)

In other words, can I start the coyote miner working on that address and hope it will connect at some point during the night?

Thanks.

Nope, all mining should happen on this IP address... it is a new server with 4 cores and 8 GB of ram vs 2 core 2 GB...
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Silfax on November 12, 2013, 12:37:21 am
So I suppose I can't set it up now to keep going overnight, as there's something else running on the server now?
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:38:38 am
So I suppose I can't set it up now to keep going overnight, as there's something else running on the server now?

Go ahead.. I am good for calling the server live and will honor everything earned during this past hour of testing, thanks everyone.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: NineLives on November 12, 2013, 12:43:59 am
So I suppose I can't set it up now to keep going overnight, as there's something else running on the server now?

Go ahead.. I am good for calling the server live and will honor everything earned during this past hour of testing, thanks everyone.

My eyes are like :o :o :o :o due to lack of sleep

Windows version please.  Two many servers of mine are sat hungry..
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:44:14 am
Please double check my math on the PPS amount.
MAX_HASH = 0xfffffff....
SHARE_TARGET  0x00fffff.................
BLOCK_TARGET  0x0000204aa5000000000000000000000000000000000000000000000000000000

SHARE_DIFFICULTY = MAX_HASH / SHARE_TARGET
BLOCK_DIFFICULTY = MAX_HASH / BLOCK_TARGET

RATIO = SHARE_DIFFICULTY / BLOCK_DIFFICULTY

PPS = RATIO * REWARD

PPS = 0.00120266

or..................

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736

I am going to go with the last one unless someone can show me my math is wrong?

 

seems good.
how much fee?

Displayed in client: 3% 

If I am calculating that wrong let me know.

Note:  New share target difficulty is 0x03fffffffff

Why does the miner show pps: 0.00027883, but the above says 0.00120736? (nearly 4-5x difference)

BTW, I don't understand your math or  0x03fffffffff numbers so I can't check your calculations.

Lets look at order of magnitude of the numbers here...

0x0000204a  => 8266   
0x03ffffffff      => 17179869183

So when picking a random number between 0 and 0xffffffffff  you are 2078377 times more likely to find one less than 0x03fffffff than 8266

17179869183/8266 => 2078377

Give a block reward of 36...  36/2078377 => 0.0000173212

Does that explain it for you?

Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Sinerg on November 12, 2013, 12:47:45 am
It`s now
(http://i60.fastpic.ru/big/2013/1112/a0/b2e749aa2aec74b562e55270873ae0a0.jpg) (http://fastpic.ru/)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 12, 2013, 12:54:06 am
anybody else getting connection problems under linux?

Code: [Select]
attempting to connect to 192.241.150.158
3231125ms th_a       miner.cpp:117                 main                 ] 192.241.150.158:8485
3231205ms th_a       miner.cpp:123                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
a
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 12:55:14 am
anybody else getting connection problems under linux?

Code: [Select]
attempting to connect to 192.241.150.158
3231125ms th_a       miner.cpp:117                 main                 ] 192.241.150.158:8485
3231205ms th_a       miner.cpp:123                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
a

Wrong IP:

USE IP:  162.243.67.4
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: cass on November 12, 2013, 12:57:16 am
anybody else getting connection problems under linux?

Code: [Select]
attempting to connect to 192.241.150.158
3231125ms th_a       miner.cpp:117                 main                 ] 192.241.150.158:8485
3231205ms th_a       miner.cpp:123                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
a

Wrong IP:

USE IP:  162.243.67.4


hehe thx  ... but pls also change it on first page of your thread .. for not confusing anymore
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 12, 2013, 12:59:27 am
When we can expect Windows version ready?  ::)
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bytemaster on November 12, 2013, 01:00:21 am
When we can expect Windows version ready?  ::)

Uploading it now.... about 5 minutes.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: Snard on November 12, 2013, 01:00:40 am
For the client updates, can you please use new version numbers.  Getting confusing knowing which client I am using.
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: testz on November 12, 2013, 01:01:25 am
When we can expect Windows version ready?  ::)

Uploading it now.... about 5 minutes.

Nice!!!!!  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:05:42 am
Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip

Yes, the windows client has a different version number... like everyone has been requesting, in the future they will all be 0.3.x...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:06:11 am
Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip

Yes, the windows client has a different version number... like everyone has been requesting, in the future they will all be 0.3.x...

Yay
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 01:06:27 am
Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip

Yes, the windows client has a different version number... like everyone has been requesting, in the future they will all be 0.3.x...

Thanks!!!  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:07:16 am
No blocks yet... pick better hashes people!@
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:08:47 am
From 21hps to 24hpm 2x Xeon 5470

Edit:  32hps  -   :D :D :D
Edit:  35hps  -  Are you kidding..  Is this hpm real?
Edit:  Settled @ 33hmp   OLD:  23hpm
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Brekyrself on November 12, 2013, 01:16:05 am
win7 x64 w/ amd apu running 3 of 4 cores up to ~10hpm from ~5.  Can't wait to try this on the main i7 rig in a few hours!
Title: Re: ALPHA MINER - 1.5 GB unlimited threads... better HPM Win64 Miner!
Post by: bg002h on November 12, 2013, 01:16:26 am
Anyone care to report old vs new hash rates... make sure you let it run for about 5 minutes before you call the number because it takes a while to average out.
12-->17 on my new mac mini (i5)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 01:17:24 am
No blocks yet... pick better hashes people!@

Which port use the miner? Please add port as command line param to latter versions.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:18:28 am
1 BTC Bounty to anyone who can match my miner in speed and keep the lead for 1 week.

http://bitsharestalk.org/index.php?topic=450.0

Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 01:18:55 am
Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip

Yes, the windows client has a different version number... like everyone has been requesting, in the future they will all be 0.3.x...



any linux version?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 01:19:08 am
No blocks yet... pick better hashes people!@

Which port use the miner? Please add port as command line param to latter versions.

Sorry, I found it as the screen, 8485  :o
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 01:20:09 am
Speed on my 4770k increase from 4x to 59 hpm.

But in current difficulty and pps, it will be less than 1c PTS per hour...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:20:40 am
No blocks yet... pick better hashes people!@

Which port use the miner? Please add port as command line param to latter versions.

Port: 8485

I changed the port to prevent use of old miners... it is my poor-mans version control :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 01:22:39 am
No blocks yet... pick better hashes people!@

Which port use the miner? Please add port as command line param to latter versions.

Port: 8485

I changed the port to prevent use of old miners... it is my poor-mans version control :)

It's good, but if it's can be configured - it's will be perfect.  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 01:24:46 am
No blocks yet... pick better hashes people!@

Which port use the miner? Please add port as command line param to latter versions.

Port: 8485

I changed the port to prevent use of old miners... it is my poor-mans version control :)

we need code or linux version to run on linux sir.

Waiting for good news
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 01:25:52 am
Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip

Yes, the windows client has a different version number... like everyone has been requesting, in the future they will all be 0.3.x...

any linux version?

http://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:30:06 am
How many cores is this set for?  8 as before?

Any availability on thread / core selection?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: kenpodragon on November 12, 2013, 01:34:36 am
47 -> 54 (i7 980)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:36:15 am
47 -> 54 (i7 980)

Very nice. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:38:03 am
How many cores is this set for?  8 as before?

Any availability on thread / core selection?

By default it uses the same number of cores as your hardware.  If you want less, you can specify the number as a 3rd command line argument.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 01:39:32 am
@bytemaster: Please let's us know when we find 1st block.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 01:39:59 am
alternative download links:

http://bitsharestalk.org/PubDownloads/mac_coyote_miner.0.2.3.tar.gz
http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
http://bitsharestalk.org/PubDownloads/coyote_miner_0.2.3.zip
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 01:40:43 am
How many cores is this set for?  8 as before?

Any availability on thread / core selection?

By default it uses the same number of cores as your hardware.  If you want less, you can specify the number as a 3rd command line argument.

As I can see each core loaded up to 50%, it's a good idea to specify x2 threads to load all cores to 100%?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Financisto on November 12, 2013, 01:44:52 am
Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip

Yes, the windows client has a different version number... like everyone has been requesting, in the future they will all be 0.3.x...

Does anyone here know how I set the miner to autorun every time Windows 8 starts?

An additional code to minimize it to system tray would be great too!

P.s. I'm a Linux fan and a Win ignorant.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:46:22 am
How many cores is this set for?  8 as before?

Any availability on thread / core selection?

By default it uses the same number of cores as your hardware.  If you want less, you can specify the number as a 3rd command line argument.

As I can see each core loaded up to 50%, it's a good idea to specify x2 threads to load all cores to 100%?

Odd it works for me... do what ever gives you the highest HPM after about 5 minutes of run time.  How many cores do you have?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:47:31 am
@bytemaster: Please let's us know when we find 1st block.

Based upon my calculations we have less than 1/36 chance of having found a block so far based upon the amount I have paid out.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:47:47 am
Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip

Yes, the windows client has a different version number... like everyone has been requesting, in the future they will all be 0.3.x...

Does anyone here know how I set the miner to autorun every time Windows 8 starts?

An additional code to minimize it to system tray would be great too!

P.s. I'm a Linux fan and a Win ignorant.

http://www.fixkb.com/2013/03/how-to-add-start-items-to-windows-8.html
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 01:47:52 am
Windows Miner: https://the-iland.net/static/downloads/coyote_miner_0.2.3.zip

Yes, the windows client has a different version number... like everyone has been requesting, in the future they will all be 0.3.x...

Does anyone here know how I set the miner to autorun every time Windows 8 starts?

An additional code to minimize it to system tray would be great too!

P.s. I'm a Linux fan and a Win ignorant.

I'm a Windows 7 fan and Windows 8 ignorant  :(
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 12, 2013, 01:49:09 am
my balance just went to zero. 

block found?

  valid: 102  invalid: 0  balance: 0.0284407  paid: 0  earned: 0.0284407  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.7042
  hpm: 24.7191       
  valid: 140  invalid: 0  balance: 0.0390362  paid: 0  earned: 0.0390362  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.8593
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.7946
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:50:00 am
my balance just went to zero. 

block found?

  valid: 102  invalid: 0  balance: 0.0284407  paid: 0  earned: 0.0284407  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.7042
  hpm: 24.7191       
  valid: 140  invalid: 0  balance: 0.0390362  paid: 0  earned: 0.0390362  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.8593
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.7946

Cosmetic... working on that :)  every time the network find a block it will report 0 to everyone, but your stats are still saved.   I am working on fixing this issue, but it is not a show stopper.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 01:50:35 am
How many cores is this set for?  8 as before?

Any availability on thread / core selection?

By default it uses the same number of cores as your hardware.  If you want less, you can specify the number as a 3rd command line argument.

As I can see each core loaded up to 50%, it's a good idea to specify x2 threads to load all cores to 100%?

Odd it works for me... do what ever gives you the highest HPM after about 5 minutes of run time.  How many cores do you have?

32 core, it's works if I specify 32 in command line and crash when I specify more than 32  :(
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 12, 2013, 01:56:28 am
I think our balances are going to say zero alot.   

I'm hitting you with over 1000 hpm alone  :-)

  valid: 140  invalid: 0  balance: 0.0390362  paid: 0  earned: 0.0390362  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.8593
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.7946
  valid: 189  invalid: 1  balance: 0.0526989  paid: 0  earned: 0.0526989  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.9461
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.8738
  valid: 250  invalid: 1  balance: 0.0697075  paid: 0  earned: 0.0697075  pps: 0.00027883  fee: 3%  address: PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD  hpm: 24.9535
  hpm: 24.9165       
Title: Re: Coyote Miner | PPS Mining Pool
Post by: darkyoung on November 12, 2013, 01:58:39 am
I'm back!  :D
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:59:39 am
How many cores is this set for?  8 as before?

Any availability on thread / core selection?

By default it uses the same number of cores as your hardware.  If you want less, you can specify the number as a 3rd command line argument.

As I can see each core loaded up to 50%, it's a good idea to specify x2 threads to load all cores to 100%?

Odd it works for me... do what ever gives you the highest HPM after about 5 minutes of run time.  How many cores do you have?

32 core, it's works if I specify 32 in command line and crash when I specify more than 32  :(

LOL... I should have mentioned a hard coded limit.. never imaged a 32 core machine :)

I will investigate increasing it.  Does 24 work?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Financisto on November 12, 2013, 02:00:12 am
@NineLives

Thank you!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 02:00:39 am
Hey bytemaster, I know they were just posted and such but this seems odd to me

 valid: 1  invalid: 0  balance: 0.00027883  paid: 0  earned: 0.00027883  pps: 0
00027883  fee: 3%  address: Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj  hpm: 46.3207
0131112T015422.943686 02728774ec1776e6c25e1f3d207f48197ed6b5bc751c99f71cc28dd79
4311e8
 valid: 2  invalid: 0  balance: 0.00055766  paid: 0  earned: 0.00055766  pps: 0
00027883  fee: 3%  address: Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj  hpm: 47.8081
 valid: 2  invalid: 0  balance: 0.00055766  paid: 0  earned: 0.00055766  pps: 0
00027883  fee: 3%  address: Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj  hpm: 45.4662
0131112T015459.253994 02f74608c063399af63e561691995321188fb7eabf784044c362c0f31
a42ec6
 valid: 3  invalid: 0  balance: 0.00083649  paid: 0  earned: 0.00083649  pps: 0
00027883  fee: 3%  address: Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj  hpm: 45.8894
 valid: 3  invalid: 0  balance: 0.00083649  paid: 0  earned: 0.00083649  pps: 0
00027883  fee: 3%  address: Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj  hpm: 43.6439
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00027883  fee: 3%
 address: Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj  hpm: 41.8487
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00027883  fee: 3%
 address: Pdr84TXMcFSLPL2LezDQtrREfnXmBHGFkj  hpm: 41.1957
 hpm: 39.6975

It went from 1 valid, 2 valid, 3 valid, 0valid
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 02:01:57 am
Just curious, are we starting fresh with the new pool and client(s)? I'm not seeing what was earned from before you took the pool down yesterday. Should I? (It was around 14 or so hours of mining.) If not, no worries, I will chock it up to being "alpha". Oh and thanks for all your hard work on this, I'm glad you got some rest and came back guns blazing.  8)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:02:20 am
How many cores is this set for?  8 as before?

Any availability on thread / core selection?

By default it uses the same number of cores as your hardware.  If you want less, you can specify the number as a 3rd command line argument.

As I can see each core loaded up to 50%, it's a good idea to specify x2 threads to load all cores to 100%?

Odd it works for me... do what ever gives you the highest HPM after about 5 minutes of run time.  How many cores do you have?

32 core, it's works if I specify 32 in command line and crash when I specify more than 32  :(

LOL... I should have mentioned a hard coded limit.. never imaged a 32 core machine :)

I will investigate increasing it.  Does 24 work?

Yes, 24 works  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:03:19 am
Thus far on my servers:

(http://s22.postimg.org/8ns8iotvl/mine_servers.png)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:03:24 am
Just curious, are we starting fresh with the new pool and client(s)? I'm not seeing what was earned from before you took the pool down yesterday. Should I? (It was around 14 or so hours of mining.) If not, no worries, I will chock it up to being "alpha". Oh and thanks for all your hard work on this, I'm glad you got some rest and came back guns blazing.  8)

I decided to start with a clean slate so I could take my time sorting through the old messy stuff.   The reality is I lost more from the alpha than you all combined did.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: joesmoe on November 12, 2013, 02:04:11 am
rrrrg do i need to update again?

Can u change version numbers please? I don't know if i'm on the right one or not.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:04:19 am
We found our first block guys!   We are in business :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:05:22 am
rrrrg do i need to update again?

Can u change version numbers please? I don't know if i'm on the right one or not.

There is one and only one version available for download.   So if in doubt download it again...  0.2.3 for windows.  0.1.0 for mac and linux.    See links at top of thread.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 02:06:16 am
Just curious, are we starting fresh with the new pool and client(s)? I'm not seeing what was earned from before you took the pool down yesterday. Should I? (It was around 14 or so hours of mining.) If not, no worries, I will chock it up to being "alpha". Oh and thanks for all your hard work on this, I'm glad you got some rest and came back guns blazing.  8)

I decided to start with a clean slate so I could take my time sorting through the old messy stuff.   The reality is I lost more from the alpha than you all combined did.

No worries, just wanted to be clear on where we stand. I have no problem helping test that day.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:07:01 am
We found our first block guys!   We are in business :)

Yaaaaa!!!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:08:15 am
We found our first block guys!   We are in business :)

Yaaaaa!!!

+1
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:08:25 am
Even I am having a hard time believing the current PPS number... someone please check my math because I do not want to be blamed for getting that wrong :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 02:08:39 am
Thus far on my servers:

(http://s22.postimg.org/8ns8iotvl/mine_servers.png)

lol...holy God....I'll never get enough shares!!!  how you have so much stuff!?!?!?!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:11:53 am
Balance to Zero

Edit:  nvm it came back.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:13:28 am
Thus far on my servers:

(http://s22.postimg.org/8ns8iotvl/mine_servers.png)

lol...holy God....I'll never get enough shares!!!  how you have so much stuff!?!?!?!

I managing many servers for a living ;)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:15:03 am
Balance resets to Zero then comes back..  Cosmetic?  Or due to new block?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 02:16:23 am
Thus far on my servers:

(http://s22.postimg.org/8ns8iotvl/mine_servers.png)

lol...holy God....I'll never get enough shares!!!  how you have so much stuff!?!?!?!

I managing many servers for a living ;)

so does this mean the people your "serving" (pun intended) are now getting less than expected power/use/however you want to measure
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:16:30 am
Balance resets to Zero then comes back..  Cosmetic?  Or due to new block?
When a new block comes in I have to quickly message every client with fresh work.  I skip the database query to minimize latency.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:18:04 am
Everytime you get a new block?  When are you planning to sleep?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: smilence on November 12, 2013, 02:18:46 am
can't download files


Quote
invalid request
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 12, 2013, 02:19:16 am
Everytime you get a new block?  When are you planning to sleep?

I think he means he wrote code to do that for him  ;D
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:20:09 am
Thus far on my servers:

(http://s22.postimg.org/8ns8iotvl/mine_servers.png)

lol...holy God....I'll never get enough shares!!!  how you have so much stuff!?!?!?!

I managing many servers for a living ;)

so does this mean the people your "serving" (pun intended) are now getting less than expected power/use/however you want to measure

Kind of yes and no.  These selected servers are wayyyyyyyy over powered for what it does.  No way will I allow them to not do its job or I don't get paid..
PS.  I own all of them BTW.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:21:37 am

LOL... I should have mentioned a hard coded limit.. never imaged a 32 core machine :)

I will investigate increasing it.  Does 24 work?

Yes, 24 works  :)

Ok, I run 3 instances of miner, now 90-100% load of all cores  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: rando on November 12, 2013, 02:24:02 am

LOL... I should have mentioned a hard coded limit.. never imaged a 32 core machine :)

I will investigate increasing it.  Does 24 work?

Yes, 24 works  :)

Ok, I run 3 instances of miner, now 90-100% load of all cores  :)

How many HPM do you get with 32 cores?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:26:29 am

LOL... I should have mentioned a hard coded limit.. never imaged a 32 core machine :)

I will investigate increasing it.  Does 24 work?

Yes, 24 works  :)

Ok, I run 3 instances of miner, now 90-100% load of all cores  :)

How many HPM do you get with 32 cores?

32 cores, 3 instances of miner each 32-40 HPM, total ~100-120 HPM
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:26:50 am

LOL... I should have mentioned a hard coded limit.. never imaged a 32 core machine :)

I will investigate increasing it.  Does 24 work?

Yes, 24 works  :)

Ok, I run 3 instances of miner, now 90-100% load of all cores  :)

How many HPM do you get with 32 cores?

I'm guessing 60-70?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Brekyrself on November 12, 2013, 02:27:02 am
bytemaster are you going to set a start time for official mining to start or just when you feel the miners are solid and ready to go?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 12, 2013, 02:27:41 am
Even I am having a hard time believing the current PPS number... someone please check my math because I do not want to be blamed for getting that wrong :)

I feel like the balance is increasing slower than it did before the update, though I don't think the difficulty has risen.  I of course am most likely wrong. 

I think you should wait till we get a few blocks, and see if your payouts are in line with the block rewards (- fees), and adjust the pps accordingly.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:28:23 am

LOL... I should have mentioned a hard coded limit.. never imaged a 32 core machine :)

I will investigate increasing it.  Does 24 work?

Yes, 24 works  :)

Ok, I run 3 instances of miner, now 90-100% load of all cores  :)

How many HPM do you get with 32 cores?

I'm guessing 60-70?

I run 3 instances, because with 1 instance I have 20-50% load on every core and 40-42 HPM
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 02:28:40 am
can't download files


Quote
invalid request

Try these alternative download links:

http://bitsharestalk.org/PubDownloads/mac_coyote_miner.0.2.3.tar.gz
http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
http://bitsharestalk.org/PubDownloads/coyote_miner_0.2.3.zip
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:29:45 am
bytemaster are you going to set a start time for official mining to start or just when you feel the miners are solid and ready to go?

Things seem to be working perfectly, so I consider it live and am honoring all test shares as well. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: o3u on November 12, 2013, 02:31:18 am
bytemaster are you going to set a start time for official mining to start or just when you feel the miners are solid and ready to go?

Things seem to be working perfectly, so I consider it live and am honoring all test shares as well.

Please post md5hash for the zips or binaries,
i get an SSL certificate warning on your download site
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:31:27 am
bytemaster are you going to set a start time for official mining to start or just when you feel the miners are solid and ready to go?

Things seem to be working perfectly, so I consider it live and am honoring all test shares as well.

Very well done guys.

I'm off to bed.  Chat soon.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:31:37 am
Even I am having a hard time believing the current PPS number... someone please check my math because I do not want to be blamed for getting that wrong :)

I feel like the balance is increasing slower than it did before the update, though I don't think the difficulty has risen.  I of course am most likely wrong. 

I think you should wait till we get a few blocks, and see if your payouts are in line with the block rewards (- fees), and adjust the pps accordingly.

I agree, you should see then we get at least 10 blocks
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 02:32:35 am
can't download files


Quote
invalid request

Try these alternative download links:

http://bitsharestalk.org/PubDownloads/mac_coyote_miner.0.2.3.tar.gz
http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
http://bitsharestalk.org/PubDownloads/coyote_miner_0.2.3.zip

So is this linux version above newer or older then what is on the OP, I just want to make sure I have the current version. I'm trying to wget the one on the OP and I'm getting a 404 NOT FOUND
Code: [Select]
wget --no-check-certificate https://the-iland.net/static/downloads/coyote_miner.0.1.0.tar.gz
--2013-11-11 18:15:25--  https://the-iland.net/static/downloads/coyote_miner.0.1.0.tar.gz
Resolving the-iland.net (the-iland.net)... 64.90.183.137
Connecting to the-iland.net (the-iland.net)|64.90.183.137|:443... connected.
WARNING: cannot verify the-iland.net's certificate, issued by â/C=US/ST=Virginia/O=The iLand Nation/CN=the-iland.net/emailAddress=admin@the-iland.netâ:
  Self-signed certificate encountered.
HTTP request sent, awaiting response... 404 NOT FOUND
2013-11-11 18:15:25 ERROR 404: NOT FOUND.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:35:19 am
bytemaster are you going to set a start time for official mining to start or just when you feel the miners are solid and ready to go?

Things seem to be working perfectly, so I consider it live and am honoring all test shares as well.

Very well done guys.

I'm off to bed.  Chat soon.

Good night  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:35:26 am
-----------------------------------------------------------------
3e5eaeddfb9398894d9f3b3ba106d9857205d855  coyote_miner_0.2.3.zip
31c1c7d3ca19b2ffa54e2bcbc18d5fb15831a303  linux_coyote_miner.0.1.0.tar.gz
857a28b2cf3358f11866985bd79182fea5ff265d  mac_coyote_miner.0.1.0.tar.gz
-----------------------------------------------------------------
My Donation Address: PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK

H22iM8sZlj0WJ1TaLFMtgadnuEJOCLYzoWiKATW13/TnDOm7uz/q1I8vioP5AnEZt5UQ3yKfZJEofh7Z4E4g/ZA=
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:36:09 am
can't download files


Quote
invalid request

Try these alternative download links:

http://bitsharestalk.org/PubDownloads/mac_coyote_miner.0.2.3.tar.gz
http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
http://bitsharestalk.org/PubDownloads/coyote_miner_0.2.3.zip

So is this linux version above newer or older then what is on the OP, I just want to make sure I have the current version. I'm trying to wget the one on the OP and I'm getting a 404 NOT FOUND
Code: [Select]
wget --no-check-certificate https://the-iland.net/static/downloads/coyote_miner.0.1.0.tar.gz
--2013-11-11 18:15:25--  https://the-iland.net/static/downloads/coyote_miner.0.1.0.tar.gz
Resolving the-iland.net (the-iland.net)... 64.90.183.137
Connecting to the-iland.net (the-iland.net)|64.90.183.137|:443... connected.
WARNING: cannot verify the-iland.net's certificate, issued by â/C=US/ST=Virginia/O=The iLand Nation/CN=the-iland.net/emailAddress=admin@the-iland.netâ:
  Self-signed certificate encountered.
HTTP request sent, awaiting response... 404 NOT FOUND
2013-11-11 18:15:25 ERROR 404: NOT FOUND.

404 because certificate error, try this links: http://bitsharestalk.org/index.php?topic=236.msg4364#msg4364
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:37:34 am
Can anyone give me the average PTS / hour you are getting from the other pools?   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 02:39:25 am
Thus far on my servers:

(http://s22.postimg.org/8ns8iotvl/mine_servers.png)

lol...holy God....I'll never get enough shares!!!  how you have so much stuff!?!?!?!

I managing many servers for a living ;)

so does this mean the people your "serving" (pun intended) are now getting less than expected power/use/however you want to measure

Kind of yes and no.  These selected servers are wayyyyyyyy over powered for what it does.  No way will I allow them to not do its job or I don't get paid..
PS.  I own all of them BTW.

Jeesh I need to get in your business.  I alas am just a lonely programmer.  Unless you want partner? :-)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:41:48 am
Can anyone give me the average PTS / hour you are getting from the other pools?

PM you all details.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:42:03 am
Can anyone give me the average PTS / hour you are getting from the other pools?

(http://s8.postimg.org/f7ld2w66d/pqest.png)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 02:42:11 am
(https://dl-web.dropbox.com/get/Screenshots/Screenshot%202013-11-11%2021.39.57.png?w=AADeTfJiSWiZS-Khwd7RkJxjsdX3WUxUnn6vvoz2EOie-g)
Can anyone give me the average PTS / hour you are getting from the other pools?

That is what I recieved with BEEEEER today
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:43:14 am
Found typo in calculation... fixed PPS is now:   0.00878342

Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 12, 2013, 02:44:56 am
I think our balances are going to say zero alot.   

I'm hitting you with over 1000 hpm alone  :-)

Cloud servers?

Anyone know what hpm a 32 core processor gives?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:46:53 am
I think our balances are going to say zero alot.   

I'm hitting you with over 1000 hpm alone  :-)

Cloud servers?

Anyone know what hpm a 32 core processor gives?

Check my messages in previous pages.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:47:20 am
I think our balances are going to say zero alot.   

I'm hitting you with over 1000 hpm alone  :-)

Cloud servers?

Anyone know what hpm a 32 core processor gives?

testz is running 3 instances and he gets 100-120hmp
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:47:57 am
Found typo in calculation... fixed PPS is now:   0.00878342

Now it's look much better, but check after we get 10 or more blocks  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 02:48:08 am
Can anyone give me the average PTS / hour you are getting from the other pools?

I am trying ypool (they have windows version only). It uses collisions/min to measure, not sure it is same as hpm. But the earning ratio looks higher than coyote.

I will run longer to see. 1c PTS/hour is just to low to cover electricity of my 4770k.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 02:49:10 am
Found typo in calculation... fixed PPS is now:   0.00878342

This is much better.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:49:36 am
Can anyone give me the average PTS / hour you are getting from the other pools?

I am trying ypool (they have windows version only). It uses collisions/min to measure, not sure it is same as hpm. But the earning ratio looks higher than coyote.

I will run longer to see. 1c PTS/hour is just to low to cover electricity of my 4770k.

Re-run your calculation after the PPS fix.. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 12, 2013, 02:50:39 am
What is Ypool? Thread anywhere on it?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 02:51:47 am
Can anyone give me the average PTS / hour you are getting from the other pools?

I am trying ypool (they have windows version only). It uses collisions/min to measure, not sure it is same as hpm. But the earning ratio looks higher than coyote.

I will run longer to see. 1c PTS/hour is just to low to cover electricity of my 4770k.

ypool join us, it is very good  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 12, 2013, 02:53:16 am
Bytemaster, is there still an issue using the same payment address with multiple instances?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 02:54:39 am
What is Ypool? Thread anywhere on it?

http://bitsharestalk.org/index.php?topic=449.0
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:54:44 am
Bytemaster, is there still an issue using the same payment address with multiple instances?

Good question..  Same address for all instances or not?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:54:51 am
Bytemaster, is there still an issue using the same payment address with multiple instances?
No
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 03:00:19 am
There have any differents with "http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz" and "Linux Miner: https://the-iland.net/static/downloads/coyote_miner.0.1.0.tar.gz "?

bytemaster?sir
Title: Re: Coyote Miner | PPS Mining Pool
Post by: hiddenvalleyranch on November 12, 2013, 03:03:12 am
Hey can someone help me out? I still can't get it to run? This is what I'm doing

Code: [Select]
root@localhost:~# wget http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
--2013-11-12 02:59:24--  http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
Resolving bitsharestalk.org (bitsharestalk.org)... 174.120.146.106
Connecting to bitsharestalk.org (bitsharestalk.org)|174.120.146.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3711475 (3.5M) [application/x-gzip]
Saving to: `linux_coyote_miner.0.2.3.tar.gz'

100%[======================================>] 3,711,475   1.55M/s   in 2.3s

2013-11-12 02:59:27 (1.55 MB/s) - `linux_coyote_miner.0.2.3.tar.gz' saved [3711475/3711475]

root@localhost:~# tar xsfv linux_coyote_miner.0.2.3.tar.gz
coyote_miner
root@localhost:~# cd coyote_miner
-bash: cd: coyote_miner: Not a directory
root@localhost:~#

What am I doing wrong? Shouldn't there be a new directory their?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: haruka on November 12, 2013, 03:04:54 am
Hey can someone help me out? I still can't get it to run? This is what I'm doing

Code: [Select]
root@localhost:~# wget http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
--2013-11-12 02:59:24--  http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
Resolving bitsharestalk.org (bitsharestalk.org)... 174.120.146.106
Connecting to bitsharestalk.org (bitsharestalk.org)|174.120.146.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3711475 (3.5M) [application/x-gzip]
Saving to: `linux_coyote_miner.0.2.3.tar.gz'

100%[======================================>] 3,711,475   1.55M/s   in 2.3s

2013-11-12 02:59:27 (1.55 MB/s) - `linux_coyote_miner.0.2.3.tar.gz' saved [3711475/3711475]

root@localhost:~# tar xsfv linux_coyote_miner.0.2.3.tar.gz
coyote_miner
root@localhost:~# cd coyote_miner
-bash: cd: coyote_miner: Not a directory
root@localhost:~#

What am I doing wrong? Shouldn't there be a new directory their?

coyote_miner is an executable.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 03:05:14 am
So whats the Pool's HPM looking like Byte?  and could you also tell us Network HPM?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: flower1024 on November 12, 2013, 03:05:27 am
Hey can someone help me out? I still can't get it to run? This is what I'm doing

Code: [Select]
root@localhost:~# wget http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
--2013-11-12 02:59:24--  http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
Resolving bitsharestalk.org (bitsharestalk.org)... 174.120.146.106
Connecting to bitsharestalk.org (bitsharestalk.org)|174.120.146.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3711475 (3.5M) [application/x-gzip]
Saving to: `linux_coyote_miner.0.2.3.tar.gz'

100%[======================================>] 3,711,475   1.55M/s   in 2.3s

2013-11-12 02:59:27 (1.55 MB/s) - `linux_coyote_miner.0.2.3.tar.gz' saved [3711475/3711475]

root@localhost:~# tar xsfv linux_coyote_miner.0.2.3.tar.gz
coyote_miner
root@localhost:~# cd coyote_miner
-bash: cd: coyote_miner: Not a directory
root@localhost:~#

What am I doing wrong? Shouldn't there be a new directory their?

instead of cd coyote_miner
do chmod u+x coyote_miner
and start it ./coyote_miner 162.243.67.4 YOURADDR
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 03:09:14 am
There have any differents with "http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz" and "Linux Miner: https://the-iland.net/static/downloads/coyote_miner.0.1.0.tar.gz "?

bytemaster?sir

I changed the version number myself on the forum server. They are the same.

Please go to the-iland.net to download, the forum server links are just back-up.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:16:06 am
So whats the Pool's HPM looking like Byte?  and could you also tell us Network HPM?

804  connections with 268 shares per minute submitted right now... earning about 2.3 PTS per minute or a block every 10 minutes or so.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 12, 2013, 03:16:39 am
bytemaster:   How is your server holding up with this load?   how much load do you have?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:17:46 am
bytemaster:   How is your server holding up with this load?   how much load do you have?

2% CPU usage :)   

protosharesd: 6% CPU

I have very efficient code.

Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 12, 2013, 03:24:02 am
Nice work sir!   Well worth the wait.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: o3u on November 12, 2013, 03:25:01 am
Code: [Select]
C:\Users\slim\Desktop\ptsminer\coyote_miner_0.2.3>coyote_miner.exe 162.243.67.4
PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn
attempting to connect to 162.243.67.4
2393848ms th_b       miner.cpp:117                 main                 ] 162.24
3.67.4:8485

pps: 0.00027883  fee: 3%
eofpm: 15.4908
End of file
    {"message":"End of file"}
    asio  asio.cpp:22 fc::asio::detail::read_write_handler
attempting to connect to 162.243.67.4
2423488ms th_b       miner.cpp:117                 main                 ] 162.24
3.67.4:8485
  hpm: 20.683
pps: 0.00878342  fee: 3%
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 20.4832
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.6321
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 14.1961
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 14.1348
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.5025
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.8756
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.9847
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.4436
20131112T024725.006031 005806ffdad9dbcbf7c09fab7b6ad69e6c056b8a3498a9eefaa4c066a
78df4df
  valid: 1  invalid: 0  balance: 0.00878342  paid: 0  earned: 0.00878342  pps: 0
.00878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.2368
20131112T024744.147612 019706114645f9b139ec07080160476d718d43df99824f9bd79d04a7a
44f49ee
  valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.1682
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 11.9727
  valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 11.9887
20131112T025038.656421 02c7ca9d0d7265244891d91a73abddf72e23602bb6a3b86603386f8a0
d1fa1b8
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.3188
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.5535
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.0649
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.9458
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.6056
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.6439
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.8652
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.7416
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.7063
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.3771
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.3927
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.3137
20131112T030717.677263 01f3ff611b86b87263ea720d7e84222f2b605f793ab695da59c39d231
da66f97
  valid: 4  invalid: 0  balance: 0.0351337  paid: 0  earned: 0.0351337  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2697
  valid: 4  invalid: 0  balance: 0.0351337  paid: 0  earned: 0.0351337  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.1828
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.1268
  valid: 4  invalid: 0  balance: 0.0351337  paid: 0  earned: 0.0351337  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2713
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2222
20131112T031209.500304 02b6c75283c9d3eac2636806da9c3999719d3ccd0a755ba27964a2b2f
16194af
  valid: 5  invalid: 0  balance: 0.0439171  paid: 0  earned: 0.0439171  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.3036
  valid: 5  invalid: 0  balance: 0.0439171  paid: 0  earned: 0.0439171  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.6688
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.4546
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2868
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2793
  valid: 5  invalid: 0  balance: 0.0439171  paid: 0  earned: 0.0439171  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2845
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2348
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2289
  hpm: 13.0915


my valid shares are going to 0 and 5 and 0.. wtf? is this normal?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:26:17 am
Code: [Select]
C:\Users\slim\Desktop\ptsminer\coyote_miner_0.2.3>coyote_miner.exe 162.243.67.4
PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn
attempting to connect to 162.243.67.4
2393848ms th_b       miner.cpp:117                 main                 ] 162.24
3.67.4:8485

pps: 0.00027883  fee: 3%
eofpm: 15.4908
End of file
    {"message":"End of file"}
    asio  asio.cpp:22 fc::asio::detail::read_write_handler
attempting to connect to 162.243.67.4
2423488ms th_b       miner.cpp:117                 main                 ] 162.24
3.67.4:8485
  hpm: 20.683
pps: 0.00878342  fee: 3%
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 20.4832
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.6321
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 14.1961
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 14.1348
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.5025
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.8756
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.9847
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.4436
20131112T024725.006031 005806ffdad9dbcbf7c09fab7b6ad69e6c056b8a3498a9eefaa4c066a
78df4df
  valid: 1  invalid: 0  balance: 0.00878342  paid: 0  earned: 0.00878342  pps: 0
.00878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.2368
20131112T024744.147612 019706114645f9b139ec07080160476d718d43df99824f9bd79d04a7a
44f49ee
  valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.1682
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 11.9727
  valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 11.9887
20131112T025038.656421 02c7ca9d0d7265244891d91a73abddf72e23602bb6a3b86603386f8a0
d1fa1b8
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.3188
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.5535
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.0649
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 12.9458
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.6056
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.6439
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.8652
  valid: 3  invalid: 0  balance: 0.0263503  paid: 0  earned: 0.0263503  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.7416
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.7063
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.3771
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.3927
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.3137
20131112T030717.677263 01f3ff611b86b87263ea720d7e84222f2b605f793ab695da59c39d231
da66f97
  valid: 4  invalid: 0  balance: 0.0351337  paid: 0  earned: 0.0351337  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2697
  valid: 4  invalid: 0  balance: 0.0351337  paid: 0  earned: 0.0351337  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.1828
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.1268
  valid: 4  invalid: 0  balance: 0.0351337  paid: 0  earned: 0.0351337  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2713
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2222
20131112T031209.500304 02b6c75283c9d3eac2636806da9c3999719d3ccd0a755ba27964a2b2f
16194af
  valid: 5  invalid: 0  balance: 0.0439171  paid: 0  earned: 0.0439171  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.3036
  valid: 5  invalid: 0  balance: 0.0439171  paid: 0  earned: 0.0439171  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.6688
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.4546
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2868
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2793
  valid: 5  invalid: 0  balance: 0.0439171  paid: 0  earned: 0.0439171  pps: 0.0
0878342  fee: 3%  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2845
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2348
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%
  address: PcoC1TW21QBRors1kc9M9kxuGvMDZ3r2yn  hpm: 13.2289
  hpm: 13.0915


my valid shares are going to 0 and 5 and 0.. wtf? is this normal?


Yes, every time a block is found there is a message that goes out that does not report the accurate balance.  You can ignore it, next version of client will filter it automatically.

Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 03:35:38 am
So whats the Pool's HPM looking like Byte?  and could you also tell us Network HPM?

804  connections with 268 shares per minute submitted right now... earning about 2.3 PTS per minute or a block every 10 minutes or so.

I'm trying to publicize your pool
Title: Re: Coyote Miner | PPS Mining Pool
Post by: spoonman on November 12, 2013, 03:40:22 am
The numbers the new client are showing are meaningless right now? Right? Is there any change of getting at lease a json feed to check are progress?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:41:21 am
The numbers the new client are showing are meaningless right now? Right? Is there any change of getting at lease a json feed to check are progress?

Every non-0 number is valid and meaningful.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:43:19 am
So whats the Pool's HPM looking like Byte?  and could you also tell us Network HPM?

804  connections with 268 shares per minute submitted right now... earning about 2.3 PTS per minute or a block every 10 minutes or so.

I'm trying to publicize your pool

I appreciate the effort.  We need some diversity in the pool space though.     

What was everyone doing with their miners while my pool was down?   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: hiddenvalleyranch on November 12, 2013, 03:44:25 am
Thanks guys, got it working now.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:44:52 am
ypool looks like their client is faster, can anyone do a comparison for me. 

I looked at their code and it was incomprehensible to me at a quick glance.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: alexxy on November 12, 2013, 03:45:20 am
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\
Title: Re: Coyote Miner | PPS Mining Pool
Post by: spoonman on November 12, 2013, 03:47:16 am
ypool looks like their client is faster, can anyone do a comparison for me. 

I looked at their code and it was incomprehensible to me at a quick glance.

with the alpha I was getting ~25hpm on my iMac, now I am getting ~39. Windows ~9 before and now ~14.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:48:26 am
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\

You have lower latencies.  There is some overhead associated with synchronizing threads and when you divide the 2^26 search space into 24 threads, you amplify the amount of time spent in single threaded code.  Try running 3 instances at 8 cores.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:50:46 am
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\

You have lower latencies.  There is some overhead associated with synchronizing threads and when you divide the 2^26 search space into 24 threads, you amplify the amount of time spent in single threaded code.  Try running 3 instances at 8 cores.

By the way, if you have studied my fc library, you will know that my code is entirely lock-free and very well paralyzed.   It looks like I will have to do higher-level division to simulate 3 processes in one.   I just don't have a 24 or 32 core machine to try it on :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: alexxy on November 12, 2013, 03:53:06 am
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\

You have lower latencies.  There is some overhead associated with synchronizing threads and when you divide the 2^26 search space into 24 threads, you amplify the amount of time spent in single threaded code.  Try running 3 instances at 8 cores.

By the way, if you have studied my fc library, you will know that my code is entirely lock-free and very well paralyzed.   It looks like I will have to do higher-level division to simulate 3 processes in one.   I just don't have a 24 or 32 core machine to try it on :)

fc is boost based lib, better parallelization may be occured using omp for example. I have also 48 and 64 core machines. So i can test on it.

PS why you dont release miner code?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 03:55:01 am
ypool looks like their client is faster, can anyone do a comparison for me. 

I looked at their code and it was incomprehensible to me at a quick glance.

It is hard to compare the income. ypool does no do pps. So it has big variance block by block.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: alexxy on November 12, 2013, 03:55:47 am
@bytemaster about numbers

24 cores Opteron 6174 ~60hpm (poor parallelization =\)
4 core Core i5 750 ~37hpm (no parallelization penalty)

I can try algo on intel mic but it seems to me i get parallelization bottleneck (it has ~226 threads)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 12, 2013, 03:56:38 am
its dropping values again....
 valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  h
m: 50.7146
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 47.6874
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 39.8898


but after restart i fetches it again from server
  valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  h
pm: 39.2615
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:57:26 am
@bytemaster seems like you have poor parallelized code, on 24 core machine it gives only ~50-70% load =\

You have lower latencies.  There is some overhead associated with synchronizing threads and when you divide the 2^26 search space into 24 threads, you amplify the amount of time spent in single threaded code.  Try running 3 instances at 8 cores.

By the way, if you have studied my fc library, you will know that my code is entirely lock-free and very well paralyzed.   It looks like I will have to do higher-level division to simulate 3 processes in one.   I just don't have a 24 or 32 core machine to try it on :)

fc is boost based lib, better parallelization may be occured using omp for example. I have also 48 and 64 core machines. So i can test on it.

PS why you dont release miner code?

I started a bounty for people to create faster algorithms, my closed source code is proof it can be done.   ypool seems to have one that is faster.   When an alternative implementation comes out that is equal to mine I will release the code.  It is my way of encouraging more eyes to focus on optimizing the proof of work.   Taunting the savvy, smart, developers to come claim the bounty with an objective measure... "better than my miner for one week".   

As long as I keep my miner closed then open source developers can freely publish their better algorithms and they will not have incentive to keep it closed.   

I don't want anyone else to have a closet, unpublished algorithm that is better than the open source ones available.   If ypool is really 5x the stock client, then I may have some work to do :)   Their code is open source by the way.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:58:12 am
its dropping values again....
 valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  h
m: 50.7146
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 47.6874
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 39.8898

Nope, we just found 2 blocks before you found 2 shares :)   I really need to fix this because this will always keep coming up.   That is safe to ignore.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 03:59:05 am
@bytemaster about numbers

24 cores Opteron 6174 ~60hpm (poor parallelization =\)
4 core Core i5 750 ~37hpm (no parallelization penalty)

I can try algo on intel mic but it seems to me i get parallelization bottleneck (it has ~226 threads)

Do you have Xeon Phi? It's my dream  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 04:01:01 am
server is down =
9
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 04:01:13 am
its dropping values again....
 valid: 2  invalid: 0  balance: 0.0175668  paid: 0  earned: 0.0175668  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  h
m: 50.7146
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 47.6874
 valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00878342  fee: 3%  address: PqTfs2QNpJjBf8ijLBNBydCRH2g6PmRJ9i  hpm: 39.8898

Nope, we just found 2 blocks before you found 2 shares :)   I really need to fix this because this will always keep coming up.   That is safe to ignore.

Can you update us how many block we was find up to now?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 04:01:35 am
Server just crashed 'too many open files'..

Restarted it.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: alexxy on November 12, 2013, 04:02:22 am
Pools seems down again
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 04:13:06 am
Pools seems down again
Nope... working just fine.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: smilence on November 12, 2013, 04:15:26 am
I have 1000+ servers,
you pool server can handle it?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 12, 2013, 04:15:43 am
its working nice,
CPU is 80-100% on i7 6 core

hpm value reaches 60, but it looks that it isnt finding hashes faster....

also missing a timestart field in output
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 04:16:27 am
I guess not many people were hashing with ypool because the updated miners you all have deployed have significantly accelerated the block production rate.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 04:17:38 am
I have 1000+ servers,
you pool server can handle it?

I can set up a dedicated pool for you if you have that many nodes.  THe main pool could handle it, but it is just easier to have your own pool. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 04:19:22 am
its working nice,
CPU is 80-100% on i7 6 core

hpm value reaches 60, but it looks that it isnt finding hashes faster....

also missing a timestart field in output

I increased the difficulty of the shares so the share production rate is lower now.  If it looks the same then you are doing better.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: hiddenvalleyranch on November 12, 2013, 04:24:04 am
My 16 core isn't doing very well. My 4 core is doing much better. Ubuntu server btw.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Brekyrself on November 12, 2013, 04:30:46 am
Win64 Xeon L5639 doing ~58hpm...looks like I need to overclock it some more  8)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: smilence on November 12, 2013, 04:32:37 am
I have 1000+ servers,
you pool server can handle it?

I can set up a dedicated pool for you if you have that many nodes.  THe main pool could handle it, but it is just easier to have your own pool.

check PM please
Title: How do I run on 32bit Linux?
Post by: chriswirz on November 12, 2013, 04:52:22 am
I have a bunch of servers that are 32 bit (no support yet?)

Code: [Select]
cd /webroot/
wget https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz --no-check-certificate
sudo chmod +x /webroot/coyote_miner
/webroot/coyote_miner 162.243.67.4 <my key>
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 04:59:04 am
ypool.net doesn't look good for me (I try to mine at ypool with 1 computer), I will stay with our pool and wait results from other peoples  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 12, 2013, 05:03:26 am
ypool.net doesn't look good for me (I try to mine at ypool with 1 computer), I will stay with our pool and wait results from other peoples  :)

A criticism I heard about ypool from when they were just an XPM pool was that they reward the people who mine with more hash power a greater proportion than those who mine less.  That may be true in this case, too.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 05:05:57 am
beeeeer also has some interesting stat: http://bitsharestalk.org/index.php?topic=234.msg4163#msg4163
 :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: swknight on November 12, 2013, 05:06:36 am
how do you overwrite the default setting of using all cores? I read you mentioned it somewhere but I failed to find that post again. Something like change the 3rd line or something. -_-
Title: Re: Coyote Miner | PPS Mining Pool
Post by: rando on November 12, 2013, 05:07:43 am
how do you overwrite the default setting of using all cores? I read you mentioned it somewhere but I failed to find that post again. Something like change the 3rd line or something. -_-

Add a number after the address

./coyote_miner <pools ip address> <address> 8
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 05:09:50 am
how do you overwrite the default setting of using all cores? I read you mentioned it somewhere but I failed to find that post again. Something like change the 3rd line or something. -_-

Optional extra 3rd argument to miner is the number of threads to use.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: swknight 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.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 05:20:22 am
@bytemaster: Can you update us with pool stat? How many block we found  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: raynaldo 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
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword 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.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 05:26:59 am
that is the default number of threads?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword 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.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz 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
Title: Re: Coyote Miner | PPS Mining Pool
Post by: raynaldo 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?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster 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.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster 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!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 05:43:35 am
Cool! Keep us updated :)


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx 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.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: arubi 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?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz 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!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster 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 :) 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 05:55:32 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

how many cores does your machine have? and what have you found to be optimal?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 05:59:06 am
I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: arubi on November 12, 2013, 06:00:24 am
I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?

release the source for coyote

and when is the pool paying?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Brekyrself on November 12, 2013, 06:02:59 am
I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?

Have you contacted any other pools to mine?  NetCodePool comes to mind as having a ton of options and may be open to accepting PTS...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 06:04:26 am
I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?

release the source for coyote

and when is the pool paying?

It would be great to have one client usable on multiple pools, for failover, and all that. Standards, like cgminer/bfgminer do in the BTC realm. Would releasing the source help move that direction?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:10:03 am
I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?

release the source for coyote

and when is the pool paying?

It would be great to have one client usable on multiple pools, for failover, and all that. Standards, like cgminer/bfgminer do in the BTC realm. Would releasing the source help move that direction?

I plan on releasing the source, but I also want diversification of hashing algorithms to compete.   Note: I spent less than a day optimizing the miner that FreeTrade produced, so there is no need for me to release my source when it serves as a bounty for other developers to get involved.   

Standards are nice.

Pool starts paying after 24 hours... though with the increased block production I may send out a payout when I get up in the morning.    I have to wait for the blocks we have found to mature.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 06:13:27 am
I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?

release the source for coyote

and when is the pool paying?

It would be great to have one client usable on multiple pools, for failover, and all that. Standards, like cgminer/bfgminer do in the BTC realm. Would releasing the source help move that direction?

I plan on releasing the source, but I also want diversification of hashing algorithms to compete.   Note: I spent less than a day optimizing the miner that FreeTrade produced, so there is no need for me to release my source when it serves as a bounty for other developers to get involved.   

Standards are nice.

Pool starts paying after 24 hours... though with the increased block production I may send out a payout when I get up in the morning.    I have to wait for the blocks we have found to mature.

Understood, but realize you just released a miner that effectively doubled everyone's hpm, of course people are going to flock to the new watering hole. :o It's the nature of the beast.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 12, 2013, 06:15:07 am
whats the difference between field balance and earned? two identical values
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:16:23 am
whats the difference between field balance and earned? two identical values

Earned is the life time earnings, never goes down.
Balance is what we owe you.
Paid is what we have paid you.

Balance = Earned - Paid.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: arubi on November 12, 2013, 06:21:09 am
I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?

release the source for coyote

and when is the pool paying?

It would be great to have one client usable on multiple pools, for failover, and all that. Standards, like cgminer/bfgminer do in the BTC realm. Would releasing the source help move that direction?

If anything, it will cause a distribution of hashing power amongst the pool, and better fees for miners as the pools will compete for miners.
Releasing the source for the pool will also be nice


I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?

release the source for coyote

and when is the pool paying?

It would be great to have one client usable on multiple pools, for failover, and all that. Standards, like cgminer/bfgminer do in the BTC realm. Would releasing the source help move that direction?

I plan on releasing the source, but I also want diversification of hashing algorithms to compete.   Note: I spent less than a day optimizing the miner that FreeTrade produced, so there is no need for me to release my source when it serves as a bounty for other developers to get involved.   

Standards are nice.

Pool starts paying after 24 hours... though with the increased block production I may send out a payout when I get up in the morning.    I have to wait for the blocks we have found to mature.

I like standards too. Please don't keep the source closed for too long. This creates bad vibes.

24 hours it is. Hopefully sooner.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: vovik70 on November 12, 2013, 06:22:29 am
 где баланс pts  c  пула - 192.241.150.158 - Pq21TVcVXcGXYofxw6t11jaLDKzMKWckKD ?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: doesntmatter on November 12, 2013, 06:23:29 am
my hash might say almost 20, but i get half as many accepts... almost 2 min between accepts and less than a min between with any of the other pools...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 06:23:59 am
где баланс pts  c  пула - 192.241.150.158 - Pq21TVcVXcGXYofxw6t11jaLDKzMKWckKD ?

Try this new IP: 162.243.67.4
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Fablio2 on November 12, 2013, 06:24:07 am
How to set number of used cores?
(crashing on 2-core PC's with 2Gb, I want to set 1 core to use)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 06:24:19 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

how many cores does your machine have? and what have you found to be optimal?

32 cores, optimal I found 3 instances of miner with default (THREADS=HARDWARE)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 06:25:20 am
где баланс pts  c  пула - 192.241.150.158 - Pq21TVcVXcGXYofxw6t11jaLDKzMKWckKD ?

Try this new IP: 162.243.67.4

LOL, nice Q/A, question in Russian, answer in English.  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:26:14 am
There is a 1 BTC bounty to create the best miner... Anyone care to match that bounty, perhaps with PTS in the name of funding diversification of hashing algorithms.

I know of one person trying to sponsor a GPU approach... good luck :)   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 06:26:58 am
How to set number of used cores?
(crashing on 2-core PC's with 2Gb, I want to set 1 core to use)

Put number of cores at end.
Code: [Select]
coyote_miner.exe 162.243.67.4 YourAddress 1
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:27:28 am
my hash might say almost 20, but i get half as many accepts... almost 2 min between accepts and less than a min between with any of the other pools...

What is the share difficulty on the other pools?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 06:28:05 am
где баланс pts  c  пула - 192.241.150.158 - Pq21TVcVXcGXYofxw6t11jaLDKzMKWckKD ?

Try this new IP: 162.243.67.4

LOL, nice Q/A, question in Russian, answer in English.  :)
Well, I saw the old IP and figured... (google translate is universal right?)  ;D
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:28:22 am
How to set number of used cores?
(crashing on 2-core PC's with 2Gb, I want to set 1 core to use)

Put number of cores at end.
Code: [Select]
coyote_miner.exe 162.243.67.4 YourAddress 1

The ram usage is probably too high for a 2 GB machine running Mac or Windows because the OS uses more than 512MB often.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 06:35:27 am
где баланс pts  c  пула - 192.241.150.158 - Pq21TVcVXcGXYofxw6t11jaLDKzMKWckKD ?

Try this new IP: 162.243.67.4

LOL, nice Q/A, question in Russian, answer in English.  :)
Well, I saw the old IP and figured... (google translate is universal right?)  ;D
Я прошу прощения, я сделал предположение:
http://bitsharestalk.org/index.php?topic=236.msg4327#msg4327
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:37:28 am
Ok, we are back in orphan territory now, perhaps as much as 10% now...  I am going to have to increase fees otherwise I will not have the PTS to pay due to orphans.   

Fees are going up to 10% until the next difficulty adjustment or the number of orphans increases even more.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:38:59 am
Ok, we are back in orphan territory now, perhaps as much as 10% now...  I am going to have to increase fees otherwise I will not have the PTS to pay due to orphans.   

Fees are going up to 10% until the next difficulty adjustment or the number of orphans increases even more.

Note... these are not fees I get to keep, it is just another form of difficulty adjustment enforced by the network.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 12, 2013, 06:58:25 am
Does the fee change now or retroactively?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:59:51 am
I never change things retroactively if it can be helped.   We promise to pay and it is our job to take the risk of orphans.   Your job is to see if my fee is reasonable compared to alternatives. 

Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 07:01:17 am
Note to new windows client users, you must change the address listed in the .bat file or you will be mining to our donation address and the balance you see is the total for all people mining to the donation address. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Brekyrself on November 12, 2013, 07:06:03 am
Note to new windows client users, you must change the address listed in the .bat file or you will be mining to our donation address and the balance you see is the total for all people mining to the donation address. 

?? Is it not enough to add it to the exe target? \coyote_miner_0.2.3\coyote_miner.exe 162.243.67.4 PTS Address

Title: Re: Coyote Miner | PPS Mining Pool
Post by: udeluxe on November 12, 2013, 07:08:10 am
linux download url: invalid request
Title: Re: Coyote Miner | PPS Mining Pool
Post by: arubi on November 12, 2013, 07:11:14 am
linux download url: invalid request

This is unfortunate..
maybe an official torrent could help with this
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 07:17:42 am
linux download url: invalid request
https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 07:20:11 am
Note to new windows client users, you must change the address listed in the .bat file or you will be mining to our donation address and the balance you see is the total for all people mining to the donation address. 

?? Is it not enough to add it to the exe target? \coyote_miner_0.2.3\coyote_miner.exe 162.243.67.4 PTS Address

IF you run the exe like that you are fine... some users are just double-clicking on the .bat
Title: Re: Coyote Miner | PPS Mining Pool
Post by: udeluxe on November 12, 2013, 07:25:01 am
linux download url: invalid request
https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz

thanks
Title: Re: Coyote Miner | PPS Mining Pool
Post by: smilence on November 12, 2013, 07:28:44 am
Quote
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
attempting to connect to 162.243.67.4
1680627ms th_a       miner.cpp:117                 main                 ] 162.243.67.4:8485
1680630ms th_a       miner.cpp:123                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

Pool down
Title: Re: Coyote Miner | PPS Mining Pool
Post by: udeluxe on November 12, 2013, 07:28:59 am
now fee 10% ?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 07:31:32 am
Quote
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
attempting to connect to 162.243.67.4
1680627ms th_a       miner.cpp:117                 main                 ] 162.243.67.4:8485
1680630ms th_a       miner.cpp:123                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

Pool down

I just paid out 25% of every balance over 4 PTS  which amounted to about 200 PTS.   
I backed up balances database
I updated fee to 10%

Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 07:32:02 am
now fee 10% ?

Orphans are high again, I don't get to keep that, I am just earning less so I pass it along.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: udeluxe on November 12, 2013, 07:43:50 am
now fee 10% ?

Orphans are high again, I don't get to keep that, I am just earning less so I pass it along.

OK, sorry I am a newbie.

I wonder if this seems normal?

(http://i.imgur.com/y0CFAx0.png)

should we expect to see something higher than 0 straight away?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 07:45:48 am
Your HPM should be positive... unless you are on a VERY slow machine ... you have not found any shares yet.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: udeluxe on November 12, 2013, 07:50:01 am
Your HPM should be positive... unless you are on a VERY slow machine ... you have not found any shares yet.

it's macbook air with i5, but running coyote in virtual machine, still would think you can see some tiny earnings :/
I left running another miner on windows vm for 10 hours or so some days ago and there was no earnings too
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Bitstrader on November 12, 2013, 07:56:55 am
I will be leaving this running for the next several hours, up to 16 hours, if the pool goes down will it crash on my end and need to be refreshed or being connected just run itself with nothing doing on my part?

p.s. thanx for the new windows directions.

Title: Re: Coyote Miner | PPS Mining Pool
Post by: wongthomas on November 12, 2013, 07:58:29 am
Is something up with the Mac-client, my other computers (all linux based), are running fine and getting some output from the client.
The mac-client looks like it is running, but when I got up the morning, every line looks like this
valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957 
I know about the bug that zero's out sometime, but every single line is like this.

I'am running the new client.

EDIT: uhmm nevermine, the fix was to put in this forum, as it has now begun to find shares.

by the way: You doing a very fine job bytemaster
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 08:01:12 am
Is something up with the Mac-client, my other computers (all linux based), are running fine and getting some output from the client.
The mac-client looks like it is running, but when I got up the morning, every line looks like this
valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957 
I know about the bug that zero's out sometime, but every single line is like this.

I'am running the new client.

That is very odd, I have been running a mac client this whole time and had no trouble, can you send me any red or yellow error messages in the output?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 08:02:01 am
I will be leaving this running for the next several hours, up to 16 hours, if the pool goes down will it crash on my end and need to be refreshed or being connected just run itself with nothing doing on my part?

p.s. thanx for the new windows directions.

It will auto reconnect.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 08:41:07 am
can not run on centos 6.3

-bash: ./coyote: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter:

what should I install?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: svd on November 12, 2013, 08:45:31 am
Quote
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect
attempting to connect to 162.243.67.4
1680627ms th_a       miner.cpp:117                 main                 ] 162.243.67.4:8485
1680630ms th_a       miner.cpp:123                 main                 ] unspecified
Broken pipe
    {"message":"Broken pipe"}
    asio  asio.cpp:28 read_write_handler
Unable to connect

Pool down

I just paid out 25% of every balance over 4 PTS  which amounted to about 200 PTS.   
I backed up balances database
I updated fee to 10%

i got about 7PTS or more wiped
from address PuPhu6mh6WLbi6JQxN5MXYUUjtynvVg9hx

i sent you pm
posted few times there

can you check it ?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bsamjolake on November 12, 2013, 08:48:49 am
I'm running the miner on a bunch of diff servers using the same PTS address.  Sometimes the status line comes back with:
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10%  address: PTSADDRESS  hpm: XXX

then the next status line shows the correct counts.  Is this an issue or expected?  Should I use a diff PTS address for each miner?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 08:51:00 am
I'm running the miner on a bunch of diff servers using the same PTS address.  Sometimes the status line comes back with:
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10%  address: PTSADDRESS  hpm: XXX

then the next status line shows the correct counts.  Is this an issue or expected?  Should I use a diff PTS address for each miner?

Expected, every time there is a block you get all 0's because I skip a database lookup.  Next version of the client will omit that.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: udeluxe on November 12, 2013, 08:51:09 am
now fee 10% ?

Orphans are high again, I don't get to keep that, I am just earning less so I pass it along.

OK, sorry I am a newbie.

I wonder if this seems normal?

(http://i.imgur.com/y0CFAx0.png)

should we expect to see something higher than 0 straight away?

strange, running from another pc the windows version reports straight away HPM of 10 or so
linux build running on virtual machine on osx host for 1hr and still hpm 0, same as screenshot above
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 09:02:59 am
We currently have 48 second blocks... if your machine is slower than 48 seconds to find the first hash it will always reset the search prior to finding anything.   In effect, until the block rate slows down to 5 minutes your machine is too slow to run this proof of work.

Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 09:04:46 am
By Popular Demand I have decided to publish my updates to the momentum search method: http://the-iland.net/static/downloads/momentum.cpp

Now go and make it better and decentralized! 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: udeluxe on November 12, 2013, 09:12:11 am
We currently have 48 second blocks... if your machine is slower than 48 seconds to find the first hash it will always reset the search prior to finding anything.   In effect, until the block rate slows down to 5 minutes your machine is too slow to run this proof of work.

Thanks for answer, do you know what is the bottleneck? running on i5 on linux vm is not returning anything
running on some core2 duo on windows natively is fine
Title: Re: Coyote Miner | PPS Mining Pool
Post by: cass on November 12, 2013, 09:36:40 am
Quote
I updated fee to 10%

woah ... 
------
bytemaster got about 2PTS from yesterday wiped from address Pvk4zKDp2ikXXsWbuhBHWq493iSQ4atFBX!
Can you pls check this when you got time ... i know 2 PTS not much for you but it was still 3 hours of mining for me.

Hope there is any chance of recovering those ...
thx for your effort




Title: Re: Coyote Miner | PPS Mining Pool
Post by: Nuddi on November 12, 2013, 09:47:12 am
Is there any problems with having several miners on the same payoutaddress? Just put 9 rigs on the same.....
Title: Re: Coyote Miner | PPS Mining Pool
Post by: rando on November 12, 2013, 09:50:36 am
Is there any problems with having several miners on the same payoutaddress? Just put 9 rigs on the same.....
No. It's fine. He mentioned this a page or two back.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 09:52:49 am
Quote
I updated fee to 10%

woah ... 
------
bytemaster got about 2PTS from yesterday wiped from address Pvk4zKDp2ikXXsWbuhBHWq493iSQ4atFBX!
Can you pls check this when you got time ... i know 2 PTS not much for you but it was still 3 hours of mining for me.

Hope there is any chance of recovering those ...
thx for your effort

I will look into it after I get some sleep. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: cass on November 12, 2013, 10:07:14 am
Quote
I updated fee to 10%

woah ... 
------
bytemaster got about 2PTS from yesterday wiped from address Pvk4zKDp2ikXXsWbuhBHWq493iSQ4atFBX!
Can you pls check this when you got time ... i know 2 PTS not much for you but it was still 3 hours of mining for me.

Hope there is any chance of recovering those ...
thx for your effort

I will look into it after I get some sleep.
hehe sure no problem get some sleep and recover yourself ..
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 10:30:32 am
I saw your competition on the faster miner on another thread.  will you be posting the new miner here soon?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: cass on November 12, 2013, 10:34:41 am
my shot
(http://v1.freep.cn/3tb_131112182250jtw2512293.png)

can i ask which system you're using? Cause i have 100hpm but only 1/4 of valid shares...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: 001sonkit on November 12, 2013, 10:43:25 am
HELP

I have a mac and window, I happily set up the window with the new coyotte miner. I extrated the targz and put the miner to /opt/coyote_miner. then i try to run it with the ip and the address behind. Also tried the method previously mentioned with "cd ./&&./ coyotte_miner"(not exactly, but sth like that).

While both have failed with this following thing:
dyld Symbol not found: __...............Prime_rehash_policy.......
 Referenced from: /opt/coyotte_miner
 Expected in: /usr/lib/libstdc++.6.dylib

Trace/BPT trap 5
logout

Might anyone help me with some command or point what I am doing wrong. Thanks
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Karolein on November 12, 2013, 11:07:21 am
hey I just started doing this because my bestie told me to but I don't get why my wallet wont say its mining? and also nothing seems to show up. I'm kind of confused I did change the .bat and that all works when I run but nothing else seems to work I'm confused.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 11:12:36 am
my shot
(http://v1.freep.cn/3tb_131112182250jtw2512293.png)

can i ask which system you're using? Cause i have 100hpm but only 1/4 of valid shares...

I run on ubuntu *20  pc
Title: Re: Coyote Miner | PPS Mining Pool
Post by: spoonman on November 12, 2013, 11:23:10 am
I think we may be developing too much centralization in my pool!   We seem to have the majority of the hash power right now.   Should I do something to encourage diversification?

release the source for coyote

and when is the pool paying?

It would be great to have one client usable on multiple pools, for failover, and all that. Standards, like cgminer/bfgminer do in the BTC realm. Would releasing the source help move that direction?

I plan on releasing the source, but I also want diversification of hashing algorithms to compete.   Note: I spent less than a day optimizing the miner that FreeTrade produced, so there is no need for me to release my source when it serves as a bounty for other developers to get involved.   

Standards are nice.

Pool starts paying after 24 hours... though with the increased block production I may send out a payout when I get up in the morning.    I have to wait for the blocks we have found to mature.

A few friend and I were talking about setting up a private pool, but not sure where to start with doing that. We are all developers, where is the best place to look at getting started with that?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: victor on November 12, 2013, 11:41:45 am
The pool is under DDos...
Very high packet loss!
Code: [Select]
                                      Packets               Pings
 Host                               Loss%   Snt   Last   Avg  Best  Wrst StDev
 1. 172.29.0.1                       0.0%    23   18.3  18.4  17.4  20.5   0.6
 2. host.colocrossing.com            0.0%    23   18.7  18.3  17.5  19.7   0.3
 3. 173.245.71.177                   0.0%    23   18.5  21.1  17.8  30.0   3.7
 4. xe-2-3-0.cr1.sjc1.us.nlayer.net  0.0%    23   19.2  21.4  17.8  55.5   8.5
 5. xe-1-2-1.cr1.ewr1.us.nlayer.net  0.0%    23   87.1  90.3  86.6 120.8   8.8
 6. ae2-60g.cr1.nyc2.us.nlayer.net   0.0%    23   86.9  89.6  86.8 103.7   4.4
 7. vlan-77.ar2.nyc3.us.nlayer.net   0.0%    22   90.5  93.0  89.2 112.0   6.8
 8. as62567.xe-3-0-6.ar2.nyc3.us.nl  0.0%    22   91.0  95.5  90.6 110.7   6.3
 9. 192.241.164.242                  0.0%    22   89.6  92.0  89.2 109.2   4.7
10. 162.243.67.4                    95.2%    22  138.1 138.1 138.1 138.1   0.0
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Winslow Strong on November 12, 2013, 11:45:37 am
I forget, whats the schedule for difficulty updates now?  And it can be as much as 32x each time right?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bg002h on November 12, 2013, 11:47:29 am
I forget, whats the schedule for difficulty updates now?  And it can be as much as 32x each time right?
that's my understanding…32x per 2100 blocks or so...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Sy on November 12, 2013, 11:51:40 am
Every 4032 Blocks, max 32x increase
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Winslow Strong on November 12, 2013, 12:03:11 pm
Anyone else losing connectivity quite a bit all of a sudden?  We have a few different IP options right?  I'm using 162.243.67.4.  What are the others?

Title: Re: Coyote Miner | PPS Mining Pool
Post by: pro-bitcoin on November 12, 2013, 12:14:29 pm
Yes, lost connection with all my miners
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 12:22:11 pm
Anyone else losing connectivity quite a bit all of a sudden?  We have a few different IP options right?  I'm using 162.243.67.4.  What are the others?

YES DDOS
Title: Re: Coyote Miner | PPS Mining Pool
Post by: mige on November 12, 2013, 12:30:00 pm
 >:(
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 12:42:47 pm
come back sir 
DDOS~~~!!!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: spoonman on November 12, 2013, 12:59:21 pm
HELP

I have a mac and window, I happily set up the window with the new coyotte miner. I extrated the targz and put the miner to /opt/coyote_miner. then i try to run it with the ip and the address behind. Also tried the method previously mentioned with "cd ./&&./ coyotte_miner"(not exactly, but sth like that).

While both have failed with this following thing:
dyld Symbol not found: __...............Prime_rehash_policy.......
 Referenced from: /opt/coyotte_miner
 Expected in: /usr/lib/libstdc++.6.dylib

Trace/BPT trap 5
logout

Might anyone help me with some command or point what I am doing wrong. Thanks

I just add my work mac and having the same issue, I have pool run with this client on other macs, what am I missing?

Edit: I found the old alpha minder with the opt files.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: educatedwarrior on November 12, 2013, 01:30:22 pm
Does coyote miner have a failover feature?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:37:57 pm
How long has it been down?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 01:38:37 pm
COME BACK !!!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:40:23 pm
How long has it been down?

How long has it been down?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Vizierx on November 12, 2013, 01:42:45 pm
How long has it been down?

How long has it been down?
Since admin go to sleep - ddos starts immediatly  >:(
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:50:53 pm
has the fee's also gone up?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 01:51:11 pm
I'm back... I do not have access to the server, it is not responding to pings!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 01:52:11 pm
Net maybe down.  ETA?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 01:54:06 pm
I'm back... I do not have access to the server, it is not responding to pings!

Contact Customer Service

maybe ddos

they auto bolck you server's ip
Title: Re: Coyote Miner | PPS Mining Pool
Post by: JohnD on November 12, 2013, 02:00:27 pm
Hey,

i am trying to start your linux miner on debian wheezy but i am getting this error:
Code: [Select]
./coyote_miner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./coyote_miner)

Any ideas how to fix it?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Sy on November 12, 2013, 02:03:51 pm
Hey,

i am trying to start your linux miner on debian wheezy but i am getting this error:
Code: [Select]
./coyote_miner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./coyote_miner)

Any ideas how to fix it?

Yep, use board search - its posted somewhere in this thread.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:06:39 pm
(http://the-iland.net/static/cpu_history.png)

Looks like DDOS attack on the pool and now I cannot access it from outside of DO's network. 

Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:08:18 pm
Yep DDOS spike
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 02:09:09 pm
Hey,

i am trying to start your linux miner on debian wheezy but i am getting this error:
Code: [Select]
./coyote_miner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./coyote_miner)

Any ideas how to fix it?

I got same error and I try to fix it for a day(coding GLIBC),but get more error and never fix it. 
Then I changed OS to UBUNTU
I CAN RUN WITHOUT ERROR
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:10:46 pm
I just got a payment?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 02:11:01 pm
(http://the-iland.net/static/cpu_history.png)

Looks like DDOS attack on the pool and now I cannot access it from outside of DO's network.

Some pool suffer  DDOS attack...

You Should Contact service provider
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:12:45 pm
Byte, payments coming through.  Got two now?  Is that you paying?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 02:15:31 pm
Byte, payments coming through.  Got two now?  Is that you paying?

So do I.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 02:16:48 pm
i did not get any... =(
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:18:24 pm
I believe everyone has been paid, all balances report 0 right now.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 02:20:59 pm
I believe everyone has been paid, all balances report 0 right now.

You will chage server?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:21:47 pm
You back in control dude?  Hope your not going mad..  :-[
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 02:24:18 pm
I believe everyone has been paid, all balances report 0 right now.

Thanks so much Byte for honoring your system!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: darkyoung on November 12, 2013, 02:25:53 pm
Taking my nodes down...  :'(
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:28:26 pm
I could setup on a new droplet, but need to have some kind of DDOS protection or it will just happen again...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:29:24 pm
I have an idea!

Hopefully the pool will be backup within 10 minutes.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: spoonman on November 12, 2013, 02:31:50 pm
I have an idea!

Hopefully the pool will be backup within 10 minutes.

With the same IP?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 02:32:06 pm
Byte.  I have access to VPS accounts.  If i really need to help you then i will do this for you.  PM me.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 02:32:45 pm
I have an idea!

Hopefully the pool will be backup within 10 minutes.

Good News
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 02:53:50 pm
i did not get paid i had lke 12pts in my balance  PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr
I had approx 400hpm going there...Please look in to this
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 02:57:41 pm
I am attempting to do a port forward from a bunch of different machines, but running into some trouble.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Sy on November 12, 2013, 03:00:25 pm
I am attempting to do a port forward from a bunch of different machines, but running into some trouble.

Easiest way for me was to ssh tunnel to the pool like this
Code: [Select]
ssh root@localhost -g -L 1337:ptsmine.beeeeer.org:1337 -N

It ssh logins into root@localhost (myself ^^) for everyone (-g) listening on port 1337, forward to url:port and not execute anything on target host (-N)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:01:16 pm
i did not get paid i had lke 12pts in my balance  PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr
I had approx 400hpm going there...Please look in to this

Anyone else not get payment?   Your address is not in my logs.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:03:40 pm
the problem seems to have resolved itself...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 03:04:41 pm
i have received several payments form you in the past in Alpha mode... its the same address i used in coyote... before the crash this morning i had approx 12pts..

I put all my severs pointing to you.. I'll hate to know that i lost all my pts...

Also is there any logs i can pull up form my computer?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: darkyoung on November 12, 2013, 03:05:28 pm
I am attempting to do a port forward from a bunch of different machines, but running into some trouble.

Is there any pool maintenance schedule in next 10 hours? I'm gone sleep soon...

PS. I've got all my balance.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:15:49 pm
i did not get paid i had lke 12pts in my balance  PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr
I had approx 400hpm going there...Please look in to this

Anyone else not get payment?   Your address is not in my logs.

Here is what my server says:   
valid: 1972  invalid: 36  balance: 0  paid: 16.4319  earned: 16.4319  pps: 0.00814957  fee: 10%  address: PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr

I gather you received an earlier payment for 4 PTS ?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 03:16:47 pm
well i was running it on like 20 computers.. so my approx could be worng as ll computers dont update at the same time...I have not recieved a payment since alpha
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:26:29 pm
well i was running it on like 20 computers.. so my approx could be worng as ll computers dont update at the same time...I have not recieved a payment since alpha

Ok, I just looked through my payment logs and can confirm that I have a valid PTS trx ID for every payment and the sum of all payments equals the sum of all payouts on the server. 

20131112T072803.846542, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 207058663, 9c416b85e9240395b06c218a53f41e36ddb64922bc7b96c05d0ee9737c745d07
20131112T094757.821692, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 273055284, dd94db393c2a8a95a0f56745eddba2c5007f84ace8bf3fc295f587d76e003aaf
20131112T141004.725501, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 290769426, 0931b4045fa98aa8a8de17be80867b20d2cdf51cdbf8e8000ecc916f7b12f335
20131112T141143.745101, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 872308281, fd720aa3e5696615095e1ffe932297b78cccbf735718fe40fbf7636f32bf57fb
Title: Re: Coyote Miner | PPS Mining Pool
Post by: mmx888 on November 12, 2013, 03:28:25 pm
pls tell me ,this pool's fee is 10% or  free ,now??
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Swat on November 12, 2013, 03:31:14 pm
pps: 0.00814957  fee: 10%

is it really 10%?

So this is a easy way to donate 10% to Keyotee i guess  ;D
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:31:28 pm
pls tell me ,this pool's fee is 10% or  free ,now??

I had to increase the fee because of orphans, not because I am looking to make a killing.   All this reflects is the fact that my average income was lower than the theoretical because of the 40 second block rate.   So the fee is really 10% below theoretical, not 10% profit.  I eat all block variance and orphans with that fee.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 03:31:35 pm
i'm telling you i have not recieved a payment since alpha...  I have been a faithful alpha tester since the beginning.
I have no transaction on protshare qt since alpha.  for coyote.

So i cant understand why your logs willsay you paid me when i did not recieve any payments while coypte was launched.

in Alpha i did over 50pts...

Title: Re: Coyote Miner | PPS Mining Pool
Post by: Sy on November 12, 2013, 03:32:18 pm
Miners are running again, i got my payments, well done!  8)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Sy on November 12, 2013, 03:33:25 pm
i'm telling you i have not recieved a payment since alpha...  I have been a faithful alpha tester since the beginning.
I have no transaction on protshare qt since alpha.  for coyote.

So i cant understand why your logs willsay you paid me when i did not recieve any payments while coypte was launched.

in Alpha i did over 50pts...

Make sure you are really using the correct address, typos happen...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 03:34:35 pm
i already checked i did a cut and paste in to the new coyote..
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 03:37:22 pm
this my last transaction i recieved from you

Status: 828 confirmations
Date: 11/10/2013 18:11
From: unknown
To: PZ3xhpqm3eqxhdjZT655cfArSNUAzPjkhV (own address, label: Alpha Miner)
Credit: 3.88477 PTS
Net amount: +3.88477 PTS
Transaction ID: b8bdf981624e4a73b6b59e15d7d56689cf8ea833c935c73eea01ed33fd15c628
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 03:55:16 pm
this my last transaction i recieved from you

Status: 828 confirmations
Date: 11/10/2013 18:11
From: unknown
To: PZ3xhpqm3eqxhdjZT655cfArSNUAzPjkhV (own address, label: Alpha Miner)
Credit: 3.88477 PTS
Net amount: +3.88477 PTS
Transaction ID: b8bdf981624e4a73b6b59e15d7d56689cf8ea833c935c73eea01ed33fd15c628

btsblock.com is down, does anyone else have a way to quickly verify the trx IDS below:

20131112T072803.846542, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 207058663, 9c416b85e9240395b06c218a53f41e36ddb64922bc7b96c05d0ee9737c745d07
20131112T094757.821692, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 273055284, dd94db393c2a8a95a0f56745eddba2c5007f84ace8bf3fc295f587d76e003aaf
20131112T141004.725501, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 290769426, 0931b4045fa98aa8a8de17be80867b20d2cdf51cdbf8e8000ecc916f7b12f335
20131112T141143.745101, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 872308281, fd720aa3e5696615095e1ffe932297b78cccbf735718fe40fbf7636f32bf57fb

Make sure your node is fully connected to the network.   Perhaps rescan?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 03:56:59 pm
i have been recieving payments form the other pool since you said you made payments.. so if you did send it its strange that i have not recieved it...

but how do you rescan and  how do i add just the correct addnodes in?

my protshare qt says it processed 13016 blocks
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 03:57:07 pm
this my last transaction i recieved from you

Status: 828 confirmations
Date: 11/10/2013 18:11
From: unknown
To: PZ3xhpqm3eqxhdjZT655cfArSNUAzPjkhV (own address, label: Alpha Miner)
Credit: 3.88477 PTS
Net amount: +3.88477 PTS
Transaction ID: b8bdf981624e4a73b6b59e15d7d56689cf8ea833c935c73eea01ed33fd15c628

http://btsblock.com/    but it seems slow or down
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 12, 2013, 03:58:12 pm
this my last transaction i recieved from you

Status: 828 confirmations
Date: 11/10/2013 18:11
From: unknown
To: PZ3xhpqm3eqxhdjZT655cfArSNUAzPjkhV (own address, label: Alpha Miner)
Credit: 3.88477 PTS
Net amount: +3.88477 PTS
Transaction ID: b8bdf981624e4a73b6b59e15d7d56689cf8ea833c935c73eea01ed33fd15c628

btsblock.com is down, does anyone else have a way to quickly verify the trx IDS below:

20131112T072803.846542, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 207058663, 9c416b85e9240395b06c218a53f41e36ddb64922bc7b96c05d0ee9737c745d07
20131112T094757.821692, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 273055284, dd94db393c2a8a95a0f56745eddba2c5007f84ace8bf3fc295f587d76e003aaf
20131112T141004.725501, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 290769426, 0931b4045fa98aa8a8de17be80867b20d2cdf51cdbf8e8000ecc916f7b12f335
20131112T141143.745101, PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr, 872308281, fd720aa3e5696615095e1ffe932297b78cccbf735718fe40fbf7636f32bf57fb

Make sure your node is fully connected to the network.   Perhaps rescan?


10:57:16

gettxout 9c416b85e9240395b06c218a53f41e36ddb64922bc7b96c05d0ee9737c745d07 0


10:57:16

{
"bestblock" : "000012b007fb8639759a01e326f551976de01b9334c61a9a839bb8e5235722ac",
"confirmations" : 354,
"value" : 2.07059000,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 73f405482f17155e2fa590947c1fd00dfe4d9887 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a91473f405482f17155e2fa590947c1fd00dfe4d988788ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr"
]
},
"version" : 1,
"coinbase" : false
}



{
"bestblock" : "000012b007fb8639759a01e326f551976de01b9334c61a9a839bb8e5235722ac",
"confirmations" : 269,
"value" : 2.73055000,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 73f405482f17155e2fa590947c1fd00dfe4d9887 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a91473f405482f17155e2fa590947c1fd00dfe4d988788ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr"
]
},
"version" : 1,
"coinbase" : false
}


10:57:39

gettxout 0931b4045fa98aa8a8de17be80867b20d2cdf51cdbf8e8000ecc916f7b12f335 0


10:57:39

{
"bestblock" : "00000fe227b5f7dea3a1792781ebf65472664896c5083f4bcbb2ac08ea05ba97",
"confirmations" : 98,
"value" : 2.90769000,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 73f405482f17155e2fa590947c1fd00dfe4d9887 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a91473f405482f17155e2fa590947c1fd00dfe4d988788ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr"
]
},
"version" : 1,
"coinbase" : false
}


10:57:51

gettxout fd720aa3e5696615095e1ffe932297b78cccbf735718fe40fbf7636f32bf57fb 0


10:57:51

{
"bestblock" : "00000fe227b5f7dea3a1792781ebf65472664896c5083f4bcbb2ac08ea05ba97",
"confirmations" : 97,
"value" : 8.72308000,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 73f405482f17155e2fa590947c1fd00dfe4d9887 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a91473f405482f17155e2fa590947c1fd00dfe4d988788ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr"
]
},
"version" : 1,
"coinbase" : false
}

Maybe he never downloaded the new protoshares-qt?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 03:59:43 pm
is there a version 3 of protshare qt?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 04:01:40 pm
is there a version 3 of protshare qt?

No
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 12, 2013, 04:03:02 pm
I juts recieved a payment form beeer pool

Status: 0/unconfirmed
Date: 11/12/2013 11:00
From: unknown
To: PiVtAzYjZ1ssWagMvf3V4UFPhFSMTGkfQr (own address, label: ptsminer)
Credit: 1.18360019 PTS
Net amount: +1.18360019 PTS
Transaction ID: 2f4d0817cbc2ca711b7ccfb60aff9986030f9da0bb581f3ada470e0a2ac42416

It looks like that payment went to PhpKZxzbAFFCUaQZzjmyYJQMUvVqBSf8ar, not the PiVtA... address.  Maybe you don't have the PiVtA address in your wallet?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 04:03:37 pm
First i will like to apologize... I was looking for the Alpha Miner Address it some how coming under ptsminer now..


All payments have been recieved

Sorry again for al the confusion
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 04:17:04 pm
First i will like to apologize... I was looking for the Alpha Miner Address it some how coming under ptsminer now..


All payments have been recieved

Sorry again for al the confusion

Thanks for clearing things up.  It looks like my pool is operating well and all PTS is accounted for!    I hear roomers that ypool is gaining ground having solved 22 blocks in the past hour...(33% of market?)  makes me wonder if they are the ones behind the DDOS LOL.    With 1000 connected nodes we are hashing at a rate of about 4 PTS / minute which means I must find 7 blocks / hour on average to make payments.   

My private pools are 2x the size, so all together coyote miners are pulling in over 22 blocks / hour.   

Anyway, please let me know if my PPS is less than you get from the other pools on average.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 12, 2013, 04:23:53 pm
Great to hear this.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 04:33:00 pm
Ok all repointed back to you Bytemaster
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 04:40:36 pm
Down?

Edit:  back up :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 04:40:53 pm
just went down for a second
 another attack
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 04:41:37 pm
30% fee now?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 04:42:16 pm
30% fee now?

WOW..  30%???
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 04:44:10 pm
30% fee now?

WOW..  30%???
Well, that is one way to redistribute the load to other pools. :o
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 04:45:25 pm
othjer pools besides coyote?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 04:47:33 pm
30% fee now?

WOW..  30%???

Darn it... wrong pool!  Back to 10%.

I have a pool in Russia that is getting 30% orphans... I reset the wrong one by accident...  I will lower the fee to 5% for a while to make up for that, sorry!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 12, 2013, 04:47:49 pm
hi wtf ? Fee 30%!?


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: gabainc on November 12, 2013, 04:48:24 pm
bytemaster do we have a failsafe now for ddos attacks
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 12, 2013, 04:48:30 pm
30% is egregious..no?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: RejectKid on November 12, 2013, 04:49:18 pm
30% fee now?

WOW..  30%???

Darn it... wrong pool!  Back to 10%.

I have a pool in Russia that is getting 30% orphans... I reset the wrong one by accident...  I will lower the fee to 5% for a while to make up for that, sorry!

whew....
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 05:29:39 pm
Does anyone have a guide on setting this pool up on linux please?  I'll be using putty on a remote server.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Bitstrader on November 12, 2013, 05:30:54 pm
PTS in my wallet, thanx for that Bytemaster! Balance is growing faster than it was 10 hours ago, alot faster, maybe I will get a chance to read back and see what changes you made.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 12, 2013, 05:33:28 pm
Does anyone have a guide on setting this pool up on linux please?  I'll be using putty on a remote server.

I can help. What version of linux are you using?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: barwizi on November 12, 2013, 05:42:00 pm
bytemaster do we have a failsafe now for ddos attacks

i think the best and currently immediate solutiion to the ddos issue unfortunately would be perhaps a 1-2% increase in fees, those fees go directly to payinf for ddos protection service. if he is charging 3%, it brings us to a total of 5% , which in my opinion is an ok price to pay to be able to mine all day without any problems from ddos fools.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: cc5alive on November 12, 2013, 06:04:19 pm
My balance resets to 0 after each share I make.  Can you explain and update this in first post so other people will understand as well?

valid: 1  invalid: 0  balance: 0.00860232  paid: 0  earned: 0.00860232  pps: 0.00860232  fee: 5%  address: [removed]  hpm: 50.4834
valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: [removed]  hpm: 50.3635
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:05:38 pm
My balance resets to 0 after each share I make.  Can you explain and update this in first post so other people will understand as well?

valid: 1  invalid: 0  balance: 0.00860232  paid: 0  earned: 0.00860232  pps: 0.00860232  fee: 5%  address: [removed]  hpm: 50.4834
valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: [removed]  hpm: 50.3635
Every time a block is found it prints that, it is safe to ignore.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: hiddenvalleyranch on November 12, 2013, 06:09:26 pm
Does anyone have a guide on setting this pool up on linux please?  I'll be using putty on a remote server.

Code: [Select]
wget http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
tar xsfv linux_coyote_miner.0.2.3.tar.gz
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 YOURADDR

Working on Ubuntu Server.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 06:12:58 pm
It was late last night, but I released the source for my collision finding algorithm used by the current miner. 

I am working to improve performance to compete with ypool.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 12, 2013, 06:28:09 pm
Is it possible that the pool is finding 6 blocks in under a minute?

Code: [Select]
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 64.8988
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 41.9659
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 32.5036
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 31.0205
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 32.1711
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 29.2711
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 08:13:57 pm
this my last transaction i recieved from you

Status: 828 confirmations
Date: 11/10/2013 18:11
From: unknown
To: PZ3xhpqm3eqxhdjZT655cfArSNUAzPjkhV (own address, label: Alpha Miner)
Credit: 3.88477 PTS
Net amount: +3.88477 PTS
Transaction ID: b8bdf981624e4a73b6b59e15d7d56689cf8ea833c935c73eea01ed33fd15c628

http://btsblock.com/    but it seems slow or down

We should have ProtoShares block explorer in the git, then we will be able to up the backup block explorers.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: doesntmatter on November 12, 2013, 08:39:29 pm
15 of the last 20 blocks goto ypool.... deversification?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 09:11:02 pm
15 of the last 20 blocks goto ypool.... deversification?

Well, no one can accuse Invictus of owning the whole thing! 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 09:13:22 pm
Is it possible that the pool is finding 6 blocks in under a minute?

Code: [Select]
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 64.8988
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 41.9659
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 32.5036
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 31.0205
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 32.1711
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00860232  fee: 5%  address: Pnh3Zuy4bKxUioCjMFJhaT3W5RYUpD8pWd  hpm: 29.2711

It is possible that blocks are found every 30 seconds and your miner takes 30 seconds to search the space and so never finds a share because it keeps being reset by a new block.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Pairmike on November 12, 2013, 09:40:59 pm
Does anyone have a guide on setting this pool up on linux please?  I'll be using putty on a remote server.
Try this.
cd ~
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix

wget --no-check-certificate  https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
tar -xvzf linux_coyote_miner.0.1.0.tar.gz
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 [PTS ADDRESS]

Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 10:03:53 pm
I just paid everyone their balances... happy mining!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 10:04:41 pm
I just paid everyone their balances... happy mining!
Thank you sir! 8)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 12, 2013, 10:09:36 pm
thanks bytemaster.

any chance we will see payment from the mining pool yesterday morning?   Previous pool...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: yago on November 12, 2013, 10:10:25 pm
Does anyone have a guide on setting this pool up on linux please?  I'll be using putty on a remote server.
Try this.
cd ~
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix

wget --no-check-certificate  https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
tar -xvzf linux_coyote_miner.0.1.0.tar.gz
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 [PTS ADDRESS]

Last version is 0.2.3:

Code: [Select]
mkdir -p bin
cd bin
wget --no-check-certificate http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
tar zxvf linux_coyote_miner.0.2.3.tar.gz
chmod +x coyote_miner
./coyote_miner 162.243.67.4 [PTS ADDRESS]
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 10:16:04 pm
thanks bytemaster.

any chance we will see payment from the mining pool yesterday morning?   Previous pool...

I am working on that one... the database is a real mess and I don't know how to sort it out fairly :(   

In total the pool had only a couple hundred PTS on its balance sheet, and everyone was paid up within 5 PTS because of automatic payments (pre-fork).

Post-fork, a lot of balances accrued but due to the crashes I was fighting I didn't earn much :(   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: hiddenvalleyranch on November 12, 2013, 10:24:41 pm
Fee 10% now?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 10:28:41 pm
Fee 10% now?

After accidentally setting the fee to 30% for 20 minutes, I reduced it to 5% for a few hours.  10% just covers orphan blocks and is not profit for me.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 12, 2013, 10:31:38 pm
When was linux_coyote_miner.0.2.3.tar.gz released? Is this a required update as I am using the last one issued under 1.0.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 10:38:02 pm
When was linux_coyote_miner.0.2.3.tar.gz released? Is this a required update as I am using the last one issued under 1.0.

Amazon just renamed it to match the windows version, it is the same as 0.1.0 :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 12, 2013, 10:42:05 pm
Whew..didn't feel like updating all the servers right now :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 10:46:31 pm
When was linux_coyote_miner.0.2.3.tar.gz released? Is this a required update as I am using the last one issued under 1.0.

Amazon just renamed it to match the windows version, it is the same as 0.1.0 :)

Can you put your Keyhotee ID to the forum profile, I will publish your name in our board and probably you will get the some credits for your hard-work  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: testz on November 12, 2013, 10:49:09 pm
I just found that for Referral Bonus we need your e-mail, but I will post you name  :) if you will do registration and you will find your name in Referral Bonus you know what to do with it  :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: goldbishop on November 12, 2013, 10:49:30 pm
Code: [Select]
c6b9f6a
  valid: 3  invalid: 0  balance: 0.0244487  paid: 0  earned: 0.0244487  pps: 0.0
0814957  fee: 10%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 14.4748
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10
%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 13.8789
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10
%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 13.9417
  hpm: 14.3566


Ehm...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 10:51:57 pm
Code: [Select]
c6b9f6a
  valid: 3  invalid: 0  balance: 0.0244487  paid: 0  earned: 0.0244487  pps: 0.0
0814957  fee: 10%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 14.4748
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10
%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 13.8789
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10
%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 13.9417
  hpm: 14.3566


Ehm...
http://bitsharestalk.org/index.php?topic=236.msg5006#msg5006
Title: Re: Coyote Miner | PPS Mining Pool
Post by: goldbishop on November 12, 2013, 10:53:25 pm
Code: [Select]
c6b9f6a
  valid: 3  invalid: 0  balance: 0.0244487  paid: 0  earned: 0.0244487  pps: 0.0
0814957  fee: 10%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 14.4748
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10
%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 13.8789
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10
%  address: PZTEhzwzLiVREiYHLRrJudCzHXb1uu2RDJ  hpm: 13.9417
  hpm: 14.3566


Ehm...
http://bitsharestalk.org/index.php?topic=236.msg5006#msg5006
Oh thanks, sorry for asking but over 20+ pages in 2 days is hard to find what are you looking for
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 12, 2013, 11:13:13 pm
I just found that for Referral Bonus we need your e-mail, but I will post you name  :) if you will do registration and you will find your name in Referral Bonus you know what to do with it  :)

If we can identify who it was we will credit it.    It is all manual so lots of room to adjust.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 11:46:58 pm
Hi guys..  need some help.  I'm a Windows guy and I've just invested in some new hardware based on linux.  Its expensive but what the hell.

Spec:
Debian 7.0 x64

Will someone help me setup via putty please?

Thank you.

PS.  I have putty ready.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 12, 2013, 11:54:18 pm
Hi guys..  need some help.  I'm a Windows guy and I've just invested in some new hardware based on linux.  Its expensive but what the hell.

Spec:
Debian 7.0 x64

Will someone help me setup via putty please?

Thank you.

PS.  I have putty ready.

Try this:
http://bitsharestalk.org/index.php?topic=236.msg5114#msg5114
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 12, 2013, 11:59:31 pm
Hi guys..  need some help.  I'm a Windows guy and I've just invested in some new hardware based on linux.  Its expensive but what the hell.

Spec:
Debian 7.0 x64

Will someone help me setup via putty please?

Thank you.

PS.  I have putty ready.

Try this:
http://bitsharestalk.org/index.php?topic=236.msg5114#msg5114

Ahh i didn't see that.  Thank you :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 12:01:55 am
Does anyone have a guide on setting this pool up on linux please?  I'll be using putty on a remote server.
Try this.
cd ~
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix

wget --no-check-certificate  https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
tar -xvzf linux_coyote_miner.0.1.0.tar.gz
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 [PTS ADDRESS]

Thank you.

Got this error:   ./coyote_miner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./coyote_miner)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 13, 2013, 12:04:10 am

Got this error:   ./coyote_miner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./coyote_miner)

http://bitsharestalk.org/index.php?topic=479.msg4680#msg4680
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 12:04:37 am
Hey everyone... I am going to get some sleep.  If there is any problem with the pool PM user Stan or Lighthouse and they will be able to reach me.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 12:08:14 am

Got this error:   ./coyote_miner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./coyote_miner)

http://bitsharestalk.org/index.php?topic=479.msg4680#msg4680

Thank you
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Amazon on November 13, 2013, 12:09:02 am
Hey everyone... I am going to get some sleep.  If there is any problem with the pool PM user Stan or Lighthouse and they will be able to reach me.

Have a good rest~
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 13, 2013, 12:09:23 am
Hey everyone... I am going to get some sleep.  If there is any problem with the pool PM user Stan or Lighthouse and they will be able to reach me.

What's the current payout system?  Is it once every 6 hours or something?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 12:24:39 am
If i wanted to run multiple instances, do i run putty again and run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS]

I've found one instant is only using 50% CPU  (8 core).
Title: Re: Coyote Miner | PPS Mining Pool
Post by: flower1024 on November 13, 2013, 12:27:10 am
If i wanted to run multiple instances, do i run putty again and run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS]

i'd suggest installing screen
apt-get install screen

if you start it you'll see a normal shell
use strg+a c to create another
strg+a n to switch between shells
with strag+a d you can detach: you may end putty and your miner continue to work
with screen -r you'll attach again
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 12:27:33 am
I just found that for Referral Bonus we need your e-mail, but I will post you name  :) if you will do registration and you will find your name in Referral Bonus you know what to do with it  :)

If we can identify who it was we will credit it.    It is all manual so lots of room to adjust.

Can anyone explain what this keyhotee referral bonus is that people are talking about?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 13, 2013, 12:28:56 am

Can anyone explain what this keyhotee referral bonus is that people are talking about?

http://invictus-innovations.com/founder-sign-up

That link contains most of the relevant info, I believe.

Edit:

http://static.squarespace.com/static/51fb043ee4b0608e46483caf/t/5270bd60e4b04f272062ebdd/1383120224597/Keyhotee%20Free%20Space%20Flyer%202.pdf
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 12:30:24 am
If i wanted to run multiple instances, do i run putty again and run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS]

I've found one instant is only using 50% CPU  (8 core).

Screen is good, but I find tmux easier.

sudo apt-get install -y tmux

To start a new session, type tmux, and you will be presented with a new shell. Start your script/program/whatever and then press Ctrl+B and then D to disconnect. Now that session will continue running when you log off.

To see a list of sessions, type tmux list-sessions

To connect an existing session type tmux attach -t <session_number>

When connected to a session, type exit at the shell prompt to exit it.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 12:30:44 am
If i wanted to run multiple instances, do i run putty again and run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS]

i'd suggest installing screen
apt-get install screen

if you start it you'll see a normal shell
use strg+a c to create another
strg+a n to switch between shells
with strag+a d you can detach: you may end putty and your miner continue to work
with screen -r you'll attach again

Problem is, I have 8 cores and one session is only using 50% CPU.  Why?  How can i push it in one instances?  Or do i need to run two?  I don't mind having two puttys for now till I learn more.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 12:34:23 am
If i wanted to run multiple instances, do i run putty again and run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS]
I don't know if running multiple instances is supported but if it is, it might help to use a tool called 'screen', if it is not installed: apt-get install screen
then start your script with something like this:
Code: [Select]
screen -dmS coyote1 ./coyote_miner 162.243.67.4 [PTS ADDRESS]
What it does it lets it run in the background, then you can type 'screen -r coyote1' and it will connect to that session.
Then if you want to run another, use:
Code: [Select]
screen -dmS coyote2 ./coyote_miner 162.243.67.4 [PTS ADDRESS]then you can type 'screen -r coyote2' and it will connect to that session.
Also, to detach from an active session, hold down CTRL-A and tap D.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 12:35:32 am
If i wanted to run multiple instances, do i run putty again and run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS]

i'd suggest installing screen
apt-get install screen

if you start it you'll see a normal shell
use strg+a c to create another
strg+a n to switch between shells
with strag+a d you can detach: you may end putty and your miner continue to work
with screen -r you'll attach again

Problem is, I have 8 cores and one session is only using 50% CPU.  Why?  How can i push it in one instances?  Or do i need to run two?  I don't mind having two puttys for now till I learn more.
run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS] 8
(note the 8 on the end, try that)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 12:39:16 am
OK, trying that now :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 12:58:40 am
If i wanted to run multiple instances, do i run putty again and run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS]

i'd suggest installing screen
apt-get install screen

if you start it you'll see a normal shell
use strg+a c to create another
strg+a n to switch between shells
with strag+a d you can detach: you may end putty and your miner continue to work
with screen -r you'll attach again

Problem is, I have 8 cores and one session is only using 50% CPU.  Why?  How can i push it in one instances?  Or do i need to run two?  I don't mind having two puttys for now till I learn more.
run:  ./coyote_miner 162.243.67.4 [PTS ADDRESS] 8
(note the 8 on the end, try that)

With or without 8 I'm getting 16.1772hpm  That's not right :(

I'll try adding 16 to the end or multiple instances
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 13, 2013, 01:38:16 am
How to do  On centos 6.3...

 :'(
./coyote: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter:


PLZ help me
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 13, 2013, 01:58:47 am
You make your miner faster you get more ptssssss
Title: Re: Coyote Miner | PPS Mining Pool
Post by: joesmoe on November 13, 2013, 02:33:21 am
Is this pool online right now? IRC bot isn't responding ...?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 02:35:06 am
Is this pool online right now? IRC bot isn't responding ...?

Yes online
Title: Re: Coyote Miner | PPS Mining Pool
Post by: servicelabs on November 13, 2013, 02:52:23 am
./coyote_miner: cannot execute binary file
Title: Re: Coyote Miner | PPS Mining Pool
Post by: raspu on November 13, 2013, 02:56:12 am
./coyote_miner: cannot execute binary file

The client is a 64bit executable, so you must have a 64 bits environment.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: spoonman on November 13, 2013, 03:18:03 am
How to do  On centos 6.3...

 :'(
./coyote: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter:


PLZ help me

I yet to get this pool to work with centos.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: joesmoe on November 13, 2013, 03:42:21 am
haven't gotten a payout in a while, what is the min payout here again?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 13, 2013, 03:43:06 am
haven't gotten a payout in a while, what is the min payout here again?

I believe it's manual payouts right now, and byte is sleeping.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: joesmoe on November 13, 2013, 03:52:56 am
I downloaded the ProtoShares wallet. It linked on its own. I clicked mine! It Started! Works fine on my HP p6000 4 core AMD 6g ram. I have not seen any pts show up in the wallet yet.

THis has absolutely nothing to do with this thread.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: cspindor on November 13, 2013, 03:57:00 am
sorry i will leave your forum.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 04:00:06 am
sorry i will leave your forum.
Now that you have the ProtoShares wallet setup, you might have better luck downloading the Coyote Miner and joining the pool to earn PTS. Solo mining can be quite hard at this point. Check out page 1 for more information.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: luckybit on November 13, 2013, 04:03:25 am
Is Coyote miner closed source?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 04:07:37 am
Is Coyote miner closed source?
This is the only information I have seen on that question:
http://bitsharestalk.org/index.php?topic=236.msg4605#msg4605
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Entz on November 13, 2013, 04:16:26 am
With or without 8 I'm getting 16.1772hpm  That's not right :(

I'll try adding 16 to the end or multiple instances
The linux client it should use all of the cores you have available. No need to run multiple instances.

What is the output of (syntax may very a bit by distro):
cat /proc/cpuinfo | grep -c "^processor"
cat /proc/cpuinfo | grep "^model name" | uniq

If I had to guess the 50% is because of the block time (start, stop, start etc). I will check with mine to confirm..

Edit: Hmm a lot of mine are doing the same. Using ~55% of the CPU per thread.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 04:35:13 am
With or without 8 I'm getting 16.1772hpm  That's not right :(

I'll try adding 16 to the end or multiple instances
The linux client it should use all of the cores you have available. No need to run multiple instances.

What is the output of (syntax may very a bit by distro):
cat /proc/cpuinfo | grep -c "^processor"
cat /proc/cpuinfo | grep "^model name" | uniq

If I had to guess the 50% is because of the block time (start, stop, start etc). I will check with mine to confirm..

Edit: Hmm a lot of mine are doing the same. Using ~55% of the CPU per thread.

Let me know what you come up with.  Sticking to Windows for now.  I'm a novice in Linux though I do believe its allot more stable.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 04:56:05 am
Down?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: xxrforone on November 13, 2013, 04:57:09 am

How to do  On centos 6.3...

 :'(
./coyote: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter:


PLZ help me

I yet to get this pool to work with centos.

no code I  mined ypool


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 04:57:27 am
Down?
I am... or was.. now back..
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 04:58:21 am
I trust you all got your latest payouts OK :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 04:59:10 am
I trust you all got your latest payouts OK :)

Thank you! And welcome back.  ;D
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 04:59:40 am
Down?
I am... or was.. now back..

PS.  I cant get over 50% of CPU use on Ubuntu.  Someone else confirms the same.  I also tried Deb.  I goto go get some sleep.  Please can someone confirm.  Thanks
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 05:00:21 am
Down?
I am... or was.. now back..

PS.  I cant get over 50% of CPU use on Ubuntu.  Someone else confirms the same.  I also tried Deb.  I goto go get some sleep.  Please can someone confirm.  Thanks

If you have more than 8 cores, you will need to run 2 instances it get the best performance. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 05:01:17 am
Even on two inst its the same.  20hpm on one inst 50% CPU, then two inst @ 10hpm each and still 50% cpu.

EDIT:  However, I'm relying on the graph online to show CPU usage.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Financisto on November 13, 2013, 05:06:06 am
How do I see how many threads are currently running on coyote miner?

Which command to type in?

Is that possible yet?

P.s. I'm running on ubuntu.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Entz on November 13, 2013, 05:07:04 am
Either top or ideally htop (break down by thread)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 05:10:01 am
Even on two inst its the same.  20hpm on one inst 50% CPU, then two inst @ 10hpm each and still 50% cpu.

EDIT:  However, I'm relying on the graph online to show CPU usage.

Run your two instances in tmux or screen.  Then at a normal shell prompt, type top and press enter.

Once top comes up, press the 1 key to see the usage for each processor. My guess is that your using it all.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 05:11:47 am
Even on two inst its the same.  20hpm on one inst 50% CPU, then two inst @ 10hpm each and still 50% cpu.

EDIT:  However, I'm relying on the graph online to show CPU usage.

Run your two instances in tmux or screen.  Then at a normal shell prompt, type top and press enter.

Once top comes up, press the 1 key to see the usage for each processor. My guess is that your using it all.

Yes you could be right and the online graph isn't telling the truth.  I need sleep.  I will do this in a few hours.  nn guys.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: barwizi on November 13, 2013, 05:15:59 am
Blocks are flying by too fast again. There is someone with either a perfect algo or some serious clusters involved now. Probably someone in China
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 05:28:11 am
Blocks are flying by too fast again. There is someone with either a perfect algo or some serious clusters involved now. Probably someone in China

The number of connections to my pools have doubled.   And ypool is dominating right now with their 5x miner.  Fortunately a difficulty adjustment on the order of 8x+ is coming in about 16 hours.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 05:29:27 am
Blocks are flying by too fast again. There is someone with either a perfect algo or some serious clusters involved now. Probably someone in China

The number of connections to my pools have doubled.   And ypool is dominating right now with their 5x miner.  Fortunately a difficulty adjustment on the order of 8x+ is coming in about 16 hours.

Are people finding that my pool is giving a higher yield than ypool?   Or do you just like the straightforward fixed-price shares?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 05:34:22 am
I thought I would mention this, a Chinese fiat/PTS exchange trading at 17.45 CYN => $2.86
 
http://www.btc38.com/trade.html?btc38_trade_coin_name=pts

With an average PC able to earn 2-3 PTS /day right now, there is a 3x profit over cost of electricity to mine.   After the next difficulty adjustment we may be approaching the cost of electricity which should slow things down a bit.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: barwizi on November 13, 2013, 05:36:13 am
I thought I would mention this, a Chinese fiat/PTS exchange trading at 17.45 CYN => $2.86
 
http://www.btc38.com/trade.html?btc38_trade_coin_name=pts

With an average PC able to earn 2-3 PTS /day right now, there is a 3x profit over cost of electricity to mine.   After the next difficulty adjustment we may be approaching the cost of electricity which should slow things down a bit.

that is unless the price goes up!!!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Financisto on November 13, 2013, 05:36:25 am
Either top or ideally htop (break down by thread)

Sorry pal.

I didn't get it.

Would you elaborate more on that please.

I'm a damn poor noobie...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 05:38:18 am
Either top or ideally htop (break down by thread)

Sorry pal.

I didn't get it.

Would you elaborate more on that please.

I'm a damn poor noobie...

'top' and 'htop' are both commands you can type in linux that will show you the processes that are running as well as more advanced info.

if you are running ubuntu or debian, and htop is not installed type: sudo apt-get install htop
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 05:38:38 am
I thought I would mention this, a Chinese fiat/PTS exchange trading at 17.45 CYN => $2.86
 
http://www.btc38.com/trade.html?btc38_trade_coin_name=pts

With an average PC able to earn 2-3 PTS /day right now, there is a 3x profit over cost of electricity to mine.   After the next difficulty adjustment we may be approaching the cost of electricity which should slow things down a bit.

that is unless the price goes up!!!

And it will :)    I have solid intelligence that a top 3 BTC exchange will be listing PTS within a week.   Note: we did not partner with them... they are doing this on their own initiative. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Entz on November 13, 2013, 05:39:13 am
At the command line run:
top , then press 1 to see the cpu usage per processor (first column)

Alternatively you can install htop, which is a nicer version (imo). To do that you would need :
sudo apt-get install htop
htop

All of the coyote_miner processes should be at the top, with the first line being the total of all and the rest being the individual threads. I like to hit F5 for the tree view.

Now unless you changed the number of threads it uses, it should be using all of them. Though as mentioned above it seems to need more than one instance per 8 threads..
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Entz on November 13, 2013, 05:43:01 am
And it will :)    I have solid intelligence that a top 3 BTC exchange will be listing PTS within a week.   Note: we did not partner with them... they are doing this on their own initiative.

Good news indeed :D
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Financisto on November 13, 2013, 05:43:33 am
Either top or ideally htop (break down by thread)

Sorry pal.

I didn't get it.

Would you elaborate more on that please.

I'm a damn poor noobie...

'top' and 'htop' are both commands you can type in linux that will show you the processes that are running as well as more advanced info.

if you are running ubuntu or debian, and htop is not installed type: sudo apt-get install htop

Thanks for your patience!

I'm just gonna add one more (htop) software to my "ubuntu default must-have list".

And lets get going with this mining stuff!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: darkyoung on November 13, 2013, 05:47:25 am
I thought I would mention this, a Chinese fiat/PTS exchange trading at 17.45 CYN => $2.86
 
http://www.btc38.com/trade.html?btc38_trade_coin_name=pts

With an average PC able to earn 2-3 PTS /day right now, there is a 3x profit over cost of electricity to mine.   After the next difficulty adjustment we may be approaching the cost of electricity which should slow things down a bit.

that is unless the price goes up!!!

And it will :)    I have solid intelligence that a top 3 BTC exchange will be listing PTS within a week.   Note: we did not partner with them... they are doing this on their own initiative.

FYI, another virtual currency exchange support PTS now.
link http://peatio.com
Title: Re: Coyote Miner | PPS Mining Pool
Post by: jackie on November 13, 2013, 06:35:32 am
I thought I would mention this, a Chinese fiat/PTS exchange trading at 17.45 CYN => $2.86
 
http://www.btc38.com/trade.html?btc38_trade_coin_name=pts

With an average PC able to earn 2-3 PTS /day right now, there is a 3x profit over cost of electricity to mine.   After the next difficulty adjustment we may be approaching the cost of electricity which should slow things down a bit.

that is unless the price goes up!!!

And it will :)    I have solid intelligence that a top 3 BTC exchange will be listing PTS within a week.   Note: we did not partner with them... they are doing this on their own initiative.
who can tell me the "3BCT" address?thanks.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: fav on November 13, 2013, 06:37:25 am
I thought I would mention this, a Chinese fiat/PTS exchange trading at 17.45 CYN => $2.86
 
http://www.btc38.com/trade.html?btc38_trade_coin_name=pts

With an average PC able to earn 2-3 PTS /day right now, there is a 3x profit over cost of electricity to mine.   After the next difficulty adjustment we may be approaching the cost of electricity which should slow things down a bit.

that is unless the price goes up!!!

And it will :)    I have solid intelligence that a top 3 BTC exchange will be listing PTS within a week.   Note: we did not partner with them... they are doing this on their own initiative.
who can tell me the "3BCT" address?thanks.

Great news, as long as it's not mcx... :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 06:43:48 am
Blocks are flying very quickly again with a lot of blocks being lost as orphans.  I am going to have to increase the effective difficulty or lose money,  fees are going up to 15% until the next difficulty increase, then I will restore 5% fees.  Thank you for understanding.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Brekyrself on November 13, 2013, 06:48:42 am
Blocks are flying very quickly again with a lot of blocks being lost as orphans.  I am going to have to increase the effective difficulty or lose money,  fees are going up to 15% until the next difficulty increase, then I will restore 5% fees.  Thank you for understanding.

I would guess your next chain will have an very high starting difficulty and simply let the algorithm lower it down over time?   :D
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 06:49:53 am
Blocks are flying very quickly again with a lot of blocks being lost as orphans.  I am going to have to increase the effective difficulty or lose money,  fees are going up to 15% until the next difficulty increase, then I will restore 5% fees.  Thank you for understanding.

I would guess your next chain will have an very high starting difficulty and simply let the algorithm lower it down over time?   :D

Yes and it will have a continuous moving window of difficulty adjustment.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: barwizi on November 13, 2013, 06:51:10 am
Blocks are flying very quickly again with a lot of blocks being lost as orphans.  I am going to have to increase the effective difficulty or lose money,  fees are going up to 15% until the next difficulty increase, then I will restore 5% fees.  Thank you for understanding.

anything i can do? i'm still on for a few hours.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 06:55:20 am
I have concluded that I need to exit the fixed-price per-share market and adopt a model similar to the other pools.   I am looking for someone who would like to run a traditional pool on behalf of Invictus and split the fees.   Please contact me if you would like to set that up.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: rumz on November 13, 2013, 07:52:03 am
15% fee now?

edit: i see it says that a couple pages ago, jeez thats high.  especially when just 3 days ago you wrote:

"I am going to set the fee to 0% for the next week to compensate everyone for downtime and bugs."

switching pools for now, 15% is ridic
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 10:23:26 am
I have concluded that I need to exit the fixed-price per-share market and adopt a model similar to the other pools.   I am looking for someone who would like to run a traditional pool on behalf of Invictus and split the fees.   Please contact me if you would like to set that up.

PM'd
Title: Re: Coyote Miner | PPS Mining Pool
Post by: svd on November 13, 2013, 10:53:08 am
bytemaster, my >7PTS already gone ?

it is 6th time i write about this, here and PM
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 11:03:25 am
bytemaster, my >7PTS already gone ?

it is 6th time i write about this, here and PM

He's going to be offline for a few hours yet.  I suggest you ask again when he's online.
PS.  You know the balance quite often goes to ZERO then comes back right?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: 5chdn on November 13, 2013, 12:06:23 pm
bytemaster, 15% ... really? If you need this to pay orphans, you should consider another payout system.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Winslow Strong on November 13, 2013, 01:25:53 pm
I've always wondered why BTCs difficulty adjustment is so infrequent.  Why wouldn't Satoshi have targeted daily at least?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 02:19:05 pm
can someone recommend a light weight linux distro just to mine with?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 02:23:23 pm
bytemaster, 15% ... really? If you need this to pay orphans, you should consider another payout system.

I am actively working on a new payout system that accounts for only blocks I find.  It is just as stressful for me when I am losing money left and right.  If we weren't finding blocks every 30 seconds this wouldn't really be an issue.

I have set up a secondary pool, the primary pool is having some trouble with the load:  192.241.139.62

I would appreciate it if some people would switch over to it.   Thanks.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 02:32:36 pm
bytemaster, 15% ... really? If you need this to pay orphans, you should consider another payout system.

I am actively working on a new payout system that accounts for only blocks I find.  It is just as stressful for me when I am losing money left and right.  If we weren't finding blocks every 30 seconds this wouldn't really be an issue.

I have set up a secondary pool, the primary pool is having some trouble with the load:  192.241.139.62

I would appreciate it if some people would switch over to it.   Thanks.

Doing it now
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 02:34:25 pm
bytemaster, 15% ... really? If you need this to pay orphans, you should consider another payout system.

I am actively working on a new payout system that accounts for only blocks I find.  It is just as stressful for me when I am losing money left and right.  If we weren't finding blocks every 30 seconds this wouldn't really be an issue.

I have set up a secondary pool, the primary pool is having some trouble with the load:  192.241.139.62

I would appreciate it if some people would switch over to it.   Thanks.

Doing it now

Will balance reset?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 02:35:07 pm
You will have two independent balances, you will not lose anything.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 02:45:30 pm
All mine switched.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: svd on November 13, 2013, 02:55:08 pm
You will have two independent balances, you will not lose anything.

i lost >7PTS 2 days ago.
can you finally check pms ?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 02:56:43 pm
You will have two independent balances, you will not lose anything.

i lost >7PTS 2 days ago.
can you finally check pms ?

Yes, I finally got some serious sleep :)  I will settle up accounts as best I can shortly.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: hiddenvalleyranch on November 13, 2013, 03:28:07 pm
Bytemaster do you have a donation address? Would like to send some PTS your way for the new payout system effort.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 03:33:49 pm
Bytemaster do you have a donation address? Would like to send some PTS your way for the new payout system effort.

PvPAR8vfmkti91wwtacEjgZ1XMLuQ94GKK
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 03:34:46 pm
Good news... I am working on binaries that I think can compete with ypool in CPM/HPM performance...  Will report back when I am done testing.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 03:44:10 pm
Good news... I am working on binaries that I think can compete with ypool in CPM/HPM performance...  Will report back when I am done testing.
Looking forward to playing with that. 8)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 03:50:38 pm
Good news... I am working on binaries that I think can compete with ypool in CPM/HPM performance...  Will report back when I am done testing.
Looking forward to playing with that. 8)

Any word on ypool's performance on a 3.4 Ghz i7  iMac?  I am seeing 100 HPM.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 03:59:20 pm
As always, I would be happy to test on Linux/Windows
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 13, 2013, 04:01:50 pm

Any word on ypool's performance on a 3.4 Ghz i7  iMac?  I am seeing 100 HPM.

I get about 50-60 on a quad core i5.  On a 16 thread computer it only works fully if I run it four times, and they vary between 35 and 70 each.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 04:04:50 pm
Good news... I am working on binaries that I think can compete with ypool in CPM/HPM performance...  Will report back when I am done testing.

SLA?  Just curious.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 04:05:50 pm
I can tell you on a i7 2600k i am getting 116 col/m with ypool.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: barwizi on November 13, 2013, 04:08:17 pm
I can tell you on a i7 2600k i am getting 116 col/m with ypool.

i5 3450 100col/m

up now to 111
Title: Re: Coyote Miner | PPS Mining Pool
Post by: voffka05 on November 13, 2013, 04:36:21 pm
amd 1090t@3.7   125
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Asterisk on November 13, 2013, 05:31:10 pm
xeon e5-2687
70hpm
205cpm
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 05:43:26 pm
I am about to release a getwork miner that gives me 112+ on iMac...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 05:52:01 pm
scratch that... 117 HPM average after 100 searches... 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 06:17:07 pm
Windows only?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 06:26:27 pm
Open Source GetWork miner.... now up to 120 HPM...

http://bitsharestalk.org/index.php?topic=573.msg5591#msg5591

DOES NOT WORK WITH THIS POOL.   I am working on a new pool. 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 13, 2013, 06:29:11 pm
does Getwork protocol also mean you can use it for solo mining?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 06:29:57 pm
does Getwork protocol also mean you can use it for solo mining?

Yes
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 08:39:05 pm
I shutdown my secondary pool, please revert to the primary pool.  Only 40 connections on the secondary pool.  Everything has been paid out.  Thanks.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 09:20:43 pm
Anyone currently mining on my pool just to support Invictus, I encourage you to join another pool and then send your donation to fund your Keyhotee ID.  The other miners are clearly better.   I will be shutting down my pool soon and making the final payout.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 13, 2013, 09:43:03 pm
totally stopping ?  :o
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 10:01:22 pm
totally stopping ?  :o

Until I get a new miner that can keep up, it doesn't make sense for anyone to mine on my pool.   I am working on setting up a long-term pool with some new guys.   I will keep you posted on the status.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 10:10:45 pm
ETA on shutdown?

Unfortunately, ypool does not have a linux client as of yet.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: flower1024 on November 13, 2013, 10:15:49 pm
ETA on shutdown?

Unfortunately, ypool does not have a linux client as of yet.

they have
..just read the thread
Title: Re: Coyote Miner | PPS Mining Pool
Post by: yago on November 13, 2013, 10:16:09 pm
Unfortunately, ypool does not have a linux client as of yet.

 ???

git clone https://github.com/Tydus/jhProtominer -b linux-port ; cd jhProtominer/src/jhProtominer ;make CFLAGS="-O3 -march=native"

./jhProtominer -o ypool.net -u yago.propinas -p x -m512 -t 4
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 13, 2013, 10:32:12 pm
getting 189 collisions with ypool, but still wondering why Kaspersky flags out and deletes the x64 win executable.

Detected object (file) was deleted   C:\temp\jhprotominer\64bit\jhProtominer.exe   C:\temp\jhprotominer\64bit\jhProtominer.exe   UDS:DangerousObject.Multi.Generic   Unknown threat   Today, 10:26 PM
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 10:44:10 pm
Havn't had issues with eset. Its prob hitting miner heuristics.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 13, 2013, 10:45:46 pm
also flags out beer's x64 one...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: smilence on November 13, 2013, 10:47:45 pm
Pool down...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 10:52:42 pm
Pool down...

I think it's over for now, he said to move to another pool.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 11:01:56 pm
It is back up!  Sorry power outage killed my internet at the wrong time.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 13, 2013, 11:03:44 pm
???

git clone https://github.com/Tydus/jhProtominer -b linux-port ; cd jhProtominer/src/jhProtominer ;make CFLAGS="-O3 -march=native"

./jhProtominer -o ypool.net -u yago.propinas -p x -m512 -t 4

Getting an error stating the cpu is not supported.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 13, 2013, 11:04:08 pm
I will keep the pool up as long as you all have more than 400 connections :)

So far there are 1600 :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 13, 2013, 11:04:55 pm
It is back up!  Sorry power outage killed my internet at the wrong time.

http://www.youtube.com/watch?v=gLo-ylNPXyE
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 11:29:23 pm
It is back up!  Sorry power outage killed my internet at the wrong time.

http://www.youtube.com/watch?v=gLo-ylNPXyE

Lol..  too right!!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 13, 2013, 11:36:17 pm
???

git clone https://github.com/Tydus/jhProtominer -b linux-port ; cd jhProtominer/src/jhProtominer ;make CFLAGS="-O3 -march=native"

./jhProtominer -o ypool.net -u yago.propinas -p x -m512 -t 4

Getting an error stating the cpu is not supported.

Same.  On cloud ubuntu.  But local ubuntu is fine.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: NineLives on November 14, 2013, 12:56:13 am
???

git clone https://github.com/Tydus/jhProtominer -b linux-port ; cd jhProtominer/src/jhProtominer ;make CFLAGS="-O3 -march=native"

./jhProtominer -o ypool.net -u yago.propinas -p x -m512 -t 4

Getting an error stating the cpu is not supported.

https://bitcointalk.org/index.php?topic=333238.0
Title: Re: Coyote Miner | PPS Mining Pool
Post by: yoloswag on November 14, 2013, 02:11:50 am
When I open the application the windows pops up and shuts down after 1 sec, any idea?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Bitstrader on November 14, 2013, 02:16:27 am
When I open the application the windows pops up and shuts down after 1 sec, any idea?

No idea at all, I open mine through the batch file, open that up.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: yoloswag on November 14, 2013, 02:28:20 am
When I open the application the windows pops up and shuts down after 1 sec, any idea?

No idea at all, I open mine through the batch file, open that up.

I have downloaded and extracted the windows downloader in OP, then what?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 07:57:48 am
I just want everyone to know that 1 out of 3 blocks I find is orphaned.   As a result even with a 30% fee I might not break even.   At this point the pool is a public service.

I suspect that if you look at the PTS per hash that you get from other pools you will see the same thing.  They only pay you for the blocks found.   I am doing the same thing.

I will continue to monitor the situation carefully.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: jackie on November 14, 2013, 09:49:46 am
I just want everyone to know that 1 out of 3 blocks I find is orphaned.   As a result even with a 30% fee I might not break even.   At this point the pool is a public service.

I suspect that if you look at the PTS per hash that you get from other pools you will see the same thing.  They only pay you for the blocks found.   I am doing the same thing.

I will continue to monitor the situation carefully.
ypool is too carzy now~!It'bad to Protoshares,almost 95% blocks in ypool and fee is carzy high!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Botley on November 14, 2013, 02:18:45 pm
I just want everyone to know that 1 out of 3 blocks I find is orphaned.   As a result even with a 30% fee I might not break even.   At this point the pool is a public service.

I suspect that if you look at the PTS per hash that you get from other pools you will see the same thing.  They only pay you for the blocks found.   I am doing the same thing.

I will continue to monitor the situation carefully.

Our friends at Ypool are grabbing all the blocks because they are filled with botnets. I know you say that PTS were designed to be bot proof, but that does not appear to be the case. Ypool is down now. Otherwise I would post some examples of the hashrates certain users are getting.   Some of these are confirmed bots.

The owner of pools that allow botnets are only doing it out of greed.  These botnets steal the vast majority of the PTS from each block and then those of us who are mining legitimately are left with leftovers.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: HCarvalho on November 14, 2013, 02:39:45 pm
How do we set up the number of threads and memory allocated per miner?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: ciklop1974 on November 14, 2013, 03:04:45 pm
Pool is not work!!!!! Unable to connect  to 162.243.67.4
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 03:15:06 pm
Payments made.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: ciklop1974 on November 14, 2013, 03:23:23 pm
Payments made.
All work. Fee 30% for a long time?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Snard on November 14, 2013, 03:23:45 pm
Payments made.

Was there a min payout?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 03:24:06 pm
I just want everyone to know that 1 out of 3 blocks I find is orphaned.   As a result even with a 30% fee I might not break even.   At this point the pool is a public service.

I suspect that if you look at the PTS per hash that you get from other pools you will see the same thing.  They only pay you for the blocks found.   I am doing the same thing.

I will continue to monitor the situation carefully.

Our friends at Ypool are grabbing all the blocks because they are filled with botnets. I know you say that PTS were designed to be bot proof, but that does not appear to be the case. Ypool is down now. Otherwise I would post some examples of the hashrates certain users are getting.   Some of these are confirmed bots.

The owner of pools that allow botnets are only doing it out of greed.  These botnets steal the vast majority of the PTS from each block and then those of us who are mining legitimately are left with leftovers.

How do you tell the difference between a botnet and 1000 EC2 instances?

If what you say is true, I would guess that ypool and its users are responsible for the DDOS attack against my pool the other day. 

It is a shame that pre-mining is considered so bad.   In the future, it may be better to design a GPU-friendly algorithm.  That should at least slow-down the bot nets.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 03:24:23 pm
Payments made.

Was there a min payout?

.01 PTS
Title: Re: Coyote Miner | PPS Mining Pool
Post by: goldbishop on November 14, 2013, 03:46:19 pm
Payments made.

Was there a min payout?

.01 PTS

PafNYQWFAezE8wp6RiECXfJ4dWDHwRtfGV didn't get it
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Botley on November 14, 2013, 03:47:46 pm
How do you tell the difference between a botnet and 1000 EC2 instances?

If what you say is true, I would guess that ypool and its users are responsible for the DDOS attack against my pool the other day. 

It is a shame that pre-mining is considered so bad.   In the future, it may be better to design a GPU-friendly algorithm.  That should at least slow-down the bot nets.   

You can tell easily when you have access to the virus samples.  These virus samples contain the username that they are mining under at Ypool. From there its easy to see.

Here is an example:

(http://s24.postimg.org/rxw7wzbnp/miner_infection.jpg)

From ypool's stats, this person is making  per block around:

Code: [Select]
miyayi 468.000000 0.061261
There are other's making much much much more.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: hasher on November 14, 2013, 04:03:15 pm
0 blocks on 5 instances for 1 hour, seems like its botnet territory for now ::)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 04:07:37 pm
If I am reading that right,  468 Shares earns .062161 PTS  the PPS for ypool is .00013

Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 04:11:43 pm
Keep in mind, botnets are not free either.  The "owners" of these botnets face opportunity cost like everyone else.   They mine and dump and so the botnets may profit, they do so at the expense of Invictus which would be ridiculed for pre-mining if we had simply sold into the market.   

I can tell you that buying a couple hundred EC2 instances cost $400 / day, but earned $1000 / day in PTS.   Mining is still the cheapest way to get ahold of PTS, but those margins are shrinking fast.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Botley on November 14, 2013, 04:13:46 pm
If I am reading that right,  468 Shares earns .062161 PTS  the PPS for ypool is .00013

Havn't quite figured out their reward method.

Regardless, its free mining for them. So they dont care.  They are starting these miners with a single thread and create limited cpu usage per computer. When you add all the computers in the botnet up, though, they become significant.

Pool operators benefit from the fees from rapid block creation.  The rest of us suffer as we are left with the scraps.

This is the nature of the game unless pool operators get on board and remove obvious bots.

I don't see this happening.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Botley on November 14, 2013, 04:17:22 pm
Keep in mind, botnets are not free either.  The "owners" of these botnets face opportunity cost like everyone else.   

There are costs associated with everything. These costs, though, are more than made up for through the other activities of the botnets. DDOS, keylogging/identity theft, ransomware, spammers, etc. Mining is a small portion of it, but one that is adversely affecting this market.

Quote
They mine and dump and so the botnets may profit, they do so at the expense of Invictus which would be ridiculed for pre-mining if we had simply sold into the market.   

Then maybe you should get in touch with the pool operators, share your vision, and get them on board.

As it stands now, botnets are hurting you but helping pool operators that allow them.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Vizierx on November 14, 2013, 04:27:11 pm
Is it possible to mine multiple pc with one wallet adress on this miner?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 14, 2013, 04:28:24 pm
Is it possible to mine multiple pc with one wallet adress on this miner?

Yes, just specify the same address from that wallet on the different computers when calling coyote_miner
Title: Re: Coyote Miner | PPS Mining Pool
Post by: cass on November 14, 2013, 05:15:18 pm
when try to wget the coyote miner from

Code: [Select]
wget  https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
i get this message

Code: [Select]
Connecting to the-iland.net (the-iland.net)|64.90.183.137|:443... connected.
ERROR: cannot verify the-iland.net's certificate, issued by ‘/C=US/ST=Virginia/O=The iLand Nation/CN=the-iland.net/emailAddress=admin@the-iland.net’:
  Self-signed certificate encountered.
To connect to the-iland.net insecurely, use `--no-check-certificate'.

anybody wiht same issue before!?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 05:16:02 pm
I have not paid for a certificate.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: glongsword on November 14, 2013, 05:20:18 pm
when try to wget the coyote miner from

Code: [Select]
wget  https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
i get this message

Code: [Select]
Connecting to the-iland.net (the-iland.net)|64.90.183.137|:443... connected.
ERROR: cannot verify the-iland.net's certificate, issued by ‘/C=US/ST=Virginia/O=The iLand Nation/CN=the-iland.net/emailAddress=admin@the-iland.net’:
  Self-signed certificate encountered.
To connect to the-iland.net insecurely, use `--no-check-certificate'.

anybody wiht same issue before!?

Try this instead: wget  http://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 14, 2013, 08:41:56 pm
I just want everyone to know that 1 out of 3 blocks I find is orphaned.   As a result even with a 30% fee I might not break even.   At this point the pool is a public service.

I suspect that if you look at the PTS per hash that you get from other pools you will see the same thing.  They only pay you for the blocks found.   I am doing the same thing.

I will continue to monitor the situation carefully.

Our friends at Ypool are grabbing all the blocks because they are filled with botnets. I know you say that PTS were designed to be bot proof, but that does not appear to be the case. Ypool is down now. Otherwise I would post some examples of the hashrates certain users are getting.   Some of these are confirmed bots.

The owner of pools that allow botnets are only doing it out of greed.  These botnets steal the vast majority of the PTS from each block and then those of us who are mining legitimately are left with leftovers.

How do you tell the difference between a botnet and 1000 EC2 instances?

If what you say is true, I would guess that ypool and its users are responsible for the DDOS attack against my pool the other day. 

It is a shame that pre-mining is considered so bad.   In the future, it may be better to design a GPU-friendly algorithm.  That should at least slow-down the bot nets.   


or the pool should ask the user how many ip's are being used for submitting shares.
If >100 then a solid explanation should be made. Otherwise if not confirmed, everything above the first 10 ip's should be discarded...
Same trick can be done in some formula for submitted shares / minute.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 08:43:59 pm
I started a new thread to gauge interest in a new pool that pays once per day proportional to ACTUAL shares earned and charges a 3% fee.  It would also use my new faster miner.

This thread will be left for my fixed price pool...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: atta2k15 on November 14, 2013, 08:45:23 pm
I started a new thread to gauge interest in a new pool that pays once per day proportional to ACTUAL shares earned and charges a 3% fee.  It would also use my new faster miner.

This thread will be left for my fixed price pool...

+1

count me in!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Botley on November 14, 2013, 09:09:12 pm
or the pool should ask the user how many ip's are being used for submitting shares.
If >100 then a solid explanation should be made. Otherwise if not confirmed, everything above the first 10 ip's should be discarded...
Same trick can be done in some formula for submitted shares / minute.

I agree, but unfortunately pool owners don't have any incentive to do this.  It is to their benefit to allow the botnets on as they will get all the blocks and thus all the fees.

Our only hope would be that a pool owner had more morals and ethics than greed.

Botnets line the pockets of the botnet owners and the pool owners, hurt those of us who mine legitimately, and reduce the value of the crypto currency.  Not only that but it puts another thorn in the side of legitimacy of this type of currency and how it can be used globally.

Ultimately that devalues the coin for everyone including the pool owners.

It's up to the pool owners now...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 11:24:39 pm
If I knew how to detect it I would..  but the only way I know how would be to require email registration with IPs... slow and annoying and bad for cloud servers.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 11:44:50 pm
New pool is up with lower fees and higher hash power... download the latest miners for windows/linux and start...

Mac binaries coming soon!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 14, 2013, 11:51:15 pm
Where are the links and what are the current revision numbers? (And thanks for your continued progress)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 14, 2013, 11:52:10 pm
Where are the links and what are the current revision numbers? (And thanks for your continued progress)

http://bitsharestalk.org/index.php?topic=636.0
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Sy on November 15, 2013, 12:50:40 pm
Are you sure your miner is still doing hpm and not cpm? Because numbers are pretty close to my cpm with other mines and hpm would make yours alot faster...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 15, 2013, 02:15:59 pm
Are you sure your miner is still doing hpm and not cpm? Because numbers are pretty close to my cpm with other mines and hpm would make yours alot faster...

CPM == HPM by my view of things :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: rambo on November 15, 2013, 02:30:34 pm
Are you sure your miner is still doing hpm and not cpm? Because numbers are pretty close to my cpm with other mines and hpm would make yours alot faster...

CPM == HPM by my view of things :)
old pool still running??what time to pay ?? amost 10 pts in old pool balance?? wallet:PiJgNrw6vuEEqz2gzdtyNVXgLbiLpQ7Rva
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 15, 2013, 04:30:44 pm
Are you sure your miner is still doing hpm and not cpm? Because numbers are pretty close to my cpm with other mines and hpm would make yours alot faster...

CPM == HPM by my view of things :)
old pool still running??what time to pay ?? amost 10 pts in old pool balance?? wallet:PiJgNrw6vuEEqz2gzdtyNVXgLbiLpQ7Rva

THere are still 1000+ nodes connected to the old pool... *shakes head*....  I guess I will pay everyone there now.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: CryptoN8 on November 15, 2013, 04:56:02 pm
THere are still 1000+ nodes connected to the old pool... *shakes head*....  I guess I will pay everyone there now.
We could use those nodes on the new pool! Why not give them 24 hours notice and then stop the old pool service?
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 15, 2013, 05:44:32 pm
THere are still 1000+ nodes connected to the old pool... *shakes head*....  I guess I will pay everyone there now.
We could use those nodes on the new pool! Why not give them 24 hours notice and then stop the old pool service?

I did give 24 hour notice, and I just shut down the old pool and made all payouts.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 17, 2013, 03:16:17 am
thanks bytemaster.

any chance we will see payment from the mining pool yesterday morning?   Previous pool...

I am working on that one... the database is a real mess and I don't know how to sort it out fairly :(   

In total the pool had only a couple hundred PTS on its balance sheet, and everyone was paid up within 5 PTS because of automatic payments (pre-fork).

Post-fork, a lot of balances accrued but due to the crashes I was fighting I didn't earn much :(   

Bytemaster:   Did you ever make any progress on this database from alpha pool that crashed?   At the time I had 17 computers mining 17 different PTS addresses.   I believe I have between 40 and 80 PTS combined balance on that pool.   

I recognize you are a busy man but I'm hoping you can get this straightened out eventually.   The couple hundred PTS in that database are now worth thousands to the people that mined them.

Here are the 17 addresses I was mining:

PkV84vU2FYauFQHGgthBChuoRHPZeWJzvw
PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD
PfkBrBCfnS5N7pVoCR6fR4YPcjnLQjMUEq
PgCP4azTyUVFZwwQCmLNHL7vkMUdomEoDi
Pdmv9MJyoZvyNVpZmnPKAJzoYvTyRAxAzf
PvKUHTrXChx4adLLWTbUQUpAtMeUrbTjTK
PexR1dzYAYz6nyXASYQTypLEQ61aVGGV38
PjwiDcenggFkzS9aFeczrjbop76FDZ6PxF
PuwYci4psLbjAGzMF9XbcVPjZoF3ubstXn
PdGhDow5u1Ej1skWc19jpZU4rHEK4yj1Vz
PaUA6ytCVTYBxgjrBbHbKVDEwn1rZaTMBM
PkkaHJzx4SpMRfaLge9rAyBH1PVoBGHJuX
PgCmJMkG8VvEXiHx7mdfe82QdiSYGtLoYq
PhfcTjtCvfTrFkmVwa9VcaqTyCigPu8Gmp
Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o
Po1HXF3fSERk57Chfq5ZxJNaBAEXREPbnS
Pd6f4U6QtFq1E6C9B8cXX74V1hpCmSNsEJ







Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 17, 2013, 03:19:22 am
thanks bytemaster.

any chance we will see payment from the mining pool yesterday morning?   Previous pool...

I am working on that one... the database is a real mess and I don't know how to sort it out fairly :(   

In total the pool had only a couple hundred PTS on its balance sheet, and everyone was paid up within 5 PTS because of automatic payments (pre-fork).

Post-fork, a lot of balances accrued but due to the crashes I was fighting I didn't earn much :(   

Bytemaster:   Did you ever make any progress on this database from alpha pool that crashed?   At the time I had 17 computers mining 17 different PTS addresses.   I believe I have between 40 and 80 PTS combined balance on that pool.   

I recognize you are a busy man but I'm hoping you can get this straightened out eventually.   The couple hundred PTS in that database are now worth thousands to the people that mined them.

Here are the 17 addresses I was mining:

PkV84vU2FYauFQHGgthBChuoRHPZeWJzvw
PcwZAWScgJEyyy3L9zG5BL8YwPNnF68dXD
PfkBrBCfnS5N7pVoCR6fR4YPcjnLQjMUEq
PgCP4azTyUVFZwwQCmLNHL7vkMUdomEoDi
Pdmv9MJyoZvyNVpZmnPKAJzoYvTyRAxAzf
PvKUHTrXChx4adLLWTbUQUpAtMeUrbTjTK
PexR1dzYAYz6nyXASYQTypLEQ61aVGGV38
PjwiDcenggFkzS9aFeczrjbop76FDZ6PxF
PuwYci4psLbjAGzMF9XbcVPjZoF3ubstXn
PdGhDow5u1Ej1skWc19jpZU4rHEK4yj1Vz
PaUA6ytCVTYBxgjrBbHbKVDEwn1rZaTMBM
PkkaHJzx4SpMRfaLge9rAyBH1PVoBGHJuX
PgCmJMkG8VvEXiHx7mdfe82QdiSYGtLoYq
PhfcTjtCvfTrFkmVwa9VcaqTyCigPu8Gmp
Pr1xJitx6P97sy8Cj2quFNiBVQqhBdW73o
Po1HXF3fSERk57Chfq5ZxJNaBAEXREPbnS
Pd6f4U6QtFq1E6C9B8cXX74V1hpCmSNsEJ

I have finally come up for some air and can start looking into this.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 17, 2013, 04:33:25 am
I have just paid out over 550 PTS that was on the balance sheet of the alpha pool at the time I shut it down.   To the best of my knowledge all funds have been paid.   It might take these transactions a while to propagate through the network because they all build on top of one another.    Any other losses or missing PTS will have to considered part of the alpha testing and I am truly sorry for the bugs.    Please understand that I have paid out more than I earned on this pool in an attempt to make everyone whole.

Some of you may have been paid twice, consider it your lucky day.   

Thanks for helping me test my pool!

Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 17, 2013, 05:37:41 am
I have just paid out over 550 PTS that was on the balance sheet of the alpha pool at the time I shut it down.   To the best of my knowledge all funds have been paid.   It might take these transactions a while to propagate through the network because they all build on top of one another.    Any other losses or missing PTS will have to considered part of the alpha testing and I am truly sorry for the bugs.    Please understand that I have paid out more than I earned on this pool in an attempt to make everyone whole.

Some of you may have been paid twice, consider it your lucky day.   

Thanks for helping me test my pool!

I sent a transaction to myself as the last trx and have not yet received it.   It is taking the network longer than I expected to process these transactions so please be patient and I will let you know when I have received my final transaction.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 17, 2013, 06:49:17 am
bytemaster.   this is a smart move on your part and it is MUCH appreciated.   

I can imagine that it took a while to sort through the carnage and of course you have other things that are pressing.... or sleep!

Thank you.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 17, 2013, 07:18:58 am
I have just paid out over 550 PTS that was on the balance sheet of the alpha pool at the time I shut it down.   To the best of my knowledge all funds have been paid.   It might take these transactions a while to propagate through the network because they all build on top of one another.    Any other losses or missing PTS will have to considered part of the alpha testing and I am truly sorry for the bugs.    Please understand that I have paid out more than I earned on this pool in an attempt to make everyone whole.

Some of you may have been paid twice, consider it your lucky day.   

Thanks for helping me test my pool!

I sent a transaction to myself as the last trx and have not yet received it.   It is taking the network longer than I expected to process these transactions so please be patient and I will let you know when I have received my final transaction.

I am starting to get concerned that my transactions are stuck in limbo... has anyone received their payout? 
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Yoshi on November 17, 2013, 07:31:50 am
Yes, if this is the transaction chain you are talking about:

http://btsblock.com/tx/03ffef5e556ea6ec26c1d387171f5d386231e822021dd924419ca121a19b22c1#o0

Last one:

http://btsblock.com/tx/fb3ea54d5c7172d2375e723e17767b4029418ec8eee9d4d2c6bc208c32008f3c#i0

Long propagation delay.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 17, 2013, 08:19:08 am
I have not received payment for 24 houк work. My wallet PqCyB8BTGzWRcnPuA5vCByddGU8hnBwrtj
What happened?

Long propagation delay... I have not received my payout from the wallet either and I made sure to do mine last.     The payments were made from a chain of transactions which and there are about 1000 addresses that received payments.  I would estimate that it will take about 1000 blocks to propagate.   Do not worry, the transactions are floating around out there. 

I need to update the client to use sendtomany :)
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 17, 2013, 04:43:32 pm
I have slowly been receiving the transactions.   The first one came right before my thank you response.    I have gotten 8 different payments since (17 total addresses).   So I'd guess we are about half way through the payout propogation.   

Bytemaster.   I just got payment on PfkBrBCfnS5N7pVoCR6fR4YPcjnLQjMUEq    Maybe that will help you see where we are.

Thanks again
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 17, 2013, 05:54:24 pm
I have slowly been receiving the transactions.   The first one came right before my thank you response.    I have gotten 8 different payments since (17 total addresses).   So I'd guess we are about half way through the payout propogation.   

Bytemaster.   I just got payment on PfkBrBCfnS5N7pVoCR6fR4YPcjnLQjMUEq    Maybe that will help you see where we are.

Thanks again

Thanks for the update.  I have not received my own payment yet (the last one) so things are still propagating.   
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 17, 2013, 07:41:38 pm
The slow confirmation times appear to be the result of one or more miners having adopted a policy of refusing to include more than one transaction per block.  See here:

http://btsblock.com/chain/ProtoShares

Ypool (the largest pool) appears to be one the bad actors.  If you compare block numbers from their stats page to the blockchain explorer, it looks like all of ypool's blocks are only including 1 transaction at most.

Thus, everyone trying to send PTS through the network is having to wait until someone else (such as the beeeeer pool) find a block, at which point a bunch of transactions finally get included in a block.

Why would they refuse transactions?

I hadn't realized this was going on, but was noticing that most of my transactions took 2-4 blocks before getting confirmed, even though I paid the fees.  At least now I know why that was happening.
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 18, 2013, 01:57:18 am
FYI - I have still not received my final transaction, so there are still network propagation delays of epic proportions.    Anyone who has received a payout please post so that we can all feel better about these shares in limbo...
Title: Re: Coyote Miner | PPS Mining Pool
Post by: yago on November 18, 2013, 11:07:59 am
FYI - I have still not received my final transaction, so there are still network propagation delays of epic proportions.    Anyone who has received a payout please post so that we can all feel better about these shares in limbo...

Received mine yesterday, thanks for your work!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Silfax on November 18, 2013, 12:04:09 pm
Pretty certain I received mine as well. Thanks bytemaster!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: craggietx on November 18, 2013, 05:24:23 pm
Bytemaster.   my most recent payment was at 09:56 UTC today to address PhfcTjtCvfTrFkmVwa9VcaqTyCigPu8Gmp for .535178

Can you tell how many more transactions are still pending given this information?   

This is serving as an interesting datapoint on propogation delay IMHO.

Thanks again for the payout!
Title: Re: Coyote Miner | PPS Mining Pool
Post by: Ali on November 19, 2013, 09:59:01 pm
I get this on OS X Mavericks when trying to execute your binary:

Code: [Select]
./coyote_miner
dyld: lazy symbol binding failed: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
  Referenced from: /Users/ali/Downloads/./coyote_miner
  Expected in: /usr/lib/libstdc++.6.dylib

dyld: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
  Referenced from: /Users/ali/Downloads/./coyote_miner
  Expected in: /usr/lib/libstdc++.6.dylib

Trace/BPT trap: 5
Title: Re: Coyote Miner | PPS Mining Pool
Post by: bytemaster on November 19, 2013, 11:54:48 pm
I get this on OS X Mavericks when trying to execute your binary:

Code: [Select]
./coyote_miner
dyld: lazy symbol binding failed: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
  Referenced from: /Users/ali/Downloads/./coyote_miner
  Expected in: /usr/lib/libstdc++.6.dylib

dyld: Symbol not found: __ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
  Referenced from: /Users/ali/Downloads/./coyote_miner
  Expected in: /usr/lib/libstdc++.6.dylib

Trace/BPT trap: 5

You need to download and install http://the-iland.net/static/downloads/opt.tar.gz and decompress it to /

This thread is now closed.