Bitcoin Forum
May 07, 2024, 11:59:44 AM *
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 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 »
961  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] New Alt Coin wiki. on: May 12, 2013, 08:37:32 PM
I googled for BQC altcoin and it is on 3rd place.  Smiley
962  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] New Alt Coin wiki. on: May 12, 2013, 08:30:15 PM
Stumbled on this site today via google, very nice!  Cheesy
963  Alternate cryptocurrencies / Altcoin Discussion / Re: Any idea on when GOX will implement LTC? on: May 12, 2013, 08:25:32 PM
In the trollbox i read:
They wanted to add it two weeks ago but something unforeseen happened.
Their main target is stability of the exchange.
Will come when it's ready.
964  Alternate cryptocurrencies / Altcoin Discussion / Re: Yacoin Price about to Jump on: May 12, 2013, 08:12:29 PM
Wow, some BTC and especially LTC advocates appear to be quite elitist...  Roll Eyes
I like to bet on the underdog.  Wink
965  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 08:04:08 PM
Thanks for doing this, if i get the code running on my server a tip is for sure.  Grin
966  Alternate cryptocurrencies / Altcoin Discussion / Re: Yacoin Price about to Jump on: May 12, 2013, 07:39:39 PM
Amazon is overpriced, i get a month of 300 khash for 15€, that would get you a day @ Amazon...
967  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 07:17:24 PM
Second block found, payout worked fine.  Cheesy
-edit- But it doesn't show in the last blocks list.
968  Alternate cryptocurrencies / Altcoin Discussion / Re: **UNITE BEHIND LITECOIN** (Why?) on: May 12, 2013, 07:13:56 PM
Say No to a two currency duopoly.  Tongue
969  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 06:59:49 PM
Threw 300 khash at it, 96% accepted.  Smiley

Still would like to open my own node, any clue what could cause those errors i posted above?  Huh
970  Alternate cryptocurrencies / Altcoin Discussion / Re: ░░░░▒▒▒▓▓▓ BUYING 1.000 Franko(FRK)▓▓▓▒▒▒░░░░ hdclover is a scammer on: May 12, 2013, 05:38:42 PM
I'd say he's a lying spammer looking for people to buy/sell at ridiculous prices.
971  Alternate cryptocurrencies / Altcoin Discussion / Re: Yacoin client stopped mining on: May 12, 2013, 04:20:32 PM
I read in the yacoin thread that you can't mine with encrypted wallets. Not sure if this is true using minerd.
972  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 03:53:28 PM
it seems like yacoin client is updating block chain.....
Well yeah that was a test running it as root, thought maybe file permissions were the culprit. Edited the codebox (don't want to spam your thread) above with the errors i get with a normal user who has the full blockchain already.
-edit- running as root with yacoin running on the other user gives the same errors. Got 2 p2pool instances running on the server already, bit puzzled.
973  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 03:44:57 PM
Anyone got this to work on his server? Get lots of funky errors:
Code:
2013-05-12 15:52:23.672080 > Traceback (most recent call last):
2013-05-12 15:52:23.672145 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
2013-05-12 15:52:23.672202 >     why = getattr(selectable, method)()
2013-05-12 15:52:23.672254 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 460, in doRead
2013-05-12 15:52:23.672306 >     return self.protocol.dataReceived(data)
2013-05-12 15:52:23.672367 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 26, in dataReceived
2013-05-12 15:52:23.672422 >     self.dataReceived2(data)
2013-05-12 15:52:23.672485 >   File "/home/eule/yacoin-p2pool/p2pool/util/datachunker.py", line 40, in _DataChunker
2013-05-12 15:52:23.672541 >     wants = receiver.send(buf.get(wants))
2013-05-12 15:52:23.672593 > --- <exception caught here> ---
2013-05-12 15:52:23.672643 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 54, in dataReceiver
2013-05-12 15:52:23.672693 >     self.packetReceived(command, type_.unpack(payload))
2013-05-12 15:52:23.672744 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 68, in packetReceived
2013-05-12 15:52:23.672796 >     handler(**payload2)
2013-05-12 15:52:23.672846 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/p2p.py", line 129, in handle_headers
2013-05-12 15:52:23.672895 >     self.get_block_header.got_response(self.net.BLOCKHASH_FUNC(bitcoin_data.block_header_type.pack(header)), header)
2013-05-12 15:52:23.672947 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/networks.py", line 44, in <lambda>
2013-05-12 15:52:23.673000 >     BLOCKHASH_FUNC=lambda header: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(header, data.block_header_type.unpack(header)['timestamp'])),
2013-05-12 15:52:23.673052 > exceptions.TypeError: function takes exactly 1 argument (2 given)
2013-05-12 15:52:26.615387 RECV headers 0103000000e98a10df02b6044fbd24bf04c651bdd01c0d35b54f096d036e49d708000000003cf328be8bf3d048f8a7d4378e683f798358832abd793611900f3972381d6224a8ba8f51b3f0251c8f2e09000000
2013-05-12 15:52:26.616133 > Traceback (most recent call last):
2013-05-12 15:52:26.616180 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
2013-05-12 15:52:26.616217 >     why = getattr(selectable, method)()
2013-05-12 15:52:26.616260 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 460, in doRead
2013-05-12 15:52:26.616315 >     return self.protocol.dataReceived(data)
2013-05-12 15:52:26.616373 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 26, in dataReceived
2013-05-12 15:52:26.616424 >     self.dataReceived2(data)
2013-05-12 15:52:26.616472 >   File "/home/eule/yacoin-p2pool/p2pool/util/datachunker.py", line 40, in _DataChunker
2013-05-12 15:52:26.616555 >     wants = receiver.send(buf.get(wants))
2013-05-12 15:52:26.616611 > --- <exception caught here> ---
2013-05-12 15:52:26.616668 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 54, in dataReceiver
2013-05-12 15:52:26.616724 >     self.packetReceived(command, type_.unpack(payload))
2013-05-12 15:52:26.616776 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 68, in packetReceived
2013-05-12 15:52:26.616831 >     handler(**payload2)
2013-05-12 15:52:26.616887 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/p2p.py", line 129, in handle_headers
2013-05-12 15:52:26.616929 >     self.get_block_header.got_response(self.net.BLOCKHASH_FUNC(bitcoin_data.block_header_type.pack(header)), header)
2013-05-12 15:52:26.616963 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/networks.py", line 44, in <lambda>
2013-05-12 15:52:26.616996 >     BLOCKHASH_FUNC=lambda header: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(header, data.block_header_type.unpack(header)['timestamp'])),
2013-05-12 15:52:26.617047 > exceptions.TypeError: function takes exactly 1 argument (2 given)
2013-05-12 15:52:28.540894 > Traceback (most recent call last):
2013-05-12 15:52:28.540989 > Failure: twisted.internet.defer.TimeoutError: in ReplyMatcher

