Bitcoin Forum
April 30, 2024, 10:22:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [ANN][BQC][P2pool] - First BBQCoin P2Pool - http://bbq.crabdance.com:8900  (Read 3193 times)
gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 07, 2013, 06:07:08 PM
Last edit: May 08, 2013, 06:42:51 AM by gritter
 #1

BBQCoin P2Pool Server:

Server:
http://bbq.crabdance.com:8900


Mining User: Your BBQCoin Address
Mining Pass: Anything

cgminer example:
Quote
cgminer --scrypt -o bbq.crabdance.com:8900 -u yourBBQaddress -p x -s 1 --expiry 1 --gpu-threads 1 --queue 0

Tip:
Ensure the above cgminer settings are applied to get the lowest reject rates: run cgminer then press S and check that Scantime is 1, Expiry is 1 and Queue is 0, if not press S again and change Scantime to 1, press E to change Expiry to 1 and press Q to change Queue to 0. If all settings are correct it should look like this:

Code:
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  74.0C 2091RPM | 210.7K/211.5Kh/s | A: 60 R: 14 HW:0 U:  7.10/m I:16
--------------------------------------------------------------------------------

[Q]ueue: 0
[S]cantime: 1
[E]xpiry: 1
[W]rite config file
[C]gminer restart
Select an option or any other key to return

cudaminer example:
Quote
cudaminer -o bbq.crabdance.com:8900 -u yourBBQaddress -p x

cpuminer example:
Quote
minerd -o bbq.crabdance.com:8900 -u yourBBQaddress -p x

Dont know how to setup your miner? See this thread for AMD GPUs https://bitcointalk.org/index.php?topic=117221.0
When mining on BBQ Pools you can follow the litecoin instructions and just change the pool adress to a BBQ pool
1714515778
Hero Member
*
Offline Offline

Posts: 1714515778

View Profile Personal Message (Offline)

Ignore
1714515778
Reply with quote  #2

1714515778
Report to moderator
1714515778
Hero Member
*
Offline Offline

Posts: 1714515778

View Profile Personal Message (Offline)

Ignore
1714515778
Reply with quote  #2

1714515778
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
May 07, 2013, 06:10:56 PM
 #2

thank you for another BBQ pool, very much liking the support this coin is getting Smiley
e521
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 07, 2013, 06:11:39 PM
 #3

source?

edit: just saw the post, any how-to on modify and compile on linux?
I already have a cnc p2pool, this should be much different

gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 07, 2013, 06:20:00 PM
 #4

source?

edit: just saw the post, any how-to on modify and compile on linux?
I already have a cnc p2pool, this should be much different

Im not really a coder so dont want to maintain it on github, but basically you take the latest p2pool from here https://github.com/forrestv/p2pool and then replace the litecoins sections with the ones from my post, run it as if you would run a litecoin pool (so --net litecoin)

maybe Narken will add it to his source at https://github.com/narken/p2pool-altcoins or someone else puts it up

blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 07, 2013, 06:21:42 PM
 #5

Best would be to send all change request to narken instead of having multiple ones.

I am deleting my p2pool clones to make sure everything goes to narken.

Bitrated user: blastbob.
e521
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 07, 2013, 06:27:41 PM
 #6

yes it would be ideal because mining on a local p2pool node is much more efficient

gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 07, 2013, 06:35:56 PM
 #7

i've PMed Narken and asked if he can add it to his github

if you know how to run a local p2pool node, then you can make this simply code change though i would have thought, of course its more convenient to have it in a repository Smiley
gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 07, 2013, 06:40:49 PM
 #8

should probably mention: open port 12339 if you run your own P2Pool using my code changes
str4wm4n
Legendary
*
Offline Offline

Activity: 1611
Merit: 1001


View Profile
May 07, 2013, 06:45:16 PM
 #9

YEEE HAWWWW!
gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 07, 2013, 06:56:00 PM
 #10

i can smell a tasty block of BBQ soon at this hashrate Smiley
gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 07, 2013, 07:15:34 PM
 #11

why is luck never on our side for the first block? Sad
blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 07, 2013, 07:46:38 PM
 #12

Block is found it seems Smiley

Bitrated user: blastbob.
testerx
Hero Member
*****
Offline Offline

Activity: 608
Merit: 500



View Profile
May 07, 2013, 11:06:33 PM
Last edit: May 08, 2013, 12:34:19 AM by testerx
 #13

EDIT:
Narken added most things, I submitted some extra nodes in case people want them but the crabdance node seems to work well.
Difficulty is pretty low right now on the p2pool chain though.
gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 08, 2013, 01:18:09 AM
 #14

lots of blocks found it seems, and payouts are happening
gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 08, 2013, 02:08:49 AM
 #15

p2pool restarted, BBQCoin P2Ppool network is at around 25MH/s now!
gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 08, 2013, 02:53:20 AM
 #16

BBQCoin P2Pool Network at 35MH/s now, join the BBQ and help it push to 100MH/s! Blocks are found (every time a block is found payouts happen instantly on P2Pool!) every couple minutes now
baus
Member
**
Offline Offline

Activity: 203
Merit: 10



View Profile
May 08, 2013, 02:56:03 AM
 #17

throwing my 6 7950s there now Smiley
gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 08, 2013, 03:17:55 AM
 #18

throwing my 6 7950s there now Smiley

i only have 3 7950, case wont fit more, openair not an option due to WAF Smiley
bigdaub
Full Member
***
Offline Offline

Activity: 179
Merit: 100



View Profile
May 08, 2013, 03:57:55 AM
 #19

Throwing my Core i7 at it  Grin

gritter (OP)
Full Member
***
Offline Offline

Activity: 147
Merit: 101

Datum.network - register for Pre-ICO


View Profile WWW
May 08, 2013, 04:01:55 AM
 #20

Throwing my Core i7 at it  Grin

every bit counts Smiley at 40MH/s now
Pages: [1] 2 »  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!