Author

Topic: Need Help, how to control bitcoin daemon remotely (Read 4618 times)

hero member
Activity: 490
Merit: 500
September 01, 2014, 06:57:15 PM
#7
What do you intend to do?
Can't you just make your own website server with the bitcoin API?
Or do you need that made for you?

Agree with Mango here. When someone posts about help to do something, it's not uncommon they ask how to do something using framework x or method y, and not mentioning exactly what kind of problem they want to solve.

'Controlling bitcoind remotely' is quite a generic term. This could mean to have full control, like being on the local machine, or just access to some commands, although I suspect the former is desired.

So, let's start to break the problem down.

First, what do you want to do? Please be as spesific as possible, and then people with more experince will chime in.

BTW, you're also aware that is' possible to lock down ssh, so that you can only connect from a spesific machine, and it's also possible to log in with authentication keys, avoiding the elaborate task of typing the password every time.
full member
Activity: 222
Merit: 100
BTCRaven.com Escrow & Advertising
What do you intend to do?
Can't you just make your own website server with the bitcoin API?
Or do you need that made for you?
hero member
Activity: 508
Merit: 500
Techwolf on #bitcoin and Reddit

That doesn't apply, as the OP wanted a way to control bitcoind without having to use SSH, and the other methods listed in that link are both less applicable and more difficult to work with. The JSON-RPC interface built into bitcoind is designed for automated use by external programs, and as such is the best solution.
legendary
Activity: 1274
Merit: 1006
Trainman
legendary
Activity: 3640
Merit: 1571
i hope some senior tech staff will help about this and provide a easy solution for this

Bitcoin core is not commercial software and support is provided by the community of users not by hired staff.

With that said use the json rpc interface:

https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list
legendary
Activity: 910
Merit: 1000
★YoBit.Net★ 350+ Coins Exchange & Dice
Have a look on google for RPC.

Basically have the server open an RPC listener in bitcoin.conf..

then have client connect and run commands...

If you search the net uou'll find some sample PHP scripts and other languages to do it via web interface, still using RPC.
legendary
Activity: 1120
Merit: 1000
Free & Fast Neotox Escrow http://bit.ly/1OGVykp
Hello
i need help about how do i control my bitcoin client running on a remote server?

what is the easiest way?

like lets suppose i have my bitcoin client running on
server 167.53.82.1:8332
username: user
password: password

how do i control my client to run basic commands like getmininginfo,generate,getnewaddress etc
the easiest way without logging in via ssh

i hope some senior tech staff will help about this and provide a easy solution for this
Jump to: