Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: New pure-python CPU miner, for fun and testing
by
kseistrup
on 17/02/2011, 13:59:16 UTC
required args?
not sure of the format for files in python
Pyminer takes as its single argument the name of the config file.

The config file consists of lines of the form

Code:
key = value

Keys can be host, port, rpcuser, rpcpass, threads, logdir and hashmeter.

Cheers,