Bitcoin Forum
October 06, 2024, 03:40:19 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Separate public and private key wallets on: September 08, 2018, 10:51:47 AM
The full-node (bitcoind) connected to the internet is in the DMZ. The signing private node (bitcoind with private keys - cold wallet) is inside behind a firewall.
2  Bitcoin / Bitcoin Technical Support / Separate public and private key wallets on: September 08, 2018, 12:52:50 AM
Is it possible to setup bitcoind such that it only uses a wallet with public keys and have a separate local (does not talk to the world) bitcoind with a wallet that has the private keys ? Want this setup so only transactions originating from my application will sign the raw transaction using the local bitcoind (using rpc) and then forward the signed transaction to the bitcoind connected to the internet. Any pointers/help appreciated
3  Bitcoin / Bitcoin Technical Support / Re: Remote wallet.dat and bitcoind on: August 04, 2018, 09:14:00 PM
Ah, see the -disablewallet option for bitcoind ... that will disable the wallet and allow bitcoind to be a proxy for all rpc requests as desired ... the only question then have is how do we run a client that has just the wallet management capability and proxies requests via bitcoind
4  Bitcoin / Bitcoin Technical Support / Re: Remote wallet.dat and bitcoind on: August 04, 2018, 08:15:38 PM
Thanks for the response ... just want to clarify - dont want to share the wallet.dat ... want bitcond just to be a rpc server while have the wallet on another node
5  Bitcoin / Bitcoin Technical Support / Remote wallet.dat and bitcoind on: August 04, 2018, 06:59:15 PM
Hello all;

Was able to setup bitcoind in a local test mode (regtest) to explore the bitcoin json-rpc protocol. Starting bitcoind also creates/manages the wallet.dat. Is it possible to setup/create/manage the wallet.dat on another node (remote) and setup bitcoind as just a json-rpc proxy to send/receive bitcoin requests ?

Thanks in advance
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!