-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Archival node #578
Comments
Is this a required step for rusty-kaspa before 10BPS launch? |
Safe to assume that GO nodes, if not unplugged, will remain on the unforked 1BPS network, so they will become irrelevant at that point. |
The real question is if anyone is working on archival nodes for rusty-kaspa! Per the Kaspa WIKI, you cannot run kaspad with the --archival parameter unless running the GO build. |
It turns out that it is necessary to implement archival capabilities and transfer the Go node archive database to rusty kaspa. |
Yes, can't hardfork to 10BPS until archival nodes have been migrated to Rusty Kaspa. Otherwise there will be a pause in explorer data logging – a gap that must be avoided at this stage. |
Hello, @bunnyfu, I'm not sure this is accurate "Per the Kaspa WIKI, you cannot run kaspad with the --archival parameter unless running the GO build." I've been running a mainnet rusty kaspa archival node side by side with my GO archival node since version "0.13.16" release, and am currently running "rusty-kaspa-v0.15.1" archival node and mining to it with a stratum bridge. |
@callid0n Thank you very much for this clarification. I may indeed have read the info wrong from the Wiki. I have not tried running a Rusty Kaspa archival node myself, because I read the Wiki as saying only GO nodes can have kaspad run with the --archival parameter, which brought me to the conclusion that this functionality is not present in Rusty Kaspa. So, it actually meant that kaspad on Rusty simply doesn't need this parameter? Then how do we put a Rusty node into archival mode? |
Hello, @bunnyfu , it's the same parameter. Here is an example that I have running now:
|
|
That’s correct. As far as I know, even with GO nodes, that’s the normal behavior of the “—archival” parameter. |
I started integrating kaspa with rusty-kaspa because the old kaspad was deprecated. Now I need historical data.
Any plans on this?
The text was updated successfully, but these errors were encountered: