pybitmessage.class_addressGenerator module

A thread for creating addresses

exception AddressGeneratorException[source]

Bases: exceptions.Exception

Generic AddressGenerator exception

class addressGenerator(name=None)[source]

Bases: pybitmessage.network.threads.StoppableThread

A 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