Bitcoin Forum
June 21, 2024, 09:27:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 »  All
  Print  
Author Topic: [ANN][YAC][POOL]p2pool for yacoin!!  (Read 28152 times)
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
June 12, 2013, 04:24:24 PM
Last edit: June 12, 2013, 04:39:43 PM by rav3n_pl
 #261

My YAC node also crashed.
But, if you changing network options you should also change hexes and p2p port and DELETE current share chain.
I made some modifications and run my node
https://github.com/Rav3nPL/p2pool-yac
Try it if you want.
Best way to git clone it to new directory.
Changed:
- payout for 12hrs
- pay for up to 10 blocks
- share period 10 seconds
- diff retarget for 30 shares (5 minutes)
- my node as seed node
- p2p port 8337
- hexes to not mess another chains



1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
x3maniac
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
June 12, 2013, 05:18:38 PM
Last edit: June 12, 2013, 05:29:21 PM by x3maniac
 #262

My YAC node also crashed.
But, if you changing network options you should also change hexes and p2p port and DELETE current share chain.
I made some modifications and run my node
https://github.com/Rav3nPL/p2pool-yac
Try it if you want.
Best way to git clone it to new directory.
Changed:
- payout for 12hrs
- pay for up to 10 blocks
- share period 10 seconds
- diff retarget for 30 shares (5 minutes)
- my node as seed node
- p2p port 8337
- hexes to not mess another chains




ok i cloned your git  Grin gonna see how this runs. so far so good no error

p2pool.dsync.net:21112

edit very good so far no error like before. very low doa 2% on my pool with 300 kHs
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
June 12, 2013, 05:32:56 PM
 #263

Same. We just found the first 2 blocks in 3 minutes. Cheesy

x3maniac
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
June 12, 2013, 05:37:57 PM
 #264

Same. We just found the first 2 blocks in 3 minutes. Cheesy
yup sweet deal. now if we can get caish5 to come over with his 1.5 mhs rate we will be sitting pretty  Grin
YacLives
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile WWW
June 12, 2013, 05:41:10 PM
 #265

My YAC node also crashed.
But, if you changing network options you should also change hexes and p2p port and DELETE current share chain.
I made some modifications and run my node
https://github.com/Rav3nPL/p2pool-yac
Try it if you want.
Best way to git clone it to new directory.
Changed:
- payout for 12hrs
- pay for up to 10 blocks
- share period 10 seconds
- diff retarget for 30 shares (5 minutes)
- my node as seed node
- p2p port 8337
- hexes to not mess another chains




Made the switch also.


for anyone wanting a smooth, quick transition, you can use the following commands

Code:
git clone https://github.com/Rav3nPL/p2pool-yac.git

rm -r yacoin-p2pool

cd p2pool-yac/yac_scrypt

sudo python setup.py install

cd

killall -g python

cd p2pool-yac

nohup python run_p2pool.py

close terminal and go back to eating icecream

Awesome luck its a good start Smiley 3 blocks in a couple mins haha
procrypto
Full Member
***
Offline Offline

Activity: 224
Merit: 100


Shitcoin Maximalist


View Profile
June 12, 2013, 09:29:34 PM
 #266

Switched too, thanks rav3n_pl. Certainly seems like a massive improvement so far.  Smiley
caish5
Sr. Member
****
Offline Offline

Activity: 324
Merit: 250



View Profile WWW
June 12, 2013, 10:59:02 PM
 #267

OK
I'm connected up!

Bitvolcano YAC, BBQ and WDC P2Pools at http://bitvolcano.com
YacLives
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile WWW
June 13, 2013, 04:02:51 AM
Last edit: June 13, 2013, 04:24:08 AM by YacLives
 #268

Ok something dosnt seem right, pool efficiencies are way down and lots more red in the graphs

is this a problem or is there a logical reason for it

is it because the share time is longer, so the ratio of shares to DOA/orphans is closer so it looks bad but in actual fact the network is doing much better overall?

or is it these gpus throwing lots of rejects out there

im just worried and can someone confirm how the new payment system is meant to work is it

10 blocks or is it shares submitted for ten blocks tallied up and then a lump payout is every 12 hours

or is it whichever comes first ten blocks or 12 hours?
x3maniac
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
June 13, 2013, 04:35:29 AM
 #269

is something going on with our nodes? the last 12 or so blocks are all orphans
caish5
Sr. Member
****
Offline Offline

Activity: 324
Merit: 250



View Profile WWW
June 13, 2013, 06:11:46 AM
 #270

Mine went to a lot of "too many open files" errors
I changed back to my code which I know works solo.

So for now I'm disconnected from you guys again.

Bitvolcano YAC, BBQ and WDC P2Pools at http://bitvolcano.com
YacLives
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile WWW
June 13, 2013, 06:18:31 AM
 #271

http://anonymouse.org/cgi-bin/anon-www.cgi/http://img12.imageshack.us/img12/7986/whatthefq.png


Whats going on here and none of us got a payout since block id 90347 untill block id 90670 which was when my payouts started again
im starting to get payouts now after caish5 said he left lol but i think thats coincidence

Im sure someone can explain this
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
June 13, 2013, 06:24:38 AM
 #272

Looks like we catch some orphans Smiley
Those "doubles" seems to be found by different nodes/miners. Probably they have high GBT latency.
2 of them are relayed by 108.58.12.54

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
YacLives
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile WWW
June 13, 2013, 06:30:32 AM
 #273

Looks like we catch some orphans Smiley
Those "doubles" seems to be found by different nodes/miners. Probably they have high GBT latency.
2 of them are relayed by 108.58.12.54

ohphans drunk on long island ice tea no doubt

but you would think our chain would have been trusted more

 but anyhow i really think we need to get everyone back into the one pool again
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
June 13, 2013, 06:36:43 AM
 #274

im just worried and can someone confirm how the new payment system is meant to work is it

10 blocks or is it shares submitted for ten blocks tallied up and then a lump payout is every 12 hours

or is it whichever comes first ten blocks or 12 hours?
It it not "new" Smiley
Pool pays for last 12hrs but up to 10 blocks in this time.
So if you mine hour and grab some valid shareas you will get pay up to 12hrs but max 10 blocks.

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
procrypto
Full Member
***
Offline Offline

Activity: 224
Merit: 100


Shitcoin Maximalist


View Profile
June 13, 2013, 09:20:43 AM
 #275

Been much better for me since I switched so I'm staying with the rav3n_pl version.

I hit the "too many open files" thing a couple of times when I first switched, but I've increased these limits on the server and now its fine.
caish5
Sr. Member
****
Offline Offline

Activity: 324
Merit: 250



View Profile WWW
June 13, 2013, 10:28:39 AM
 #276

Well I've increased my limits and rejoined.

Fingers Crossed!

Bitvolcano YAC, BBQ and WDC P2Pools at http://bitvolcano.com
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
June 13, 2013, 10:55:27 AM
 #277

For those, who run on "too many open files" trouble (for ubuntu and similar):
1. check current value by "cat /proc/sys/fs/file-max" (my server have 814795)
2. increase it by "sudo mcedit /etc/sysctl.conf" and change "fs.file-max=xxxx" line (or use vi or any other editor instead of mcedit)
3. apply settings by "sudo sysctl -p"

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
June 13, 2013, 12:05:34 PM
Last edit: June 13, 2013, 01:39:24 PM by eule
 #278

Got lots of those "too many files open" errors too, i did this:
nano /etc/security/limits.conf
added this:
* soft nofile 8192
* hard nofile 65536
We'll see if that worked.  Cheesy Sorry everyone mining at my node for the downtimes...
edit: nope, crashed again. /proc/sys/fs/file-max was at 2465517 already, so i switched back to the bitvolcano code.
edit2: changed hard nofile to 65536 too, it should work now...

caish5
Sr. Member
****
Offline Offline

Activity: 324
Merit: 250



View Profile WWW
June 13, 2013, 01:38:00 PM
 #279

Got lots of those "too many files open" errors too, i did this:
nano /etc/security/limits.conf
added this:
* soft nofile 8192
* hard nofile 65536
We'll see if that worked.  Cheesy Sorry everyone mining at my node for the downtimes...
edit: nope, crashed again. /proc/sys/fs/file-max was at 2465517 already, so i switched back to the bitvolcano code.
I've switched back to the rav3n_pl code!

I fixed the too many files error with this....
http://posidev.com/blog/2009/06/04/set-ulimit-parameters-on-ubuntu/

Bitvolcano YAC, BBQ and WDC P2Pools at http://bitvolcano.com
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
June 13, 2013, 01:52:34 PM
 #280

Switched back aswell, hope it will finally work stable now. Thx for the link, didn't yet do the  /etc/pam.d/common-session thing but will try that too if the problem keeps happening.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!