Bitcoin Forum
May 04, 2024, 09:58:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: poclbm problems on Windows  (Read 510 times)
barwizi (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
November 28, 2013, 12:37:22 PM
 #1

I've been trying for a week with nothing to show for it, it keeps going

poclbm.py -d0 -r 3 -f 2 http://barwizi.1:x@skc.coinmine.pl:6400

  File "C:\Users\Barwizi\Downloads\skein\skein\skein\poclbm-ske\poclbm.py", line
 92
    print '\nAt least one server is required\n'
                                              ^
SyntaxError: invalid syntax

Help me out
1714859890
Hero Member
*
Offline Offline

Posts: 1714859890

View Profile Personal Message (Offline)

Ignore
1714859890
Reply with quote  #2

1714859890
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714859890
Hero Member
*
Offline Offline

Posts: 1714859890

View Profile Personal Message (Offline)

Ignore
1714859890
Reply with quote  #2

1714859890
Report to moderator
1714859890
Hero Member
*
Offline Offline

Posts: 1714859890

View Profile Personal Message (Offline)

Ignore
1714859890
Reply with quote  #2

1714859890
Report to moderator
snoopdoug
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
November 29, 2013, 03:50:17 AM
 #2

I've been trying for a week with nothing to show for it, it keeps going

poclbm.py -d0 -r 3 -f 2 http://barwizi.1:x@skc.coinmine.pl:6400

  File "C:\Users\Barwizi\Downloads\skein\skein\skein\poclbm-ske\poclbm.py", line
 92
    print '\nAt least one server is required\n'
                                              ^
SyntaxError: invalid syntax

Help me out

You're probably using Python 3 (like I was).

In Python 2, print is a statement. In Python 3, print is a function, and parentheses are required.

You have at least 2 options:  Change to Python 2, or upgrade your application to Python 3 (check out the 2to3 utility)

Good luck!
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!