Bitcoin Forum
May 04, 2024, 02:52:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: Antminer S1 SoloMining Setup/Easy Solo/Own Pool Setup!  (Read 19280 times)
loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
July 09, 2014, 01:46:31 PM
 #41

i did a complete deletion and installed it again. now i am facing a peculiar problem. the difficulty is at 29.999571 and the share difficulty is also the same. whether i point 50 gh/s  at the pool or 1th/s, the diffiuclty is remaining the same. as a result i am getting a lot of dead shares.

Show us your set up and we'll see what we can do.

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
1714834374
Hero Member
*
Offline Offline

Posts: 1714834374

View Profile Personal Message (Offline)

Ignore
1714834374
Reply with quote  #2

1714834374
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714834374
Hero Member
*
Offline Offline

Posts: 1714834374

View Profile Personal Message (Offline)

Ignore
1714834374
Reply with quote  #2

1714834374
Report to moderator
1714834374
Hero Member
*
Offline Offline

Posts: 1714834374

View Profile Personal Message (Offline)

Ignore
1714834374
Reply with quote  #2

1714834374
Report to moderator
1714834374
Hero Member
*
Offline Offline

Posts: 1714834374

View Profile Personal Message (Offline)

Ignore
1714834374
Reply with quote  #2

1714834374
Report to moderator
shahadil
Full Member
***
Offline Offline

Activity: 202
Merit: 100


View Profile
July 09, 2014, 02:59:49 PM
 #42

My bitcoin conf

Quote
from p2pool.bitcoin import networks

# CHAIN_LENGTH = number of shares back client keeps
# REAL_CHAIN_LENGTH = maximum number of shares back client uses to compute payout
# REAL_CHAIN_LENGTH must always be <= CHAIN_LENGTH
# REAL_CHAIN_LENGTH must be changed in sync with all other clients
# changes can be done by changing one, then the other

PARENT = networks.nets['bitcoin']
SHARE_PERIOD = 30 # seconds
CHAIN_LENGTH = 24*60*60//10 # shares
REAL_CHAIN_LENGTH = 24*60*60//10 # shares
TARGET_LOOKBEHIND = 200 # shares
SPREAD = 3 # blocks
IDENTIFIER = 'fc70035c7a81bc6f'.decode('hex')
PREFIX = '2472ef181efcd37b'.decode('hex')
P2P_PORT = 9333
MIN_TARGET = 0
MAX_TARGET = 2**256//2**32 - 1
PERSIST = False
WORKER_PORT = 9332
BOOTSTRAP_ADDRS = ''.split(' ')
ANNOUNCE_CHANNEL = '#p2pool'
VERSION_CHECK = lambda v: 50700 <= v < 60000 or 60010 <= v < 60100 or 60400 <= v
VERSION_WARNING = lambda v: 'Upgrade Bitcoin to >=0.8.5!' if v < 80500 else None

My Bitcoin.conf

Quote
daemon=1
listen=1
server=1
rpcuser=xxxxxx
rpcpassword=xxxxx
rpcport=3333
rpcallowip=192.168.1.120 (my computer Ip)
gen=0
blockmaxsize=1000000
mintxfee=0.00000001
minrelaytxfee=0.00000001
maxconnections=20


loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
July 11, 2014, 03:10:17 PM
 #43

My bitcoin conf

Quote
from p2pool.bitcoin import networks

# CHAIN_LENGTH = number of shares back client keeps
# REAL_CHAIN_LENGTH = maximum number of shares back client uses to compute payout
# REAL_CHAIN_LENGTH must always be <= CHAIN_LENGTH
# REAL_CHAIN_LENGTH must be changed in sync with all other clients
# changes can be done by changing one, then the other

PARENT = networks.nets['bitcoin']
SHARE_PERIOD = 30 # seconds
CHAIN_LENGTH = 24*60*60//10 # shares
REAL_CHAIN_LENGTH = 24*60*60//10 # shares
TARGET_LOOKBEHIND = 200 # shares
SPREAD = 3 # blocks
IDENTIFIER = 'fc70035c7a81bc6f'.decode('hex')
PREFIX = '2472ef181efcd37b'.decode('hex')
P2P_PORT = 9333
MIN_TARGET = 0
MAX_TARGET = 2**256//2**32 - 1
PERSIST = False
WORKER_PORT = 9332
BOOTSTRAP_ADDRS = ''.split(' ')
ANNOUNCE_CHANNEL = '#p2pool'
VERSION_CHECK = lambda v: 50700 <= v < 60000 or 60010 <= v < 60100 or 60400 <= v
VERSION_WARNING = lambda v: 'Upgrade Bitcoin to >=0.8.5!' if v < 80500 else None

My Bitcoin.conf

Quote
daemon=1
listen=1
server=1
rpcuser=xxxxxx
rpcpassword=xxxxx
rpcport=3333
rpcallowip=192.168.1.120 (my computer Ip)
gen=0
blockmaxsize=1000000
mintxfee=0.00000001
minrelaytxfee=0.00000001
maxconnections=20




I see you have block size at 1000000 and max connections at 20. I would recommend setting that at 10 and block size at 250000. The default block size is 500000 so it is currently double the normal amount. For me base settings is max connections at 10 and max block size at 250000 and that seems to be the normal amount for most coins and finding the right block size for fine tuning afterwards.

It's different for each set up so give this guide a seriously good reading for your circumstances:
http://www.guugll.eu/guide-mining-efficiently-p2pool/

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
jcaldwell373
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 19, 2014, 11:37:33 PM
 #44

