vuapo-eth / isf-jclient

java console client for the IOTA Spam Fund (http://iotaspam.com)
MIT License
17 stars 5 forks source link

Low Confirmation Rate #15

Open vuapo-eth opened 6 years ago

vuapo-eth commented 6 years ago

The confirmation rate of the spammer (currently 15%) is significantly lower than the average confirmation rate of the tangle (25%). Considering that right now ~80% of spam is created by iotaspam.com spammers, the confirmation rate of transactions that are not created by iotaspam.com spammers sits at approximately 65%:

    ISF         NOT ISF      TOTAL
(80% * 15%) + (20% * 65%) =   25%

Finding the cause for that and improving the isf-jclient confirmation rate, would vastly improve the confirmation rate of the tangle as a whole, since right now the majority of transaction is created by this spammer.

conf php

PJanisio commented 6 years ago

Well if I correctly understood, please correct me if im wrong - actual spamming is not effective enough and you are now searchiing for this difference of 10% between tangle and iotaspam confirmation rate?

vuapo-eth commented 6 years ago

Yes, there seems to be something wrong with either the code of the spammer itself or the environment in which our users run it (which nodes they connect to etc.). Other spammers are way more effective in terms of confirmation rate.

vuapo-eth commented 6 years ago

for the first time, it's the other way around, weird :thinking:

conf php

PJanisio commented 6 years ago

Is it from logical view even possible?

vuapo-eth commented 6 years ago

Depends on what's the actual reason for difference:

There are countless other possible explanations, we don't know what it is yet.