pybitmessage.class_addressGenerator module¶
A thread for creating addresses
-
exception
AddressGeneratorException[source]¶ Bases:
exceptions.ExceptionGeneric AddressGenerator exception
-
class
addressGenerator(name=None)[source]¶ Bases:
pybitmessage.network.threads.StoppableThreadA thread for creating addresses
-
name= 'addressGenerator'¶
-
stopThread()¶ Tell the thread to stop putting a special command to it’s queue
-
run()¶ Process the requests for addresses generation from
queues.addressGeneratorQueue
-