Bitcoin Forum
May 25, 2024, 07:36:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6]
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: April 29, 2018, 09:23:27 AM
As promised I just released my block explorer for UBIC, it's still in a very early stage. The url is: https://ubic.network
102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 08, 2018, 04:13:23 PM
Quote
One of the main advantages of Arionum is that it was fully written from scratch in PHP
  Shocked

Quote
ECDSA's secp256k1 curve
Sure? Why are Arionum so long then?
103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: March 08, 2018, 03:25:01 PM
Is there a way to get address information through the API?
Like I supply an address like this one qaBPJGEEkaw7Mq8bYUEXsWuTzc18UUtGH and it returns it's balance.
104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: March 05, 2018, 03:30:15 PM
Thank you. I registered the domain http://ubic.network the block explorer will be available on this address once I am done.
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: March 05, 2018, 10:24:42 AM
Thank you,
I want to develop a block explorer, what are the available API endpoints?
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: March 02, 2018, 09:19:43 AM
Here please: qaBPJGEEkaw7Mq8bYUEXsWuTzc18UUtGH  Cheesy
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: February 28, 2018, 02:03:39 PM
I posted an installation video for debian stretch: https://www.youtube.com/watch?v=JUHybi24dkI&feature=youtu.be
108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: February 27, 2018, 03:06:28 PM
If nobody else volunteers I will do an installation video.
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: February 26, 2018, 04:15:22 PM
The IP address is: 198.245.61.118
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: February 26, 2018, 03:27:44 PM
There is nothing happening, I am still at block 0...  Huh
My peer list is also empty.
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: February 26, 2018, 03:18:59 PM
I found the solution:

sudo cp /usr/local/lib/libcrypto.so.1.1 /usr/lib
sudo cp /usr/local/lib/libssl.so.1.1 /usr/lib

this solved it in my case, and everything is running now.  Cheesy
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The cryptocurrency providing UBI for the masses using the E-Passport on: February 26, 2018, 02:46:25 PM
Quote
cd /usr/local/src
sudo wget https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.gz && sudo tar xzvf boost_1_64_0.tar.gz && cd boost_1_64_0
./bootstrap.sh --prefix=/usr/local --with-libraries=all
./b2 install

I installed from the sources it and it solved my problem, one thing however is that I had to run sudo ./b2 install , otherwise I would get permission errors.
It solved my previous problem but now I am getting another error when running /etc/init.d/ubic start
Quote
/usr/bin/ubicd: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The crypto currency providing UBI for the masses using the E-Passport on: February 26, 2018, 02:12:50 PM
It gives me
Quote
libboost-all-dev:
  Installed: 1.58.0.1ubuntu1
  Candidate: 1.58.0.1ubuntu1
  Version table:
 *** 1.58.0.1ubuntu1 500
        500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
        100 /var/lib/dpkg/status
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UBIC:The crypto currency providing UBI for the masses using the E-Passport on: February 26, 2018, 01:55:27 PM
I am trying to install it and I get the following error:
Quote
[ 75%] Building CXX object CMakeFiles/ubicd.dir/Network/Network.cpp.o
In file included from /usr/local/include/openssl/bio.h:20:0,
                 from /usr/local/include/openssl/asn1.h:16,
                 from /usr/local/include/openssl/ec.h:30,
                 from /usr/local/src/core/Network/../Transaction/../ChainParams.h:9,
                 from /usr/local/src/core/Network/../Transaction/../UAmount.h:6,
                 from /usr/local/src/core/Network/../Transaction/TxIn.h:6,
                 from /usr/local/src/core/Network/../Transaction/Transaction.h:11,
                 from /usr/local/src/core/Network/Network.h:6,
                 from /usr/local/src/core/Network/Network.cpp:3:
/usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp: In constructor ‘boost::asio::ssl::detail::openssl_init_base::do_init::do_init()’:
/usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected id-expression before ‘(’ token
     mutexes_.resize(::CRYPTO_num_locks());
                       ^
In file included from /usr/include/boost/asio/ssl/detail/openssl_init.hpp:100:0,
                 from /usr/include/boost/asio/ssl/context.hpp:29,
                 from /usr/include/boost/asio/ssl.hpp:19,
                 from /usr/local/src/core/Network/Network.cpp:9:
/usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected id-expression before ‘;’ token
     ::CRYPTO_set_locking_callback(&do_init::openssl_locking_func);
                                                                  ^
/usr/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected id-expression before ‘;’ token
     ::CRYPTO_set_id_callback(&do_init::openssl_id_func);
     
....

CMakeFiles/ubicd.dir/build.make:1022: recipe for target 'CMakeFiles/ubicd.dir/Network/Network.cpp.o' failed
make[2]: *** [CMakeFiles/ubicd.dir/Network/Network.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/ubicd.dir/all' failed
make[1]: *** [CMakeFiles/ubicd.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

I am using ubuntu 16
Pages: « 1 2 3 4 5 [6]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!