Coder Social home page Coder Social logo

Comments (5)

fots1110 avatar fots1110 commented on June 21, 2024

I have the same issue.
The Bonus section has the option to install Eectrum Personal Server as an alternative to electrs. However there is no instructions of how to uninstall electrs, Which has a large database.

from raspibolt.

llubel avatar llubel commented on June 21, 2024

Same issue here.

from raspibolt.

CorLeoGit avatar CorLeoGit commented on June 21, 2024

I have just started with raspibolt. At least the blockchain synced now completly and wanna go further with the installation process. Stuck with the same issue.

Command "$ cargo build --locked --release" end up with:


error: failed to parse manifest at /home/admin/rust/electrs/Cargo.toml

Caused by:
failed to parse the edition key

Caused by:
this version of Cargo is older than the 2021 edition, and only supports 2015 and 2018 editions.


I looked a little arround in google to find a solution.
1- dist upgrade to debian 12
2- installing "rustup --> https://rustup.rs/"
3- using Eectrum Personal Server instead "electrs".

Of course, the main goal for a node is the security and reliability of the raspibolt. With which solution you sould I go? What is your recommendation?

from raspibolt.

managai avatar managai commented on June 21, 2024

I solved installing dependencies in this way:

# install clang and cmake
admin@raspibolt:~/rust/electrs $ sudo apt install clang cmake
# install latest cargo release
admin@raspibolt:~/rust/electrs $ curl https://sh.rustup.rs -sSf | sh
# reload $PATH
admin@raspibolt:~/rust/electrs $ . "$HOME/.cargo/env"
# first time sync latest cargo components
admin@raspibolt:~/rust/electrs $ cargo --version

now I can install latest electrs release

# latest electrs release
admin@raspibolt:~/rust/electrs $ VERSION="0.10.5"

above commands might replace sudo apt install cargo clang cmake in https://raspibolt.org/guide/bitcoin/electrum-server.html#install-dependencies

from raspibolt.

x0utlier avatar x0utlier commented on June 21, 2024

Thank you @managai, problem solved.

from raspibolt.

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.