Author

Topic: [ANN][DGC] Digitalcoin | Multi-algo & Masternodes | Established 2013 - page 278. (Read 523584 times)

legendary
Activity: 934
Merit: 1000
sr. member
Activity: 322
Merit: 250
"networkhashps" : 92563950
you show 92.5 MH/s, guy above shows 175MH/s, weird.
legendary
Activity: 966
Merit: 1052
"networkhashps" : 92563950
sr. member
Activity: 322
Merit: 250
legendary
Activity: 1008
Merit: 1000
Solomining is useless, blocks too fast. Need a p2pool

Quick and dirty p2pool, might need small tuning. But i am blocking like hell with it.

edit: It's another coin designed to fail when you compile in Linux, to make p2pool that much harder. Scamcoin again.

p2pool takes less than 5 minutes to configure..

File: p2pool-altcoins/p2pool/networks.py
Code:
    digital=math.Object(
        PARENT=networks.nets['digital'],
        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='be43F6b8c6927210'.decode('hex'),
        PREFIX='b587193ba6d4749a'.decode('hex'),
        P2P_PORT=5477,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=9500,
        BOOTSTRAP_ADDRS=''.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

File: p2pool-altcoins/p2pool/bitcoin/networks.py
Code:
    digital=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=7999,
        ADDRESS_VERSION=30,
        RPC_PORT=7998,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'digitalcoinaddress' 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='DGC',
        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('~/.digitalcoin'), 'digitalcoin.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.py
Code:
        if 'lite' in net.NAME or 'feather' in net.NAME or 'chn' in net.NAME or 'digital' in net.NAME or 'franko' in net.NAME:


Nice.  Might give this a try next time. 

Thanks,

-tb-

Next time means tomorrow, or even tonight - so be ready.
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
Solomining is useless, blocks too fast. Need a p2pool

Quick and dirty p2pool, might need small tuning. But i am blocking like hell with it.

edit: It's another coin designed to fail when you compile in Linux, to make p2pool that much harder. Scamcoin again.

p2pool takes less than 5 minutes to configure..

File: p2pool-altcoins/p2pool/networks.py
Code:
    digital=math.Object(
        PARENT=networks.nets['digital'],
        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='be43F6b8c6927210'.decode('hex'),
        PREFIX='b587193ba6d4749a'.decode('hex'),
        P2P_PORT=5477,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=9500,
        BOOTSTRAP_ADDRS=''.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

File: p2pool-altcoins/p2pool/bitcoin/networks.py
Code:
    digital=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=7999,
        ADDRESS_VERSION=30,
        RPC_PORT=7998,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'digitalcoinaddress' 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='DGC',
        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('~/.digitalcoin'), 'digitalcoin.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.py
Code:
        if 'lite' in net.NAME or 'feather' in net.NAME or 'chn' in net.NAME or 'digital' in net.NAME or 'franko' in net.NAME:


Nice.  Might give this a try next time. 

Thanks,

-tb-
member
Activity: 112
Merit: 10
"blocks" : 4794,
"difficulty" : 0.01562500,
"networkhashps" : 33004359,


that's pretty insane network speed already


current network hash rate,

"blocks" : 5705,
"difficulty" : 0.06250000
"networkhashps" : 175066601,
sr. member
Activity: 616
Merit: 300
10.000 hash iv been chucking at it since start. Nothing yet
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
Yep outta here with my 23 digital crap coins back to bit gem. I found more blocks there that here at 10+ minute blocks!

Don't forget to close the door on your way out.   Grin

-tb-
hero member
Activity: 602
Merit: 500
Solomining is useless, blocks too fast. Need a p2pool

Quick and dirty p2pool, might need small tuning. But i am blocking like hell with it.

edit: It's another coin designed to fail when you compile in Linux, to make p2pool that much harder. Scamcoin again.

p2pool takes less than 5 minutes to configure..

File: p2pool-altcoins/p2pool/networks.py
Code:
    digital=math.Object(
        PARENT=networks.nets['digital'],
        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='be43F6b8c6927210'.decode('hex'),
        PREFIX='b587193ba6d4749a'.decode('hex'),
        P2P_PORT=5477,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=9500,
        BOOTSTRAP_ADDRS=''.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

File: p2pool-altcoins/p2pool/bitcoin/networks.py
Code:
    digital=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=7999,
        ADDRESS_VERSION=30,
        RPC_PORT=7998,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'digitalcoinaddress' 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='DGC',
        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('~/.digitalcoin'), 'digitalcoin.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.py
Code:
        if 'lite' in net.NAME or 'feather' in net.NAME or 'chn' in net.NAME or 'digital' in net.NAME or 'franko' in net.NAME:
member
Activity: 86
Merit: 10
All Reject new BLOCK WTF?
Other New Block Reject!! anyone knows something about?
legendary
Activity: 1064
Merit: 1002
Yep outta here with my 23 digital crap coins back to bit gem. I found more blocks there that here at 10+ minute blocks!
full member
Activity: 131
Merit: 100
My fourth block worked, the only change I made was to add 'PORT=7998' (or whatever port you're using) in the .conf file.

I got exactly 11 coins though, I thought it was 8 per block?
member
Activity: 86
Merit: 10
All Reject new BLOCK WTF?
hero member
Activity: 602
Merit: 500
its just sad always the same, the guys with the big botnets or EC2 farms kill it all.

YAC was a bit different because of a modified crypto algorithm at least they could not use GPU at first.

i think any new coin should use a different modified crypto algorithm, this would make things a bit more fair since GPUs are out of the game the first few hours.

sad  Sad  Sad  Sad

YAC = amazon farm friendly...
member
Activity: 112
Merit: 10
Agreed,  going to switch back to WDC and nibbles.
newbie
Activity: 54
Merit: 0
This is a huge waste of time. I'm going back to bed...  I can't believe I got up early for this....
full member
Activity: 224
Merit: 100
Solomining is useless, blocks too fast. Need a p2pool

edit: It's another coin designed to fail when you compile in Linux, to make p2pool that much harder. Scamcoin again.
newbie
Activity: 55
Merit: 0
its just sad always the same, the guys with the big botnets or EC2 farms kill it all.

YAC was a bit different because of a modified crypto algorithm at least they could not use GPU at first.

i think any new coin should use a different modified crypto algorithm, this would make things a bit more fair since GPUs are out of the game the first few hours.

sad  Sad  Sad  Sad
legendary
Activity: 1064
Merit: 1002
Watching this is fun 5 blocks in 1 second at 06:41:01
Jump to: