Exemple #1
0
def workerstuff():
    if working:
        print "I am trying to work now"
        workertasks.more_blocks(50)
        workertasks.checkaddresses()
        #try:
        workertasks.tx_queue_batches()

    else:
        print "working is off"
Exemple #2
0
def workerstuff():
  if working:
    print "I am trying to work now"
    workertasks.more_blocks(50)
    workertasks.checkaddresses()
    #try:
    workertasks.tx_queue_batches()

  else:
    print "working is off"
Exemple #3
0
def workerstuff():
  print "I am trying to work now"
  #workertasks.checkaddresses()
  #try:
  workertasks.more_blocks(20)
Exemple #4
0
import workertasks 

workertasks.more_blocks(1000)
Exemple #5
0
def workerstuff():
    print "I am trying to work now"
    #workertasks.checkaddresses()
    #try:
    workertasks.more_blocks(20)