pRizz / iota.transactionSpammer.js

MIT License
5 stars 4 forks source link

IOTA transaction spammer does not work #6

Closed Iotacus closed 6 years ago

Iotacus commented 6 years ago

The IOTA transaction spammer at https://prizz.github.io/iota-transaction-spammer-webapp/ never works for me. No confirmations, no transactions added to the tangle. Please see the enclosed screenshot. My computer uses Intel HD graphics 630 (Intel Core i3-7350K). If a computer uses Intel HD graphics, Curl Implementation should be set to "CCurl implementation" in the IOTA wallet. Otherwise addresses cannot be attached to the tangle and the error message "invalid transaction hash" is displayed. Maybe the issue with the transaction spammer is due to the same reason.

A screenshot of the transaction spammer: spammer

The event log of the transaction spammer: Event_log.txt

z3rone commented 6 years ago

The problem seems to be, that you can access the example on github only via HTTPS and there is only one provider in the httpsProviders array ("https://iotanode.prizziota.com:443"). If you add more (working) nodes to the array the example works fine...

Could you add more HTTPS nodes to the example? @pRizz

pRizz commented 6 years ago

This should be fixed if run properly