Bitcoin Forum
June 19, 2024, 10:26:15 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8]  All
  Print  
Author Topic: Need p2pool for BitBar. Any p2pool gods??  (Read 10017 times)
rbdrbd (OP)
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
May 04, 2013, 04:01:00 AM
 #141

There is a protocol switch at block #9869 in the BitBar code.  Using p2pool before we have reached that block is not possible.

Good to know we weren't insane or stupid with trying to set up p2pool. Smiley

Can you provide a github link to that part in the code? Seem like an intentional thing by the authors?
j980
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 04, 2013, 04:05:57 AM
 #142

There is a protocol switch at block #9869 in the BitBar code.  Using p2pool before we have reached that block is not possible.

Good to know we weren't insane or stupid with trying to set up p2pool. Smiley

Can you provide a github link to that part in the code? Seem like an intentional thing by the authors?

Search for "p2pool" in main.h. 

Yes, I think the switch was added by Balthazar to make it compatible with p2p, probably close to block 9869 for PPCoin.  But for BitBar this is still quite a bit off (30 days or so).
sido
Full Member
***
Offline Offline

Activity: 148
Merit: 100



View Profile
May 04, 2013, 04:21:40 AM
 #143


Those are kernel tweaks via sysctl.conf, mostly around networking. You could also try http://www.cyberciti.biz/faq/linux-unix-nginx-too-many-open-files/ (see the section on "Increase Open FD Limit at Linux OS Level")

http://linux-quirks.blogspot.com/2011/02/too-many-open-files.html may also be helpful.


i was change limits for open files already, but also i was forgot close the screen.. but it's not enought still.. i need to reboot the server
xorxor
Sr. Member
****
Offline Offline

Activity: 476
Merit: 253



View Profile
May 04, 2013, 04:31:07 AM
 #144

There is a protocol switch at block #9869 in the BitBar code.  Using p2pool before we have reached that block is not possible.

Good to know we weren't insane or stupid with trying to set up p2pool. Smiley

Can you provide a github link to that part in the code? Seem like an intentional thing by the authors?

Search for "p2pool" in main.h. 

Yes, I think the switch was added by Balthazar to make it compatible with p2p, probably close to block 9869 for PPCoin.  But for BitBar this is still quite a bit off (30 days or so).

yup, found that:

https://bitcointalk.org/index.php?topic=143221.msg1550632#msg1550632

looks like taken straight from NVC code.

fuck deeponion, fuck bitcoincash, all glory to one BITCOIN
sido
Full Member
***
Offline Offline

Activity: 148
Merit: 100



View Profile
May 04, 2013, 06:40:50 AM
 #145

i don't want to disturb your conversation, so i was made new topis https://bitcointalk.org/index.php?topic=194781.0 for pushpool
TheSwede75
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
May 04, 2013, 04:47:41 PM
 #146

Holy shitsnacks, 0.1 BTB a day with 1 m/hash wtf. These things ARE rare!
LeftToeCut
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
May 07, 2013, 11:38:49 PM
 #147

Any p2pool forks ready once we hit block #9869 ?
RobRoy
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
May 07, 2013, 11:42:25 PM
 #148

Any p2pool forks ready once we hit block #9869 ?

Ready Smiley

http://p2pool.web2go.hu:8336/
walf_man
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 17, 2013, 11:27:20 AM
 #149

i hope you success.

i want to study how to mining new coin in p2pool
Invest0r
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 17, 2013, 03:27:58 PM
 #150

Just a few days more.. I'd really like to see p2pools for bitbar.

Speculating..
whitedragon
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
May 22, 2013, 12:50:46 PM
 #151

So is anybody out there ready to make a guide on how to modify p2pool when new coins come out yet?  Would be great if more of us out there could get pools going faster and maybe not have the orphan conventions on coin releases.

Then again...there are alot of coins that should just be allowed to orphan and fork themselves into oblivion as quickly as possible....
baloo_kiev
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
May 27, 2013, 08:17:28 PM
 #152

Hello!

I have found some lines that have to be modified here https://github.com/j980/p2pool

1) p2pool/bitcoin/networks.py line 11:
Code:
bnLowerBound = 0.0001

2) p2pool/bitcoin/networks.py line 15:
Code:
while bnLowerBound + 0.0001 <= bnUpperBound:

3) p2pool/bitcoin/networks.py line 25:
Code:
nSubsidy = nSubsidy - 0.0001

4) p2pool/bitcoin/networks.py line 39:
Code:
SUBSIDY_FUNC=lambda target: get_subsidy(6, 1, target),

5) p2pool/data.py line 16:
Code:
minout = pow(10, 6) / 10000;

Also, concerning block 9689 switch, I can't figure out what the stake entropy bit has to do with proof-of-work mining  Huh

Now testing the pool at http://78.27.191.182:8333/. Unfortunately, I have less than 1MH/s



PGP: 6EC48BA7
Welcome to my p2pool: BTC
baloo_kiev
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
May 28, 2013, 01:52:46 PM
 #153

Working source: https://github.com/baloo-kiev/p2pool
Public node (0% fee): http://78.27.191.182:8333/

PGP: 6EC48BA7
Welcome to my p2pool: BTC
baloo_kiev
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
May 29, 2013, 05:05:29 PM
 #154


Commited some more fixes. Already found 2 blocks. Read this: https://bitcointalk.org/index.php?topic=217894.0

PGP: 6EC48BA7
Welcome to my p2pool: BTC
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1359



View Profile
August 22, 2013, 04:20:42 PM
 #155


Also, concerning block 9689 switch, I can't figure out what the stake entropy bit has to do with proof-of-work mining  Huh
PoW blocks are used as the entropy source as well as PoS blocks.
guugll
Full Member
***
Offline Offline

Activity: 190
Merit: 100



View Profile WWW
September 06, 2013, 10:51:58 PM
 #156

Hello!

I have found some lines that have to be modified here https://github.com/j980/p2pool

1) p2pool/bitcoin/networks.py line 11:
Code:
bnLowerBound = 0.0001

2) p2pool/bitcoin/networks.py line 15:
Code:
while bnLowerBound + 0.0001 <= bnUpperBound:

3) p2pool/bitcoin/networks.py line 25:
Code:
nSubsidy = nSubsidy - 0.0001

4) p2pool/bitcoin/networks.py line 39:
Code:
SUBSIDY_FUNC=lambda target: get_subsidy(6, 1, target),

5) p2pool/data.py line 16:
Code:
minout = pow(10, 6) / 10000;

Also, concerning block 9689 switch, I can't figure out what the stake entropy bit has to do with proof-of-work mining  Huh

Now testing the pool at http://78.27.191.182:8333/. Unfortunately, I have less than 1MH/s




Hi , i am curious - how did you found this lines:

4) p2pool/bitcoin/networks.py line 39:
Code:
SUBSIDY_FUNC=lambda target: get_subsidy(6, 1, target),

here is the change from 100 to 1 (NVC vs BB) but why? (i try to get any direction - thx)

5) p2pool/data.py line 16:
Code:
minout = pow(10, 6) / 10000;

trying to mod your pool to Orbitcoin specs.

baloo_kiev
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
September 22, 2013, 11:51:11 PM
 #157


here is the change from 100 to 1 (NVC vs BB) but why? (i try to get any direction - thx)


Because BTB is NVC clone with 100 times less coins, i.e. the block reward is 100 times less.

5) p2pool/data.py line 16:
Code:
minout = pow(10, 6) / 10000;

The same here: minimal output (and minimal tx fee) is 100 times less in BTB (0.0001 vs. 0.01 in NVC)

PGP: 6EC48BA7
Welcome to my p2pool: BTC
Pages: « 1 2 3 4 5 6 7 [8]  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!