Author Topic: [ANN] ypool.net - Fast PTS pool  (Read 195678 times)

0 Members and 1 Guest are viewing this topic.

Offline jh00

  • Jr. Member
  • **
  • Posts: 36
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #71 on: November 13, 2013, 12:39:36 am »
Hi. Does this miner allow for solo mining? Pointing to 127.0.0.1 it connects but doesn't mine at all. Everything's set up for solo mining, just wondering if there is a reason it won't work. thanks!
The miner doesn't support solo mining.


Also I have some news. Orphan detection was massively delayed because of the high block rate, I rewrote the code for it and now it works almost immediate. However, everyone will notice a drop in their unconfirmed since so many blocks got marked as orphan all at once. In other words, I fixed a bug that caused unconfirmed to be higher than it actually is.

The orphan rate on the pool is quite high right now but it should go to nearly zero when the next difficulty adjustment happens.

Offline rando

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #70 on: November 13, 2013, 12:20:54 am »
@yago, When I run it, it connects successfully and says it logged in, but then says "Illegal instruction (core dumped)" and exits. Would you know why?

I have tried:

make CFLAGS="-O3 -march=native"
make CFLAGS="-O3 -march=corei7"
make CFLAGS="-O3 -march=generic"
make CFLAGS="-O3"

All create a binary that gives the same error.

Intel Xeon - 64 bit Linux Ubuntu
Try make CFLAGS=-g and run it with gdb until it crashes, then give me a backtrace.

Thanks. But I already got it. I just used a new machine. :) Then this one worked: make CFLAGS="-O3 -march=native"

Offline rando

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #69 on: November 13, 2013, 12:19:44 am »
Hi. Does this miner allow for solo mining? Pointing to 127.0.0.1 it connects but doesn't mine at all. Everything's set up for solo mining, just wondering if there is a reason it won't work. thanks!

Could you do a post or thread on how you solo mine with this please? I'm interested to learn how one can solo mine without directly using the main protosharesd client.

Offline tyeken8

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #68 on: November 13, 2013, 12:15:28 am »
@yago, When I run it, it connects successfully and says it logged in, but then says "Illegal instruction (core dumped)" and exits. Would you know why?

I have tried:

make CFLAGS="-O3 -march=native"
make CFLAGS="-O3 -march=corei7"
make CFLAGS="-O3 -march=generic"
make CFLAGS="-O3"

All create a binary that gives the same error.

Intel Xeon - 64 bit Linux Ubuntu
Try make CFLAGS=-g and run it with gdb until it crashes, then give me a backtrace.

Offline ruletheworld

  • Full Member
  • ***
  • Posts: 162
    • View Profile
    • BTC Geek
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #67 on: November 13, 2013, 12:09:17 am »
The pool is down again?
PTS: PYRqARWMGQ1PeZvjJM6iWJxf2ouwYcueHF
BTC: 1NeRoAKp137GTDUEBaonbu5BUGPN17Xw5n
http://btcgeek.com

Offline spoonman

  • Full Member
  • ***
  • Posts: 95
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #66 on: November 13, 2013, 12:08:53 am »
pool seems down?

hashbit

  • Guest
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #65 on: November 12, 2013, 11:53:17 pm »
Kaspersky 2013 quarantied the 64 bit exe. It flagged it as UDS: Dangerous Object.multi.generic.   Can this be fixed?

Offline rando

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #64 on: November 12, 2013, 11:03:28 pm »
@yago, When I run it, it connects successfully and says it logged in, but then says "Illegal instruction (core dumped)" and exits. Would you know why?

I have tried:

make CFLAGS="-O3 -march=native"
make CFLAGS="-O3 -march=corei7"
make CFLAGS="-O3 -march=generic"
make CFLAGS="-O3"

All create a binary that gives the same error.

Intel Xeon - 64 bit Linux Ubuntu

Sorry but I don't know why that binary fails on your server.
Are you using a virtual machine?

Try to reboot if possible.

Found this using google, maybe it works for you:
Code: [Select]
try setting the following prior to building:
$ export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu


That didn't work. I must have screwed up the machine trying to get wine to work earlier. I started with a fresh machine and it's running well.

Thanks.

Is >512mb per thread supported in your version?
Edit: Nope. it's not yet. "unknown option"
« Last Edit: November 12, 2013, 11:08:20 pm by rando »

