Bitcoin Forum
April 25, 2024, 02:10:43 PM *
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 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  Print  
Author Topic: BBQCoin, the coin you want to eat.  (Read 142814 times)
testerx
Hero Member
*****
Offline Offline

Activity: 608
Merit: 500



View Profile
April 23, 2013, 04:18:33 AM
 #541

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.
1714054243
Hero Member
*
Offline Offline

Posts: 1714054243

View Profile Personal Message (Offline)

Ignore
1714054243
Reply with quote  #2

1714054243
Report to moderator
1714054243
Hero Member
*
Offline Offline

Posts: 1714054243

View Profile Personal Message (Offline)

Ignore
1714054243
Reply with quote  #2

1714054243
Report to moderator
1714054243
Hero Member
*
Offline Offline

Posts: 1714054243

View Profile Personal Message (Offline)

Ignore
1714054243
Reply with quote  #2

1714054243
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714054243
Hero Member
*
Offline Offline

Posts: 1714054243

View Profile Personal Message (Offline)

Ignore
1714054243
Reply with quote  #2

1714054243
Report to moderator
1714054243
Hero Member
*
Offline Offline

Posts: 1714054243

View Profile Personal Message (Offline)

Ignore
1714054243
Reply with quote  #2

1714054243
Report to moderator
1714054243
Hero Member
*
Offline Offline

Posts: 1714054243

View Profile Personal Message (Offline)

Ignore
1714054243
Reply with quote  #2

1714054243
Report to moderator
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
April 23, 2013, 09:19:20 AM
 #542

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...

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
April 23, 2013, 03:31:34 PM
 #543

I'm planning to add BQC to my pool sometime this week.  I'll post here when it's ready.

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
pentix
Newbie
*
Offline Offline

Activity: 76
Merit: 0



View Profile
April 23, 2013, 04:03:18 PM
 #544

i've mined on megapool before but today it's not working?
testerx
Hero Member
*****
Offline Offline

Activity: 608
Merit: 500



View Profile
April 23, 2013, 09:19:17 PM
 #545

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. 
master-P
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1001


https://keybase.io/masterp FREE Escrow Service


View Profile WWW
April 23, 2013, 09:26:08 PM
 #546

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

Master-P's Free Escrow Service | 1% Fee for Multi-Party/Sig Campaigns | I Sign ALL of my addresses using PGP Key: https://keybase.io/masterp Verify
Tipping Address: 14PUWBwK854GLenxSa7MAuxXQUXK4DKKi5 | E-mail: masterp.bitcointalk {at} gmail {dot} com (for when/if the forum's offline)
Guide on How to Sign a Message
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
April 23, 2013, 11:16:56 PM
 #547

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)

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
mill0601
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


View Profile
April 23, 2013, 11:43:56 PM
 #548

we are losing traction by the day any idea when these exchanges are supposed to happen?

❘|❘ ICONOMI Fund Management Platform
LINK TO ICO | LINK TO DISCUSSION
testerx
Hero Member
*****
Offline Offline

Activity: 608
Merit: 500



View Profile
April 23, 2013, 11:56:50 PM
 #549

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.
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
April 24, 2013, 12:16:52 AM
 #550

seems as entering the number 59333 at the top right side into the search function is too hard...
https://bitcointalk.org/index.php?topic=93437.msg1513494#msg1513494

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
MarKusRomanus
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
April 24, 2013, 08:21:59 PM
 #551

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.
str4wm4n
Legendary
*
Offline Offline

Activity: 1611
Merit: 1001


View Profile
April 24, 2013, 11:12:36 PM
 #552

Are we going to get an Exchange or not?
jasinlee
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


Its as easy as 0, 1, 1, 2, 3


View Profile
April 24, 2013, 11:26:21 PM
 #553

Are we going to get an Exchange or not?

Rude? Patience is a virtue.

