Skip to content

CypherTroopers/oneclicknode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 S__50061314

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). S__50077698

Then, enter your wallet address to receive mining rewards.

That’s it—you’re all set. S__50077699

After that, just open your browser and go to http://<your IP address>:9600 to see your node status. S__50077700


Advanced Usage (For Experienced Users)

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.sh

If 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

If you want to change the LLM model, please edit line 29 in config.yaml.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages