Could cryptocurrency mining kill online advertising?
1–10 of 69 posts
Re: Could cryptocurrency mining kill online advertising?
#2Re: Could cryptocurrency mining kill online advertising?
#3More likely, this is just something sites start doing on top of advertising.
Re: Could cryptocurrency mining kill online advertising?
#4Re: Could cryptocurrency mining kill online advertising?
#51. Sell compute when people aren't using their machines and split the spoils (not actually profitable for people who pay their own electric bills, but you don't have to say that)
2. Just create malware miners that run all the time.
Re: Could cryptocurrency mining kill online advertising?
#6Can someone explain briefly how this works? I was under the assumption that you need to download the blockchain to be able to mine. Or in-browser mining just takes stabs in the dark?
Re: Could cryptocurrency mining kill online advertising?
#7Can someone explain briefly how this works? I was under the assumption that you need to download the blockchain to be able to mine. Or in-browser mining just takes stabs in the dark?
Re: Could cryptocurrency mining kill online advertising?
#8Re: Could cryptocurrency mining kill online advertising?
#9Can someone explain briefly how this works? I was under the assumption that you need to download the blockchain to be able to mine. Or in-browser mining just takes stabs in the dark?
Hash(nonce + Hash(chain[including with new transactions])) So in some sense you need the chain but you can pass Hash(chain) to a client and let that just increase nonce and hash it.
Without synchronisation the found block might be for a stale chain but if you're using someone else's power you don't care, and the nature of distribution here means it's likely to be fresh anyway in the unlikely chance something is found.
Re: Could cryptocurrency mining kill online advertising?
#10Can someone explain briefly how this works? I was under the assumption that you need to download the blockchain to be able to mine. Or in-browser mining just takes stabs in the dark?