Bitcoin Forum

Other => Beginners & Help => Topic started by: qritz on May 20, 2013, 04:56:45 PM



Title: Python Error? [FIXED]
Post by: qritz on May 20, 2013, 04:56:45 PM
I'm completely new to mining and I'm running into problems from the get-go.

I've tried using the GUI miner here: https://bitcointalk.org/index.php?topic=3878.0 (https://bitcointalk.org/index.php?topic=3878.0)

As well as the command line following the guide here: http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows (http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows)

For both of these methods I receive the error "ValueError: too many values to unpack!"

So far as I can tell, it's a python error which is a language I know very little about. Does anyone know where I should start for addressing this error?

Potentially Relevant info:
  • Windows 8 Pro; 32-bit OS, x64-based processor
  • Intel Core i5-2500 CPU @ 3.30Ghz 3.60 Ghz
  • 4 GB RAM
  • AMD Radeon HD 6850; Driver: 12.104.0.0 - Catalyst 13.4 (3-28-2013)
  • Python 2.7.5

Edit: My chosen password had special characters which apparently isn't allowed.


Title: Re: Python Error?
Post by: qritz on May 20, 2013, 08:49:43 PM
Console log from GUI Miner

Code:
2013-05-20 16:47:56: Listener for "hope" started
2013-05-20 16:47:56: Listener for "hope": 20/05/2013 16:47:56,  too many values to unpack
2013-05-20 16:47:59: Listener for "hope": At least one server is required
2013-05-20 16:47:59: Listener for "hope": Traceback (most recent call last):
2013-05-20 16:47:59: Listener for "hope": File "Switch.pyo", line 45, in __init__
2013-05-20 16:47:59: Listener for "hope": File "Switch.pyo", line 60, in parse_server
2013-05-20 16:47:59: Listener for "hope": ValueError: too many values to unpack
2013-05-20 16:48:06: Listener for "hope" shutting down


Title: Re: Python Error?
Post by: kodo on May 20, 2013, 08:54:54 PM
Im not sure sorry


Title: Re: Python Error?
Post by: qritz on May 21, 2013, 01:48:37 AM
Figured it out. Will edit first post.