BBQCoin integration/staging tree
http://bbqcoinfoundation.org
Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2011-2013 Litecoin Developers
What is BBQCoin?
BBQCoin is a peer-to-peer Internet currency that enables instant payments to anyone in the world. It is based on the Bitcoin protocol but differs from Bitcoin in that it can be efficiently mined with consumer-grade hardware. BBQCoin provides faster transaction confirmations (2.5 minutes on average) and uses memory-hard, scrypt-based mining proof-of-work algorithm to target the regular computers and GPUs most people already have. The BBQCoin network is scheduled to produce 201.6 million currency units.
- Each block generates 42 coins
- Difficulty adjustment 60 blocks
- Block generated every 1 minute
- Max coins to be created is 201.6 million
- Block reward halves every 24 million blocks or around every 45 years
- Uses the Scrypt hashing algorithm
- RPCPORT=19323
For more information, as well as an immediately useable, binary version of the BBQCoin client sofware, see http://bbqcoinfoundation.org/.
Sample bbqcoin.conf
```
rpcuser=username
rpcpassword=password
rpcport=19332
server=1
gen=0
```
License
BBQCoin is released under the terms of the MIT license. See COPYING for more
information or see http://opensource.org/licenses/MIT.
Development process
Developers work in their own trees, then submit pull requests when they think
their feature or bug fix is ready.
If it is a simple/trivial/non-controversial change, then one of the BBQCoin
development team members simply pulls it.