Pages:
Author

Topic: [DBL] Doubloons: Pirate Currency - page 42. (Read 139884 times)

member
Activity: 112
Merit: 10
May 19, 2013, 01:11:10 PM
Mmm, doesn't look to difficult to add a coin:
Code:
    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
sr. member
Activity: 308
Merit: 250
May 19, 2013, 01:07:00 PM
Arrr, I be willing to sell a few shiny bits, PM'd ye for more info!
sr. member
Activity: 317
Merit: 250
May 19, 2013, 04:10:20 AM
Anyone willing to sell some? I will buy up to 1000 for a reasonable price. PM me with offer
sr. member
Activity: 308
Merit: 250
May 18, 2013, 07:42:07 PM
Much more hearty thanks, is that a few posts up the code to modify p2pool? I wanna run one too! Cheesy Bountys have been sent!
hero member
Activity: 644
Merit: 501
May 18, 2013, 07:31:17 PM
Here is my p2pool, its linked up with tyrion70

http://pirate.coinloot.com:8300/static/

Thank you both.
hero member
Activity: 602
Merit: 500
May 18, 2013, 07:10:53 PM
Here is my p2pool, its linked up with tyrion70

http://pirate.coinloot.com:8300/static/
sr. member
Activity: 308
Merit: 250
May 18, 2013, 07:08:43 PM
Nice!! More doubloons to come yer way here in a moment, after I get my wife some Ciggies from the shop...
legendary
Activity: 934
Merit: 1000
May 18, 2013, 07:05:50 PM
And we have a pool:

http://54.244.192.52:8300/static/

U can start it with:

connect your miner to address:
http://localhost:8300

with username your wallet addres
password doesnt matter!


Have fun!
hero member
Activity: 672
Merit: 501
May 18, 2013, 05:19:03 PM
Mmm, doesn't look to difficult to add a coin:
Code:
    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 )
legendary
Activity: 934
Merit: 1000
May 18, 2013, 05:08:18 PM
Mmm, doesn't look to difficult to add a coin:
Code:
    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..
hero member
Activity: 672
Merit: 501
May 18, 2013, 04:51:06 PM
^thanks.

Any pool in the works yet? Bitgem and this - people seem to be forgetting about pools.

I hoped Narken´s github altcoin p2pool would be enough to get people started.

I have donated some BTC to him, but it seems like the will for donating is low Smiley


edit.. playing with p2pool to see if i can start up doubloons p2pool Smiley

Well whoever can get a pool going I will donate whatever Yac I have which is not much ... 60 in fact... if they want em.
hero member
Activity: 602
Merit: 500
May 18, 2013, 04:45:42 PM
^thanks.

Any pool in the works yet? Bitgem and this - people seem to be forgetting about pools.

I hoped Narken´s github altcoin p2pool would be enough to get people started.

I have donated some BTC to him, but it seems like the will for donating is low Smiley


edit.. playing with p2pool to see if i can start up doubloons p2pool Smiley
legendary
Activity: 1050
Merit: 1000
May 18, 2013, 04:44:00 PM
^thanks.

Any pool in the works yet? Bitgem and this - people seem to be forgetting about pools.
hero member
Activity: 602
Merit: 500
May 18, 2013, 04:39:26 PM
Here you go:
https://docs.google.com/file/d/0B0f2VDPOrXt4WVhVSVNqb2cwWGM/edit?usp=sharing

Added a verification file with the md5sums which I verified against my BTC address.. That way you can always be sure you have the one compiled by me Cheesy

Downloaded and got an address. Share your treasure? B3GQww5zvBVSmc8isX1JRajSrRtXgXtEPm  Smiley

Sent you 5 Smiley
hero member
Activity: 672
Merit: 501
May 18, 2013, 04:38:14 PM
Here you go:
https://docs.google.com/file/d/0B0f2VDPOrXt4WVhVSVNqb2cwWGM/edit?usp=sharing

Added a verification file with the md5sums which I verified against my BTC address.. That way you can always be sure you have the one compiled by me Cheesy

Downloaded and got an address. Share your treasure? B3GQww5zvBVSmc8isX1JRajSrRtXgXtEPm  Smiley
Ill send him some if I ever find a block LOL. GOD I HATE NVIDIA!!!
legendary
Activity: 1050
Merit: 1000
May 18, 2013, 04:36:47 PM
Here you go:
https://docs.google.com/file/d/0B0f2VDPOrXt4WVhVSVNqb2cwWGM/edit?usp=sharing

Added a verification file with the md5sums which I verified against my BTC address.. That way you can always be sure you have the one compiled by me Cheesy

Downloaded and got an address. Share your treasure? B3GQww5zvBVSmc8isX1JRajSrRtXgXtEPm  Smiley
hero member
Activity: 672
Merit: 501
May 18, 2013, 04:35:40 PM
Here you go:
https://docs.google.com/file/d/0B0f2VDPOrXt4WVhVSVNqb2cwWGM/edit?usp=sharing

Added a verification file with the md5sums which I verified against my BTC address.. That way you can always be sure you have the one compiled by me Cheesy

Thank you. I will try my hand at the solo mining again see how well I do.
legendary
Activity: 934
Merit: 1000
May 18, 2013, 04:26:46 PM
Here you go:
https://docs.google.com/file/d/0B0f2VDPOrXt4WVhVSVNqb2cwWGM/edit?usp=sharing

Added a verification file with the md5sums which I verified against my BTC address.. That way you can always be sure you have the one compiled by me Cheesy
sr. member
Activity: 308
Merit: 250
May 18, 2013, 04:18:15 PM
Yep, sure is--that'd be fantastic, and a few more pieces o'eight in yer chest! Just shoot us a link, and I promise not to add more checkpoints for a few thousand more blocks unless we have troubles!
legendary
Activity: 934
Merit: 1000
May 18, 2013, 04:13:47 PM
I can compile it again if you want.. still the same repo?
Pages:
Jump to: