Giter VIP home page Giter VIP logo

Comments (3)

cryptochassis avatar cryptochassis commented on June 30, 2024

Let me investigate. For now the following workaround should work:

curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_1_1_1k.tar.gz
tar -zxvf OpenSSL_1_1_1k.tar.gz
cd openssl-OpenSSL_1_1_1k
./config
make
sudo make install
cat <<EOT >> ~/.bash_profile
export PATH=/usr/local/bin:$PATH
export OPENSSL_ROOT_DIR=/usr/local/ssl
EOT
source ~/.bash_profile

from ccapi.

deflexor avatar deflexor commented on June 30, 2024

Thank you, it compiles now, but refuses to run:

[2021-09-26T16:18:27.787084349Z] ******** Trading mode is paper! ********
[2021-09-26T16:18:28.208526518Z] ********
[2021-09-26T16:18:28.208854921Z] Received an event: Event [
  type = RESPONSE,
  messageList = [
    Message [
      type = GET_INSTRUMENT,
      recapType = UNKNOWN,
      time = 1970-01-01T00:00:00.000000000Z,
      timeReceived = 2021-09-26T16:18:28.208310842Z,
      elementList = [
        Element [
          nameValueMap = {
            BASE_ASSET = PHB,
            INSTRUMENT = PHBTUSD,
            PRICE_INCREMENT = 0.00000100,
            QUANTITY_INCREMENT = 0.10000000,
            QUOTE_ASSET = TUSD
          }
        ]
      ],
      correlationIdList = [ GET_INSTRUMENT ]
    ]
  ]
]
[2021-09-26T16:18:28.209002637Z] Base asset balance is 300, quote asset balance is 15000.
[2021-09-26T16:18:28.209061682Z] Order price increment is 0.000001
[2021-09-26T16:18:28.209079721Z] Order quantity increment is 0.1
./run.sh: line 5: 177083 Segmentation fault      (core dumped) ~/ccapi/app/build/src/spot_market_making/spot_market_making

from ccapi.

cryptochassis avatar cryptochassis commented on June 30, 2024

@deflexor Friend us on https://discord.gg/b5EKcp9s8T and we'll have some private discussions there because we may or may not need to know (hopefully not) some of your parameter values to see where the source of the singularity happens.

from ccapi.

Related Issues (20)

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.