domschiener / leaderboard-example

IOTA Proof of Concept Application example. With tutorial.
Other
67 stars 50 forks source link

no reaction on generate address #5

Open rnagler opened 6 years ago

rnagler commented 6 years ago

after supplying a seed, when I press Generate Address, nothing happens. my node-info on a private testnet: { "appName": "IRI Testnet", "appVersion": "1.4.1.2", "jreAvailableProcessors": 4, "jreFreeMemory": 582967776, "jreVersion": "1.8.0_152", "jreMaxMemory": 3715629056, "jreTotalMemory": 713555968, "latestMilestone": "LXQGL9SHGRBSDILNTEGRYMIKTPEIGAVBHAM9HUGBAFJVYRXRFOQBFCRDVHRZHVEDUTDLWQNFSMQBC9999", "latestMilestoneIndex": 246489, "latestSolidSubtangleMilestone": "LXQGL9SHGRBSDILNTEGRYMIKTPEIGAVBHAM9HUGBAFJVYRXRFOQBFCRDVHRZHVEDUTDLWQNFSMQBC9999", "latestSolidSubtangleMilestoneIndex": 246489, "neighbors": 2, "packetsQueueSize": 0, "time": 1513176307039, "tips": 1, "transactionsToRequest": 0, "duration": 0 } same reaction also on mainnet, on different nodes maybe a version conflict with iota.min.js ?

eirik-strand commented 6 years ago

I have the same issue

jensmeder commented 6 years ago

You have to replace the included iota.min.js with the most recent iota.min.js from the iota.lib.js repository into the js subfolder.

tedjames commented 6 years ago

Replacing iota.min.js worked for me 👍

joshivince commented 6 years ago

After replacing the iota.min.js my sidebar doesn't work anymore. If I click on the burger menu, it does nothing.