In the absence of an effective micropayment method, I could see this exchange of mining for content becoming main stream that replaces commercials. The cost to the viewer is ultimately a few cents of electricity, without the need for a bank account information, which the content producer indirectly turns into cash.
The problem is that mining through the browser is very inefficient. I don't have numbers but it'd probably cost an order of magnitude more, at least, to mine on the browser. And I'm talking about CPU cryptos, forget about bitcoin.
CBS's Showtime caught mining crypto-coins in viewers' web browsers
141–150 of 220 posts
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#142I bet some clever person on the marketing team just went ahead and inserted the tag. My first experience on a large corporate dev team was eye-opening. While the core product code was version controlled and reviewed, the marketing team had the power to insert any kind of scripts onto the page without clearance. In theory, anything new on the page would require many ridiculous meetings. In practice, they could and did…
They didn't put anything through the third-party. It's commented as NewRelic, but anyone even glancing at the link would notice this is completely wrong.
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#143In the absence of an effective micropayment method, I could see this exchange of mining for content becoming main stream that replaces commercials. The cost to the viewer is ultimately a few cents of electricity, without the need for a bank account information, which the content producer indirectly turns into cash.
The problem is that mining is effectively a zero-sum game (value of the underlying cryptocurrency notwithstanding). The more people mine the less each individual hash is worth. If this becomes mainstream the overall difficulty of the cryptocurrency they're mining will raise making it less rewarding. In other words you have a "micropayment" method where you can't really fix the price unless you're willing to force the…
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#144In the absence of an effective micropayment method, I could see this exchange of mining for content becoming main stream that replaces commercials. The cost to the viewer is ultimately a few cents of electricity, without the need for a bank account information, which the content producer indirectly turns into cash.
Replaces? Like they'll ever give those up...
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#145In the absence of an effective micropayment method, I could see this exchange of mining for content becoming main stream that replaces commercials. The cost to the viewer is ultimately a few cents of electricity, without the need for a bank account information, which the content producer indirectly turns into cash.
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#146Actually, why is this not a potential legitimate business model? I let you stream content for free and you let me mine cryto-coins with your spare CPU cycles while you watch. Isn't that better for people who don't like all the tracking by ads?
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#147Earlier quoted context omitted.
NewRelic doesn’t let you add random JS, it only injects their browser monitoring script. Don’t spread fake news.
Right back at ya. https://docs.newrelic.com/docs/browser/new-relic-browser/ins...
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#148Earlier quoted context omitted.
The problem is that mining is effectively a zero-sum game (value of the underlying cryptocurrency notwithstanding). The more people mine the less each individual hash is worth. If this becomes mainstream the overall difficulty of the cryptocurrency they're mining will raise making it less rewarding. In other words you have a "micropayment" method where you can't really fix the price unless you're willing to force the…
I’m no economist, but it seems like the millions of dollars of electricity that have gone into mining crypto currencies is transferred into the underlying value of the crypto currency. So if I know that it will take $100m of today’s money to mine crypto currency for the next year, then I would expect the total market cap of that crypto currency to rise by at least $100m with a premium for speculation and other supply…
Mining from a random browser will almost certainly never be cost effective for the user, you're better off buying or renting dedicated hardware, mine on it and use the reward to pay for microtransactions.
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#149In the absence of an effective micropayment method, I could see this exchange of mining for content becoming main stream that replaces commercials. The cost to the viewer is ultimately a few cents of electricity, without the need for a bank account information, which the content producer indirectly turns into cash.
Re: CBS's Showtime caught mining crypto-coins in viewers' web browsers
#150I bet some clever person on the marketing team just went ahead and inserted the tag. My first experience on a large corporate dev team was eye-opening. While the core product code was version controlled and reviewed, the marketing team had the power to insert any kind of scripts onto the page without clearance. In theory, anything new on the page would require many ridiculous meetings. In practice, they could and did…
Tealium was my worst enemy at a previous job. 5 different departments had access to dump whatever garbage scripts they wanted on the website with no auditing by devs to make sure it wouldn't break things. I eventually put in a feature flag to nuke everything from Tealium to help us debug problems because so many were caused by rogue scripts. An unexpected side benefit was being able to demonstrate side by side the ef…