Questions tagged [command-line-options]

32 questions
17
votes
4 answers

Check status of daemon?

I have started bitcoind on my linux box. How can I ask it what its status is? I assume it is downloading the blockchain and will continue to do so for hours or days. How can I find out where it is in this process?
Harry Pillsbury
  • 988
  • 1
  • 6
  • 20
6
votes
2 answers

How to enable replace-by-fee via command-line in bitcoin-core?

Alright, so I'm convinced replace-by-fee is a good thing. I've read it's opt-in, so how can I enable it in my bitcoin-core wallet? I don't find any flag to pass it when launching it. I want all my outgoing transaction have replace-by-fee enabled.
knocte
  • 1,764
  • 1
  • 17
  • 32
3
votes
1 answer

Method not found when I use bitcoin-cli to generate blocks under regtest mode

As the picture shows,I am really confuesd.
jia tan
  • 31
  • 1
  • 2
2
votes
1 answer

Does Bitcoin Core accepts uncompressed address generation?

So one priv key express uncompressed and compressed pub key. Does the latest Bitcoin Core client accepts importing it to express uncompressed address? or it automatically express compressed address? I have not noticed related parameter for…
2
votes
3 answers

Get input addresses of a transaction using electrum

I am using the latest (3.2.3) command line version of Electrum. I want to find the inputs of a transaction by looking at the history. The previous version of Electrum (that I was using 8 months ago) had a field (array) called input_addresses in its…
FedKad
  • 121
  • 4
2
votes
1 answer

bitcoin core command line walletpassphrase incorrect but works for the main system?

My command line won't accept my passphrase, but on the main system it says it's correct and I can change it. I want to dump private key but no matter what I try, it continues to say incorrect passphrase. What can I do?
jessi d.
  • 21
  • 1
  • 2
2
votes
4 answers

Is it possible to run Bitcoin Core (GUI) at the same time as bitcoind?

I'm in a very frustrating situation. I used to run Bitcoin Core on Windows, without these problems, but ever since I switched to Linux (XFCE), and I of course have Bitcoin Core (GUI) starting automatically, I'm interrupted after like five minutes…
1
vote
0 answers

How could be useful the softforks field that provides the RPC command getblockchaininfo?

When I execute the command getblockchaininfo I see useful information but I don't understand how to be useful the information that is displayed through field softforks, the example below: bitcoin-cli getblockchaininfo "chain": "main", "blocks":…
1
vote
1 answer

How to disable initial block download

I want to create an original network by forking bitcoind. I changed chainparams.cpp and other programs for loading it. Then, I set DNS for my seed node. When I boot my seed node, my seed node tries to download blocks from others. However, there is…
chike
  • 11
  • 2
1
vote
1 answer

GREP help: Bitcoin address/key buried as text somewhere on hdd

So in a drunken moment of genius I had forgotten about, I bought some bitcoin way back. And I buried the address and key in some file... I was being tricky lol. That likely also led me to abandon a wallet.dat completely. I'm learning to use grep…
1
vote
1 answer

How to use deriveaddresses via a curl command

I am trying to use curl via SSH to utilize the deriveaddresses bitcoin-cli rpc command. let descriptor = "wpkh(xpub6Dy2ikUu5mXbDdhw2vAP1C4eiQM8rTz1NiWQt2BzGi83iHC2gEgTSD54JveyuHF9VLAqNkCGnee1jdBL7nA3JNorbqjSSS8DEV6Hn3PuNBt/*)#mn5jvyc3" let…
Fontaine
  • 466
  • 2
  • 10
1
vote
1 answer

What is the command line command in electrum to get my public bitcoin address from my private key?

I have a bitcoin private key and I want to get the bitcoin address from it. What is the command in the command line for electrum to extract this address?
Patoshi パトシ
  • 10,956
  • 18
  • 80
  • 151
1
vote
0 answers

Label Sent Bitcoin Transaction

Is it possible to add a label to a sent bitcoin transaction using the bitcoin-cli?
daygle
  • 41
  • 1
1
vote
1 answer

Used salvagewalllet, now it shows zero balance

I used the salvage wallet command in bitcoin. Now the new and old wallet files both say zero balance. Can anybody help me understand what`s going on?
1
vote
1 answer

salvagewallet is not in the Bitcoin Core Console

I want to try the -salvagewallet command, but it is not in the console. What is the command line syntax?
user72877
  • 11
  • 2
1
2 3