974  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] P2Pool code base for CNC/FTC/JKC/BQC/RYC/MNC/FRK based on newest p2pool on: May 12, 2013, 02:15:17 PM
I have a hard time running this with franko. It seems to work fine for 15 seconds, then i get lots of exceptions about share value.
franko.conf
Code:
server=1
daemon=1
rpcuser=rpcuser
rpcpassword=xxxxxx
rpcport=7911
port=7912
gen=1
addnode=76.115.8.101
addnode=77.101.119.112
starting with
Code:
screen -d -m -S frkpool /home/eule/p2frank/run_p2pool.py --net franko -a FRBz5YPnNGcoK5ADK2W2Td7tJ33nhwrgxj -f 0 --give-author 1 --w 9777 --bitcoind-p2p-port 7912 --bitcoind-rpc-port 7911 rpcuser xxxxx
Huh

-edit- getting these errors:
Code:
2013-05-12 14:27:12.453893 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.453931 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.453968 >     self.node.set_best_share()
2013-05-12 14:27:12.454004 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.454042 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.454101 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.454150 >     if self.attempt_verify(share):
2013-05-12 14:27:12.454188 > --- <exception caught here> ---
2013-05-12 14:27:12.454225 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.454261 >     share.check(self)
2013-05-12 14:27:12.454298 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.454334 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.454370 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.460029 > Traceback (most recent call last):
2013-05-12 14:27:12.460090 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.460130 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.460172 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.460212 >     self.node.set_best_share()
2013-05-12 14:27:12.460249 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.460327 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.460390 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.460430 >     if self.attempt_verify(share):
2013-05-12 14:27:12.460468 > --- <exception caught here> ---
2013-05-12 14:27:12.460505 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.460541 >     share.check(self)
2013-05-12 14:27:12.460578 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.460640 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.460679 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.465550 > Traceback (most recent call last):
2013-05-12 14:27:12.465652 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.465710 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.465751 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.465788 >     self.node.set_best_share()
2013-05-12 14:27:12.465826 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.465863 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.465905 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.465944 >     if self.attempt_verify(share):
2013-05-12 14:27:12.465981 > --- <exception caught here> ---
2013-05-12 14:27:12.466017 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.466054 >     share.check(self)
2013-05-12 14:27:12.466091 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.466128 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.466164 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.470952 > Traceback (most recent call last):
2013-05-12 14:27:12.471007 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.471053 >     self.handle_shares(shares, peer)
Again it seems to work fine in the beginning, and suddenly it spazzes out.
975  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 12, 2013, 12:07:08 AM
It said down for maintenance earlier but who knows...
976  Alternate cryptocurrencies / Altcoin Discussion / Re: ★★ ▀▄▀▄▀ YACoin Now LIVE on BTER ▀▄▀▄▀ ★★ on: May 11, 2013, 11:50:49 PM
It already was
Oh great then.  Cheesy
977  Alternate cryptocurrencies / Altcoin Discussion / Re: ★★ ▀▄▀▄▀ YACoin Now LIVE on BTER ▀▄▀▄▀ ★★ on: May 11, 2013, 11:46:25 PM
BTER down, possible YAC added to the main site soon?  Grin
978  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] New Crypto Currency FRANKO on: May 11, 2013, 11:43:07 PM
Thanks Narken.  Cheesy
979  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] New Crypto Currency FRANKO on: May 11, 2013, 11:35:48 PM
Post your miner command/conf file
Using guiminer-scrypt, so no real command. ^^
My address is F7oMhfcVyhJ6hUemuhoBVaGQSsxLCFMsVA. With this address i should recieve payouts but share diff is rather high now so i got no shares on this address yet (it worked with other address when diff was lower). Someone told me to change the address when i set lowdiff, maybe it would work then, but it doesn't.
 
When i set F7oMhfcVyhJ6hUemuhoBVaGQSsxLCFMsVA+0.0002 , i get shares but no payout.
980  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] New Crypto Currency FRANKO on: May 11, 2013, 11:29:45 PM
Narken does difficulty adjustment for slow workers work? Whenever i try, i get zero payouts. Not just here but on all P2pools...  Cry
Address+0.0002
Shares are registered but I recieve no payments nor does the address appear in the list.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!