BTC 1JASiNZxmAN1WBS4dmGEDoPpzN3GV7dnjX DVC 1CxxZzqcy7YEVXfCn5KvgRxjeWvPpniK3                     Earn Devcoins Devtome.com
pentix
Newbie
*
Offline Offline

Activity: 76
Merit: 0



View Profile
April 24, 2013, 11:32:23 PM
 #554

Are we going to get an Exchange or not?

what do you call this??? https://bitcointalk.org/index.php?topic=172373.0
str4wm4n
Legendary
*
Offline Offline

Activity: 1611
Merit: 1001


View Profile
April 25, 2013, 12:18:38 AM
 #555

0.4 difficulty  wow!  Shocked
master-P
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1001


https://keybase.io/masterp FREE Escrow Service


View Profile WWW
April 25, 2013, 02:31:19 AM
 #556

No exchange coming up. I'll buy your coins for 0.1 BTC per 10K BQC Grin

Master-P's Free Escrow Service | 1% Fee for Multi-Party/Sig Campaigns | I Sign ALL of my addresses using PGP Key: https://keybase.io/masterp Verify
Tipping Address: 14PUWBwK854GLenxSa7MAuxXQUXK4DKKi5 | E-mail: masterp.bitcointalk {at} gmail {dot} com (for when/if the forum's offline)
Guide on How to Sign a Message
FuzzyBear
Legendary
*
Offline Offline

Activity: 1420
Merit: 1010



View Profile WWW
April 25, 2013, 12:01:27 PM
 #557


I am working on a devcoin exchange.... with the idea of bootstrapping in exchange for Feathercoin and BBQCoin and possibly Bytecoin at some point, but this is still a work in progress and want to make sure I get all the code right b4 loosing lots of people their coins!! Tongue

***** Earn DEV at http://devtome.com *****
perhan007
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
April 25, 2013, 02:08:26 PM
 #558

I tried to put a few kHash for solomining on BBQ Coin but im obviously to stupid and it doesn't work. It can't be that difficult :-(

Could please anybody explain, what exactly should stand inside the bbqcoin.conf and what in my GUI Miner to help it go?

Thank you!
slavach
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
April 25, 2013, 02:35:07 PM
 #559

I have troubles trying solo mining.

My OS is Ubuntu, so I had to build bbqcoin from source. I've grabbed the source from https://github.com/Cubox-/BBQCoin.git, installed required dependencies and have built the binary.

Here is my bbqcoin.conf:

server=1
testnet=0
daemon=1
gen=0
rpcuser=mi1
rpcpassword=87135c634ec8867f

bbqcoind successfully started and downloaded all the blocks.

When the miner connected, no matter what particular miner, I've tried cgminer, bfgminer and cpuminer, bbqcoind write this message to debug.log:

accepted connection 127.0.0.1:47143


PROCESSMESSAGE MESSAGESTART NOT FOUND

And some time later miner writes: "HTTP request failed: Operation timed out after 30001 milliseconds"

How to deal with the troubles?
nethead
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
April 25, 2013, 02:58:52 PM
 #560

I have troubles trying solo mining.

My OS is Ubuntu, so I had to build bbqcoin from source. I've grabbed the source from https://github.com/Cubox-/BBQCoin.git, installed required dependencies and have built the binary.

Here is my bbqcoin.conf:

server=1
testnet=0
daemon=1
gen=0
rpcuser=mi1
rpcpassword=87135c634ec8867f

bbqcoind successfully started and downloaded all the blocks.

When the miner connected, no matter what particular miner, I've tried cgminer, bfgminer and cpuminer, bbqcoind write this message to debug.log:

accepted connection 127.0.0.1:47143

PROCESSMESSAGE MESSAGESTART NOT FOUND

And some time later miner writes: "HTTP request failed: Operation timed out after 30001 milliseconds"

How to deal with the troubles?



You also have to set rpcport and rpcallowip

EDIT: wtf is up with that password? :O
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  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!