When I run my batch file, I get a notepad that says "#!/usr/bin/env python

from p2pool import main

main.run()"     and I get a command box that says "run_p2pool.py --net "zetacoin" --give-author 0.0 --no-bugreport --disable-upnp"

and that's it.
loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
July 20, 2014, 10:22:15 AM
 #45

When I run my batch file, I get a notepad that says "#!/usr/bin/env python

from p2pool import main

main.run()"     and I get a command box that says "run_p2pool.py --net "zetacoin" --give-author 0.0 --no-bugreport --disable-upnp"

and that's it.


Have you all dependencies installed yet?

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
jcaldwell373
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 20, 2014, 03:17:55 PM
 #46

Yes, I went down the list and installed all.
cagrund
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


CTO für den Bundesverband Bitcoin e. V.


View Profile WWW
July 23, 2014, 01:43:46 PM
 #47

Hello all,

i´ve installed all components, synched wallet and configured everything. But when i start the bat-file i get several errors.
Access the Graphs & Stats works.

Can someone help me with this issue, please?

Quote
E:\p2pool-rav-master>CALL.bat

E:\p2pool-rav-master>run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable-upnp --bitcoind-config-path E:\Blockchain\bitcoin.conf
2014-07-23 15:35:33.466000 p2pool (version unknown 7032706f6f6c2d7261762d6d6173746572)
2014-07-23 15:35:33.466000
2014-07-23 15:35:33.466000 Testing bitcoind RPC connection to 'http://127.0.0.1:17444/' with username 'Solo'...
2014-07-23 15:35:33.880000     ...success!
2014-07-23 15:35:33.881000     Current block hash: 1fcd0ac4fb6b1d2386c09d450a16bca857ec715594c4de2
2014-07-23 15:35:33.881000     Current block height: 312120
2014-07-23 15:35:33.881000
2014-07-23 15:35:33.881000 Testing bitcoind P2P connection to '127.0.0.1:17334'...
2014-07-23 15:35:33.997000     ...success!
2014-07-23 15:35:34.009000
2014-07-23 15:35:34.010000 Determining payout address...
2014-07-23 15:35:34.010000     Loaded cached address: 153EjPGN5AnAsrYPBhin8BUjSq3VNAL6HP...
2014-07-23 15:35:34.019000     ...success! Payout address: 153EjPGN5AnAsrYPBhin8BUjSq3VNAL6HP
2014-07-23 15:35:34.019000
2014-07-23 15:35:34.019000 Loading shares...
2014-07-23 15:35:34.020000     ...done loading 0 shares (0 verified)!
2014-07-23 15:35:34.020000
2014-07-23 15:35:34.021000 Initializing work...
2014-07-23 15:35:34.495000     ...success!
2014-07-23 15:35:34.496000
2014-07-23 15:35:34.496000 Joining p2pool network using port 9333...
2014-07-23 15:35:34.499000 > Unhandled Error
2014-07-23 15:35:34.500000 > Traceback (most recent call last):
2014-07-23 15:35:34.500000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1163, in gotResult
2014-07-23 15:35:34.500000 >     _inlineCallbacks(r, g, deferred)
2014-07-23 15:35:34.501000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-23 15:35:34.501000 >     result = g.send(result)
2014-07-23 15:35:34.501000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 159, in main
2014-07-23 15:35:34.501000 >     for addr_df in map(parse, net.BOOTSTRAP_ADDRS):
2014-07-23 15:35:34.501000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1245, in unwindGenerator
2014-07-23 15:35:34.502000 >     return _inlineCallbacks(None, gen, Deferred())
2014-07-23 15:35:34.502000 > --- <exception caught here> ---
2014-07-23 15:35:34.502000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-23 15:35:34.502000 >     result = g.send(result)
2014-07-23 15:35:34.502000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 150, in parse
2014-07-23 15:35:34.503000 >     defer.returnValue(((yield reactor.resolve(host)), port))
2014-07-23 15:35:34.503000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 567, in resolve
2014-07-23 15:35:34.503000 >     if abstract.isIPAddress(name):
2014-07-23 15:35:34.503000 >   File "E:\Python27\lib\site-packages\twisted\internet\abstract.py", line 496, in isIPAddress
2014-07-23 15:35:34.503000 >     dottedParts = addr.split('.')
2014-07-23 15:35:34.504000 > exceptions.AttributeError: 'list' object has no attribute 'split'
2014-07-23 15:35:34.508000     ...success!
2014-07-23 15:35:34.508000
2014-07-23 15:35:34.508000 Listening for workers on '' port 9332...
2014-07-23 15:35:34.579000     ...success!
2014-07-23 15:35:34.580000
2014-07-23 15:35:34.580000 Started successfully!
2014-07-23 15:35:34.580000 Go to http://127.0.0.1:9332/ to view graphs and statistics!
2014-07-23 15:35:34.580000 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-07-23 15:35:34.581000
2014-07-23 15:35:37.581000 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-07-23 15:35:37.581000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh
2014-07-23 15:35:39.776000 > Unhandled Error
2014-07-23 15:35:39.777000 > Traceback (most recent call last):
2014-07-23 15:35:39.777000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 595, in run
2014-07-23 15:35:39.777000 >     reactor.run()
2014-07-23 15:35:39.777000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 1192, in run
2014-07-23 15:35:39.778000 >     self.mainLoop()
2014-07-23 15:35:39.778000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 1201, in mainLoop
2014-07-23 15:35:39.778000 >     self.runUntilCurrent()
2014-07-23 15:35:39.778000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 824, in runUntilCurrent
2014-07-23 15:35:39.778000 >     call.func(*call.args, **call.kw)
2014-07-23 15:35:39.779000 > --- <exception caught here> ---
2014-07-23 15:35:39.779000 >   File "E:\p2pool-rav-master\p2pool\bitcoin\stratum.py", line 38, in _send_work
2014-07-23 15:35:39.779000 >     x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2014-07-23 15:35:39.779000 >   File "E:\p2pool-rav-master\p2pool\work.py", line 177, in preprocess_request
2014-07-23 15:35:39.780000 >     raise jsonrpc.Error_for_code(-12345)(u'p2pool is not connected to any peers')
2014-07-23 15:35:39.780000 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is not connected to any peers
2014-07-23 15:35:55.581000 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-07-23 15:35:55.581000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh

loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
July 24, 2014, 09:34:40 PM
 #48

Hello all,

i´ve installed all components, synched wallet and configured everything. But when i start the bat-file i get several errors.
Access the Graphs & Stats works.

Can someone help me with this issue, please?

Quote
E:\p2pool-rav-master>CALL.bat

E:\p2pool-rav-master>run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable-upnp --bitcoind-config-path E:\Blockchain\bitcoin.conf
2014-07-23 15:35:33.466000 p2pool (version unknown 7032706f6f6c2d7261762d6d6173746572)
2014-07-23 15:35:33.466000
2014-07-23 15:35:33.466000 Testing bitcoind RPC connection to 'http://127.0.0.1:17444/' with username 'Solo'...
2014-07-23 15:35:33.880000     ...success!
2014-07-23 15:35:33.881000     Current block hash: 1fcd0ac4fb6b1d2386c09d450a16bca857ec715594c4de2
2014-07-23 15:35:33.881000     Current block height: 312120
2014-07-23 15:35:33.881000
2014-07-23 15:35:33.881000 Testing bitcoind P2P connection to '127.0.0.1:17334'...
2014-07-23 15:35:33.997000     ...success!
2014-07-23 15:35:34.009000
2014-07-23 15:35:34.010000 Determining payout address...
2014-07-23 15:35:34.010000     Loaded cached address: 153EjPGN5AnAsrYPBhin8BUjSq3VNAL6HP...
2014-07-23 15:35:34.019000     ...success! Payout address: 153EjPGN5AnAsrYPBhin8BUjSq3VNAL6HP
2014-07-23 15:35:34.019000
2014-07-23 15:35:34.019000 Loading shares...
2014-07-23 15:35:34.020000     ...done loading 0 shares (0 verified)!
2014-07-23 15:35:34.020000
2014-07-23 15:35:34.021000 Initializing work...
2014-07-23 15:35:34.495000     ...success!
2014-07-23 15:35:34.496000
2014-07-23 15:35:34.496000 Joining p2pool network using port 9333...
2014-07-23 15:35:34.499000 > Unhandled Error
2014-07-23 15:35:34.500000 > Traceback (most recent call last):
2014-07-23 15:35:34.500000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1163, in gotResult
2014-07-23 15:35:34.500000 >     _inlineCallbacks(r, g, deferred)
2014-07-23 15:35:34.501000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-23 15:35:34.501000 >     result = g.send(result)
2014-07-23 15:35:34.501000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 159, in main
2014-07-23 15:35:34.501000 >     for addr_df in map(parse, net.BOOTSTRAP_ADDRS):
2014-07-23 15:35:34.501000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1245, in unwindGenerator
2014-07-23 15:35:34.502000 >     return _inlineCallbacks(None, gen, Deferred())
2014-07-23 15:35:34.502000 > --- <exception caught here> ---
2014-07-23 15:35:34.502000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-23 15:35:34.502000 >     result = g.send(result)
2014-07-23 15:35:34.502000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 150, in parse
2014-07-23 15:35:34.503000 >     defer.returnValue(((yield reactor.resolve(host)), port))
2014-07-23 15:35:34.503000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 567, in resolve
2014-07-23 15:35:34.503000 >     if abstract.isIPAddress(name):
2014-07-23 15:35:34.503000 >   File "E:\Python27\lib\site-packages\twisted\internet\abstract.py", line 496, in isIPAddress
2014-07-23 15:35:34.503000 >     dottedParts = addr.split('.')
2014-07-23 15:35:34.504000 > exceptions.AttributeError: 'list' object has no attribute 'split'
2014-07-23 15:35:34.508000     ...success!
2014-07-23 15:35:34.508000
2014-07-23 15:35:34.508000 Listening for workers on '' port 9332...
2014-07-23 15:35:34.579000     ...success!
2014-07-23 15:35:34.580000
2014-07-23 15:35:34.580000 Started successfully!
2014-07-23 15:35:34.580000 Go to http://127.0.0.1:9332/ to view graphs and statistics!
2014-07-23 15:35:34.580000 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-07-23 15:35:34.581000
2014-07-23 15:35:37.581000 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-07-23 15:35:37.581000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh
2014-07-23 15:35:39.776000 > Unhandled Error
2014-07-23 15:35:39.777000 > Traceback (most recent call last):
2014-07-23 15:35:39.777000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 595, in run
2014-07-23 15:35:39.777000 >     reactor.run()
2014-07-23 15:35:39.777000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 1192, in run
2014-07-23 15:35:39.778000 >     self.mainLoop()
2014-07-23 15:35:39.778000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 1201, in mainLoop
2014-07-23 15:35:39.778000 >     self.runUntilCurrent()
2014-07-23 15:35:39.778000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 824, in runUntilCurrent
2014-07-23 15:35:39.778000 >     call.func(*call.args, **call.kw)
2014-07-23 15:35:39.779000 > --- <exception caught here> ---
2014-07-23 15:35:39.779000 >   File "E:\p2pool-rav-master\p2pool\bitcoin\stratum.py", line 38, in _send_work
2014-07-23 15:35:39.779000 >     x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2014-07-23 15:35:39.779000 >   File "E:\p2pool-rav-master\p2pool\work.py", line 177, in preprocess_request
2014-07-23 15:35:39.780000 >     raise jsonrpc.Error_for_code(-12345)(u'p2pool is not connected to any peers')
2014-07-23 15:35:39.780000 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is not connected to any peers
2014-07-23 15:35:55.581000 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-07-23 15:35:55.581000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh

Post both network.py files so I can look them over. I'll try to troubleshoot from here as I can.

From the looks of it I take it you are trying to Solo BTC? First, make sure the are no typos in the files you modified as one extra comma or missing semi-colon can ruin everything. Next, double check the ports you set up in the both network.py files. Finally, go into Python and Twisted and check on if the setting are correct. But it looks as if you may have a typo in the networks.py.

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
July 24, 2014, 09:49:05 PM
 #49

Yes, I went down the list and installed all.

Forgive me for the late reply I was super busy. It looks as if a dependency may have not installed correctly. Make sure to install python components with MingW if possible or something equivalent, if you are sure you did so then it may be some thing within the configuration itself. Post up both network.py files so I can look them over.

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
cagrund
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


CTO für den Bundesverband Bitcoin e. V.


View Profile WWW
July 26, 2014, 09:00:21 AM
Last edit: July 26, 2014, 09:11:04 AM by cagrund
 #50

Hi all,

regarding to my fist post here, there was a typo in the bitcoin.conf (I´ve missed to change the persist-setting from True to False).  Wink

In the meantime i´ve installed on a other server, and it seams to be working, but on the start i still get a few errors.

See attached log.

Quote


C:\Users\Administrator>"C:\Users\Administrator\Desktop\CALL P2Pool.lnk"

E:\p2pool>run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable -upnp --disable-advertise --outgoing-conns 0 --bitcoind-config-path E:\Bitcoin-Data\bitcoin.conf
2014-07-26 10:51:25.123000 p2pool (version unknown 7032706f6f6c)
2014-07-26 10:51:25.139000
2014-07-26 10:51:25.139000 Testing bitcoind RPC connection to 'http://127.0.0.1:17444/' with username 'Solo'...
2014-07-26 10:51:25.607000     ...success!
2014-07-26 10:51:25.607000     Current block hash: 1de6aa4457ae2dbdb2ef1bfb16019d0350ccf9358fad4132
2014-07-26 10:51:25.607000     Current block height: 312544
2014-07-26 10:51:25.607000
2014-07-26 10:51:25.607000 Testing bitcoind P2P connection to '127.0.0.1:17334'.
..
2014-07-26 10:51:25.638000     ...success!
2014-07-26 10:51:25.638000
2014-07-26 10:51:25.638000 Determining payout address...
2014-07-26 10:51:25.638000     Loaded cached address: 1NE5n9xuShs1mtREN7wjM1R8hcC23QYrXt...
2014-07-26 10:51:25.654000     ...success! Payout address: 1NE5n9xuShs1mtREN7wjM1R8hcC23QYrXt
2014-07-26 10:51:25.654000
2014-07-26 10:51:25.654000 Loading shares...
2014-07-26 10:51:26.730000     ...done loading 267 shares (267 verified)!
2014-07-26 10:51:26.730000
2014-07-26 10:51:26.730000 Initializing work...
2014-07-26 10:51:27.276000     ...success!
2014-07-26 10:51:27.276000
2014-07-26 10:51:27.292000 Joining p2pool network using port 9333...
2014-07-26 10:51:27.292000 > Unhandled Error
2014-07-26 10:51:27.292000 > Traceback (most recent call last):
2014-07-26 10:51:27.292000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1163, in gotResult
2014-07-26 10:51:27.292000 >     _inlineCallbacks(r, g, deferred)
2014-07-26 10:51:27.292000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-26 10:51:27.292000 >     result = g.send(result)
2014-07-26 10:51:27.292000 >   File "E:\p2pool\p2pool\main.py", line 159, in main
2014-07-26 10:51:27.292000 >     for addr_df in map(parse, net.BOOTSTRAP_ADDRS):
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1245, in unwindGenerator
2014-07-26 10:51:27.307000 >     return _inlineCallbacks(None, gen, Deferred())
2014-07-26 10:51:27.307000 > --- <exception caught here> ---
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-26 10:51:27.307000 >     result = g.send(result)
2014-07-26 10:51:27.307000 >   File "E:\p2pool\p2pool\main.py", line 150, in parse
2014-07-26 10:51:27.307000 >     defer.returnValue(((yield reactor.resolve(host)), port))
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 567, in resolve
2014-07-26 10:51:27.307000 >     if abstract.isIPAddress(name):
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\abstract.py", line 496, in isIPAddress
2014-07-26 10:51:27.307000 >     dottedParts = addr.split('.')
2014-07-26 10:51:27.307000 > exceptions.AttributeError: 'list' object has no attribute 'split'
2014-07-26 10:51:27.323000     ...success!
2014-07-26 10:51:27.323000
2014-07-26 10:51:27.323000 Listening for workers on '' port 9332...
2014-07-26 10:51:27.744000     ...success!
2014-07-26 10:51:27.744000
2014-07-26 10:51:27.744000 Started successfully!
2014-07-26 10:51:27.744000 Go to http://127.0.0.1:9332/ to view graphs and statistics!
2014-07-26 10:51:27.744000 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-07-26 10:51:27.744000
2014-07-26 10:51:30.755000 P2Pool: 257 shares in chain (267 verified/267 total)Peers: 0 (0 incoming)
2014-07-26 10:51:30.755000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh
2014-07-26 10:51:30.755000  Shares: 0 (0 orphan, 0 dead) Stale rate: Huh Efficiency: Huh Current payout: 25.0450 BTC
2014-07-26 10:51:30.755000  Pool: 1362GH/s Stale rate: 50.0% Expected time to block: 1.9 years



Here ist the bitcoin.py

Quote

from p2pool.bitcoin import networks

# CHAIN_LENGTH = number of shares back client keeps
# REAL_CHAIN_LENGTH = maximum number of shares back client uses to compute payout
# REAL_CHAIN_LENGTH must always be <= CHAIN_LENGTH
# REAL_CHAIN_LENGTH must be changed in sync with all other clients
# changes can be done by changing one, then the other

PARENT = networks.nets['bitcoin']
SHARE_PERIOD = 30 # seconds
CHAIN_LENGTH = 24*60*60//10 # shares
REAL_CHAIN_LENGTH = 24*60*60//10 # shares
TARGET_LOOKBEHIND = 200 # shares
SPREAD = 3 # blocks
IDENTIFIER = 'fc70035c7a81bc6f'.decode('hex')
PREFIX = '2472ef181efcd37b'.decode('hex')
P2P_PORT = 9333
MIN_TARGET = 0
MAX_TARGET = 2**256//2**32 - 1
PERSIST = False
WORKER_PORT = 9332
BOOTSTRAP_ADDRS=''.split(' '),
ANNOUNCE_CHANNEL = '#p2pool'
VERSION_CHECK = lambda v: 50700 <= v < 60000 or 60010 <= v < 60100 or 60400 <= v
VERSION_WARNING = lambda v: 'Upgrade Bitcoin to >=0.8.5!' if v < 80500 else None



And here the bitcoin.conf

Quote

Server=1
rpcuser=Solo
rpcpassword=xxx-removed-xxx
rpcallowip=10.180.114.* #Or whatever your network is only the p2pool has to connect
rpcport=17444 #Pick Something p2pool reads the conf for all settings
port=17334 #Pick Something p2pool reads the conf for all settings
maxconnections=100




And here is the CALL.bat

Quote
run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable-upnp --disable-advertise --outgoing-conns 0 --bitcoind-config-path E:\Bitcoin-Data\bitcoin.conf


I´m goining to try solomining with 4 Antminer S1.



Best regards, Carsten.

loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
July 28, 2014, 08:31:23 AM
 #51

Hi all,

regarding to my fist post here, there was a typo in the bitcoin.conf (I´ve missed to change the persist-setting from True to False).  Wink

In the meantime i´ve installed on a other server, and it seams to be working, but on the start i still get a few errors.

See attached log.

Quote


C:\Users\Administrator>"C:\Users\Administrator\Desktop\CALL P2Pool.lnk"

