#1 linux(Ubuntu 24.04) cypher node mining & build UI
sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/CypherTroopers/oneclicknode/main/cypherstart.sh)" root
#2 linux(Ubuntu 24.04) cypher node mining only
sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/CypherTroopers/oneclicknode/main/node.sh)" root
**Copy #1 or #2
then
**paste your root directory

Everything is set up automatically—the required directories are created and all necessary tools are installed. It takes about 5 minutes.
Once all the settings are done, you’ll be asked to enter a password to start mining (and please don’t forget it).

Then, enter your wallet address to receive mining rewards.
After that, just open your browser and go to
http://<your IP address>:9600
to see your node status.

The following section is intended for experienced users.
If you want to add startup flags when launching the node, edit start-cypher.sh.
If you want to operate the node via IPC, use the commands below.
cd /root/go/src/github.com/cypherium/cypher
nano start-cypher.shIf you want to operate the node via IPC, use the commands below.
cd /root/go/src/github.com/cypherium/cypher
./build/bin/cypher attach ipc:./chaindbname/cypher.ipc
For detailed information about available APIs and startup flags, please refer to the official Cypherium documentation: https://github.com/cypherium/cypher?tab=readme-ov-file
cd /root/go/src/github.com/cypherium/cypher/CypherNode-chat
nano config.yaml
I’ll explain how to set up RAG later. https://github.com/CypherTroopers/cypher/tree/FunOnCypherium/FunOnCypherium/LLMtools/chainchat