MessyCoin

  • Guest
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #63 on: November 12, 2013, 10:56:58 pm »
Hi. Does this miner allow for solo mining? Pointing to 127.0.0.1 it connects but doesn't mine at all. Everything's set up for solo mining, just wondering if there is a reason it won't work. thanks!

Offline yago

  • Full Member
  • ***
  • Posts: 188
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #62 on: November 12, 2013, 10:35:44 pm »
@yago, When I run it, it connects successfully and says it logged in, but then says "Illegal instruction (core dumped)" and exits. Would you know why?

I have tried:

make CFLAGS="-O3 -march=native"
make CFLAGS="-O3 -march=corei7"
make CFLAGS="-O3 -march=generic"
make CFLAGS="-O3"

All create a binary that gives the same error.

Intel Xeon - 64 bit Linux Ubuntu

Sorry but I don't know why that binary fails on your server.
Are you using a virtual machine?

Try to reboot if possible.

Found this using google, maybe it works for you:
Code: [Select]
try setting the following prior to building:
$ export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu
http://bitsharestalk.org/donate.html  <---- Donate to the BitShares Forum ----> PforumPLfVQXTi4QpQqKwoChXHkoHcxGuA

Offline rando

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #61 on: November 12, 2013, 10:24:23 pm »
@yago, When I run it, it connects successfully and says it logged in, but then says "Illegal instruction (core dumped)" and exits. Would you know why?

I have tried:

make CFLAGS="-O3 -march=native"
make CFLAGS="-O3 -march=corei7"
make CFLAGS="-O3 -march=generic"
make CFLAGS="-O3"

All create a binary that gives the same error.

Intel Xeon - 64 bit Linux Ubuntu

Offline yago

  • Full Member
  • ***
  • Posts: 188
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #60 on: November 12, 2013, 10:21:56 pm »
Trying to mine with several workers on the same LAN. Seems that the miners connect to the server, but on ypool.net site it says that only one or zero miners are connected  :-\

Also "Unconfirmed (PTS)" is too low. A friend with 3x collisions/min has 20x balance, and I was mining on that pool before him :(

Seems that something is wrong here, right? How should I fix it?
http://bitsharestalk.org/donate.html  <---- Donate to the BitShares Forum ----> PforumPLfVQXTi4QpQqKwoChXHkoHcxGuA

Offline JohnD

  • Full Member
  • ***
  • Posts: 76
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #59 on: November 12, 2013, 10:18:54 pm »
Hey,

the payout does not really work for me. I have ~4 PTS now and my auto payout is set to 2.
Donate if you like it:
PTS: Pi236u2LoqHjt8xs75YdQ7ZEFGuMqVd9sJ
BTC: 1AngSrJcBxG3zBks8DnPzvTU3Q2d678XaF

Offline yago

  • Full Member
  • ***
  • Posts: 188
    • View Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #58 on: November 12, 2013, 09:50:58 pm »
Hmm the auto reconnect does not work for me.

Quick fix for the auto-reconnect issue:

Code: [Select]
cd jhProtominer/src/jhProtominer
perl -pe 's/Sleep\(45000\);/exit\(1\);/g' main.cpp | perl -pe 's/45 seconds/8 seconds/g' > m ; mv m main.cpp ; make CFLAGS="-O3 -march=native"
echo "while true; do ./jhProtominer -o ypool.net -u yago.propinas -p x -m512 -t 4; sleep 8; done" > jhminer.sh ; chmod +x jhminer.sh
./jhminer.sh

It modifies the source to exit when that error appears, compile it and then create a script to auto-launch jhProtominer again after error.
http://bitsharestalk.org/donate.html  <---- Donate to the BitShares Forum ----> PforumPLfVQXTi4QpQqKwoChXHkoHcxGuA

Offline RejectKid

  • Full Member
  • ***
  • Posts: 87
    • View Profile
    • Facebook Profile
Re: [ANN] ypool.net + Custom high speed miner (up to 500% faster)
« Reply #57 on: November 12, 2013, 09:07:14 pm »
is there a way to limit the number of threads?

-t numberofthreads ?

dang tried to rush back on here and say i got it...  lol but yes thats correct.
PTS: Pu4ahefp2nMXeQw2cxome8g6V9B4faLx81 BTC: 1NcZg4xF9zSCNUpVanfwfMJY7kqAXtdrbu MMC: MWsdbnkdZRPNEQru1YeeATZTGmqhuSYFoN
Reddit: www.reddit.com/r/protoshare www.reddit.com/r/memorycoin