Bitcoinereum: web-based mining app

Veeky Forums asked for it - here it is:
minebtcm.github.io/minebtcm/
Pajeet friendly Interface: connect account - schedule transactions - start mining

Other urls found in this thread:

github.com/minebtcm/minebtcm/blob/master/src/bitcoinereum-mining-app/bitcoinereum-mining-app.html#L471
github.com/ethereumjs/ethereumjs-tx
etherdelta.com/#BITCOINEREUM-ETH
github.com/minebtcm/minebtcm/tree/master/src/bitcoinereum-mining-app
github.com/minebtcm/minebtcm/blob/master/src/bitcoinereum-mining-app/bitcoinereum-mining-app.html#L483
ethereum.org/token
discord.gg/jUwUQ8
minebtcm.github.io/minebtcm/
discord.gg/4fVvx4s
twitter.com/NSFWRedditGif

github.com/minebtcm/minebtcm/blob/master/src/bitcoinereum-mining-app/bitcoinereum-mining-app.html#L471

glanced over the script, couldn't find any glaring mishaps

used a metamask account to test - pic related

haha too bad I already have a script that gets most of the coins every round.

That's exactly why I made the app. To give non programmers a chance as well, increase the competition and hence the price.

Yeah I gotta admit that is pretty cool something similar thats closed source. Say how did you learn how to do that stuff? I work well with java and C++ so the java script in geth wasnt hard for me.
But where would I go to learn how to do something like that? send code from a website to the Ethereum network. Also make it secure.

Wow I fucked that post up royally. Now I sound like a certified pajeet.

Nice. Thanks op.

how many btc do you mine with this trash? 0.0000001 satoshi per year? what a retarded idea

My main sources were the web3js docs and ethereumjs-tx: github.com/ethereumjs/ethereumjs-tx
It's secure because all sensitive information is only stored locally to sign the transaction. The signed transaction data then is sent to a public ethereum network provider (INFURA, the same that MetaMask uses)

awesome. Gonna start research now. thankyou.