Just watch machine Bitcoins Osx/Linux with Bitcind
When it comes to Bitcoin transactions and asset management, safe and controlled environment is essential. One way to achieve this. In this article,
Understanding viewers only wallets
Bitcoin safe, but with some major differences:
- Owner can still control his private key
- History of Transactions or Magazines of Wallet Activities.
- The owner cannot access the wallet without the use of mnemonic seeds.
Bitcind adding just watch wallet
To add only the viewed wallet Osx/Linux to Bitcind, you will need:
Make sure you configure the creation process properly in the area.
- Some popular options are “Bitcoinj
and 'Wallethub'. In this example, we will use "Bitcoinj".
- Generate mnemonic seeds: mnemonic seed is a series of words depicting private keys used for your wallet.
Step 1: Install and configure Bitcind
Once you've installed Bitcind,
bash
Bitcind -Version
`
Configure Bitcind to use the JSON RPC Customer Library:
`bash
Bitcind – -jsonrpcurl http: // Localhost: 8545
`
Step 2: generate and mnemonic seeds
Generate and mnemonic seeds using bitcoinj
. You will need to specify the list of mnemonic words and the length of the seeds. Language Dictionary, you can use it as it is:
`bash
Bitcoinj — Seedwordlist /usr/share/mnemonic-wordlists/english-dictionary.txt -l 25
`
It will create a seed
Step 3: Add only the watched wallet
Create a new file called βWallet.jsonwith the following content:
JSON
{
"Address": "0x ...",
"Mnemonicseed": "...",
"Privatekey": "...",
"PublicKey": "..."
}
Replace addresses, mnemonic seeds, private keys and public keys with your values. The “mnemoniceed” field should coordinate the seed phrase generated by Bitcoinj.
Step 4: Connect to Bitcoin using JSON-RPC
Connect to Bitcoin network using JSON-RPC:
`bash
Bitcind – -jsonrpcurl http: // Localhost: 8545
`
Once you are attached, you can use the Wallet.json file as
Example of use of use
Here is an example of how you could use the newly worship purse to send coins:
`bash
Bitcind -jonrpcurl http: // Localhost: 8545 purse/getaddr 0x …
get the address associated with mnemonic seed
Bitcind – -jonrpcurl http: // Localhost: 8545 Max/0x …
Restore your wallet using private key and public key
`
Bitcoin actively safe.