Bitcoin Forum
May 09, 2024, 10:43:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoin wallet has 56 connections and uses nearly 1mbps  (Read 3106 times)
pandemic (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
February 15, 2013, 01:41:10 AM
 #1

Strange issue. I've got a small server on a relatively slow connection. I run it as a node on the bitcoin network. Normally my wallet connects to about 8 connections maximum. The server I've got running (with UPnP enabled) has 56 connections and was using a steady 900kbps. The upload on this connection is 800kbps and download is 1mbps. Needless to say the bitcoin wallet is nearly using the entire amount of bandwidth on the network.

I've never had more than 13 connections before. I'm not sure how I can limit the bitcoin wallet.

Any suggestions?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715251409
Hero Member
*
Offline Offline

Posts: 1715251409

View Profile Personal Message (Offline)

Ignore
1715251409
Reply with quote  #2

1715251409
Report to moderator
1715251409
Hero Member
*
Offline Offline

Posts: 1715251409

View Profile Personal Message (Offline)

Ignore
1715251409
Reply with quote  #2

1715251409
Report to moderator
TangibleCryptography
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
February 15, 2013, 01:45:35 AM
 #2

Add this to the bitcoin.conf

# Maximum number of inbound+outbound connections.
maxconnections=20

You probably got a spike of new users (bootstraping the blockchain) because the sustained network traffic is nowhere need 900kbps.
pandemic (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
February 15, 2013, 02:15:25 AM
 #3

is the bitcoin.conf something I need to create or can it be found somewhere in the /program files/bitcoin folder?
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
February 15, 2013, 02:56:42 AM
 #4

is the bitcoin.conf something I need to create or can it be found somewhere in the /program files/bitcoin folder?
create it in:
%appdata%\bitcoin\
yes, it's a folder.


It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
pandemic (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
February 15, 2013, 03:00:34 AM
 #5

other than
Quote
# Maximum number of inbound+outbound connections.
maxconnections=20

what else should I have in the bitcoin.conf file?
TangibleCryptography
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
February 15, 2013, 03:38:39 AM
 #6

You don't "need" anything.  The config file simply overrides default behavior.  Like in this case you want to limit the number of connections.  If you want to see what is possible ...

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File
pandemic (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
February 24, 2013, 07:51:40 AM
 #7

I put in the changes and it's been working well. I noticed it's at 8 connections but it did spike for a while earlier tonight at nearly 1mbps. Is there any way to limit the max bandwidth that goes to the wallet?
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1032



View Profile WWW
February 24, 2013, 08:58:05 AM
 #8

You are getting more than 8 connections because Bitcoin now supports uPnP, communicating with your router and automatically configuring port forwarding, so you are able to make a full network connection, also allowing inbound traffic.

Just as you had to download 5GB of blockchain from other peer-to-peer nodes in order to use Bitcoin, Bitcoin is now sharing your copy of the blockchain and relaying transactions to others.

Bitcoin has no native rate limiting, although here is a thread discussing third-party solutions:

https://bitcointalk.org/index.php?topic=100779.0
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!