Pages:
Author

Topic: BBQCoin, the coin you want to eat. - page 35. (Read 143109 times)

hero member
Activity: 868
Merit: 1001
https://keybase.io/masterp FREE Escrow Service
April 24, 2013, 09:31:19 PM
No exchange coming up. I'll buy your coins for 0.1 BTC per 10K BQC Grin
legendary
Activity: 1611
Merit: 1001
April 24, 2013, 07:18:38 PM
0.4 difficulty  wow!  Shocked
newbie
Activity: 76
Merit: 0
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
April 24, 2013, 06:26:21 PM
Are we going to get an Exchange or not?

Rude? Patience is a virtue.
legendary
Activity: 1611
Merit: 1001
April 24, 2013, 06:12:36 PM
Are we going to get an Exchange or not?
legendary
Activity: 910
Merit: 1000
April 24, 2013, 03:21:59 PM
is there a pool yet?

I started on yesterday that is now flourshing and working very well

http://ub3rl33t.com

I think we are getting too big now.
legendary
Activity: 1792
Merit: 1008
/dev/null
April 23, 2013, 07:16:52 PM
seems as entering the number 59333 at the top right side into the search function is too hard...
https://bitcointalksearch.org/topic/m.1513494
hero member
Activity: 608
Merit: 500
April 23, 2013, 06:56:50 PM
Hmm, in the code for p2pool you're supposed to put the number of blocks before it'll halve, I'm not sure what you use if it never halves....maybe you can get away with just putting a humongous number.  I looked through the code for bbqcoind and it seems like 59333 is supposed to be the p2p port? Except it doesn't seem to actually work when I tell p2pool to use it.  19323 looks like it's supposed to be the testnet port.

I also need to figure out how to get p2pool to accept bbqcoin addresses but I'm not even sure what the difference is between a BBQCoin address and a regular litecoin address.  I edited the networks.py but it seems like with BBQCoin you can't get away with using the same prefixes as LTC like Feathercoin does, but I'm not sure how to make p2pool take BBQcoin addresses specifically.

Anybody able to help me out with this?  Take a look here and lemme know if you have any ideas https://github.com/teknobasterd/p2pool-bbq

If we can 1) Figure out how to get the p2p port working in bbqcoind and 2) have someone help me format the prefix and identifier parts for BBQCoin in networks.py then we should be able to get p2pool running for BBQCoin.
how about searching this thread for those numbers? then you find it out pretty fast...
I've read through this whole thread, where did anybody ever post the hex encoded prefix and address format for the network?  Half the information is incorrect in this thread anyway, there's tons of posts claiming 19323 is the port when it's the testnet port and nobody ever mentioned 59333 though that seems to be because it doesn't work.

I don't need snarky posts about searching threads when I've spent hours trying to figure this out.  If you want to submit actual working code go ahead but posting useless tips about searching the thread for stuff that's obviously not in the thread is just being a jerk.    I'm posting to tell you that the ports aren't what's posted here and you're telling me to go read the thread when my post is about the port numbers in the thread being wrong and that I need help with the address prefix formatting encoded in hex.  
in this case learn how to use the search function...
if you would have used the search function with those numbers you had your answer from the start. dont blame it on me if you dont know how to use the search function.
also you could just do
Code:
$ netstat -n --listening -p | grep bbqcoind
to find out which port it is.
you got a brain, use it! if your unable to use your brain pls commit suicide and help humanity to evolve further (dont take this serious Wink)

I already know the port numbers from looking at the source code so why would I use netstat?  And I don't know why you're so obsessed with using the search function to search for information that doesn't exist in the thread.

If you're this brilliant at searching the thread then why don't you point out which nonexistent post contains the code.
legendary
Activity: 1162
Merit: 1000
April 23, 2013, 06:43:56 PM
we are losing traction by the day any idea when these exchanges are supposed to happen?
legendary
Activity: 1792
Merit: 1008
/dev/null
April 23, 2013, 06:16:56 PM
Hmm, in the code for p2pool you're supposed to put the number of blocks before it'll halve, I'm not sure what you use if it never halves....maybe you can get away with just putting a humongous number.  I looked through the code for bbqcoind and it seems like 59333 is supposed to be the p2p port? Except it doesn't seem to actually work when I tell p2pool to use it.  19323 looks like it's supposed to be the testnet port.

