Jump to content

fedde

Administrators
  • Content Count

    673
  • Joined

  • Last visited

  • Days Won

    70

Posts posted by fedde

  1. I just updated and fired it up.

     

    Added a miner to it. 

    2015-01-27 22:31:04.558169 > Unhandled Error2015-01-27 22:31:04.558268 > Traceback (most recent call last):2015-01-27 22:31:04.558382 >   File "/home/fedde/p2pool/p2pool/main.py", line 586, in run2015-01-27 22:31:04.558469 >     reactor.run()2015-01-27 22:31:04.558557 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run2015-01-27 22:31:04.558649 >     self.mainLoop()2015-01-27 22:31:04.558736 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1178, in mainLoop2015-01-27 22:31:04.558821 >     self.runUntilCurrent()2015-01-27 22:31:04.558905 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 800, in runUntilCurrent2015-01-27 22:31:04.558989 >     call.func(*call.args, **call.kw)2015-01-27 22:31:04.559074 > --- <exception caught here> ---2015-01-27 22:31:04.559165 >   File "/home/fedde/p2pool/p2pool/bitcoin/stratum.py", line 38, in _send_work2015-01-27 22:31:04.559246 >     x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))2015-01-27 22:31:04.559329 >   File "/home/fedde/p2pool/p2pool/bitcoin/worker_interface.py", line 129, in get_work2015-01-27 22:31:04.559411 >     x, handler = self._inner.get_work(*args)2015-01-27 22:31:04.559492 >   File "/home/fedde/p2pool/p2pool/work.py", line 291, in get_work2015-01-27 22:31:04.559571 >     base_subsidy=self.node.net.PARENT.SUBSIDY_FUNC(self.current_work.value['height']),2015-01-27 22:31:04.559652 >   File "/home/fedde/p2pool/p2pool/bitcoin/networks/freicoin.py", line 18, in <lambda>2015-01-27 22:31:04.559784 >     SUBSIDY_FUNC = lambda height: int(mpq((161280-height) * 15916928405, 161280) + mpq(9999999999999999, 1048576)) if height < 161280 else 95367431642015-01-27 22:31:04.559842 > exceptions.NameError: global name 'mpq' is not defined
  2. When i connect a miner to it : 

    2015-01-27 19:11:13.812920 > Unhandled Error2015-01-27 19:11:13.813011 > Traceback (most recent call last):2015-01-27 19:11:13.813067 >   File "/home/fedde/p2pool/p2pool/main.py", line 586, in run2015-01-27 19:11:13.813121 >     reactor.run()2015-01-27 19:11:13.813171 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run2015-01-27 19:11:13.813223 >     self.mainLoop()2015-01-27 19:11:13.813280 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1178, in mainLoop2015-01-27 19:11:13.813332 >     self.runUntilCurrent()2015-01-27 19:11:13.813382 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 800, in runUntilCurrent2015-01-27 19:11:13.813434 >     call.func(*call.args, **call.kw)2015-01-27 19:11:13.813484 > --- <exception caught here> ---2015-01-27 19:11:13.813534 >   File "/home/fedde/p2pool/p2pool/bitcoin/stratum.py", line 38, in _send_work2015-01-27 19:11:13.813587 >     x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))2015-01-27 19:11:13.813639 >   File "/home/fedde/p2pool/p2pool/work.py", line 173, in preprocess_request2015-01-27 19:11:13.813691 >     raise jsonrpc.Error_for_code(-12345)(u'p2pool is not connected to any peers')2015-01-27 19:11:13.813742 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is not connected to any peers2015-01-27 19:11:13.828092 > Unhandled Error
  3. Just updated and runned the current one and a little error when accessing the web interface.

     

    Edit: 

    Ignore it, i think its there becouse it's lacking data to generate.

    2015-01-27 19:03:03.427279 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)2015-01-27 19:03:03.427376  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???2015-01-27 19:03:03.579468 > Error in DeferredResource handler:2015-01-27 19:03:03.579559 > Traceback (most recent call last):2015-01-27 19:03:03.579593 >   File "/home/fedde/p2pool/p2pool/util/deferred_resource.py", line 24, in render2015-01-27 19:03:03.579670 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)2015-01-27 19:03:03.579745 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred2015-01-27 19:03:03.579816 >     result = f(*args, **kw)2015-01-27 19:03:03.579894 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render2015-01-27 19:03:03.579958 >     return m(request)2015-01-27 19:03:03.580021 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1187, in unwindGenerator2015-01-27 19:03:03.580085 >     return _inlineCallbacks(None, gen, Deferred())2015-01-27 19:03:03.580149 > --- <exception caught here> ---2015-01-27 19:03:03.580211 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks2015-01-27 19:03:03.580274 >     result = g.send(result)2015-01-27 19:03:03.580335 >   File "/home/fedde/p2pool/p2pool/web.py", line 189, in render_GET2015-01-27 19:03:03.580399 >     res = yield self.func(*self.args)2015-01-27 19:03:03.580485 >   File "/home/fedde/p2pool/p2pool/web.py", line 325, in <lambda>2015-01-27 19:03:03.580548 >     new_root.putChild('best_share_hash', WebInterface(lambda: '%064x' % node.best_share_var.value))2015-01-27 19:03:03.580623 > exceptions.TypeError: %x format: a number is required, not NoneType
  4. post-1-0-68070500-1422081974_thumb.jpg

    Theories surrounding the Ararat Anomaly arose from a single black and white photograph taken in 1949 by a USAF recon plane performing routine intelligence gathering of the Ararat massif, which was in an area of military interest at the time. This famous photo shows a shoulder of Mount Ararat, only 1300 feet from the summit, covered in snow, with an odd-looking object on the very precipice of a steep slope.

    Conspiracy theorists, many of them Biblical literalists, claim that the odd-looking object if Noah’s Ark, which the Bible states “came to rest on the mountains of Ararat” after the Great Flood. Since the Bible pluralizes “mountains,” the question still stands, “Which mountain of the area?” Mount Ararat is the tallest of the Armenian Plateau, but the whole area of Eastern Turkey and Western Armenia is mountainous, and Mount Ararat is actually two peaks, with the main peak a prominence for miles around.

    The anomaly appears to be a very rounded elongation teetering on the edge of a slope, buried under ice and snow, and it has so roused the curiosity of the U. S. government that planes and satellites have been used to take numerous photographs of it, not all of which, the theory claims, have been made public. The best public views of it can be found on the Internet for free, and the anomaly does look very much like a big boat, approximately 1,000 feet long and 200 to 300 feet wide, which roughly matches the Bible’s description of the Ark.

    A close-up of it appears to show two sets of three “prongs,” one set on each end, and this close-up does look very man-made. Why the U. S. government will not divulge anything further than what is available is not universally established, but the theory claims that in order to do so, the government would have to declassify top-secret spy satellites, which would set a lot of unwanted media against them in terms of invasion of privacy. The U. S. does have satellites that can photograph a postage stamp from 600 miles overhead, but there are no such photographs of the anomaly.

  5. The code name for a covert mind-control and chemical interrogation research programme, run by the Office of Scientific Intelligence. The programme began in the early 1950s, continuing at least through the late 1960s, using US citizens as test subjects. Project MK-ULTRA was brought first to wide public attention in 1975 by Congress and by the Rockefeller Commission. Investigative efforts were hampered by the fact that CIA Director Richard Helms ordered all MK-ULTRA files destroyed in 1973. Although the CIA insisted that MK-ULTRA-type experiments were abandoned, CIA veteran Victor Marchetti has stated in various interviews that the agency routinely conducts disinformation campaigns and that CIA mind control research continued. In a 1977 interview, Marchetti specifically called the CIA claim that MK-ULTRA was abandoned a "cover story".

    Conspiracy theorists believe that MK-ULTRA was behind many so-called black-ops: Lawrence Teeter, the attorney for Sirhan Sirhan, the man convicted of the assassination of Robert Kennedy, pictured, believed Sirhan was operating under MK-ULTRA mind control techniques. Furthermore, Jonestown, the location in Guyana where members of the Jim Jones cult and Peoples Temple committed mass suicide, was thought to be a test site for MK-ULTRA medical experiments.

  6. On February 8, 1983, a group of men wearing balaclavas and armed with guns turned up at the Ballymany Stud Farm in Co Kildare, Ireland and took a hostage – Jim Fitzgerald, the stud's head groom. "We've come for Shergar," they said. "We want £2m for him." Shergar was arguably the greatest racehorse to have ever lived. But 25 years after he was kidnapped from Ballymany the mystery of exactly what happened to him after he was snatched that night still lingers. The theories are numerous with the IRA, Colonel Gadaffi and the Mafia featuring among the most lurid. One story suggests that the IRA kidnapped the horse for Gadaffi in return for weapons. Another suggests that the New Orleans mafia took him.

×
×
  • Create New...