Bitcoin Forum
May 24, 2024, 01:49:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 »
201  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 12, 2013, 02:41:57 PM
I can confirm this.
Maybe one of the nodes was modified badly?

can you post your network.py

here is mine
Code:
nets = dict(
    yacoin=math.Object(
        PARENT=networks.nets['yacoin'],
        SHARE_PERIOD=15, # seconds
        CHAIN_LENGTH=24*60*60//15, # shares
        REAL_CHAIN_LENGTH=24*60*60//15, # shares
        TARGET_LOOKBEHIND=200, # shares
        SPREAD=3, # blocks
        IDENTIFIER='c138e5b9e7923514'.decode('hex'),
        PREFIX='d206c3a24ee749b4'.decode('hex'),
        P2P_PORT=12999, #i just changed this so solo for test
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=21112,
        BOOTSTRAP_ADDRS=''.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: v >= 60004,
    ),
202  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 12, 2013, 02:34:18 PM
ok so running this SOLO does not have any errors. not even the gentx error we all been getting. so it's gotta be something between our nodes
203  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 12, 2013, 02:30:49 PM
Both new and old versions spazz out on me with massive ammounts of these errors after a short time, miners should choose other node until i fixed it.  Undecided

same here. ton's of errors. i'm going try to run solo for a few moments to see if this still happens.

eule please keep us posted. i'll also let you know how it goes on my end.. what is your pool address so i can bootstrap you?
204  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 12, 2013, 02:22:34 PM
Actually more reading suggests the problem may be connecting with stratum instead of longpoll (Is there a hacked cgminer that does scrypt jane?)
If so a --fix-protocol on the miner's end may solve the problem.

how is your server doing? it seems this method puts more load on the servers. getting alot of "pool not providing work fast enought"

Load average 1.08 1.38 1.35
205  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 12, 2013, 01:08:01 PM
I'm using the new one.
Mainly because I didn't like the error displayed by the old one, but I'm pretty sure they both work fine.

i'm getting tons of these
Code:
Share check failed:
2013-06-12 09:02:16.565331 > Traceback (most recent call last):
2013-06-12 09:02:16.565821 >   File "/home/don/p2p-yac/p2pool/p2p.py", line 268, in handle_shares
2013-06-12 09:02:16.566162 >     self.node.handle_shares([p2pool_data.load_share(share, self.node.net, self.addr) for share in shares if share['type'] >= 9], sel$
2013-06-12 09:02:16.566552 >   File "/home/don/p2p-yac/p2pool/node.py", line 40, in handle_shares
2013-06-12 09:02:16.566834 >     self.node.set_best_share()
2013-06-12 09:02:16.567083 >   File "/home/don/p2p-yac/p2pool/node.py", line 307, in set_best_share
2013-06-12 09:02:16.567509 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], sel$
2013-06-12 09:02:16.567903 >   File "/home/don/p2p-yac/p2pool/data.py", line 560, in think
2013-06-12 09:02:16.568270 >     if self.attempt_verify(share):
2013-06-12 09:02:16.568621 > --- <exception caught here> ---
2013-06-12 09:02:16.568992 >   File "/home/don/p2p-yac/p2pool/data.py", line 531, in attempt_verify
2013-06-12 09:02:16.569385 >     share.check(self)
2013-06-12 09:02:16.569771 >   File "/home/don/p2p-yac/p2pool/data.py", line 420, in check
2013-06-12 09:02:16.570208 >     raise ValueError('''gentx doesn't match hash_link''')
2013-06-12 09:02:16.570512 > exceptions.ValueError: gentx doesn't match hash_link

any ideas?
206  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 12, 2013, 01:01:06 PM
Well i don't really know how to do a diff, but basically....


yacoin=math.Object(
        PARENT=networks.nets['yacoin'],
        SHARE_PERIOD=15, # seconds
        CHAIN_LENGTH=24*60*60//15, # shares        ****Changed this***
        REAL_CHAIN_LENGTH=24*60*60//15, # shares  ****And this****
        TARGET_LOOKBEHIND=200, # shares
        SPREAD=3, # blocks
        IDENTIFIER='c138e5b9e7923514'.decode('hex'),
        PREFIX='d206c3a24ee749b4'.decode('hex'),
        P2P_PORT=12589,                                         *****And this*****
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=8336,
        BOOTSTRAP_ADDRS='bitvolcano.com'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',

And that was it!

i just rebooted my pool with your new network.py code. seems better it's been up for about 20 mins so far i'll let you know in a few hours.

p2pool.dsync.net:21111

which yacoind are you using? orginal or the alternate one. does it matter?
207  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: June 12, 2013, 04:52:10 AM
i have a problem sending funds

when i do
Code:
yacoind sendtoaddress xxxxxxx xx
i get
Code:
error: {"code":-4,"message":"Error: Transaction creation failed  "}

thanks in advanced

Ill try and help although ive never used yacoind to send funds

Firstly make sure your yacoind is synced first before you try sending funds type yacoind getinfo to check your balence to make sure you have funds

then yacoind getmininginfo to see what block your daemon is synced to as of right now mine says  88886

if its not synced then it wont let you send funds if it is synced let me know if that helps

i understand your running your own p2pool node i have one also but havent sent funds from it yet

and im not sure if you are able to send while its running with python as ive never tried
yes it is synced up, and yes i am runing my own p2pool node.

i turned it off and tried to send payment. no good.

try restarting it with the -rescan command it could be a number of things any chance you have looked at the debug log
maybe there are too many inputs also are you accounting for the transaction fee its hard to help if we i cant see any logs
because that error would come up for a number of reasons you can try running it with the command  yacoind -rescan -keypool 1000

hmmp no such commands for keypool i believe

edit: this is from the debug log
Code:
SendMoney() : Error: Transaction creation failed  AddToWallet afec0ce192  new

Code:
if (!CreateTransaction(scriptPubKey, nValue, wtxNew, reservekey, nFeeRequired))
    {
        string strError;
        if (nValue + nFeeRequired > GetBalance())
            strError = strprintf(_("Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds  "), FormatMoney(nFeeRequired).c_str());
        else
            strError = _("Error: Transaction creation failed  ");
        printf("SendMoney() : %s", strError.c_str());
        return strError;
    }

    if (fAskFee && !uiInterface.ThreadSafeAskFee(nFeeRequired, _("Sending...")))
        return "ABORTED";

    if (!CommitTransaction(wtxNew, reservekey))
        return _("Error: The transaction was rejected.  This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here.");

    return "";

found this ins the source so you might need to export privkeys and import to new wallet but im not sure at least we are getting somewhere
i'm going to give that a try tomorrow. i'll let you know how it goes
208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: June 12, 2013, 04:09:36 AM
i have a problem sending funds

when i do
Code:
yacoind sendtoaddress xxxxxxx xx
i get
Code:
error: {"code":-4,"message":"Error: Transaction creation failed  "}

thanks in advanced

Ill try and help although ive never used yacoind to send funds

Firstly make sure your yacoind is synced first before you try sending funds type yacoind getinfo to check your balence to make sure you have funds

then yacoind getmininginfo to see what block your daemon is synced to as of right now mine says  88886

if its not synced then it wont let you send funds if it is synced let me know if that helps

i understand your running your own p2pool node i have one also but havent sent funds from it yet

and im not sure if you are able to send while its running with python as ive never tried
yes it is synced up, and yes i am runing my own p2pool node.

i turned it off and tried to send payment. no good.

try restarting it with the -rescan command it could be a number of things any chance you have looked at the debug log
maybe there are too many inputs also are you accounting for the transaction fee its hard to help if we i cant see any logs
because that error would come up for a number of reasons you can try running it with the command  yacoind -rescan -keypool 1000

hmmp no such commands for keypool i believe

edit: this is from the debug log
Code:
SendMoney() : Error: Transaction creation failed  AddToWallet afec0ce192  new
edit 2:i tried it again this time i moved the money to a new account i made on the wallet and i get a new error
Code:
SendMoney() : Error: Transaction creation failed  getheaders 88941 to 0000000017d79144f9a9
209  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: June 12, 2013, 03:47:43 AM
i have a problem sending funds

when i do
Code:
yacoind sendtoaddress xxxxxxx xx
i get
Code:
error: {"code":-4,"message":"Error: Transaction creation failed  "}

thanks in advanced

Ill try and help although ive never used yacoind to send funds

Firstly make sure your yacoind is synced first before you try sending funds type yacoind getinfo to check your balence to make sure you have funds

then yacoind getmininginfo to see what block your daemon is synced to as of right now mine says  88886

if its not synced then it wont let you send funds if it is synced let me know if that helps

i understand your running your own p2pool node i have one also but havent sent funds from it yet

and im not sure if you are able to send while its running with python as ive never tried
yes it is synced up, and yes i am runing my own p2pool node.

i turned it off and tried to send payment. no good.
210  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: June 12, 2013, 03:23:29 AM
i have a problem sending funds

when i do
Code:
yacoind sendtoaddress xxxxxxx xx
i get
Code:
error: {"code":-4,"message":"Error: Transaction creation failed  "}

thanks in advanced
211  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || New Marketplace on: June 04, 2013, 06:49:08 PM
I just found another github source for P2Pool which includes a
Digitalcoin configuration.

https://github.com/novaspirit/p2pool

Please help create a consensus P2Pool for Digitalcoin.   Smiley

He sent me a PM yesterday saying he was going to try connecting our pools today.

sorry i havn't had a chance to connect you your pool yet. i will try to do it later tonight.... for those of you whom are going ot try i suggest making a new pool folder so you don't have to worry about deleting data folder. and for simple upgrade just run the new pool on the same port as your current pool so you wont lose connection for your miners.

edit: i updated my source www.github.com/novaspirit/p2pool
212  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || New Marketplace on: June 02, 2013, 02:01:46 PM
i wouldn't mind some hash rates over here. currently at 8Mhs
http://p2pool.dsync.net:21111/ 0% fee US server
213  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]3200 DGC BOUNTY +1 BTC on: May 29, 2013, 07:16:12 PM
anyone working on payment processing?
214  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || ~UPDATED~ on: May 28, 2013, 09:03:47 PM
need help figuring this out
Code:
2013-05-28 14:41:20.274129 GOT BLOCK FROM MINER! Passing to bitcoind! http://dgc.p2pool.nl/block/5d3ef215afedc6dfaa85f226a40921e08d5eae81ed24f8dd7ec7f046eeca26dd
2013-05-28 14:41:20.274220
2013-05-28 14:41:20.280888 GOT SHARE! D8iDxFXSxRUAWmnVrFy4vcrwRZ58RaBDnd eeca26dd prev f5231cc6 age 2.59s DEAD ON ARRIVAL
2013-05-28 14:41:20.284181
2013-05-28 14:41:20.284408 GOT BLOCK FROM PEER! Passing to bitcoind! eeca26dd bitcoin: http://dgc.p2pool.nl/block/5d3ef215afedc6dfaa85f226a40921e08d5eae81ed24f8dd7ec7f046eeca26dd
2013-05-28 14:41:20.284490
2013-05-28 14:41:20.292273 New work for worker! Difficulty: 0.000116 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.294110 New work for worker! Difficulty: 0.000006 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.295950 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.297841 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.299664 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.301563 New work for worker! Difficulty: 0.000001 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.309248 > Error submitting block: (will retry)
2013-05-28 14:41:20.309453 > Traceback (most recent call last):
2013-05-28 14:41:20.309542 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-05-28 14:41:20.309616 >     current.result = callback(current.result, *args, **kw)
2013-05-28 14:41:20.309666 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-05-28 14:41:20.309732 >     _inlineCallbacks(r, g, deferred)
2013-05-28 14:41:20.309792 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.309853 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.309916 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.309978 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310023 > --- <exception caught here> ---
2013-05-28 14:41:20.310083 >   File "/home/don/p2ptest/p2pool/util/deferral.py", line 41, in f
2013-05-28 14:41:20.310147 >     result = yield func(*args, **kwargs)
2013-05-28 14:41:20.310191 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.310259 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.310304 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.310364 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310488 >     result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2013-05-28 14:41:20.310539 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.310602 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.310662 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.310723 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310798 >   File "/home/don/p2ptest/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-05-28 14:41:20.310861 >     raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-05-28 14:41:20.310934 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found
2013-05-28 14:41:20.312735 > Error submitting block: (will retry)
2013-05-28 14:41:20.312937 > Traceback (most recent call last):
2013-05-28 14:41:20.313008 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-05-28 14:41:20.313073 >     current.result = callback(current.result, *args, **kw)
2013-05-28 14:41:20.313121 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-05-28 14:41:20.313186 >     _inlineCallbacks(r, g, deferred)
2013-05-28 14:41:20.313250 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.313297 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.313356 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.313416 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.313477 > --- <exception caught here> ---
2013-05-28 14:41:20.313548 >   File "/home/don/p2ptest/p2pool/util/deferral.py", line 41, in f
2013-05-28 14:41:20.313616 >     result = yield func(*args, **kwargs)
2013-05-28 14:41:20.313661 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.313725 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.313785 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.313844 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.313902 >   File "/home/don/p2ptest/p2pool/bitcoin/helper.py", line 77, in submit_block_rpc
2013-05-28 14:41:20.313963 >     result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2013-05-28 14:41:20.314022 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.314080 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.314138 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.314199 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.314260 >   File "/home/don/p2ptest/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-05-28 14:41:20.314317 >     raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-05-28 14:41:20.314382 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found

it says i found a block, my p2pool.dsync.net:21111 says it found a block but i didn't get payout and when i check log this is what i get

thanks

looks like your p2pool software isn't digitalcoin-compatible :S
lol i've been finding blocks all week long.. just this one block is weird. and when i pull it up on block explorer it says block not found..

edit: i just found another block right now and it payed out fine.....

not too sure what happend there i have to look deeper. but whatever the case is there is one other person in my pool DFgq6Dn31W9Cd64e95FTXacDM2nSrtPyra which i payed out the missing blocks from my own wallet.
215  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || ~UPDATED~ on: May 28, 2013, 08:32:34 PM
need help figuring this out
Code:
2013-05-28 14:41:20.274129 GOT BLOCK FROM MINER! Passing to bitcoind! http://dgc.p2pool.nl/block/5d3ef215afedc6dfaa85f226a40921e08d5eae81ed24f8dd7ec7f046eeca26dd
2013-05-28 14:41:20.274220
2013-05-28 14:41:20.280888 GOT SHARE! D8iDxFXSxRUAWmnVrFy4vcrwRZ58RaBDnd eeca26dd prev f5231cc6 age 2.59s DEAD ON ARRIVAL
2013-05-28 14:41:20.284181
2013-05-28 14:41:20.284408 GOT BLOCK FROM PEER! Passing to bitcoind! eeca26dd bitcoin: http://dgc.p2pool.nl/block/5d3ef215afedc6dfaa85f226a40921e08d5eae81ed24f8dd7ec7f046eeca26dd
2013-05-28 14:41:20.284490
2013-05-28 14:41:20.292273 New work for worker! Difficulty: 0.000116 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.294110 New work for worker! Difficulty: 0.000006 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.295950 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.297841 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.299664 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.301563 New work for worker! Difficulty: 0.000001 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.309248 > Error submitting block: (will retry)
2013-05-28 14:41:20.309453 > Traceback (most recent call last):
2013-05-28 14:41:20.309542 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-05-28 14:41:20.309616 >     current.result = callback(current.result, *args, **kw)
2013-05-28 14:41:20.309666 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-05-28 14:41:20.309732 >     _inlineCallbacks(r, g, deferred)
2013-05-28 14:41:20.309792 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.309853 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.309916 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.309978 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310023 > --- <exception caught here> ---
2013-05-28 14:41:20.310083 >   File "/home/don/p2ptest/p2pool/util/deferral.py", line 41, in f
2013-05-28 14:41:20.310147 >     result = yield func(*args, **kwargs)
2013-05-28 14:41:20.310191 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.310259 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.310304 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.310364 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310488 >     result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2013-05-28 14:41:20.310539 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.310602 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.310662 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.310723 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310798 >   File "/home/don/p2ptest/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-05-28 14:41:20.310861 >     raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-05-28 14:41:20.310934 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found
2013-05-28 14:41:20.312735 > Error submitting block: (will retry)
2013-05-28 14:41:20.312937 > Traceback (most recent call last):
2013-05-28 14:41:20.313008 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-05-28 14:41:20.313073 >     current.result = callback(current.result, *args, **kw)
2013-05-28 14:41:20.313121 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-05-28 14:41:20.313186 >     _inlineCallbacks(r, g, deferred)
2013-05-28 14:41:20.313250 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.313297 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.313356 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.313416 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.313477 > --- <exception caught here> ---
2013-05-28 14:41:20.313548 >   File "/home/don/p2ptest/p2pool/util/deferral.py", line 41, in f
2013-05-28 14:41:20.313616 >     result = yield func(*args, **kwargs)
2013-05-28 14:41:20.313661 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.313725 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.313785 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.313844 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.313902 >   File "/home/don/p2ptest/p2pool/bitcoin/helper.py", line 77, in submit_block_rpc
2013-05-28 14:41:20.313963 >     result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2013-05-28 14:41:20.314022 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.314080 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.314138 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.314199 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.314260 >   File "/home/don/p2ptest/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-05-28 14:41:20.314317 >     raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-05-28 14:41:20.314382 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found

it says i found a block, my p2pool.dsync.net:21111 says it found a block but i didn't get payout and when i check log this is what i get

thanks

looks like your p2pool software isn't digitalcoin-compatible :S
lol i've been finding blocks all week long.. just this one block is weird. and when i pull it up on block explorer it says block not found..

edit: i just found another block right now and it payed out fine.....
216  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || ~UPDATED~ on: May 28, 2013, 08:07:59 PM
need help figuring this out
Code:
2013-05-28 14:41:20.274129 GOT BLOCK FROM MINER! Passing to bitcoind! http://dgc.p2pool.nl/block/5d3ef215afedc6dfaa85f226a40921e08d5eae81ed24f8dd7ec7f046eeca26dd
2013-05-28 14:41:20.274220
2013-05-28 14:41:20.280888 GOT SHARE! D8iDxFXSxRUAWmnVrFy4vcrwRZ58RaBDnd eeca26dd prev f5231cc6 age 2.59s DEAD ON ARRIVAL
2013-05-28 14:41:20.284181
2013-05-28 14:41:20.284408 GOT BLOCK FROM PEER! Passing to bitcoind! eeca26dd bitcoin: http://dgc.p2pool.nl/block/5d3ef215afedc6dfaa85f226a40921e08d5eae81ed24f8dd7ec7f046eeca26dd
2013-05-28 14:41:20.284490
2013-05-28 14:41:20.292273 New work for worker! Difficulty: 0.000116 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.294110 New work for worker! Difficulty: 0.000006 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.295950 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.297841 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.299664 New work for worker! Difficulty: 0.000971 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.301563 New work for worker! Difficulty: 0.000001 Share difficulty: 0.012864 Total block value: 20.000000 DGC including 0 transactions
2013-05-28 14:41:20.309248 > Error submitting block: (will retry)
2013-05-28 14:41:20.309453 > Traceback (most recent call last):
2013-05-28 14:41:20.309542 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-05-28 14:41:20.309616 >     current.result = callback(current.result, *args, **kw)
2013-05-28 14:41:20.309666 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-05-28 14:41:20.309732 >     _inlineCallbacks(r, g, deferred)
2013-05-28 14:41:20.309792 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.309853 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.309916 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.309978 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310023 > --- <exception caught here> ---
2013-05-28 14:41:20.310083 >   File "/home/don/p2ptest/p2pool/util/deferral.py", line 41, in f
2013-05-28 14:41:20.310147 >     result = yield func(*args, **kwargs)
2013-05-28 14:41:20.310191 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.310259 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.310304 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.310364 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310488 >     result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2013-05-28 14:41:20.310539 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.310602 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.310662 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.310723 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.310798 >   File "/home/don/p2ptest/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-05-28 14:41:20.310861 >     raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-05-28 14:41:20.310934 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found
2013-05-28 14:41:20.312735 > Error submitting block: (will retry)
2013-05-28 14:41:20.312937 > Traceback (most recent call last):
2013-05-28 14:41:20.313008 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-05-28 14:41:20.313073 >     current.result = callback(current.result, *args, **kw)
2013-05-28 14:41:20.313121 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-05-28 14:41:20.313186 >     _inlineCallbacks(r, g, deferred)
2013-05-28 14:41:20.313250 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.313297 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.313356 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.313416 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.313477 > --- <exception caught here> ---
2013-05-28 14:41:20.313548 >   File "/home/don/p2ptest/p2pool/util/deferral.py", line 41, in f
2013-05-28 14:41:20.313616 >     result = yield func(*args, **kwargs)
2013-05-28 14:41:20.313661 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.313725 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.313785 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.313844 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.313902 >   File "/home/don/p2ptest/p2pool/bitcoin/helper.py", line 77, in submit_block_rpc
2013-05-28 14:41:20.313963 >     result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2013-05-28 14:41:20.314022 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-05-28 14:41:20.314080 >     result = result.throwExceptionIntoGenerator(g)
2013-05-28 14:41:20.314138 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-05-28 14:41:20.314199 >     return g.throw(self.type, self.value, self.tb)
2013-05-28 14:41:20.314260 >   File "/home/don/p2ptest/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-05-28 14:41:20.314317 >     raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-05-28 14:41:20.314382 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found

it says i found a block, my p2pool.dsync.net:21111 says it found a block but i didn't get payout and when i check log this is what i get

thanks
217  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || ~UPDATED~ on: May 28, 2013, 04:08:05 AM
i'm running a smaller decentralized pool that need some hash rate. please help 2mhs or lower. 0% fees

p2pool.dsync.net:21111

thanks in advanced!
Hey man... Nice P2Pool FrontEnd. I like the small Icons. Did you modifiy it by yourself?

yup modified by me =) if your interested let me know! sharing is caring

