Author

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

sr. member
Activity: 448
Merit: 250
what speed are you hashing at? And I assume you remembered --scrypt?  Smiley    But from that output, (assuming you don't also see "Accepted" shares once in awhile) looks like you aren't actually submitting shares to the pool. That is standard output for when the pool detects a new block and tells your client to get new work. 

is your accept counter increasing?  (A:  R: fields on mid-right, for accepted/rejected shares).
legendary
Activity: 1316
Merit: 1000
When i try to mine with BFG Miner

It prompts

Stratum from pool 0 detected new block
Stratum from pool 0 requested work update

Over and over again, what should i do?

Not sure what could be going on.

Do you have a very slow internet connection?
legendary
Activity: 1445
Merit: 1000
When i try to mine with BFG Miner

It prompts

Stratum from pool 0 detected new block
Stratum from pool 0 requested work update

Over and over again, what should i do?
hero member
Activity: 532
Merit: 500
Concerning p2pool I have updated some setting in github to reduce orphan between nodes : https://github.com/hakabane/p2pool-altcoins.git

I have relocated http://pool.bounceme.net:24397 to http://pool.bounceme.net:25397 with this new code, also switched it to the netherland server and added 1% fee.

To make it clear for the pool list :
Add:
http://pool.bounceme.net:25397 - akabane | 1% | Amsterdam, Netherlands (LeaseWeb)

Remove:
http://95.211.25.2:24397 - akabane | 0% | Amsterdam, Netherlands (LeaseWeb)
http://pool.bounceme.net:24397 - akabane | 0% | Paris, France (OVH)



I pulled the lastest code from github and now I am getting this error repeatedly:

Code:
HARMLESS error while reading saved shares, continuing where left off:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1101, in gotResult
    _inlineCallbacks(r, g, deferred)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
    result = g.send(result)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/main.py", line 105, in main
    for i, (mode, contents) in enumerate(ss.get_shares()):
--- ---
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 651, in get_shares
    share = load_share(raw_share, self.net, None)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 48, in load_share
    return Share(net, peer_addr, Share.share_type.unpack(share['contents']))
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 275, in __init__
    raise p2p.PeerMisbehavingError('share PoW invalid')
p2pool.p2p.PeerMisbehavingError: share PoW invalid

Everything was working fine before I pulled the latest code.  All I did was stop p2pool, pull the latest code, and start p2pool.  What do I need to do to fix it?

Thanks

delete the data file that should fix it digital  one

I want to make sure I am deleting the correct data file.  Do you mean ~/.digitalcoin/blk*.dat, or something in .../p2pool-altcoins/data/digital/, or something else?

Thanks.
p2pool-altcoin/data/digital  one
newbie
Activity: 44
Merit: 0
Concerning p2pool I have updated some setting in github to reduce orphan between nodes : https://github.com/hakabane/p2pool-altcoins.git

I have relocated http://pool.bounceme.net:24397 to http://pool.bounceme.net:25397 with this new code, also switched it to the netherland server and added 1% fee.

To make it clear for the pool list :
Add:
http://pool.bounceme.net:25397 - akabane | 1% | Amsterdam, Netherlands (LeaseWeb)

Remove:
http://95.211.25.2:24397 - akabane | 0% | Amsterdam, Netherlands (LeaseWeb)
http://pool.bounceme.net:24397 - akabane | 0% | Paris, France (OVH)



I pulled the lastest code from github and now I am getting this error repeatedly:

Code:
HARMLESS error while reading saved shares, continuing where left off:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1101, in gotResult
    _inlineCallbacks(r, g, deferred)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
    result = g.send(result)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/main.py", line 105, in main
    for i, (mode, contents) in enumerate(ss.get_shares()):
--- ---
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 651, in get_shares
    share = load_share(raw_share, self.net, None)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 48, in load_share
    return Share(net, peer_addr, Share.share_type.unpack(share['contents']))
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 275, in __init__
    raise p2p.PeerMisbehavingError('share PoW invalid')
p2pool.p2p.PeerMisbehavingError: share PoW invalid

Everything was working fine before I pulled the latest code.  All I did was stop p2pool, pull the latest code, and start p2pool.  What do I need to do to fix it?

Thanks

delete the data file that should fix it digital  one

I want to make sure I am deleting the correct data file.  Do you mean ~/.digitalcoin/blk*.dat, or something in .../p2pool-altcoins/data/digital/, or something else?

Thanks.
hero member
Activity: 532
Merit: 500
Concerning p2pool I have updated some setting in github to reduce orphan between nodes : https://github.com/hakabane/p2pool-altcoins.git

I have relocated http://pool.bounceme.net:24397 to http://pool.bounceme.net:25397 with this new code, also switched it to the netherland server and added 1% fee.

To make it clear for the pool list :
Add:
http://pool.bounceme.net:25397 - akabane | 1% | Amsterdam, Netherlands (LeaseWeb)

Remove:
http://95.211.25.2:24397 - akabane | 0% | Amsterdam, Netherlands (LeaseWeb)
http://pool.bounceme.net:24397 - akabane | 0% | Paris, France (OVH)



I pulled the lastest code from github and now I am getting this error repeatedly:

Code:
HARMLESS error while reading saved shares, continuing where left off:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1101, in gotResult
    _inlineCallbacks(r, g, deferred)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
    result = g.send(result)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/main.py", line 105, in main
    for i, (mode, contents) in enumerate(ss.get_shares()):
--- ---
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 651, in get_shares
    share = load_share(raw_share, self.net, None)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 48, in load_share
    return Share(net, peer_addr, Share.share_type.unpack(share['contents']))
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 275, in __init__
    raise p2p.PeerMisbehavingError('share PoW invalid')
p2pool.p2p.PeerMisbehavingError: share PoW invalid

Everything was working fine before I pulled the latest code.  All I did was stop p2pool, pull the latest code, and start p2pool.  What do I need to do to fix it?

Thanks

delete the data file that should fix it digital  one
newbie
Activity: 44
Merit: 0
Concerning p2pool I have updated some setting in github to reduce orphan between nodes : https://github.com/hakabane/p2pool-altcoins.git

I have relocated http://pool.bounceme.net:24397 to http://pool.bounceme.net:25397 with this new code, also switched it to the netherland server and added 1% fee.

To make it clear for the pool list :
Add:
http://pool.bounceme.net:25397 - akabane | 1% | Amsterdam, Netherlands (LeaseWeb)

Remove:
http://95.211.25.2:24397 - akabane | 0% | Amsterdam, Netherlands (LeaseWeb)
http://pool.bounceme.net:24397 - akabane | 0% | Paris, France (OVH)



I pulled the lastest code from github and now I am getting this error repeatedly:

Code:
HARMLESS error while reading saved shares, continuing where left off:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1101, in gotResult
    _inlineCallbacks(r, g, deferred)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
    result = g.send(result)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/main.py", line 105, in main
    for i, (mode, contents) in enumerate(ss.get_shares()):
--- ---
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 651, in get_shares
    share = load_share(raw_share, self.net, None)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 48, in load_share
    return Share(net, peer_addr, Share.share_type.unpack(share['contents']))
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 275, in __init__
    raise p2p.PeerMisbehavingError('share PoW invalid')
p2pool.p2p.PeerMisbehavingError: share PoW invalid

Everything was working fine before I pulled the latest code.  All I did was stop p2pool, pull the latest code, and start p2pool.  What do I need to do to fix it?

Thanks
hero member
Activity: 532
Merit: 500
Ok guys anyone want to share the mmcfc code with me?

I assume you mean mmcfe?

Pretty easy to find on Google...
correct but I mean for this coin

There is no specific mmcfe for digitalcoin (yet) that I am aware of. You will need to use a bitcoin or litecoin version and edit it accordingly.
Ok that's why I'm asking if anyone can share what they have done so far because people do have it working for digital
techbytes  can you help with this?
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
I would like to announce the setup of a new DGC pool.

http://www.dgcpool.com

Server Details:

Location = Texas, USA (Rackspace)
Fee = 0% (Donation only)

All proceeds from donations go towards the DigitalCoin development team!

Stratum only:

stratum+tcp://dgcpool.com:3333

BONUS OFFER:

First 10 users to find a block get an extra 10 DGC.

First user to find 10 blocks will receive an extra 100 DGC.


Just payed me extra 10 DGC for a block I found, and the pool is working flawlessly up to now. Recommended!

And thank you to the majority of miners on there contributing to DGC Foundation. 


-tb-
legendary
Activity: 1148
Merit: 1000
I would like to announce the setup of a new DGC pool.

http://www.dgcpool.com

Server Details:

Location = Texas, USA (Rackspace)
Fee = 0% (Donation only)

All proceeds from donations go towards the DigitalCoin development team!

Stratum only:

stratum+tcp://dgcpool.com:3333

BONUS OFFER:

First 10 users to find a block get an extra 10 DGC.

First user to find 10 blocks will receive an extra 100 DGC.


Just payed me extra 10 DGC for a block I found, and the pool is working flawlessly up to now. Recommended!
hero member
Activity: 532
Merit: 500
Ok guys anyone want to share the mmcfc code with me?

I assume you mean mmcfe?

Pretty easy to find on Google...
correct but I mean for this coin

There is no specific mmcfe for digitalcoin (yet) that I am aware of. You will need to use a bitcoin or litecoin version and edit it accordingly.
Ok that's why I'm asking if anyone can share what they have done so far because people do have it working for digital
legendary
Activity: 1316
Merit: 1000
Ok guys anyone want to share the mmcfc code with me?

I assume you mean mmcfe?

Pretty easy to find on Google...
correct but I mean for this coin

There is no specific mmcfe for digitalcoin (yet) that I am aware of. You will need to use a bitcoin or litecoin version and edit it accordingly.
hero member
Activity: 532
Merit: 500
Ok guys anyone want to share the mmcfc code with me?

I assume you mean mmcfe?

Pretty easy to find on Google...
correct but I mean for this coin
legendary
Activity: 1316
Merit: 1000
Ok guys anyone want to share the mmcfc code with me?

I assume you mean mmcfe?

Pretty easy to find on Google...
hero member
Activity: 532
Merit: 500
 Ok guys anyone want to share the mmcfc code with me?
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
proud of whats  being done by the DGC community. I was skeptical of this coin for quite some time now, but its obvious that the member base and Dev team are dedicated to accomplishing their dreams, unlike so many other pump and dumps. will be keeping my eye on this coin Smiley might even download the client again

DGC community welcomes you back with open arms.   Wink


-tb-
hero member
Activity: 686
Merit: 504
always the student, never the master.
proud of whats  being done by the DGC community. I was skeptical of this coin for quite some time now, but its obvious that the member base and Dev team are dedicated to accomplishing their dreams, unlike so many other pump and dumps. will be keeping my eye on this coin Smiley might even download the client again
legendary
Activity: 1148
Merit: 1000
The advertising exchange system will be next. Smiley

advertising exchange?
legendary
Activity: 966
Merit: 1052
The advertising exchange system will be next. Smiley
Jump to: