-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I am trying to keep it simple. fresh ubuntu server 24.04 installation, i am downloading the binary from github, after unzipping i have the binaries (bitcoin-like), i made a flux.conf file inside .flux folder, then i try to run fluxd binary and it gives me an error... i ran the script fetch-params.sh and try to run fluxd again, but the node does not start...
this is the console output:
flux@flux-node01:~$ ./fluxd
Flux server starting
flux@flux-node01:~$ Error: Cannot find the Zelcash network parameters in the following directory:
"/home/flux/.zcash-params"
Please run 'flux-fetch-params' or './zcutil/fetch-params.sh' and then restart.
and this is the log output:
2025-02-23 23:09:32 Using wallet wallet.dat
2025-02-23 23:09:32 init message: Verifying wallet...
2025-02-23 23:09:32 CDBEnv::Open: LogDir=/home/flux/.flux/database ErrorFile=/home/flux/.flux/db.log
2025-02-23 23:09:32 Bound to [::]:16125
2025-02-23 23:09:32 Bound to 0.0.0.0:16125
2025-02-23 23:09:32 AddLocal(170.39.103.185:16125,4)
2025-02-23 23:09:32 Cache configuration:
2025-02-23 23:09:32 * Using 337.5MiB for block index database
2025-02-23 23:09:32 * Using 36.1MiB for chain state database
2025-02-23 23:09:32 * Using 76.4MiB for in-memory UTXO set
2025-02-23 23:09:32 Opening LevelDB in /home/flux/.flux/determ_zelnodes
2025-02-23 23:09:32 Opened LevelDB successfully
2025-02-23 23:09:32 Opening LevelDB in /home/flux/.flux/snapshots
2025-02-23 23:09:32 Opened LevelDB successfully
2025-02-23 23:09:32 Opening LevelDB in /home/flux/.flux/blocks/index
2025-02-23 23:09:32 Opened LevelDB successfully
2025-02-23 23:09:32 Opening LevelDB in /home/flux/.flux/chainstate
2025-02-23 23:09:32 Opened LevelDB successfully
2025-02-23 23:09:32 init message: Init fluxnodecache
2025-02-23 23:09:32 init message: Init Tier Amounts Vectors
2025-02-23 23:09:32 init message: Loading fluxnodecache...
2025-02-23 23:09:32 init message: Sorting fluxnode lists
2025-02-23 23:09:32 init message: Loading block index...
2025-02-23 23:09:32 LoadBlockIndexDB: last block file = 0
2025-02-23 23:09:32 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=1, size=1702, heights=0...0, time=2018-01-26...2018-01-26)
2025-02-23 23:09:32 Checking all blk files are present...
2025-02-23 23:09:32 LoadBlockIndexDB: transaction index enabled
2025-02-23 23:09:32 LoadBlockIndexDB: insight explorer enabled
2025-02-23 23:09:32 LoadBlockIndexDB: hashBestChain=00052461a5006c2e3b74ce48992a08695607912d5604c3eb8da25749b0900444 height=0 date=2018-01-26 15:20:00 progress=0.000000
2025-02-23 23:09:32 init message: Rewinding blocks if needed...
2025-02-23 23:09:32 init message: Verifying blocks...
2025-02-23 23:09:32 Shutdown requested. Exiting.
2025-02-23 23:09:32 Shutdown: In progress...
2025-02-23 23:09:32 StopRPC: waiting for async rpc workers to stop
2025-02-23 23:09:32 scheduler thread interrupt
2025-02-23 23:09:32 StopNode()
2025-02-23 23:09:32 Shutdown: done
Do i need to make something else different than a regular bitcoin-like node?
Metadata
Metadata
Assignees
Labels
No labels