Bitcoin Forum
July 07, 2024, 03:17:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: -addnode and -connect actually don't require rpcpassword set in bitcoin.conf  (Read 3111 times)
Hal (OP)
VIP
Sr. Member
*
Offline Offline

Activity: 314
Merit: 3904



View Profile
December 06, 2010, 12:27:06 AM
Last edit: December 06, 2010, 06:17:19 AM by Hal
 #1

Running ./bitcoin.exe -addnode 192.168.1.48 (which is another computer running Bitcoin) produces error: You must set rpcpassword=<password> in the configuration file...

Same error with -connect. I don't have a bitcoin.conf.

Is this right? I'm not interested in rpc, I just want to speed up initial block download.

When I create the file as required, I then get error: couldn't connect to server.

I tried telnet 192.168.1.48 8333 and did make a connection, got back the word 'version and a bunch of gibberish.

Hal Finney
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5250
Merit: 13094


View Profile
December 06, 2010, 01:26:16 AM
 #2

The command is:
./bitcoin.exe -addnode=192.168.1.48

Including switches without "-" makes Bitcoin think that you want to run it in RPC client mode. It was thinking that you wanted to run a Bitcoin RPC client with the -addnode switch, sending the RPC command "192.168.1.48".

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
Hal (OP)
VIP
Sr. Member
*
Offline Offline

Activity: 314
Merit: 3904



View Profile
December 06, 2010, 03:46:12 AM
 #3

Oh, right. Sorry, and thanks!

Hal Finney
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!