Bitcoin Forum
May 07, 2024, 04:15:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Opening Bitcoin-qt to import private keys  (Read 1488 times)
Rygon (OP)
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
March 10, 2013, 09:08:14 PM
Last edit: March 11, 2013, 12:40:48 AM by Rygon
 #1

I'm probably doing something obviously wrong, but I'm just trying to open up bitcoin-qt in Linux Ubuntu so that I can use the importprivkey option and lock a wallet file. I'm using the 0.8 version. In the older versions, this used to be accomplished with "bitcoin-qt server=1" command, then there would be options which included being able to enter a passphrase, and opening up the debug windown (to import, export, etc in a friendly way). I try that option with the 0.8 version and it just opens up bitcoin-qt regularly.
1715055355
Hero Member
*
Offline Offline

Posts: 1715055355

View Profile Personal Message (Offline)

Ignore
1715055355
Reply with quote  #2

1715055355
Report to moderator
1715055355
Hero Member
*
Offline Offline

Posts: 1715055355

View Profile Personal Message (Offline)

Ignore
1715055355
Reply with quote  #2

1715055355
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715055355
Hero Member
*
Offline Offline

Posts: 1715055355

View Profile Personal Message (Offline)

Ignore
1715055355
Reply with quote  #2

1715055355
Report to moderator
1715055355
Hero Member
*
Offline Offline

Posts: 1715055355

View Profile Personal Message (Offline)

Ignore
1715055355
Reply with quote  #2

1715055355
Report to moderator
Rygon (OP)
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
March 10, 2013, 09:17:01 PM
 #2

Basically, I'm asking how to use the JSON-RPC API, because I can't figure it out.

This should be in technical support, sorry!
Rygon (OP)
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
March 10, 2013, 09:56:17 PM
 #3

Help->Debug Window. Click the Console tab in the dialog that pops up.

When I run bitcoin-qt, there are no menus, such as the help menu. That's what I'm trying to show up.
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1028



View Profile WWW
March 11, 2013, 12:23:21 AM
 #4

It's a Ubuntu Unity GUI bug, the standard menu location was moved to the top of the screen in all applications by Canonical. They don't intercept Qt menus consistently with their Gnome mods. Developers of apps like Firefox have made patches to compensate for Unity suckage. Apparently the menu might occasionally come back if you minimize/maximize a few times or close and restart.

https://github.com/bitcoin/bitcoin/issues/1242


The server=1 command only turns on the RPC server (you also need a rpcuser/rpcpassword options in bitcoin.conf for it to work). It will still launch the Qt GUI if you are running bitcoin-qt.

You can open a console window when Bitcoin is running and access bitcoind to do your RPC work:

./bitcoind help
Rygon (OP)
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
March 11, 2013, 12:40:24 AM
 #5

Thanks, I just thought it was a difference between 7.2 and 8.0, or something. I ended up just doing it all through the terminal with bitcoind functions anyways. It was just less conventient.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!