Bitcoin Forum
May 17, 2024, 03:42:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Need Help, how to control bitcoin daemon remotely  (Read 4604 times)
Neotox (OP)
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


Free & Fast Neotox Escrow http://bit.ly/1OGVykp


View Profile WWW
August 19, 2014, 06:51:39 AM
 #1

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

Available
PM me to rent this space.
Justin00
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
August 19, 2014, 12:07:10 PM
 #2

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.

Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
August 19, 2014, 05:49:33 PM
 #3

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
chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
August 24, 2014, 10:58:20 AM
 #4

Check this https://www.engr.colostate.edu/ens/how/connect/serverlogin.html

Dare
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


Techwolf on #bitcoin and Reddit


View Profile WWW
August 24, 2014, 06:34:37 PM
 #5


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.

BTC: 1M8oUcBnkRDEhWWgV8ZXLTB6p1mgnejVbX
How Forum Activity Works
Bitcointalk Forum Rules
|
|
|
Firstbits (lucky vanitygen): 1WoLfRUGDx1
How Forum Trust Works
Bitcoin Source Code
MangoJ
Full Member
***
Offline Offline

Activity: 222
Merit: 100


BTCRaven.com Escrow & Advertising


View Profile WWW
August 27, 2014, 09:19:34 PM
 #6

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?

Automated Escrow  For instant BTC transactions without waiting for a 3rd party.  http://BTCRaven.com
TheFootMan
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
September 01, 2014, 10: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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!