Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a miner (like bitcoin) inside the bundled JS files! #127

Closed
frol opened this issue Jun 7, 2019 · 2 comments
Closed

There is a miner (like bitcoin) inside the bundled JS files! #127

frol opened this issue Jun 7, 2019 · 2 comments

Comments

@frol
Copy link

frol commented Jun 7, 2019

You can search for mined word in the _shared-web-resources/autobahn/autobahn.js (and .min.js as well) and find various references to some sort of miner:

  • // time out the transaction if not mined after 50 blocks
  • Transaction was not mined within
  • ...

This was introduced with the latest commit aa3afbe from @om26er

@om26er
Copy link
Contributor

om26er commented Jun 7, 2019

@frol, The autobahn-js library implemented the XBR protocol (which uses web3, etherium stuff) crossbario/autobahn-js#424, its not a miner and is not supposed to do anything unless specifically used.

The lines you found come from https://github.com/ethereum/web3.js

@frol
Copy link
Author

frol commented Jun 7, 2019

Ah, false alarm. Sorry :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants