Git Product home page Git Product logo

Comments (8)

jerk188 avatar jerk188 commented on August 26, 2024

Hello, your problem may be in conflict with Java's keytool tool. How did you install the platon node? PPA or source code compilation? If you are installing PPA, you can check whether the installed version is version 0.12.1 through the command, command: platon version. If the source code is compiled, is there a copy of the latest 0.12.1 executable file keytool to your platon-node directory, execute the command in the platon-node directory: mkdir -p ~/platon-node/data &&. /keytool genkeypair | tee >(grep "PrivateKey" | awk'{print $2}'> ./data/nodekey) >(grep "PublicKey" | awk'{print $3}'> ./data/nodeid)

from docs.

xiaogan18 avatar xiaogan18 commented on August 26, 2024

by PPA ,install failed

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package platon0.12.1
E: Couldn't find any package by glob 'platon0.12.1'
E: Couldn't find any package by regex 'platon0.12.1'

from docs.

jerk188 avatar jerk188 commented on August 26, 2024

Are you a ubuntu18.04 system? If it is ubuntu18.04, is there a PPA source added? If there is a PPA source added, has it been updated?

#Add PPA source and update
$ sudo add-apt-repository ppa:ppatwo/platon
$ sudo apt-get update
#View the platon version that can be installed
$ sudo apt search platon

Install platon0.12.1

$ sudo apt install -y platon0.12.1

from docs.

xiaogan18 avatar xiaogan18 commented on August 26, 2024

No, actually I'm 16.04.And I added the PPA source also updated.

from docs.

jerk188 avatar jerk188 commented on August 26, 2024

Sorry, the current PPA package is only compatible with ubuntu18.04 system, please update to ubuntu18.04 if conditions permit.

from docs.

xiaogan18 avatar xiaogan18 commented on August 26, 2024

So if conditions not permitted, is there any other way ?

from docs.

jerk188 avatar jerk188 commented on August 26, 2024

Sorry, because our PlatON is based on ubuntu18.04, all verifications are completed. If you use other versions of the system, there is no guarantee that other problems will occur.

from docs.

xiaogan18 avatar xiaogan18 commented on August 26, 2024

OK, thanks

from docs.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.