I also need to figure out how to get p2pool to accept bbqcoin addresses but I'm not even sure what the difference is between a BBQCoin address and a regular litecoin address.  I edited the networks.py but it seems like with BBQCoin you can't get away with using the same prefixes as LTC like Feathercoin does, but I'm not sure how to make p2pool take BBQcoin addresses specifically.

Anybody able to help me out with this?  Take a look here and lemme know if you have any ideas https://github.com/teknobasterd/p2pool-bbq

If we can 1) Figure out how to get the p2p port working in bbqcoind and 2) have someone help me format the prefix and identifier parts for BBQCoin in networks.py then we should be able to get p2pool running for BBQCoin.
how about searching this thread for those numbers? then you find it out pretty fast...
I've read through this whole thread, where did anybody ever post the hex encoded prefix and address format for the network?  Half the information is incorrect in this thread anyway, there's tons of posts claiming 19323 is the port when it's the testnet port and nobody ever mentioned 59333 though that seems to be because it doesn't work.

I don't need snarky posts about searching threads when I've spent hours trying to figure this out.  If you want to submit actual working code go ahead but posting useless tips about searching the thread for stuff that's obviously not in the thread is just being a jerk.    I'm posting to tell you that the ports aren't what's posted here and you're telling me to go read the thread when my post is about the port numbers in the thread being wrong and that I need help with the address prefix formatting encoded in hex.  
in this case learn how to use the search function...
if you would have used the search function with those numbers you had your answer from the start. dont blame it on me if you dont know how to use the search function.
also you could just do
Code:
$ netstat -n --listening -p | grep bbqcoind
to find out which port it is.
you got a brain, use it! if your unable to use your brain pls commit suicide and help humanity to evolve further (dont take this serious Wink)
hero member
Activity: 868
Merit: 1001
https://keybase.io/masterp FREE Escrow Service
April 23, 2013, 04:26:08 PM
I've read through this whole thread, where did anybody ever post the hex encoded prefix and address format for the network?  Half the information is incorrect in this thread anyway, there's tons of posts claiming 19323 is the port when it's the testnet port and nobody ever mentioned 59333 though that seems to be because it doesn't work.

I don't need snarky posts about searching threads when I've spent hours trying to figure this out.  If you want to submit actual working code go ahead but posting useless tips about searching the thread for stuff that's obviously not in the thread is just being a jerk.    I'm posting to tell you that the ports aren't what's posted here and you're telling me to go read the thread when my post is about the port numbers in the thread being wrong and that I need help with the address prefix formatting encoded in hex. 

+1

You can't really expect people to sift through 30 pages to try to find information that should be clearly visible on bbqcoin.org
hero member
Activity: 608
Merit: 500
April 23, 2013, 04:19:17 PM
Hmm, in the code for p2pool you're supposed to put the number of blocks before it'll halve, I'm not sure what you use if it never halves....maybe you can get away with just putting a humongous number.  I looked through the code for bbqcoind and it seems like 59333 is supposed to be the p2p port? Except it doesn't seem to actually work when I tell p2pool to use it.  19323 looks like it's supposed to be the testnet port.

I also need to figure out how to get p2pool to accept bbqcoin addresses but I'm not even sure what the difference is between a BBQCoin address and a regular litecoin address.  I edited the networks.py but it seems like with BBQCoin you can't get away with using the same prefixes as LTC like Feathercoin does, but I'm not sure how to make p2pool take BBQcoin addresses specifically.

Anybody able to help me out with this?  Take a look here and lemme know if you have any ideas https://github.com/teknobasterd/p2pool-bbq

If we can 1) Figure out how to get the p2p port working in bbqcoind and 2) have someone help me format the prefix and identifier parts for BBQCoin in networks.py then we should be able to get p2pool running for BBQCoin.
how about searching this thread for those numbers? then you find it out pretty fast...
I've read through this whole thread, where did anybody ever post the hex encoded prefix and address format for the network?  Half the information is incorrect in this thread anyway, there's tons of posts claiming 19323 is the port when it's the testnet port and nobody ever mentioned 59333 though that seems to be because it doesn't work.

