Giter VIP home page Giter VIP logo

conflux-docker's People

Contributors

iosh avatar liuis avatar pana avatar resodo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

conflux-docker's Issues

docker container error

when starting container with
$ docker pull confluxchain/conflux-rust
$ docker run -p 12537:12537 --rm --name cfx-node confluxchain/conflux-rust

following error occurs.

2023-03-22T18:45:28.330083726+00:00 INFO main conflux - Starting full client...
2023-03-22T18:45:28.330122797+00:00 INFO main client::comm - Working directory: Ok("/root/run")
./conflux.sh: line 8: 23 Illegal instruction /bin/conflux --config ./conflux.toml
(node:10) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:12537
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
(Use node --trace-warnings ... to show where the warning was created)
(node:10) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:10) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
./start.sh: line 10: fg: job has terminated

Illegal instruction on Mac Catalina

System:
Mac catalina
version: 10.15.7

Error:
$ docker run -p 12537:12537 --name cfx-node confluxchain/conflux-rust
CFXDOCKER: config file set success !
./conflux.sh: line 8: 26 Illegal instruction ./conflux --config ./default.toml
^C^C^C^C(node:13) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:12537
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
(Use node --trace-warnings ... to show where the warning was created)
(node:13) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:13) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
./start.sh: line 8: fg: job has terminated

How to transfer CFX out

User can invoke cfx_sendTransaction to transfer CFX out.

curl --location --request POST 'http://localhost:12537' \
--header 'Content-Type: application/json' \
--data-raw ' {
    "jsonrpc": "2.0",
    "id": "15922956697249514502",
    "method": "cfx_sendTransaction",
    "params": [{
      "from": "NET218:TYPE.USER:AAJ347U8RZWEU2WXFGHXENFSKJ1BF86S1EDGMUTFWT",
      "to": "net218:aak2rra2njvd77ezwjvx04kkds9fzagfe6dxpxbf1k",
                "value": "0x56bc75e2d63100000",
       "gas": "0x5208",
       "gasPrice": "0x1"
    }, "123456"]
  }
'

Docker Image for v1.1.5

Hi, v1.1.5 was released 20 hours ago. Could you please publish the new docker image? Thanks!

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.