Is it possible to use servers to mine bitcoins?

-1

2

I have a vps, it's debian but i can install any os, i don't use it a lot, can i use it to mine bitcoins? Correct me if I'm wrong, bitcoins uses video cards, and as far as i know, vps and dedicated servers don't have video cards.

So therefore I'm asking, is it possible to use servers to mine bitcoins

Lynob

Posted 2013-05-30T11:37:18.153

Reputation: 243

possible duplicate of Is CPU mining even worth it?

Stephen Gornick 2013-05-30T15:33:55.073

Are you asking if it is technically possible, or just whether or not to consider it.Stephen Gornick 2013-05-30T15:36:19.007

@StephenGornick i'm asking if it's technically possible, and if yes, then is it a good practice or not...Lynob 2013-05-30T22:07:59.653

Answers

3

It is possible, but not profitable. Even if you consider the server as already paid for you will not generate nearly enough of a hashrate to earn more than a few cents a month.

jgm

Posted 2013-05-30T11:37:18.153

Reputation: 1 487

3

A long time ago I read about using amazon cloud instances when the value vs. effort made it profitable to mine with them, but that was before GPU-mining took over.

To be competitive today a service provider would have to employ ASICs. There would also be some economical overhead of providing the customer service, instead of just mining. Strict bitcoin mining operations like for example ASICminer have an advantage over that.

Aron

Posted 2013-05-30T11:37:18.153

Reputation: 31

1

No, it was after. Still unprofitable, though. https://bitcointalk.org/index.php?topic=8405.0

Nick ODell 2013-05-30T15:09:03.263

0

Mining Bitcoin is possible, but almost certainly not profitable if it's the sole purpose of the VPS. You may, however, find profitability in other altcoins, such as Litecoin or Bytecoin.

Colin Dean

Posted 2013-05-30T11:37:18.153

Reputation: 6 559

0

TLDR; bad idea

I rented a VPS to do data analysis on the blockchain, so I ran a bitcoin client, which can have a heavy disk IO, and bitcoin-abe, which is similarly heavy due to a database backend. I loaded both bitcoind and mysql through libeatmydata to lessen the load (less syncs). I wasn't mining. Within a couple of hours, the provider suspended my account due to "bitcoin mining". I complained but they never unsuspended me.

Peter Šurda

Posted 2013-05-30T11:37:18.153

Reputation: 56

0

The main issue with CPU mining is that before you manage to finish a share the block becomes stale - you barely get anything out as far as I can tell.

btcpoolman.com

Posted 2013-05-30T11:37:18.153

Reputation: 13

1Like mining for actual blocks, there is no concept of progress 'toward' a share. Each hash is equally likely to result in a share.Nick ODell 2013-06-06T18:38:13.270