I don't need snarky posts about searching threads when I've spent hours trying to figure this out.  If you want to submit actual working code go ahead but posting useless tips about searching the thread for stuff that's obviously not in the thread is just being a jerk.    I'm posting to tell you that the ports aren't what's posted here and you're telling me to go read the thread when my post is about the port numbers in the thread being wrong and that I need help with the address prefix formatting encoded in hex. 
newbie
Activity: 76
Merit: 0
April 23, 2013, 11:03:18 AM
i've mined on megapool before but today it's not working?
hero member
Activity: 938
Merit: 1000
www.multipool.us
April 23, 2013, 10:31:34 AM
I'm planning to add BQC to my pool sometime this week.  I'll post here when it's ready.
legendary
Activity: 1792
Merit: 1008
/dev/null
April 23, 2013, 04:19:20 AM
Hmm, in the code for p2pool you're supposed to put the number of blocks before it'll halve, I'm not sure what you use if it never halves....maybe you can get away with just putting a humongous number.  I looked through the code for bbqcoind and it seems like 59333 is supposed to be the p2p port? Except it doesn't seem to actually work when I tell p2pool to use it.  19323 looks like it's supposed to be the testnet port.

I also need to figure out how to get p2pool to accept bbqcoin addresses but I'm not even sure what the difference is between a BBQCoin address and a regular litecoin address.  I edited the networks.py but it seems like with BBQCoin you can't get away with using the same prefixes as LTC like Feathercoin does, but I'm not sure how to make p2pool take BBQcoin addresses specifically.

Anybody able to help me out with this?  Take a look here and lemme know if you have any ideas https://github.com/teknobasterd/p2pool-bbq

If we can 1) Figure out how to get the p2p port working in bbqcoind and 2) have someone help me format the prefix and identifier parts for BBQCoin in networks.py then we should be able to get p2pool running for BBQCoin.
how about searching this thread for those numbers? then you find it out pretty fast...
hero member
Activity: 608
Merit: 500
April 22, 2013, 11:18:33 PM
Hmm, in the code for p2pool you're supposed to put the number of blocks before it'll halve, I'm not sure what you use if it never halves....maybe you can get away with just putting a humongous number.  I looked through the code for bbqcoind and it seems like 59333 is supposed to be the p2p port? Except it doesn't seem to actually work when I tell p2pool to use it.  19323 looks like it's supposed to be the testnet port.

I also need to figure out how to get p2pool to accept bbqcoin addresses but I'm not even sure what the difference is between a BBQCoin address and a regular litecoin address.  I edited the networks.py but it seems like with BBQCoin you can't get away with using the same prefixes as LTC like Feathercoin does, but I'm not sure how to make p2pool take BBQcoin addresses specifically.

Anybody able to help me out with this?  Take a look here and lemme know if you have any ideas https://github.com/teknobasterd/p2pool-bbq

If we can 1) Figure out how to get the p2p port working in bbqcoind and 2) have someone help me format the prefix and identifier parts for BBQCoin in networks.py then we should be able to get p2pool running for BBQCoin.
hero member
Activity: 868
Merit: 1001
https://keybase.io/masterp FREE Escrow Service
April 22, 2013, 10:54:11 PM
How many blocks is it before the reward subsidy halves for BBQCoin?  I really wish there was actual documentatino about what's up with bbqcoin,

According to what I read today, the reward for BQC doesn't change.
hero member
Activity: 608
Merit: 500
April 22, 2013, 10:28:59 PM
How many blocks is it before the reward subsidy halves for BBQCoin?  I really wish there was actual documentatino about what's up with bbqcoin,
hero member
Activity: 608
Merit: 500
April 22, 2013, 10:15:58 PM
Well I got it working sorta...bbqcoind is now up and running, I was having some NAT issues since it was running on a virtual machine but they're finally sorted...now just waiting for it to download the whole blockchain.  I tried to use a pre-downloaded blockchain but then bbqcoind flipped out because of the file permissions on them and I'm too lazy to go deal with the permissions so I'll just let it download the blockchain itself overnight.

Now I just need to modify p2pool to work with bbqcoind...I guess since nobody else has set it up before does that mean there's no bootstrap addresses to give p2pool? 
legendary
Activity: 2940
Merit: 1090
April 22, 2013, 10:09:58 PM
Hi guys, I've been trying to get bbqcoind to work on ubuntu and it's been driving me crazy, I basically got the same dependencies as for building litecoin and compiled it.  It seems to actually run but no matter what I do I can't access it to use as a server for my miners.  Anybody able to get it built and working right?
set rcpusername and rpcpssword. if you want to mine from a different host, add a new section to bbqcoin.conf with addnode=123.123.123.123 (replace with the IP of your miners). you can put addnode multiple timees into your conf file.

Not addnode. rpcallowip.

-MarkM-
Pages:
Jump to: