Bitcoin Forum
June 25, 2024, 10:22:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help Me Using Bitcoin-qt.  (Read 826 times)
Muhammed Zakir (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 04, 2014, 12:16:50 PM
 #1

Hello!
I saw many commands in Bitcoin-qt but I don't know how to use it. Can you explain me how to use it?
I am not telling about the commands we get when we enter 'help' in the console (eg:- importprivkey etc...) , I am telling about the commands we get from click 'Command Options' at the bottom. ( eg:-    -?  )
Kindly,
        Muhammed Zakhir

LAMarcellus
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
June 04, 2014, 12:26:06 PM
 #2

I think these are what you're looking for...

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

https://en.bitcoin.it/wiki/Running_Bitcoin

or
Use bitcoind help to get a list of all RPC commands. Use bitcoind help <command> to get information about RPC command <command>.
https://bitcoin.stackexchange.com/questions/13895/where-can-i-get-all-the-commands-with-descriptions-for-bitcoind-on-my-linux-serv

The only way to deal with an unfree world is to become so absolutely free that your very existence is an act of rebellion. – Albert Camus
Muhammed Zakir (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 04, 2014, 01:08:10 PM
 #3

Use bitcoind help to get a list of all RPC commands. Use bitcoind help <command> to get information about RPC command <command>.
https://bitcoin.stackexchange.com/questions/13895/where-can-i-get-all-the-commands-with-descriptions-for-bitcoind-on-my-linux-serv

Thanks, Sir! But I am using Bitcoin-qt in Windows 7 not Linux.
Kindly,
        Muhammed Zakhir

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
June 04, 2014, 01:15:40 PM
 #4

Use bitcoind help to get a list of all RPC commands. Use bitcoind help <command> to get information about RPC command <command>.
https://bitcoin.stackexchange.com/questions/13895/where-can-i-get-all-the-commands-with-descriptions-for-bitcoind-on-my-linux-serv

Thanks, Sir! But I am using Bitcoin-qt in Windows 7 not Linux.
Kindly,
        Muhammed Zakhir

What do you want to do? Its hard to help you if we dont know what you want to do.

Im not really here, its just your imagination.
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
June 04, 2014, 02:18:42 PM
 #5

[...]
Thanks, Sir! But I am using Bitcoin-qt in Windows 7 not Linux. [...]

You can use those in Windows via the conf file: https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File


OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
Muhammed Zakir (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 04, 2014, 03:15:49 PM
 #6

Thanks! Can you tell me how to do it? I didn't understand how to do it from the link you gave me. I know where should I put the conf file but don't know what should I write inside it.
Kindly,
        Muhammed Zakhir

BigMac
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile
June 04, 2014, 03:35:00 PM
 #7


Apart from setting a config file, you could also use those arguments with windows cmd.

Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
June 05, 2014, 08:00:27 AM
 #8

Thanks! Can you tell me how to do it? I didn't understand how to do it from the link you gave me. I know where should I put the conf file but don't know what should I write inside it.
Kindly,
        Muhammed Zakhir

Sorry, just a quick reply (got to run...), there is a sample .conf file on the same wiki page. Did you have look? You can edit it using notepad for example.

Every line with a # will be ignored. Lines without # will be processed.

Also, as mentioned before, what are you trying to achieve?

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
Muhammed Zakir (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 05, 2014, 02:57:43 PM
 #9

Sorry, just a quick reply (got to run...), there is a sample .conf file on the same wiki page. Did you have look? You can edit it using notepad for example.

Every line with a # will be ignored. Lines without # will be processed.

Also, as mentioned before, what are you trying to achieve?

Its okay. I want to increase syncing speed with -dbcache ( something like that, I am in other computer, I don't remember the command correctly). Anyway thanks for helping!  Smiley
Kindly,
        Muhammed Zakhir

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
June 05, 2014, 03:53:00 PM
 #10

Sorry, just a quick reply (got to run...), there is a sample .conf file on the same wiki page. Did you have look? You can edit it using notepad for example.

Every line with a # will be ignored. Lines without # will be processed.

Also, as mentioned before, what are you trying to achieve?

Its okay. I want to increase syncing speed with -dbcache ( something like that, I am in other computer, I don't remember the command correctly). Anyway thanks for helping!  Smiley
Kindly,
        Muhammed Zakhir

The bottleneck with synching is not your CPU but your bandwith. You can however speed up the starting proccess by lowering checkblocks from 288 to e.g. 100 or even 10.

Im not really here, its just your imagination.
Muhammed Zakir (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 05, 2014, 04:20:25 PM
 #11

The bottleneck with synching is not your CPU but your bandwith. You can however speed up the starting proccess by lowering checkblocks from 288 to e.g. 100 or even 10.
Thanks! Can you tell me how to do it?
Kindly,
       Muhammed Zakhir

Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
June 05, 2014, 04:47:17 PM
 #12

The bottleneck with synching is not your CPU but your bandwith. You can however speed up the starting proccess by lowering checkblocks from 288 to e.g. 100 or even 10.
Thanks! Can you tell me how to do it?
Kindly,
       Muhammed Zakhir

And again: https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments

Code:
-checkblocks=<n>       How many blocks to check at startup (default: 288, 0 = all)

Put in the conf file as

Code:
checkblocks=100






OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
Muhammed Zakir (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 06, 2014, 12:23:03 PM
 #13

The bottleneck with synching is not your CPU but your bandwith. You can however speed up the starting proccess by lowering checkblocks from 288 to e.g. 100 or even 10.
Put in the conf file as
Code:
checkblocks=100
Thanks all! Sorry to disturb you all.
Kindly,
       Muhammed Zakhir

Harley997
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 09, 2014, 11:27:44 PM
 #14

The below site has a list of the commands fo Bitcoin-qt

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list


With that being said, there are other wallets that are more user friendly for people that are not as familiar with Bitcoin

My personal favorites are blockchain.info for webwallets and multibit for software wallets.

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
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!