Find Jobs
Hire Freelancers

Complete installation of blackbird on Mac -- 3

$10-30 AUD

Closed
Posted about 3 years ago

$10-30 AUD

Paid on delivery
Please hop on my computer and install blackbird through terminal -- already partially complete from [login to view URL] You will need to remote on to my computer. Do not send me instructions on how to do it myself. You will need to remote in to the Mac and debug the file to ensure it runs using Visual Studio Code on my computer. If you encounter this compiling issue - "aggregate ‘HMAC_CTX ctx’ has incomplete type and cannot be defined" etc, basically, it means you're using a higher version of openssl (>=v1.1.0). So, you have two options: one is using a lower version, the other is upgrading the source code for your platform. For upgrading, please read this blog: [login to view URL] other information you may need u can try the following solution User Avatar First I modified [login to view URL]; (line 11 to 27) `HMAC_CTX *ctx = HMAC_CTX_new(); //HMAC_CTX_init(&ctx); // Set HMAC key. HMAC_Init_ex(ctx, reinterpret_cast<const unsigned char*>(key.c_str()), [login to view URL](), EVP_sha512(), NULL); // May be called repeatedly to insert all your data. HMAC_Update(ctx, reinterpret_cast<const unsigned char*>(msg.c_str()), [login to view URL]()); // Finish HMAC computation and fetch result. unsigned char* result = new unsigned char[129]; unsigned int result_len = 129; HMAC_Final(ctx, result, &result_len); for (unsigned int i = 0; i < result_len; i++) { digest_.push_back(int(result[i])); } HMAC_CTX_free(ctx);` (I did this changes thanks to this link [login to view URL]) Then I used the following command cmake -B./build -H. -DCMAKE_BUILD_TYPE=Release -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.1 -DOPENSSL_SSL_LIBRARY=/usr/lib/x86_64-linux-gnu/[login to view URL] -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/x86_64-linux-gnu/[login to view URL] You may need to find the [login to view URL] and [login to view URL] path, this command can helps too: sudo find / -iname "[login to view URL]" no upfront payment, payment only if working.
Project ID: 29491472

About the project

1 proposal
Remote project
Active 3 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
1 freelancer is bidding on average $10 AUD for this job
User Avatar
I am willing to do this job, and am very interested in the material. I am a Crypto/Day trader myself and am currently writing automation to handle my trades and manage risk.
$10 AUD in 7 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of AUSTRALIA
Sarina, Australia
5.0
1
Payment method verified
Member since Aug 16, 2020

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.