E:\p2pool>run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable -upnp --disable-advertise --outgoing-conns 0 --bitcoind-config-path E:\Bitcoin-Data\bitcoin.conf
2014-07-26 10:51:25.123000 p2pool (version unknown 7032706f6f6c)
2014-07-26 10:51:25.139000
2014-07-26 10:51:25.139000 Testing bitcoind RPC connection to 'http://127.0.0.1:17444/' with username 'Solo'...
2014-07-26 10:51:25.607000     ...success!
2014-07-26 10:51:25.607000     Current block hash: 1de6aa4457ae2dbdb2ef1bfb16019d0350ccf9358fad4132
2014-07-26 10:51:25.607000     Current block height: 312544
2014-07-26 10:51:25.607000
2014-07-26 10:51:25.607000 Testing bitcoind P2P connection to '127.0.0.1:17334'.
..
2014-07-26 10:51:25.638000     ...success!
2014-07-26 10:51:25.638000
2014-07-26 10:51:25.638000 Determining payout address...
2014-07-26 10:51:25.638000     Loaded cached address: 1NE5n9xuShs1mtREN7wjM1R8hcC23QYrXt...
2014-07-26 10:51:25.654000     ...success! Payout address: 1NE5n9xuShs1mtREN7wjM1R8hcC23QYrXt
2014-07-26 10:51:25.654000
2014-07-26 10:51:25.654000 Loading shares...
2014-07-26 10:51:26.730000     ...done loading 267 shares (267 verified)!
2014-07-26 10:51:26.730000
2014-07-26 10:51:26.730000 Initializing work...
2014-07-26 10:51:27.276000     ...success!
2014-07-26 10:51:27.276000
2014-07-26 10:51:27.292000 Joining p2pool network using port 9333...
2014-07-26 10:51:27.292000 > Unhandled Error
2014-07-26 10:51:27.292000 > Traceback (most recent call last):
2014-07-26 10:51:27.292000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1163, in gotResult
2014-07-26 10:51:27.292000 >     _inlineCallbacks(r, g, deferred)
2014-07-26 10:51:27.292000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-26 10:51:27.292000 >     result = g.send(result)
2014-07-26 10:51:27.292000 >   File "E:\p2pool\p2pool\main.py", line 159, in main
2014-07-26 10:51:27.292000 >     for addr_df in map(parse, net.BOOTSTRAP_ADDRS):
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1245, in unwindGenerator
2014-07-26 10:51:27.307000 >     return _inlineCallbacks(None, gen, Deferred())
2014-07-26 10:51:27.307000 > --- <exception caught here> ---
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-26 10:51:27.307000 >     result = g.send(result)
2014-07-26 10:51:27.307000 >   File "E:\p2pool\p2pool\main.py", line 150, in parse
2014-07-26 10:51:27.307000 >     defer.returnValue(((yield reactor.resolve(host)), port))
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 567, in resolve
2014-07-26 10:51:27.307000 >     if abstract.isIPAddress(name):
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\abstract.py", line 496, in isIPAddress
2014-07-26 10:51:27.307000 >     dottedParts = addr.split('.')
2014-07-26 10:51:27.307000 > exceptions.AttributeError: 'list' object has no attribute 'split'
2014-07-26 10:51:27.323000     ...success!
2014-07-26 10:51:27.323000
2014-07-26 10:51:27.323000 Listening for workers on '' port 9332...
2014-07-26 10:51:27.744000     ...success!
2014-07-26 10:51:27.744000
2014-07-26 10:51:27.744000 Started successfully!
2014-07-26 10:51:27.744000 Go to http://127.0.0.1:9332/ to view graphs and statistics!
2014-07-26 10:51:27.744000 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-07-26 10:51:27.744000
2014-07-26 10:51:30.755000 P2Pool: 257 shares in chain (267 verified/267 total)Peers: 0 (0 incoming)
2014-07-26 10:51:30.755000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh
2014-07-26 10:51:30.755000  Shares: 0 (0 orphan, 0 dead) Stale rate: Huh Efficiency: Huh Current payout: 25.0450 BTC
2014-07-26 10:51:30.755000  Pool: 1362GH/s Stale rate: 50.0% Expected time to block: 1.9 years



Here ist the bitcoin.py

Quote

from p2pool.bitcoin import networks

# CHAIN_LENGTH = number of shares back client keeps
# REAL_CHAIN_LENGTH = maximum number of shares back client uses to compute payout
# REAL_CHAIN_LENGTH must always be <= CHAIN_LENGTH
# REAL_CHAIN_LENGTH must be changed in sync with all other clients
# changes can be done by changing one, then the other

PARENT = networks.nets['bitcoin']
SHARE_PERIOD = 30 # seconds
CHAIN_LENGTH = 24*60*60//10 # shares
REAL_CHAIN_LENGTH = 24*60*60//10 # shares
TARGET_LOOKBEHIND = 200 # shares
SPREAD = 3 # blocks
IDENTIFIER = 'fc70035c7a81bc6f'.decode('hex')
PREFIX = '2472ef181efcd37b'.decode('hex')
P2P_PORT = 9333
MIN_TARGET = 0
MAX_TARGET = 2**256//2**32 - 1
PERSIST = False
WORKER_PORT = 9332
BOOTSTRAP_ADDRS=''.split(' '),
ANNOUNCE_CHANNEL = '#p2pool'
VERSION_CHECK = lambda v: 50700 <= v < 60000 or 60010 <= v < 60100 or 60400 <= v
VERSION_WARNING = lambda v: 'Upgrade Bitcoin to >=0.8.5!' if v < 80500 else None



And here the bitcoin.conf

Quote

Server=1
rpcuser=Solo
rpcpassword=xxx-removed-xxx
rpcallowip=10.180.114.* #Or whatever your network is only the p2pool has to connect
rpcport=17444 #Pick Something p2pool reads the conf for all settings
port=17334 #Pick Something p2pool reads the conf for all settings
maxconnections=100




And here is the CALL.bat

Quote
run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable-upnp --disable-advertise --outgoing-conns 0 --bitcoind-config-path E:\Bitcoin-Data\bitcoin.conf


I´m goining to try solomining with 4 Antminer S1.



Best regards, Carsten.


Those look fine, post the other network.py file so we can take a look at that one as well.

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
cagrund
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


CTO für den Bundesverband Bitcoin e. V.


View Profile WWW
July 28, 2014, 09:43:10 AM
 #52



Those look fine, post the other network.py file so we can take a look at that one as well.

Hmm, which file do you mean? - I didn´t change any other files except those listed above (bitcoin.conf in the bitcoin data-path, bitcoin.py in p2pool\networks and the CALL.bat in the root of p2pool).

Did i miss something? - I only mine bitcoin.



loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
July 30, 2014, 02:48:57 AM
 #53



Those look fine, post the other network.py file so we can take a look at that one as well.

Hmm, which file do you mean? - I didn´t change any other files except those listed above (bitcoin.conf in the bitcoin data-path, bitcoin.py in p2pool\networks and the CALL.bat in the root of p2pool).

Did i miss something? - I only mine bitcoin.




There are two "network.py" files to be configured. More accurately one needs to be checked and the other configured.

The first is in < main P2pool folder >/p2pool/networks.py - This is the file you point your miner at and you currently have listed above.

