* Re: [Bitcoin-development] Running a full node
[not found] <545B5323.3000403@numlog.fr>
@ 2014-11-09 15:22 ` Francis GASCHET
[not found] ` <CAD2Ti2_AgRK=Fbz+i=HvUZis8ZwLx7PsHWHzgAUOF=jb19oGqQ@mail.gmail.com>
0 siblings, 1 reply; 8+ messages in thread
From: Francis GASCHET @ 2014-11-09 15:22 UTC (permalink / raw)
To: bitcoin-list, bitcoin-development
Dear all,
+1 !
Thanks to those who sent me some details and links.
My node is up and running on 5.56.40.1:8333
Techno : Linux HA + dual homed Internet transit.
It should be stable as from now.
Best regards
--
Francis
Le 06/11/2014 11:53, Francis GASCHET a écrit :
> Dear all,
>
> I'm currently discovering the Bitcoin's universe.
> I installedbitcoind on my PC and I'm currently testing different
> things on testnet.
> I just read an article saying that the risk for Bitcoin in the future
> is the decreasing number of full nodes, with appropriate resources.
> There are only few of them in France !
>
> My company operates a dual homed Internet access and has some capacity
> to host an HA server in a secured environment. So I'm thinking about
> setting up a full node.
> But I'd like to know what storage, RAM and bandwidth resources are
> needed. I guess that the problem is not the CPU.
>
> Thanks in advance for details.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bitcoin-development] [bitcoin-list] Running a full node
[not found] ` <CAD2Ti2_AgRK=Fbz+i=HvUZis8ZwLx7PsHWHzgAUOF=jb19oGqQ@mail.gmail.com>
@ 2014-12-04 14:32 ` Martinx - ジェームズ
0 siblings, 0 replies; 8+ messages in thread
From: Martinx - ジェームズ @ 2014-12-04 14:32 UTC (permalink / raw)
To: grarpamp; +Cc: Bitcoin Dev, bitcoin-list
Bitcoind|qt needs Dual-Stack support. ;-)
Cheers!
Thiago
On 9 November 2014 at 15:52, grarpamp <grarpamp@gmail.com> wrote:
> You may also wish to consider linking your node into
> the Tor, I2P, and maybe even CJDNS networks. Details
> on their respective mailing lists.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> bitcoin-list mailing list
> bitcoin-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bitcoin-development] Running a full node
2014-11-08 17:44 ` Melvin Carvalho
@ 2014-11-08 21:47 ` Jameson Lopp
0 siblings, 0 replies; 8+ messages in thread
From: Jameson Lopp @ 2014-11-08 21:47 UTC (permalink / raw)
To: bitcoin-development
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I host charts of my node's system metrics at http://statoshi.info/#/dashboard/db/system-metrics
Note that the CPU spikes are abnormal as I'm making automated RPC calls to query the UTXO set.
My node's bandwidth usage chart can be found at http://statoshi.info/#/dashboard/file/default.json?panelId=1&fullscreen
- - Jameson
On 11/08/2014 12:44 PM, Melvin Carvalho wrote:
> On 8 November 2014 16:28, Daniel F <nanotube@gmail.com> wrote:
>
>>> But I'd like to know what storage, RAM and bandwidth resources are
>>> needed. I guess that the problem is not the CPU.
>>
>> Hi Francis,
>>
>> Here are some rough guidelines for you, based on the statistics from my
>> node:
>>
>> disk usage: about 30GB currently for the blockchain data. It'll only
>> keep growing from here, but relatively slowly.
>>
>
> There's some statistics on this site:
>
> https://blockchain.info/charts/blocks-size
>
> It may be reasonable to assume 10GB growth a year. When I was running a
> full node I gave it a disk of 50GB.
>
>
>>
>> cpu usage: pretty much nothing, after you have synced the blockchain.
>>
>> ram usage: after it runs for a few months, my node gets up to using 1.5
>> GB of ram or so.
>>
>> bandwidth usage: my node averages about 500GB of traffic per month, most
>> of it outgoing.
>>
>> Hope that gives you a rough idea of what you can expect for running full
>> node.
>>
>> Best,
>> Daniel
>>
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Bitcoin-development mailing list
>> Bitcoin-development@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>>
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJUXo9XAAoJEIch3FSFNiDcl20H/0/MrFt0SfR5G5S0m4sLMUdP
5/sveDnVjCBBmcoCKvH3XKchT7fVA6C4N1+dUYDJhlOaZhXegdY3saHdIP/sFzkF
38JBdoqWm4IysAC9gmtn/jRSrxh0wC780zVcLe2EgI7n+1ZOOqCaud28gX+ukoq5
dsU/B8bPEZ/2E7WbaXRcJJGqPdP03H2VXEkKxTWacBYFGVd6RhP9ieFHS3TyctNb
A0g02l1OmymnSSP6ze32ne+G4RgPdbvYhevW8vay1P4ATgBSnB2sitawRXJjsxMy
+d4Fqg+xYRMx3l8lamb7OLSi9rMe6GNEKyML4/Gu24JPSjlmQLXRJE/aS3oMyZc=
=zXHK
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bitcoin-development] Running a full node
2014-11-08 15:28 ` Daniel F
@ 2014-11-08 17:44 ` Melvin Carvalho
2014-11-08 21:47 ` Jameson Lopp
0 siblings, 1 reply; 8+ messages in thread
From: Melvin Carvalho @ 2014-11-08 17:44 UTC (permalink / raw)
To: Daniel F; +Cc: Bitcoin Dev
[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]
On 8 November 2014 16:28, Daniel F <nanotube@gmail.com> wrote:
> > But I'd like to know what storage, RAM and bandwidth resources are
> > needed. I guess that the problem is not the CPU.
>
> Hi Francis,
>
> Here are some rough guidelines for you, based on the statistics from my
> node:
>
> disk usage: about 30GB currently for the blockchain data. It'll only
> keep growing from here, but relatively slowly.
>
There's some statistics on this site:
https://blockchain.info/charts/blocks-size
It may be reasonable to assume 10GB growth a year. When I was running a
full node I gave it a disk of 50GB.
>
> cpu usage: pretty much nothing, after you have synced the blockchain.
>
> ram usage: after it runs for a few months, my node gets up to using 1.5
> GB of ram or so.
>
> bandwidth usage: my node averages about 500GB of traffic per month, most
> of it outgoing.
>
> Hope that gives you a rough idea of what you can expect for running full
> node.
>
> Best,
> Daniel
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>
[-- Attachment #2: Type: text/html, Size: 2171 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bitcoin-development] Running a full node
2014-11-06 9:51 [Bitcoin-development] " Francis GASCHET
2014-11-06 11:09 ` Thomas Zander
@ 2014-11-08 15:28 ` Daniel F
2014-11-08 17:44 ` Melvin Carvalho
1 sibling, 1 reply; 8+ messages in thread
From: Daniel F @ 2014-11-08 15:28 UTC (permalink / raw)
To: bitcoin-development, fg
> But I'd like to know what storage, RAM and bandwidth resources are
> needed. I guess that the problem is not the CPU.
Hi Francis,
Here are some rough guidelines for you, based on the statistics from my
node:
disk usage: about 30GB currently for the blockchain data. It'll only
keep growing from here, but relatively slowly.
cpu usage: pretty much nothing, after you have synced the blockchain.
ram usage: after it runs for a few months, my node gets up to using 1.5
GB of ram or so.
bandwidth usage: my node averages about 500GB of traffic per month, most
of it outgoing.
Hope that gives you a rough idea of what you can expect for running full
node.
Best,
Daniel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bitcoin-development] Running a full node
2014-11-06 11:09 ` Thomas Zander
@ 2014-11-06 21:38 ` odinn
0 siblings, 0 replies; 8+ messages in thread
From: odinn @ 2014-11-06 21:38 UTC (permalink / raw)
To: bitcoin-development
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
If you are considering running a full node (or think you are running
one), you should read the comments here:
https://www.reddit.com/r/Bitcoin/comments/1scd4z/im_running_a_full_node_and_so_should_you/cdw38ve
Thomas Zander wrote:
> On Thursday 6. November 2014 10.51.38 Francis GASCHET wrote:
>> Dear all,
>>
>> I'm currently discovering the Bitcoin's universe. I installed
>> bitcoind on my PC and I'm currently testing different things on
>> testnet. I just read an article saying that the risk for Bitcoin
>> in the future is the decreasing number of full nodes, with
>> appropriate resources. There are only few of them in France !
>>
>> My company operates a dual homed Internet access and has some
>> capacity to host an HA server in a secured environment. So I'm
>> thinking about setting up a full node. But I'd like to know what
>> storage, RAM and bandwidth resources are needed. I guess that
>> the problem is not the CPU.
>
> There is a stats script running on this node;
>
> http://213.165.91.169/
>
> more peoples opinions;
> https://bitcointalk.org/index.php?topic=760094.0
>
- --
http://abis.io ~
"a protocol concept to enable decentralization
and expansion of a giving economy, and a new social good"
https://keybase.io/odinn
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCgAGBQJUW+pWAAoJEGxwq/inSG8CMOEH/jLElWVYTepe0kwnHiguvM2T
Y16fSfLuptdpHU0+2du0U7zO14UvhL7mA2cQxDPxvC72hqRfMld3x5+Pz1mM8aik
Xgot1XrFEo2fQn4CRyaEdwIj0SG5+dcnNSPWJcAf/aLSmw6BFaFgVbG9Qenzrvfn
wgJBaqP0RWTox6ctsDZAHbVTo1+t4/ERwX1YMcQJkAKLN4IZmYqFIaRV6TRU5jSy
af1Smnn+2GmryYlAH+DDJ/4C7BxfCCMnWuItjne7AxMUI/4aDJO1lv/s5lkQYCJU
2dYFV5ZYyS+Ff9895eI9GDu2N+b/QuiiKWsX8leshmCB8/XrPjHqjfP0eABnBKM=
=Augd
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bitcoin-development] Running a full node
2014-11-06 9:51 [Bitcoin-development] " Francis GASCHET
@ 2014-11-06 11:09 ` Thomas Zander
2014-11-06 21:38 ` odinn
2014-11-08 15:28 ` Daniel F
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Zander @ 2014-11-06 11:09 UTC (permalink / raw)
To: bitcoin-development
On Thursday 6. November 2014 10.51.38 Francis GASCHET wrote:
> Dear all,
>
> I'm currently discovering the Bitcoin's universe.
> I installed bitcoind on my PC and I'm currently testing different things
> on testnet. I just read an article saying that the risk for Bitcoin in the
> future is the decreasing number of full nodes, with appropriate resources.
> There are only few of them in France !
>
> My company operates a dual homed Internet access and has some capacity to
> host an HA server in a secured environment. So I'm thinking about setting
> up a full node. But I'd like to know what storage, RAM and bandwidth
> resources are needed. I guess that the problem is not the CPU.
There is a stats script running on this node;
http://213.165.91.169/
more peoples opinions;
https://bitcointalk.org/index.php?topic=760094.0
--
Thomas Zander
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bitcoin-development] Running a full node
@ 2014-11-06 9:51 Francis GASCHET
2014-11-06 11:09 ` Thomas Zander
2014-11-08 15:28 ` Daniel F
0 siblings, 2 replies; 8+ messages in thread
From: Francis GASCHET @ 2014-11-06 9:51 UTC (permalink / raw)
To: bitcoin-development
[-- Attachment #1: Type: text/html, Size: 1785 bytes --]
[-- Attachment #2: Signature-Fg.jpg --]
[-- Type: image/jpeg, Size: 15252 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-12-04 14:33 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <545B5323.3000403@numlog.fr>
2014-11-09 15:22 ` [Bitcoin-development] Running a full node Francis GASCHET
[not found] ` <CAD2Ti2_AgRK=Fbz+i=HvUZis8ZwLx7PsHWHzgAUOF=jb19oGqQ@mail.gmail.com>
2014-12-04 14:32 ` [Bitcoin-development] [bitcoin-list] " Martinx - ジェームズ
2014-11-06 9:51 [Bitcoin-development] " Francis GASCHET
2014-11-06 11:09 ` Thomas Zander
2014-11-06 21:38 ` odinn
2014-11-08 15:28 ` Daniel F
2014-11-08 17:44 ` Melvin Carvalho
2014-11-08 21:47 ` Jameson Lopp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox