Bitcoin Forum
March 28, 2024, 12:50:59 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 [107] 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 ... 293 »
  Print  
Author Topic: [ANN][DGC] Digitalcoin | Multi-algo & Masternodes | Established 2013  (Read 523347 times)
steganos
Newbie
*
Offline Offline

Activity: 44
Merit: 0



View Profile
May 29, 2013, 02:18:33 PM
 #2121

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()):
--- <exception caught here> ---
  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
1711630259
Hero Member
*
Offline Offline

Posts: 1711630259

View Profile Personal Message (Offline)

Ignore
1711630259
Reply with quote  #2

1711630259
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711630259
Hero Member
*
Offline Offline

Posts: 1711630259

View Profile Personal Message (Offline)

Ignore
1711630259
Reply with quote  #2

1711630259
Report to moderator
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
May 29, 2013, 02:25:02 PM
 #2122

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()):
--- <exception caught here> ---
  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

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
steganos
Newbie
*
Offline Offline

Activity: 44
Merit: 0



View Profile
May 29, 2013, 02:59:43 PM
 #2123

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()):
--- <exception caught here> ---
  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.
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
May 29, 2013, 03:13:36 PM
 #2124

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()):
--- <exception caught here> ---
  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

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
oli123123
Legendary
*
Offline Offline

Activity: 1447
Merit: 1000



View Profile
May 29, 2013, 03:15:36 PM
 #2125

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?
ethought
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000



View Profile
May 29, 2013, 03:23:51 PM
 #2126

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?
nearmiss
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
May 29, 2013, 03:42:30 PM
 #2127

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).

Profit-Switching Pool w/ Vardiff -> http://hashco.ws  Optionally keep the alts we mine or auto-trade for BTC. In addition can be paid out in any of: 365, AC, BC,  BTC, C2, CINNI, COMM, FAC, HBN, MINT, PMC, QRK, RDD, WC, XBC
blockjoe
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
May 29, 2013, 03:53:46 PM
 #2128

----[ANN] - New pool node located in the United States.


A new server is now available connected to next.afraid.org for better efficiency, and located in the United States:

cgminer --scrypt -o pool.1nusa.org:8119 -u yourDGCaddress -p .  --queue 0 -s 1


Statistics: http://pool.1nusa.org:8119




A new server - Great this will be more efficient. The orphans were already eliminated, but it will be better...


I've setup my rig on this one. It works flawlessly.

cgminer --scrypt -o next.afraid.org:8119 -u yourDGCaddress -p .  --queue 0 -s 1
cgminer --scrypt -o pool.1nusa.org:8119 -u yourDGCaddress -p .  --queue 0 -s 1


This pool is working perfectly. No orphan, or payout issue, and the new node is a good idea, some new bandwidth  available.

As far as I'm concerned, these pools work fine, I will let some hash power for the night.


The new server: pool.1nusa.org  is running, it may be interesting for some areas in the USA, you may use it to optimize your connection. Nevertheless, both servers are connected and work together for better efficiency.

Servers as reliable as always - A good choice.

I'm still here, everything is fine.
ethought
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000



View Profile
May 29, 2013, 04:00:05 PM
 #2129

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.



The competition is finished. Thank you to everyone that participated.

Congratulations to everybodyclapyohands who took out the 100 DGC main prize.

More competitions coming soon to http://www.dgcpool.com
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 29, 2013, 04:02:59 PM
 #2130

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.



The competition is finished. Thank you to everyone that participated.

Congratulations to everybodyclapyohands who took out the 100 DGC main prize.

More competitions coming soon to http://www.dgcpool.com

Congrats!  Everybody claps their hands...   Grin

-tb-

oli123123
Legendary
*
Offline Offline

Activity: 1447
Merit: 1000



View Profile
May 29, 2013, 04:19:19 PM
 #2131

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).

Thank you, i forgot to add --scrypt  Grin
baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1050


View Profile
May 29, 2013, 04:32:59 PM
 #2132

Things are coming together on the marketplace and advertising system. I am getting a lot of developer interest/support and that's awesome.

Thanks everyone.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
Pointeh
Newbie
*
Offline Offline

Activity: 50
Merit: 0



View Profile
May 29, 2013, 05:24:20 PM
 #2133

Things are coming together on the marketplace and advertising system. I am getting a lot of developer interest/support and that's awesome.

Thanks everyone.


I recently bought the new humble indie bundle with coinbase and although great you can tell bitcoin a are slow.
Be great to see something similar for DGC some day.
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
May 29, 2013, 05:48:24 PM
 #2134

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?
so does anyone want to share there file with me?

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
May 29, 2013, 05:54:46 PM
 #2135



Just wanted to say that I am very optimistic of Digicoin. The slow and steady approach of Baritus is paying off.

I registered @ http://digitalcoin.co/forum/index.php and advise everyone to do the same!
ethought
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000



View Profile
May 29, 2013, 06:06:18 PM
 #2136

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.


So is it accurate that you make 0 off this pool (0% fee's, and 0% of donations?) ?

That is correct - 0% fixed fee and all donated earnings will go to DGC Development Team.

I figure the more we donate to the development of this coin now the better for all in the long run.

Ok - cronjob script for payments to the DGC Foundation has been setup so they will be automated shortly.

You can see a record of payments here: http://www.dgcpool.com/osList (only one so far)

So everybody who is looking for a DGC pool and wants to contribute to DGC at the same time come over and start mining at http://www.dgcpool.com
baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1050


View Profile
May 29, 2013, 06:14:45 PM
 #2137

There will be surprises today..

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
kaputt
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 29, 2013, 06:18:38 PM
 #2138

There will be surprises today..
I don't like surprises, baritus. PM me the details so that I won't have to wait.  Grin
garumaru
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile
May 29, 2013, 06:19:12 PM
 #2139

There will be surprises today..
I don't like surprises, baritus. PM me the details so that I won't have to wait.  Grin
PM me as well. Smiley

BTC - 19zLbgtvGUttFiT9LXY8XAw1gGRiwXQap4
DGC - DM2qB66qAetszRtQACX683Vd7Bgd6sUsRB
baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1050


View Profile
May 29, 2013, 06:20:50 PM
 #2140

Good surprises.  Smiley

That's as much as I can reveal for now.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
Pages: « 1 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 [107] 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 ... 293 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!