Fene Network is a public EVM-based blockchain designed to deliver a stable, fast, and flexible ecosystem.
This documentation covers node configuration, pre-genesis setup, deployment, and node running instructions.
- Environment Preparation
- Clone Source Code
- Running the Node
- Join Staking
- Query Whitelist Validator
- Useful Commands
- Troubleshooting
- License
Ensure you have installed:
- Go (latest stable version recommended)
- Git
- Build-essential (Linux) / Visual Studio Build Tools (Windows)
- Docker (optional for quick testing)
git clone https://github.com/fenelabs/fene-node.git
cd fenelabstmux new-session -s validator
bash /root/fenelabs/validator.sh
exit Ctrl + B Then DBefore Joining as a Staker Validator you must have FENE tokens with a minimum of 10K Tokens
bash /root/fenelabs/create-val.shfened validator.activated.query --node http://localhost:8545Check sync status:
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}' http://localhost:8545Check block number:
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' http://localhost:8545| Issue | Common Cause | Solution |
|---|---|---|
| Failed to build | Incorrect Go version | Use the latest stable Go version (1.20+ recommended) |
| Node not starting | Port conflict or wrong configuration | Ensure ports 8545, 8546, and 30303 are available |
| Block not progressing | Validator not running properly | Check logs and make sure the validator wallet is unlocked |
This project is licensed under the MIT License.
🚀 Powered by Fene Network Team