Any ideas? I followed instructions accurately.
try
make devcoind
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
[2013-06-01 14:34:44] Testing pool http://208.117.43.200:9327
[2013-06-01 14:34:45] HTTP request failed: The requested URL returned error: 401
[2013-06-01 14:34:45] HTTP request failed: The requested URL returned error: 401
[2013-06-01 14:35:44] No servers were found that could be used to get work from.
[2013-06-01 14:35:44] Please check the details from the list below of the servers you have input
[2013-06-01 14:35:44] Most likely you have input the wrong URL, forgotten to add a port, or have no
t set up workers
digital=math.Object(
PARENT=networks.nets['digital'],
SHARE_PERIOD=15, # seconds target spacing
CHAIN_LENGTH=24*60*60//10, # shares
REAL_CHAIN_LENGTH=24*60*60//10, # shares
TARGET_LOOKBEHIND=200, # shares coinbase maturity
SPREAD=30, # blocks
IDENTIFIER='be43F6b8c6927210'.decode('hex'),
PREFIX='b587193ba6d4749a'.decode('hex'),
P2P_PORT=5477,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
WORKER_PORT=9500,
BOOTSTRAP_ADDRS=''.split(' '),
ANNOUNCE_CHANNEL='#p2pool-alt',
VERSION_CHECK=lambda v: True,
),
digital=math.Object(
P2P_PREFIX='fbc0b6db'.decode('hex'),
P2P_PORT=7999,
ADDRESS_VERSION=30,
RPC_PORT=7998,
RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
'digitalcoinaddress' in (yield bitcoind.rpc_help()) and
not (yield bitcoind.rpc_getinfo())['testnet']
)),
SUBSIDY_FUNC=lambda height: 1*10000000 >> (height + 1)//1080000,
POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
BLOCK_PERIOD=30, # s targetspacing
SYMBOL='DGC',
CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'franko') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Doubloons/') if platform.system() == 'Darwin' else os.path.expanduser('~/.digitalcoin'), 'digitalcoin.conf'),
BLOCK_EXPLORER_URL_PREFIX='http://54.244.192.52/doubloon/block/',
ADDRESS_EXPLORER_URL_PREFIX='http://54.244.192.52/doubloon/address/',
SANE_TARGET_RANGE=(2**256//100000000 - 1, 2**256//1000 - 1),
DUMB_SCRYPT_DIFF=2**16,
),
rpcuser=xxx
rpcpassword=xxx
server=1
daemon=1
rpcport=7998
port=7999
2013-05-28 03:52:08.715777 Initializing work...
2013-05-28 03:52:08.800143 ...success!
2013-05-28 03:52:08.800265
2013-05-28 03:52:08.800346 Joining p2pool network using port 5477...
2013-05-28 03:52:08.801582 ...success!
2013-05-28 03:52:08.801656
2013-05-28 03:52:08.802686 Listening for workers on '' port 9500...
2013-05-28 03:52:08.839512 ...success!
2013-05-28 03:52:08.839627
2013-05-28 03:52:08.839696 Started successfully!
2013-05-28 03:52:08.839769 Go to http://127.0.0.1:9500/ to view graphs and statistics!
2013-05-28 03:52:08.839849 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2013-05-28 03:52:08.839930
2013-05-28 03:52:08.846531 Peer 0.0.0.0:5477 misbehaving, will drop and ban. Reason: was connected to self
2013-05-28 03:52:08.847887 Peer 127.0.0.1:33164 misbehaving, will drop and ban. Reason: was connected to self
2013-05-28 03:52:11.840261 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2013-05-28 03:52:11.840398 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2013-05-28 03:52:26.841202 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2013-05-28 03:52:26.841310 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2013-05-28 03:52:41.841972 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2013-05-28 03:52:41.842061 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2013-05-28 03:52:56.842672 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
screen -d -m -S ltcp2pool ./run_p2pool.py --give-author 0 --fee 0 --bitcoind-p2p-port 7999 --bitcoind-rpc-port 7998 --net digital xxx xxx