moonbeam icon indicating copy to clipboard operation
moonbeam copied to clipboard

moonbeam alphanet full snapshot

Open darinvhs opened this issue 6 months ago • 1 comments

Hi folks, I’m trying to run a Moonbeam Alphanet testnet node using this command:

        - --base-path=/var/lib/alphanet-data
        - --chain=alphanet
        - --state-pruning=124
        - --blocks-pruning=124
        - --trie-cache-size=1073741824
        - --sync=full
        - --rpc-methods=safe
        - --rpc-port=9944
        - --rpc-external
        - --rpc-cors=*
        - --prometheus-port=6060
        - --prometheus-external
        - --ethapi=debug,trace,txpool
        - --wasm-runtime-overrides=/var/lib/alphanet-data
        - --runtime-cache-size=2
        - --in-peers=100
        - --out-peers=100

But the sync is extremely slow.. Just wondering if there’s any snapshot available to speed things up? Would really appreciate any help, thanks!

darinvhs avatar Jun 18 '25 05:06 darinvhs

Maybe you can use https://www.certhum.com/moonbase-databases from moonbase-alpha. It is 7 months old, but should save you some time.

RomarQ avatar Jun 18 '25 07:06 RomarQ