Can Bitcoin be run in a shared hosting environment?

1

Can bitcoind be installed and run on shared hosting? Has anyone successfully done this? If not why not.

Kinnard Hockenhull

Posted 2013-03-20T04:05:27.640

Reputation: 2 285

bitcoind is a daemon, it needs a shell to run: a web host is definitely not enough. But maybe I misunderstood your question. What do you exactly need?o0'. 2013-03-20T09:24:21.813

Attempting to run bitcoin on godaddy shared hostingKinnard Hockenhull 2013-03-20T16:38:07.847

1But why do you want to do that, what do you need to do exactly? (anyway the answer is NO, you can't do that)o0'. 2013-03-20T19:08:34.820

1A 3rd party service can probably achieve it. Voting to keep this open.Highly Irregular 2013-03-22T07:44:22.323

1@HighlyIrregular he doesn't even understand what he is saying, he has no idea what he wants and fails to explain it to us. This is one of the worst questions I've ever read, I'm stunned knowing that two people upvoted it...o0'. 2013-03-22T18:38:17.827

Actually the question was more clear before it was edited. I'd like t know how to run bitcoind on linux shared hosting if that's possible.Kinnard Hockenhull 2013-03-25T04:50:30.010

1"shared hosting" can mean many things. There is no blanket yes or no answer for this question.goodguys_activate 2013-03-25T04:56:50.903

I see, originally the question was more specific though it was subsequently edited. I'm wondering about CentOS Godaddy shared hosting.Kinnard Hockenhull 2013-03-25T04:58:55.977

possible duplicate of How can I accept bitcoins on my website?

Nick ODell 2013-03-31T12:14:21.583

Answers

1

bitcoind is a daemon, it needs a shell to run: a web host is definitely not enough.

o0'.

Posted 2013-03-20T04:05:27.640

Reputation: 5 180

What's a shell? "A shell is software that provides an interface for users of an operating system to access the services of a kernel." http://en.wikipedia.org/wiki/Shell_(computing)

Kinnard Hockenhull 2013-03-21T03:58:31.623

1You need shell access to a real server. If you don't understand that, I'm sorry but not only you can't do what you think you want to do, but you actually do not even understand what you want to do.o0'. 2013-03-21T14:24:35.810

I figured someone else reading the question might not understand the language.Kinnard Hockenhull 2013-03-21T17:43:20.413

1yes bitcoind need a shell access, and most shared hosting wont provide that, you will need full ssh access to the server for a bitcoind to run.neofutur 2013-07-23T10:29:18.463

Most shared hosting plans offer SSH access these days.ethmz 2018-06-29T09:36:18.503

0

bitcoind is an application. Shared web hosts generally do not allow custom applications. They have php, rails, etc which runs user scripts but not applications.

You will need a VPS or dedicated server where you can install your own applications.

apscience

Posted 2013-03-20T04:05:27.640

Reputation: 183

0

The answer is yes. But you keep an application open running it ,as you would a php torrent tracker. But the requirements won't be met for the depencies required.

So that being said.

Means yes ,but because of lacked dependency issues , that's the only thing stopping you. You need small cheap vps. Download a little SH file edit it and put proper depency files tonbe installef ,and you should be good to go.

Sidenote: Many people will not help you with such a thing. They will say off the wall things out if ingnorance or jealousy. BUT remember running such a thing like that deamon ,or mining from shared hosting can get your account nailed with no return of money. Because it's a violation of shared hosting terms.

Good luck.

rainmanp7

Posted 2013-03-20T04:05:27.640

Reputation: 1

0

A full instance of bitcoind or the client isn't needed.

You probably are looking for a "checkout button" to a server that will either host your wallet for you or will cash out on demand.

There are many, but MtGox has one and I'm pretty sure Bitpay has one as well. This isn't a comprehensive list, but the concept is that you add a "button" to your website that facilities payment. This button works with ASP.NET, PHP and anything else that generates HTML.

Note that although it may be possible for static HTML pages to be supported, I haven't investigated if its possible. (You haven't indicated if you're using plain old HTML or a dynamic language)

goodguys_activate

Posted 2013-03-20T04:05:27.640

Reputation: 11 898

How could a checkou button be implemented using either static or dynamic HTML?Kinnard Hockenhull 2013-03-22T17:37:36.183

1@KinnardHockenhull Have you or a developer investigated those links I posted? Are you asking how to place the HTML into a webpage? Are you asking a programming question?goodguys_activate 2013-03-22T17:40:49.947

Yes, I'm aware of both of those. I imagine they run on dedicated servers or VPS's.Kinnard Hockenhull 2013-03-25T04:51:41.157

Your response is not an answer to the questions I asked. Although I want to help you, I can't help you since it is too difficult for me to get the information I need from you. Your question isn't detailed enough or you're not asking the right question.goodguys_activate 2013-03-25T04:54:56.283

I'm asking about a bitcoin node running in a shared hosting environment. Would you categorize this as a programming question?Kinnard Hockenhull 2013-03-25T04:56:35.777

1No because I don't know what you're asking. Can you run bitcoind on a server? yes. Linux? sure. Shared hosting? Probably, depends on the provider.goodguys_activate 2013-03-25T04:58:38.053