ohh i forgot to mention i also added responsive layout so now it can be viewed via mobile devices without having to scroll left or right.  Grin
218  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || ~UPDATED~ on: May 28, 2013, 03:45:52 AM
i'm running a smaller decentralized pool that need some hash rate. please help 2mhs or lower. 0% fees

p2pool.dsync.net:21111

thanks in advanced!
Hey man... Nice P2Pool FrontEnd. I like the small Icons. Did you modifiy it by yourself?

yup modified by me =) if your interested let me know! sharing is caring
219  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || ~UPDATED~ on: May 28, 2013, 03:21:41 AM
i'm running a smaller decentralized pool that need some hash rate. please help 2mhs or lower. 0% fees

p2pool.dsync.net:21111

thanks in advanced!
220  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || ~UPDATED~ on: May 28, 2013, 03:19:28 AM
can  anyone tell me what to try in getting tons of orphans ruining my own node?  just looking to see what I can do for this
tb  maybe you can help do I need to set cgminer a  different way for the orphans to stop I mean I'm getting tons

Which pool are you on?  I don't believe cgminer settings can help you with orphans.  

-tb-
my own I wanted to run p2pool  but I had everything working than I seen tons of orphans
 Yes my post is page 100  Grin

I like your monkey.  Kiss
thanks but can you guys help with this?

post your cgminer settings and even your networks.py. Without that we can just guess whats wrong...
it can also be network latency what is your internet speed?
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!