# sync-bench **Repository Path**: BCID-Okey/sync-bench ## Basic Information - **Project Name**: sync-bench - **Description**: A benchmarking utility for BCID-ETHEREUM clients. - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Blockchain Sync A benchmarking utility for BCID-ETHEREUM clients. ## Usage ``` npm install # install and configure a client, if necessary bin/run-bench [args] ``` The utility will attempt to connect the profiled client to a running "master" node and sync up from it. ## Options * **-e, --enode**: Enode address of a node to sync up with * **-d, --client-dir**: Client installation directory * **--client**: Name of the client to run * **--rm**: Remove the data directory before sync * **-h, --help**: Show instructions