Author

Topic: bash command (Read 561 times)

full member
Activity: 176
Merit: 100
April 17, 2013, 03:27:03 PM
#3
Do you mean generate a new address, or get a private key from a address already in the wallet?

generate a new address in the default account wallet is on the command line
if on unix
Code:
bitcoind getnewaddress ""

to get the private key of a address

Code:
bitcoind listaddressgroupings

Find the address you are looking for in the list and copy it.

Code:
bitcoind dumpprivkey 


You can do the same in the debug window in bitcoin-qt
legendary
Activity: 910
Merit: 1000
★YoBit.Net★ 350+ Coins Exchange & Dice
April 17, 2013, 08:50:34 AM
#2
if your using the main client their are sum commands you can run to do a bunch of things
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

You could put them into bash scripts i suppose..
full member
Activity: 265
Merit: 100
April 17, 2013, 12:14:21 AM
#1
Question: Is there a bash command to produce priv. btc keys ?
Jump to: