Nelson Castillo

Results 9 comments of Nelson Castillo

Hello there. I'm getting the same issue using Ubuntu 20.04. I didn't do anything special. g++ example00.cpp -lcurl -lcurlpp ~$ ./a.out No URL set! linux-vdso.so.1 (0x00007ffd150df000) libcurlpp.so.1 => /lib/x86_64-linux-gnu/libcurlpp.so.1 (0x00007f7cd0bd5000)...

With APT. Debian package. On Tue, Aug 11, 2020, 07:09 Aloïs Micard wrote: > hello @arhuaco , thanks for the report. How > did you install the library? Through the...

$ apt policy libcurlpp-dev libcurlpp-dev: Installed: 0.8.1-2build2 Candidate: 0.8.1-2build2 Version table: *** 0.8.1-2build2 500 500 http://co.archive.ubuntu.com/ubuntu focal/universe amd64 Packages 100 /var/lib/dpkg/status $ apt policy libcurlpp0 libcurlpp0: Installed: 0.8.1-2build2 Candidate: 0.8.1-2build2...

Thanks @creekorful . Now we know something. It works with libcurl4-openssl-dev and libcurl4-gnutls-dev. Doesn't work with libcurl4-nss-dev.

Hi there. Trying to do the same but I cannot even switch. In this case because of more than one match. Trying to figure it out a workaround. ` CypressError:...

I checked carefully and I think I don't have bugs in the code. Signing with Bitcoind works. I just noticed that my main reference (bitscavenger.blogspot.com/2014/04/multisig-with-pybitcointools.html) has this note: "Currently blockchain.info...

Hello there. I don't know well how this works but I put a 75USD bounty on the (what I think it is an) issue: https://www.bountysource.com/issues/15832046-multisig-script-is-no-longer-valid-op_checkmultisig-verify-with-non-null-nulldummy

Hello. Is this function broken? I think that the parameter "to" needs to be a private key. I supply a private key there and it works. What am I missing?...

Oh, I came here to report something similar. This is not working for me and I tried Python 2 and Python 3: h = bitcoin.history('192Tsb794VGi3VAJZ8zhHdjSRVFZpCywab') I don't know if this...