Author

Topic: BitcoinQT command-line in windows? (Read 1399 times)

sr. member
Activity: 362
Merit: 262
October 17, 2014, 09:54:17 AM
#9
Also going forward you should use bitcoin-cli (as opposed to bitcoind) for commands from the command line.  As eventually it won't be possible to use bitcoind to do this.  

E.g.

Code:
bitcoin-cli getinfo
This should return something similar to the following to the command line:
Code:
{"info":{"version":90100,"protocolversion":70002,"walletversion":60000,"balance":0,"blocks":325730,"timeoffset":-1,"connections":59,"proxy":"","difficulty":35002482026.13323,"testnet":false,"keypoololdest":1402556143,"keypoolsize":101,"paytxfee":0,"errors":""}}


If this exe is not on the path you need to CD to the relevant directory on windows.

newbie
Activity: 28
Merit: 0
October 14, 2014, 08:28:11 AM
#8
Be aware that the Windows version of the Bitcoin Deamon sometimes has some memory issues, so I would recommend 64-bit Linux version for server appliances.
hero member
Activity: 508
Merit: 500
Techwolf on #bitcoin and Reddit
October 13, 2014, 05:57:43 PM
#7
FYI, you can use bitcoind on windows too; it's in the "daemon" folder within the Bitcoin install directory. You may need to add it to your path if you want to use it without having to cd to the folder first, but aside from that it works identically to the linux version (aside from the formatting of path names, anyway).
sr. member
Activity: 476
Merit: 250
Bytecoin: 8VofSsbQvTd8YwAcxiCcxrqZ9MnGPjaAQm
October 11, 2014, 09:05:39 PM
#6
Thanks again for the help, I sent you 0.01btc

I got it - thanks!
hero member
Activity: 560
Merit: 500
★777Coin.com★ Fun BTC Casino!
October 11, 2014, 05:43:56 PM
#5
Thanks again for the help, I sent you 0.01btc
sr. member
Activity: 476
Merit: 250
Bytecoin: 8VofSsbQvTd8YwAcxiCcxrqZ9MnGPjaAQm
October 10, 2014, 09:47:03 PM
#4
oh thanks!

I would like to tip you 0.01 btc for your help

13pahbkd6weDXYty6k7X7mGskBpWzgSKmD

Quote
Also, do you know how to refill the keypool with more than 101 ?  I did a keypoolrefill and it will only put 101 keys in the keypool ...

edit your bitcoin.conf and set:
keypool=1000

You'll need to restart bitcoin afterward.
hero member
Activity: 560
Merit: 500
★777Coin.com★ Fun BTC Casino!
October 10, 2014, 09:09:03 PM
#3
oh thanks!

I would like to tip you 0.01 btc for your help

Also, do you know how to refill the keypool with more than 101 ?  I did a keypoolrefill and it will only put 101 keys in the keypool ...
sr. member
Activity: 476
Merit: 250
Bytecoin: 8VofSsbQvTd8YwAcxiCcxrqZ9MnGPjaAQm
October 10, 2014, 09:00:13 PM
#2
You can go to Help -> Debug window -> Console to execute most commands.
hero member
Activity: 560
Merit: 500
★777Coin.com★ Fun BTC Casino!
October 10, 2014, 08:57:29 PM
#1
I am running BitcoinQT on my laptop in Windows .. does anyone know how to run command-line commands such as 'keypoolrefill'

On linux I would just type bitcoind keypoolrefill from root.  But how do I do this on windows when I'm running the GUI Bitcoin-QT ??

I need to refill the keypool urgently .. any help is appreciated
Jump to: