This is gonna crash soo fast. I'm gonna go dump my 50k BQC on bter.com right now
If you do it I might actually buy some lol.
But does anybody have any idea how to make this code from networks.py work?
bbqcoin=math.Object(
PARENT=networks.nets['bbqcoin'],
SHARE_PERIOD=30, # seconds
CHAIN_LENGTH=60*60//10, # shares
REAL_CHAIN_LENGTH=60*60//10, # shares
TARGET_LOOKBEHIND=200, # shares
SPREAD=120, # blocks
IDENTIFIER='e037d5b8c6923410'.decode('hex'),
PREFIX='7208c1a53ef629b0'.decode('hex'),
P2P_PORT=59333,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
WORKER_PORT=59332,
BOOTSTRAP_ADDRS='alduin.cubox.me 174.58.242.26'.split(' '),
ANNOUNCE_CHANNEL='#p2pool-alt',
VERSION_CHECK=lambda v: True,
Far as I can tell the identifier and prefix are wrong