Bitcoin Forum
May 17, 2024, 01:54:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin RPC API on server  (Read 88 times)
catoshicatamoto (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
October 01, 2021, 09:45:21 PM
 #1

Hi,
I have a developer programming for me some things and has full access to server and everything he needs in order to do his job.
He also has full access to Bitcoin node and RPC and everything (It is on same VPS with website)

And I have important questions

Can I deny him somehow to access/move/steal funds or hide private key or something?

With command dumpprivkey you can get private key to everything around all addresses and everything that your node is producing for your shop or something or only for that one address you put after dumpprivkey command?

Is it needed to run Bitcoin node and website that cooperates with it on same server/hosting/vps/dedicated server?

I am beginner with RPC API and he is pro developer, but I have to keep funds of my customers safe and don't let anybody have access or backup of it.

Any ideas?
Thank you very much
n0nce
Hero Member
*****
Offline Offline

Activity: 882
Merit: 5829


not your keys, not your coins!


View Profile WWW
October 01, 2021, 11:59:29 PM
 #2

Bitcoin Core should run under a user created specifically for it. You could give your web developer another unprivileged account on the machine, then they would not be able to access your funds.
However, in my experience if they need sudo at all and you need to give them access to a privileged account, you can't guarantee they don't touch the funds.

I wouldn't recommend running Core on the same machine as your other stuff though. You could have a separate machine for Bitcoin that the developer has no access to and one that they can access to develop your shop or whatever.

You can read more about the JSON RPC interface here.

Finally, you can oblige the developer by contract not to touch specific files and by logging their login times and accesses to Core, prove that they stole funds & sue them.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
darkv0rt3x
Hero Member
*****
Offline Offline

Activity: 1218
Merit: 659


I rather die on my feet than to live on my knees


View Profile
October 02, 2021, 09:19:08 AM
 #3

I think you may have another solution. Which is to have an offline node somewhere else, where you have the PKs of your addresses, and you can add those addresses to the only node as watch only addresses, if needed.

Not sure this suits for you, though.

Bitcoin is energy. Bitcoin is freedom
I rather die on my feet than living on my knees!
n0nce
Hero Member
*****
Offline Offline

Activity: 882
Merit: 5829


not your keys, not your coins!


View Profile WWW
October 02, 2021, 10:52:12 AM
 #4

I think you may have another solution. Which is to have an offline node somewhere else, where you have the PKs of your addresses, and you can add those addresses to the only node as watch only addresses, if needed.

Not sure this suits for you, though.
Then they can't sign transactions (pay) with that node though. If that's not needed, I'm wondering why they even bothered to set one up in the first place. If it's e.g. just for receiving payments in a web shop, you could indeed just have a hardware wallet and store the xpub on the server & display different addresses to customers every time, all derived simply from the xpub.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
darkv0rt3x
Hero Member
*****
Offline Offline

Activity: 1218
Merit: 659


I rather die on my feet than to live on my knees


View Profile
October 02, 2021, 01:04:31 PM
 #5

I think you may have another solution. Which is to have an offline node somewhere else, where you have the PKs of your addresses, and you can add those addresses to the only node as watch only addresses, if needed.

Not sure this suits for you, though.
Then they can't sign transactions (pay) with that node though. If that's not needed, I'm wondering why they even bothered to set one up in the first place. If it's e.g. just for receiving payments in a web shop, you could indeed just have a hardware wallet and store the xpub on the server & display different addresses to customers every time, all derived simply from the xpub.

Yeah, he doesn't specify.
But the dev may need to work with a bitcoin node for writing scripts, interacting with the site, check wallet, display wallet addresses, etc. In that case, he doesn't need to have access to PKs, unless he needs to send bitcoin from the mentioned addresses, but in that case, well, he has to have access to the PKs.

Bitcoin is energy. Bitcoin is freedom
I rather die on my feet than living on my knees!
PrimeNumber7
Copper Member
Legendary
*
Offline Offline

Activity: 1624
Merit: 1899

Amazon Prime Member #7


View Profile
October 02, 2021, 03:33:18 PM
 #6

Bitcoin Core should run under a user created specifically for it. You could give your web developer another unprivileged account on the machine, then they would not be able to access your funds.

I wouldn't recommend running Core on the same machine as your other stuff though. You could have a separate machine for Bitcoin that the developer has no access to and one that they can access to develop your shop or whatever.
The OP did not specifically say, but I got the impression that whatever the dev is creating needs to have RPC access.

If the above is true, even if the OP is running a full node on a different server than the production server, the prod server will still need to interact with the RPC.


It is probably best to not allow the dev to work on a production server, or to interact with a production bitcoin node. The OP should give his dev access to a development server in which he can test his code to make sure everything works as intended. Someone working "honestly" could easily accidentally write code that results in something happening in a way that is not what was intended (this is quite common). Using a development server prevents this from affecting the OP's production full node, nor his production server. Once the code is complete, the OP can audit the code and push the code to the production server.

Anyone with access to a RPC server will need the passphrase in order to dump the private key or sign any transactions, so there is some level of protection from the stealing of coin.

Even if the dev does not have access to production servers, it is still possible that whatever he is developing will result in stolen funds from the OP. For example, a dev could make the backend act as if a deposit was received to the OP's wallet if a transaction to bc1DEVaddress....12 is received. This is why it is important to audit any code a dev creates for you.
catoshicatamoto (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
October 03, 2021, 08:29:22 PM
 #7

Thank you guys for answers
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!