-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous npm error while sync bitcoin chain #83
Comments
Ok, I've found that Debian (as reported here), when installing I'm searching how install EDIT: A possible solution is connecting to docker machine through ssh, download libjpeg source, build it and install it.. apt-get install -y wget cmake gcc nasm
wget https://sourceforge.net/projects/libjpeg-turbo/files/2.0.2/libjpeg-turbo-2.0.2.tar.gz
tar -xzvf libjpeg-turbo-2.0.2.tar.gz
cd libjpeg-turbo-2.0.2
cmake -G"Unix Makefiles" -DWITH_JPEG7=1 -DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu -DCMAKE_INSTALL_BINDIR=/usr/local/bin -DCMAKE_INSTALL_DOCDIR=/usr/local/share/man -DCMAKE_INSTALL_INCLUDEDIR=/usr/local/include -DCMAKE_INSTALL_MANDIR=/usr/share/man
make install I'm currently testing it.. |
…import This allows to continue to indexing using the blkfiles following an interruption. Refs Blockstream/esplora#83
Are you still running into this? I've been using the docker image successfully on both debian and ubuntu as the host. |
Hi @BoGnY, I'm closing this for now, please report back if you're still having trouble setting this up. |
Hi guys, I'm starting to use esplora, I have followed all instructions, but when I start the command
during the syncronization, I get this error very frequently:
Is this normal??
Thanks
The text was updated successfully, but these errors were encountered: