What is the size of full geth ethereum node nowadays?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm going to setup a full Ethereum node on my PC here with geth --syncmode=full
I have to buy SSD drive for that. My question is will 1TB SSD be enough or I have to buy even more bigger (= expensive) SSD drive?
PS. I've searched over internet and didn't find recent information about it...
ethereum go-ethereum
add a comment |
I'm going to setup a full Ethereum node on my PC here with geth --syncmode=full
I have to buy SSD drive for that. My question is will 1TB SSD be enough or I have to buy even more bigger (= expensive) SSD drive?
PS. I've searched over internet and didn't find recent information about it...
ethereum go-ethereum
2
I'm voting to close this question as off-topic because it is not a programming question as defined in the help center guidelines.
– Ken White
Nov 16 '18 at 23:56
you should be able to find more info here: ethereum.stackexchange.com
– schu34
Jan 23 at 19:26
add a comment |
I'm going to setup a full Ethereum node on my PC here with geth --syncmode=full
I have to buy SSD drive for that. My question is will 1TB SSD be enough or I have to buy even more bigger (= expensive) SSD drive?
PS. I've searched over internet and didn't find recent information about it...
ethereum go-ethereum
I'm going to setup a full Ethereum node on my PC here with geth --syncmode=full
I have to buy SSD drive for that. My question is will 1TB SSD be enough or I have to buy even more bigger (= expensive) SSD drive?
PS. I've searched over internet and didn't find recent information about it...
ethereum go-ethereum
ethereum go-ethereum
asked Nov 16 '18 at 23:08
Andrew ZolotukhinAndrew Zolotukhin
3727
3727
2
I'm voting to close this question as off-topic because it is not a programming question as defined in the help center guidelines.
– Ken White
Nov 16 '18 at 23:56
you should be able to find more info here: ethereum.stackexchange.com
– schu34
Jan 23 at 19:26
add a comment |
2
I'm voting to close this question as off-topic because it is not a programming question as defined in the help center guidelines.
– Ken White
Nov 16 '18 at 23:56
you should be able to find more info here: ethereum.stackexchange.com
– schu34
Jan 23 at 19:26
2
2
I'm voting to close this question as off-topic because it is not a programming question as defined in the help center guidelines.
– Ken White
Nov 16 '18 at 23:56
I'm voting to close this question as off-topic because it is not a programming question as defined in the help center guidelines.
– Ken White
Nov 16 '18 at 23:56
you should be able to find more info here: ethereum.stackexchange.com
– schu34
Jan 23 at 19:26
you should be able to find more info here: ethereum.stackexchange.com
– schu34
Jan 23 at 19:26
add a comment |
2 Answers
2
active
oldest
votes
This is what you need:
https://etherscan.io/chart2/chaindatasizefast
Geth has 3 modes; light, fast and full. Running fast is fine. If you want to learn more about them, read this answer.
Thank you for your answer. I know about this graph, but this info is relevant to 'fast' syncing, as I said in my question, I'm interested in FULL import, that's why I'm asking, I had fast synced node with 256GB SSD, but now I'm in need to install a full node, and don't know which SSD I should buy, 1TB or 2TB...
– Andrew Zolotukhin
Nov 19 '18 at 11:11
AFAIK, technically both fast and full will download same size of blocks. The only difference here is, full will validate the blocks but fast will process/validate no transactions until current block.
– Zulhilmi Zainudin
Nov 19 '18 at 12:22
Probably you're right, but the strange thing here is that when I did a fast sync a week ago it was enough to have a 256 GB SSD, but when I started a full sync I got 256 competely full when it downloaded ~66% of all blocks. So in this case the question is: will it require extra space when all blocks are downloaded or not? I know that while fast syncing it also require some time and disk space to perform a state tries download. Will it be a case for "full" sync and how much of disk space it will require?
– Andrew Zolotukhin
Nov 19 '18 at 12:53
add a comment |
according to this article once Geth is done with fast sync, it switches to full sync. With a Parity Archive node approaching 2TB (source) you can expect at least that much in disk-space. Running a stable node is a challenge, so you may want to look into QuikNode (who can run a node in the cloud for you).
Please add more details from the links into the answer
– Gibolt
Jan 23 at 19:55
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53346547%2fwhat-is-the-size-of-full-geth-ethereum-node-nowadays%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is what you need:
https://etherscan.io/chart2/chaindatasizefast
Geth has 3 modes; light, fast and full. Running fast is fine. If you want to learn more about them, read this answer.
Thank you for your answer. I know about this graph, but this info is relevant to 'fast' syncing, as I said in my question, I'm interested in FULL import, that's why I'm asking, I had fast synced node with 256GB SSD, but now I'm in need to install a full node, and don't know which SSD I should buy, 1TB or 2TB...
– Andrew Zolotukhin
Nov 19 '18 at 11:11
AFAIK, technically both fast and full will download same size of blocks. The only difference here is, full will validate the blocks but fast will process/validate no transactions until current block.
– Zulhilmi Zainudin
Nov 19 '18 at 12:22
Probably you're right, but the strange thing here is that when I did a fast sync a week ago it was enough to have a 256 GB SSD, but when I started a full sync I got 256 competely full when it downloaded ~66% of all blocks. So in this case the question is: will it require extra space when all blocks are downloaded or not? I know that while fast syncing it also require some time and disk space to perform a state tries download. Will it be a case for "full" sync and how much of disk space it will require?
– Andrew Zolotukhin
Nov 19 '18 at 12:53
add a comment |
This is what you need:
https://etherscan.io/chart2/chaindatasizefast
Geth has 3 modes; light, fast and full. Running fast is fine. If you want to learn more about them, read this answer.
Thank you for your answer. I know about this graph, but this info is relevant to 'fast' syncing, as I said in my question, I'm interested in FULL import, that's why I'm asking, I had fast synced node with 256GB SSD, but now I'm in need to install a full node, and don't know which SSD I should buy, 1TB or 2TB...
– Andrew Zolotukhin
Nov 19 '18 at 11:11
AFAIK, technically both fast and full will download same size of blocks. The only difference here is, full will validate the blocks but fast will process/validate no transactions until current block.
– Zulhilmi Zainudin
Nov 19 '18 at 12:22
Probably you're right, but the strange thing here is that when I did a fast sync a week ago it was enough to have a 256 GB SSD, but when I started a full sync I got 256 competely full when it downloaded ~66% of all blocks. So in this case the question is: will it require extra space when all blocks are downloaded or not? I know that while fast syncing it also require some time and disk space to perform a state tries download. Will it be a case for "full" sync and how much of disk space it will require?
– Andrew Zolotukhin
Nov 19 '18 at 12:53
add a comment |
This is what you need:
https://etherscan.io/chart2/chaindatasizefast
Geth has 3 modes; light, fast and full. Running fast is fine. If you want to learn more about them, read this answer.
This is what you need:
https://etherscan.io/chart2/chaindatasizefast
Geth has 3 modes; light, fast and full. Running fast is fine. If you want to learn more about them, read this answer.
edited Nov 19 '18 at 3:23
Pang
7,0121666105
7,0121666105
answered Nov 18 '18 at 10:44
Zulhilmi ZainudinZulhilmi Zainudin
4,17263056
4,17263056
Thank you for your answer. I know about this graph, but this info is relevant to 'fast' syncing, as I said in my question, I'm interested in FULL import, that's why I'm asking, I had fast synced node with 256GB SSD, but now I'm in need to install a full node, and don't know which SSD I should buy, 1TB or 2TB...
– Andrew Zolotukhin
Nov 19 '18 at 11:11
AFAIK, technically both fast and full will download same size of blocks. The only difference here is, full will validate the blocks but fast will process/validate no transactions until current block.
– Zulhilmi Zainudin
Nov 19 '18 at 12:22
Probably you're right, but the strange thing here is that when I did a fast sync a week ago it was enough to have a 256 GB SSD, but when I started a full sync I got 256 competely full when it downloaded ~66% of all blocks. So in this case the question is: will it require extra space when all blocks are downloaded or not? I know that while fast syncing it also require some time and disk space to perform a state tries download. Will it be a case for "full" sync and how much of disk space it will require?
– Andrew Zolotukhin
Nov 19 '18 at 12:53
add a comment |
Thank you for your answer. I know about this graph, but this info is relevant to 'fast' syncing, as I said in my question, I'm interested in FULL import, that's why I'm asking, I had fast synced node with 256GB SSD, but now I'm in need to install a full node, and don't know which SSD I should buy, 1TB or 2TB...
– Andrew Zolotukhin
Nov 19 '18 at 11:11
AFAIK, technically both fast and full will download same size of blocks. The only difference here is, full will validate the blocks but fast will process/validate no transactions until current block.
– Zulhilmi Zainudin
Nov 19 '18 at 12:22
Probably you're right, but the strange thing here is that when I did a fast sync a week ago it was enough to have a 256 GB SSD, but when I started a full sync I got 256 competely full when it downloaded ~66% of all blocks. So in this case the question is: will it require extra space when all blocks are downloaded or not? I know that while fast syncing it also require some time and disk space to perform a state tries download. Will it be a case for "full" sync and how much of disk space it will require?
– Andrew Zolotukhin
Nov 19 '18 at 12:53
Thank you for your answer. I know about this graph, but this info is relevant to 'fast' syncing, as I said in my question, I'm interested in FULL import, that's why I'm asking, I had fast synced node with 256GB SSD, but now I'm in need to install a full node, and don't know which SSD I should buy, 1TB or 2TB...
– Andrew Zolotukhin
Nov 19 '18 at 11:11
Thank you for your answer. I know about this graph, but this info is relevant to 'fast' syncing, as I said in my question, I'm interested in FULL import, that's why I'm asking, I had fast synced node with 256GB SSD, but now I'm in need to install a full node, and don't know which SSD I should buy, 1TB or 2TB...
– Andrew Zolotukhin
Nov 19 '18 at 11:11
AFAIK, technically both fast and full will download same size of blocks. The only difference here is, full will validate the blocks but fast will process/validate no transactions until current block.
– Zulhilmi Zainudin
Nov 19 '18 at 12:22
AFAIK, technically both fast and full will download same size of blocks. The only difference here is, full will validate the blocks but fast will process/validate no transactions until current block.
– Zulhilmi Zainudin
Nov 19 '18 at 12:22
Probably you're right, but the strange thing here is that when I did a fast sync a week ago it was enough to have a 256 GB SSD, but when I started a full sync I got 256 competely full when it downloaded ~66% of all blocks. So in this case the question is: will it require extra space when all blocks are downloaded or not? I know that while fast syncing it also require some time and disk space to perform a state tries download. Will it be a case for "full" sync and how much of disk space it will require?
– Andrew Zolotukhin
Nov 19 '18 at 12:53
Probably you're right, but the strange thing here is that when I did a fast sync a week ago it was enough to have a 256 GB SSD, but when I started a full sync I got 256 competely full when it downloaded ~66% of all blocks. So in this case the question is: will it require extra space when all blocks are downloaded or not? I know that while fast syncing it also require some time and disk space to perform a state tries download. Will it be a case for "full" sync and how much of disk space it will require?
– Andrew Zolotukhin
Nov 19 '18 at 12:53
add a comment |
according to this article once Geth is done with fast sync, it switches to full sync. With a Parity Archive node approaching 2TB (source) you can expect at least that much in disk-space. Running a stable node is a challenge, so you may want to look into QuikNode (who can run a node in the cloud for you).
Please add more details from the links into the answer
– Gibolt
Jan 23 at 19:55
add a comment |
according to this article once Geth is done with fast sync, it switches to full sync. With a Parity Archive node approaching 2TB (source) you can expect at least that much in disk-space. Running a stable node is a challenge, so you may want to look into QuikNode (who can run a node in the cloud for you).
Please add more details from the links into the answer
– Gibolt
Jan 23 at 19:55
add a comment |
according to this article once Geth is done with fast sync, it switches to full sync. With a Parity Archive node approaching 2TB (source) you can expect at least that much in disk-space. Running a stable node is a challenge, so you may want to look into QuikNode (who can run a node in the cloud for you).
according to this article once Geth is done with fast sync, it switches to full sync. With a Parity Archive node approaching 2TB (source) you can expect at least that much in disk-space. Running a stable node is a challenge, so you may want to look into QuikNode (who can run a node in the cloud for you).
answered Jan 23 at 19:23
DmitryDmitry
1
1
Please add more details from the links into the answer
– Gibolt
Jan 23 at 19:55
add a comment |
Please add more details from the links into the answer
– Gibolt
Jan 23 at 19:55
Please add more details from the links into the answer
– Gibolt
Jan 23 at 19:55
Please add more details from the links into the answer
– Gibolt
Jan 23 at 19:55
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53346547%2fwhat-is-the-size-of-full-geth-ethereum-node-nowadays%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
I'm voting to close this question as off-topic because it is not a programming question as defined in the help center guidelines.
– Ken White
Nov 16 '18 at 23:56
you should be able to find more info here: ethereum.stackexchange.com
– schu34
Jan 23 at 19:26