shakezula (OP)
|
|
May 19, 2013, 12:08:43 AM |
|
Nice!! More doubloons to come yer way here in a moment, after I get my wife some Ciggies from the shop...
|
|
|
|
|
|
shakezula (OP)
|
|
May 19, 2013, 12:42:07 AM |
|
Much more hearty thanks, is that a few posts up the code to modify p2pool? I wanna run one too! Bountys have been sent!
|
|
|
|
bitme
|
|
May 19, 2013, 09:10:20 AM |
|
Anyone willing to sell some? I will buy up to 1000 for a reasonable price. PM me with offer
|
NXT makes the Difference My nxtforum account : bitme
|
|
|
shakezula (OP)
|
|
May 19, 2013, 06:07:00 PM |
|
Arrr, I be willing to sell a few shiny bits, PM'd ye for more info!
|
|
|
|
riku2015
Member
Offline
Activity: 112
Merit: 10
|
|
May 19, 2013, 06:11:10 PM |
|
Mmm, doesn't look to difficult to add a coin: bbqcoin=math.Object( PARENT=networks.nets['bbqcoin'], SHARE_PERIOD=10, # seconds CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares SPREAD=30, # blocks IDENTIFIER='626974636f696e21'.decode('hex'), PREFIX='6772696c6c697421'.decode('hex'), P2P_PORT=12339, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=8900, BOOTSTRAP_ADDRS='bbq.crabdance.com'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ),
Above is for BBQ.. Just need to know the IDENTIFIER and PREFIX for Doubloons... Lemme see if I can find something.. Better you than me I break code not fix it. Though I would love to learn. I have grown fond of the crypto community for the most part ( there are a few exceptions ) nonono IDENTIFIER='626974636f696e21'.decode('hex'), PREFIX='6772696c6c697421'.decode('hex'), with these addr you connect p2pool to each other link together for pool mining. thats idea of p2pool.. but ppl running them solo... this setting can be any unique as long you all run on same setting then you haved pooled p2pool linked each other combining blockfinding and haspower you need to edit bitcoin/networks.py there is more settings, if they wrong you run problems
|
|
|
|
blastbob
|
|
May 19, 2013, 06:22:47 PM |
|
Here is what is used on tyrion70 p2pool and pirate.coinloot.com I have changed some parameters so others with buggy code cant join our pools atm. File: p2pool-altcoins/p2pool/networks.py doubloons=math.Object( PARENT=networks.nets['doubloons'], SHARE_PERIOD=15, # seconds target spacing CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares coinbase maturity SPREAD=30, # blocks IDENTIFIER='be43F6b9c6924210'.decode('hex'), PREFIX='b587199ba6d7729a'.decode('hex'), P2P_PORT=16345, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=8345, BOOTSTRAP_ADDRS=''.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ),
File: p2pool-altcoins/p2pool/bitcoin/networks.py doubloons=math.Object( P2P_PREFIX='fcd9b7dd'.decode('hex'), P2P_PORT=1336, ADDRESS_VERSION=24, RPC_PORT=1337, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'doubloons address' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 1*10000000 >> (height + 1)//1080000, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=30, # s targetspacing SYMBOL='DBL', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'franko') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Doubloons/') if platform.system() == 'Darwin' else os.path.expanduser('~/.doubloons'), 'doubloons.conf'), BLOCK_EXPLORER_URL_PREFIX='http://54.244.192.52/doubloon/block/', ADDRESS_EXPLORER_URL_PREFIX='http://54.244.192.52/doubloon/address/', SANE_TARGET_RANGE=(2**256//100000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, ),
File: p2pool-altcoins/p2pool/bitcoin/helper.pyif 'lite' in net.NAME or 'feather' in net.NAME or 'chn' in net.NAME or 'doub' in net.NAME or 'franko' in net.NAME:
|
Bitrated user: blastbob.
|
|
|
shakezula (OP)
|
|
May 19, 2013, 06:25:37 PM |
|
Arrrgh, fine mates ye two be! Thanks blastbob, going to set this and the block explorer up on andarazoroflove.org I think as my next projects! By the way, diff is down a bit, solo mining is working great for me again at a few hundred KH/s!
|
|
|
|
|
blastbob
|
|
May 19, 2013, 07:44:23 PM |
|
Much more fun mining doubloons, they are popping in
|
Bitrated user: blastbob.
|
|
|
tyrion70
Legendary
Offline
Activity: 934
Merit: 1000
|
|
May 19, 2013, 07:56:50 PM |
|
I'm sad everyone uses blastbobs pool and no one uses mine I think its because of the ip address.. I'm gonna use my p2pool.nl domainname i bought.. I'll add some more pools and block explorers too..
|
|
|
|
blastbob
|
|
May 19, 2013, 07:57:54 PM |
|
I'm sad everyone uses blastbobs pool and no one uses mine I think its because of the ip address.. I'm gonna use my p2pool.nl domainname i bought.. I'll add some more pools and block explorers too.. Noooo. 2000MH is me on my own atm I needed to change some of the code on the p2pool. I was ddos my own pool with DOA @Tyrion70, you know where to find me
|
Bitrated user: blastbob.
|
|
|
lyno
|
|
May 19, 2013, 07:58:28 PM |
|
Much less fun with my amazing 25Khs But i should be able to to shanghai a few
|
|
|
|
testz
Legendary
Offline
Activity: 1764
Merit: 1018
|
|
May 19, 2013, 08:20:01 PM |
|
Reserved.
|
|
|
|
blastbob
|
|
May 19, 2013, 09:16:40 PM |
|
Am i taking all the blocks? Feel like a real pirate here
|
Bitrated user: blastbob.
|
|
|
shakezula (OP)
|
|
May 19, 2013, 09:52:39 PM |
|
I be getting a few! and another Idaho scurvy dog as well, be he on the other side o the state though...
|
|
|
|
diatonic
|
|
May 19, 2013, 09:59:37 PM |
|
I be grabbin a good number of blocks. Saw that difficulty was down and put about 4 Mh/sec on her. Be pullin in a good haul.
|
|
|
|
coinerd
|
|
May 19, 2013, 10:22:12 PM |
|
I be grabbin a good number of blocks. Saw that difficulty was down and put about 4 Mh/sec on her. Be pullin in a good haul.
Aargh so yer the scurvy bastard who be hoardin' all the loot. Doubled the size of the fleet ya did.
|
|
|
|
diatonic
|
|
May 20, 2013, 12:17:00 AM |
|
Aargh so yer the scurvy bastard who be hoardin' all the loot.
Doubled the size of the fleet ya did.
Aye, been known to drop some gold to those asking for it too .
|
|
|
|
|