Nem network spam bot


Has there been a network change to slowdown spamming? My spams are not going out as fast as they were and I'm using the same settings.


I'm not sure it would be possible to just slow down the network unless we're talking ddos.
Connection could get slower for a number of reasons.



Some stressing suggestion:  :)

amount = 10
fee = 0.1  (or which is minimum for 10 NEM)
TIME_X = 10 sec

for ever? :)

  for address in addressList
      send  amount with fee to  address
      pause for TIME_X
  endfor

  amount = amount + 2
  fee = fee + 0.1
  TIME_X = TIME_X - 2 sec
  if TIME_X < 0.1 sec
            TIME_X = 10

endfor
I'm not sure I follow? How do you run this?


that's just pseudo code :)
He was just proposing a logic.

...


yes... that was just pseudo code ...

About that addressList :
NCC is not yet having such. Will it be coming soon?
It would help also these manual "mass transactions"  :)