The second is in < main P2pool folder >/p2pool/bitcoin/networks.py - This is the file P2pool uses to point itself at your wallet to connect. It is usually is set up correctly and good to go straight away but sometimes depending on how old/new the version of P2pool you are using it may have have to be updated. Mainly I'm referring to the ports listed and conf file name. For BTC:

See the "ports" section? Make sure both match your config file and the name of the conf file you are using matches the ones listed below at the end of "CONF_FILE_FUNC=lambda". If they don't you can either change what's listed here or change the files you have but either way they have to match or p2pool won't be able to work.

    bitcoin=math.Object(
        P2P_PREFIX='f9beb4d9'.decode('hex'),
        P2P_PORT=8333,
        ADDRESS_VERSION=0,
        RPC_PORT=8332,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            (yield check_genesis_block(bitcoind, '000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f')) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 50*100000000 >> (height + 1)//210000,
        POW_FUNC=data.hash256,
        BLOCK_PERIOD=600, # s
        SYMBOL='BTC',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Bitcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Bitcoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.bitcoin'), 'bitcoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='https://blockchain.info/block/',
        ADDRESS_EXPLORER_URL_PREFIX='https://blockchain.info/address/',
        TX_EXPLORER_URL_PREFIX='https://blockchain.info/tx/',
        SANE_TARGET_RANGE=(2**256//2**32//1000 - 1, 2**256//2**32 - 1),
        DUMB_SCRYPT_DIFF=1,
        DUST_THRESHOLD=0.001e8,
    ),

Also, make sure you have the port listed in your conf file and not just the rpc port.

Let me know if this helps.

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
illyack
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
August 06, 2014, 05:46:49 PM
 #54

So you got your Antminer S1 pointed it at a local wallet server and watched as every block it found was rejected?
You asked on the forum for help and nobody answered or better still suggested the above.
Follow these steps and you can mine Any Sha256 P2pool Compatible Coin (Still waiting for Peercoin) with an Antminer S1 or setup your own P2pool Pool for Scrypt Mining as long as it has a P2pool Compatible Config.
Revised 11/07/2014

First Pick the coin you wish to mine:
Download and Unpack
https://github.com/Rav3nPL/p2pool-rav
Make sure the coin you wish to mine is listed in the Directory p2pool\networks\
EG.
Code:
bitcoin.py
     
Download and Install:
Windows:(Yes only Windows I havent tested Linux though it should be the same)
* Install Python 2.7: http://www.python.org/getit/
* Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
* Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
* Install python win32 api: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
* Install python win32 api wmi wrapper: https://pypi.python.org/pypi/WMI/#downloads

Download and Install:
Wallet Client for whatever coin you want to mine.

Run and Sync the Wallet Client.
Close the client.
Enter the Directory of the Blockchain/Wallet Dir of the Coin (Windows %AppData% or %Users%Blank%Roaming%)
Create coinname.conf EG. bitcoin.conf
Input
Code:
rpcuser=Thinkofsomething
rpcpassword=Randomlystabatkeyboard
rpcallowip=192.*.*.* #Or whatever your network is only the p2pool has to connect
rpcport=17444 #Pick Something p2pool reads the conf for all settings
port=17334 #Pick Something p2pool reads the conf for all settings

Editing p2pool Configs
Goto where you unpacked https://github.com/Rav3nPL/p2pool-rav
Find the coin you wish to mine.
Edit p2pool\networks\coiname.py

Find
Code:
WORKER_PORT = 

The above numbers is the worker port to connect miners use with the Ip address of the computer running P2pool.
Find
Code:
 PERSIST=True 
Change to:
Code:
 PERSIST=False 
Find
Code:
 BOOTSTRAP_ADDRS='A bunch of other p2pool Nodes'.split(' '),
Change to:
Code:
BOOTSTRAP_ADDRS=''.split(' '),
Save and exit.

Create a Bat in the main p2pool Dir where run_p2pool.py or anywhere if edited properly with the following.
Code:
run_p2pool.py --net Coinyourmining --give-author 0.0 --no-bugreport --disable-upnp 
Save.

Now create a shortcut for the wallet client that adds "-server"

Run Your New Shortcut.
LET IT SYNC.
Run your p2pool Bat.
Point your miners at the worker port of your Solo p2pool Node with:
Ip of the Server running p2pool and Worker port.
Code:
Eg. 192.168.1.128:9374
Address of where you want funds to go MUST NOT BE an exchange address remember this is a p2pool and payment have to mature.
Password "x"

You are now SoloMining/Running your own pool and you can check status by pointing a web browser at the worker port of the p2pool server.
Problems, things I've missed whatever just ask.

Big thanks to seocrow of litecointalk.org for giving me the idea when My Ant S1 kept rejecting blocks found.
Rav3nPL for the multiple coins in individual files now under the networks Directory.
https://www.bitmaintech.com/ for making such a good bit of hardware.











Hi I am trying to setup my s1 to solo mine. I have been going through your walkthrough. However as I am installing the different softwares, each one is requiring different version of python. one wants 2.6, another wants 2.7 , another wants 3.3. Any suggestions?
loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
August 12, 2014, 02:28:06 PM
 #55

So you got your Antminer S1 pointed it at a local wallet server and watched as every block it found was rejected?
You asked on the forum for help and nobody answered or better still suggested the above.
Follow these steps and you can mine Any Sha256 P2pool Compatible Coin (Still waiting for Peercoin) with an Antminer S1 or setup your own P2pool Pool for Scrypt Mining as long as it has a P2pool Compatible Config.
Revised 11/07/2014

First Pick the coin you wish to mine:
Download and Unpack
https://github.com/Rav3nPL/p2pool-rav
Make sure the coin you wish to mine is listed in the Directory p2pool\networks\
EG.
Code:
bitcoin.py
     
Download and Install:
Windows:(Yes only Windows I havent tested Linux though it should be the same)
* Install Python 2.7: http://www.python.org/getit/
* Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
* Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
* Install python win32 api: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
* Install python win32 api wmi wrapper: https://pypi.python.org/pypi/WMI/#downloads

Download and Install:
Wallet Client for whatever coin you want to mine.

Run and Sync the Wallet Client.
Close the client.
Enter the Directory of the Blockchain/Wallet Dir of the Coin (Windows %AppData% or %Users%Blank%Roaming%)
Create coinname.conf EG. bitcoin.conf
Input
Code:
rpcuser=Thinkofsomething
rpcpassword=Randomlystabatkeyboard
rpcallowip=192.*.*.* #Or whatever your network is only the p2pool has to connect
rpcport=17444 #Pick Something p2pool reads the conf for all settings
port=17334 #Pick Something p2pool reads the conf for all settings

Editing p2pool Configs
Goto where you unpacked https://github.com/Rav3nPL/p2pool-rav
Find the coin you wish to mine.
Edit p2pool\networks\coiname.py

Find
Code:
WORKER_PORT = 

The above numbers is the worker port to connect miners use with the Ip address of the computer running P2pool.
Find
Code:
 PERSIST=True 
Change to:
Code:
 PERSIST=False 
Find
Code:
 BOOTSTRAP_ADDRS='A bunch of other p2pool Nodes'.split(' '),
Change to:
Code:
BOOTSTRAP_ADDRS=''.split(' '),
Save and exit.

Create a Bat in the main p2pool Dir where run_p2pool.py or anywhere if edited properly with the following.
Code:
run_p2pool.py --net Coinyourmining --give-author 0.0 --no-bugreport --disable-upnp 
Save.

Now create a shortcut for the wallet client that adds "-server"

Run Your New Shortcut.
LET IT SYNC.
Run your p2pool Bat.
Point your miners at the worker port of your Solo p2pool Node with:
Ip of the Server running p2pool and Worker port.
Code:
Eg. 192.168.1.128:9374
Address of where you want funds to go MUST NOT BE an exchange address remember this is a p2pool and payment have to mature.
Password "x"

You are now SoloMining/Running your own pool and you can check status by pointing a web browser at the worker port of the p2pool server.
Problems, things I've missed whatever just ask.

Big thanks to seocrow of litecointalk.org for giving me the idea when My Ant S1 kept rejecting blocks found.
Rav3nPL for the multiple coins in individual files now under the networks Directory.
https://www.bitmaintech.com/ for making such a good bit of hardware.











Hi I am trying to setup my s1 to solo mine. I have been going through your walkthrough. However as I am installing the different softwares, each one is requiring different version of python. one wants 2.6, another wants 2.7 , another wants 3.3. Any suggestions?

If you believe all the requirements have been installed check to make sure they are all on the correct system paths.

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
727miner
Hero Member
*****
Offline Offline

Activity: 543
Merit: 500



View Profile
August 14, 2014, 03:51:34 PM
 #56

Just curious, has anyone found a Bitcoin block using this method?
loszhor
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
August 15, 2014, 03:42:16 AM
 #57

Just curious, has anyone found a Bitcoin block using this method?

It is possible to solo, if that is what you mean, a BTC block with this method but the difficulty is too high now for one person. But to give you a direct answer to your question, I do not know anyone personally who has done so.

16wQCVFXYuSp4AYsBqV9Uqa2dd1V4YXvJ5
adz7
Full Member
***
Offline Offline

Activity: 188
Merit: 100



View Profile
October 05, 2014, 02:42:53 PM
 #58


Download and Install:
Windows:(Yes only Windows I havent tested Linux though it should be the same)
* Install Python 2.7: http://www.python.org/getit/
* Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
* Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
* Install python win32 api: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
* Install python win32 api wmi wrapper: https://pypi.python.org/pypi/WMI/#downloads

Download and Install:
Wallet Client for whatever coin you want to mine.

Run and Sync the Wallet Client.
Close the client.

Hi all,
Can anyone please tell me where I can obtain a fastcoin wallet from?
jcumins
Full Member
***
Offline Offline

Activity: 312
Merit: 100


Bcnex - The Ultimate Blockchain Trading Platform


View Profile
October 30, 2014, 10:50:21 PM
 #59

I just finished setting up and installing bitcoind, all synced up after almost 2 days, seems fine except when running with the -server option.  It errors unable to find the bitcoin.conf and the file is there.

My biggest issue is when calling the p2pool in the batch fine it can not see the bitcoin.conf file either.

I went looking for the networks.py files and there not there, i never removed them and now there gone.  I searched the entire drive for them and found a networks.lnk file but not the py files.

and the P2pool will not launch

Very frustrated, i sure could use some help.


Thanks

jcumins
Full Member
***
Offline Offline

Activity: 312
Merit: 100


Bcnex - The Ultimate Blockchain Trading Platform


View Profile
November 03, 2014, 06:38:34 PM
 #60

Well I am happy to report I am Solo mining with 99 to 100% Effecency. Grin

Pages: « 1 2 [3] 4 »  All
  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!