Bitcoin Forum
May 04, 2024, 05:52:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Error setting up eloipool  (Read 655 times)
surfer43 (OP)
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
March 24, 2014, 02:30:05 AM
Last edit: March 24, 2014, 03:37:40 AM by surfer43
 #1

Code:
2014-03-23 22:25:38,579	jsonrpc_getwork	WARNING	Error importing 'midstate' module; work will not provide midstates

>>> Traceback (most recent call last):
  File "./eloipool.py", line 952, in <module>
    MM.start()
  File "/root/eloipool/merklemaker.py", line 713, in start
    self._prepare()
  File "/root/eloipool/merklemaker.py", line 122, in _prepare
    TS['access'] = URI2Access(TS['uri'])
  File "/root/eloipool/merklemaker.py", line 112, in URI2Access
    access = jsonrpc.ServiceProxy(uri)
  File "/root/eloipool/bitcoinrpc/authproxy.py", line 65, in __init__
    if self.__url.port is None:
  File "/usr/lib/python3.3/urllib/parse.py", line 156, in port
    port = int(port, 10)
ValueError: invalid literal for int() with base 10: ''
Huh
1714845162
Hero Member
*
Offline Offline

Posts: 1714845162

View Profile Personal Message (Offline)

Ignore
1714845162
Reply with quote  #2

1714845162
Report to moderator
1714845162
Hero Member
*
Offline Offline

Posts: 1714845162

View Profile Personal Message (Offline)

Ignore
1714845162
Reply with quote  #2

1714845162
Report to moderator
1714845162
Hero Member
*
Offline Offline

Posts: 1714845162

View Profile Personal Message (Offline)

Ignore
1714845162
Reply with quote  #2

1714845162
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714845162
Hero Member
*
Offline Offline

Posts: 1714845162

View Profile Personal Message (Offline)

Ignore
1714845162
Reply with quote  #2

1714845162
Report to moderator
1714845162
Hero Member
*
Offline Offline

Posts: 1714845162

View Profile Personal Message (Offline)

Ignore
1714845162
Reply with quote  #2

1714845162
Report to moderator
1714845162
Hero Member
*
Offline Offline

Posts: 1714845162

View Profile Personal Message (Offline)

Ignore
1714845162
Reply with quote  #2

1714845162
Report to moderator
encorehu
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 02, 2014, 08:55:21 AM
 #2

ValueError: invalid literal for int() with base 10: ''

means your jsonrpc server settings's port is empty string(such is '')
Pages: [1]
  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!