Bitmime
You have not selected any currencies to display
  • Bitmime – Bitcoin, Ethereum, Crypto News and Market Analysis
  • Cryptocurrency
    • Crypto Mining
  • Bitcoin
  • Ethereum
  • DeFi
  • Blockchain
  • Metaverse
No Result
View All Result
  • Bitmime – Bitcoin, Ethereum, Crypto News and Market Analysis
  • Cryptocurrency
    • Crypto Mining
  • Bitcoin
  • Ethereum
  • DeFi
  • Blockchain
  • Metaverse
No Result
View All Result
Bitmime
No Result
View All Result
Home Bitcoin

bitcoin core – Challenge putting in/ utilizing EPS bitcoind v28.0 on rpi4

Martin Spielberg by Martin Spielberg
December 20, 2024
in Bitcoin
0
bitcoin core – Challenge putting in/ utilizing EPS bitcoind v28.0 on rpi4
189
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter


I run a bitcoin fullnode v28.0 on a raspberry pi4 and tried to make EPS work.

I skilled a number of points throughout set up and execution. Any assist may be very a lot appriciated. And possibly anybody else can use any of the data I gathered.

I bumped into these points:

  • First it was not potential to put in setuptools, I had to make use of ‘sudo apt set up python3-setuptools’ as a substitute of ‘sudo pip3 set up setuptools’ Additionally it was not potential to run ‘pip3 set up wheel’ and ‘ pip3 set up use .’
  • I had first to create a python digital setting. I did this with ‘sudo apt set up python3-venv’,’python3 -m venv foobar’, ‘supply foobar/bin/activate’. Finaly
  • I put in with ‘pip set up wheel’ and ‘pip set up.’ as a substitute of ‘pip set up –user .’ then ‘deactivate’ to exit digital setting I compiled bitcoind v28.0 first with out pockets. This does not work . To win time I downloaded a precompiled model of v28.0.
  • I created a pockets with ‘ bitcoin-cli createwallet “default” “true” “true” “”
    “true” ‘ as a substitute of ‘ bitcoin-cli createwallet electrumpersonalserver true true “” false false true ‘ as a result of the final gave an error “BDB pockets creation is deprecated and might be eliminated in a future launch. On this launch it may be re-enabled briefly with the -deprecatedrpc=create_bdb setting.”

I ran ‘ electrum-personal-server –rescan ~/.eps/electrum-personal-server/config.cfg ‘ this went effectively.

Once I lastly run ‘ electrum-personal-server ~/.eps/electrum-personal-server/config.cfg ‘ I get the error under:

INFO:2024-12-20 09:17:45,652: Beginning Electrum Private Server 0.2.4

INFO:2024-12-20 09:17:45,660: Logging to /tmp/electrumpersonalserver.log

INFO:2024-12-20 09:17:45,809: Displaying first 3 addresses of every grasp public key:

INFO:2024-12-20 09:17:45,809: Acquiring bitcoin addresses to watch . . .

INFO:2024-12-20 09:17:45,811: Importing 0 wallets and 1 watch-only addresses into the Bitcoin node

Traceback (most up-to-date name final):

File “/residence/bitcoin/.eps/electrum-personal-server/electrum-personal-server-eps-v0.2.4/foobar/bin/electrum-personal-server”, line 8, in
sys.exit(fundamental())
^^^^^^

File “/mnt/sda2/electrum-personal-server/electrum-personal-server-eps-v0.2.4/foobar/lib/python3.11/site-packages/electrumpersonalserver/server/frequent.py”, line 481, in fundamental
deterministicwallet.import_addresses(rpc, relevant_spks_addrs,

File “/mnt/sda2/electrum-personal-server/electrum-personal-server-eps-v0.2.4/foobar/lib/python3.11/site-packages/electrumpersonalserver/server/deterministicwallet.py”, line 29, in import_addresses
rpc.name(“importmulti”, [watchonly_addr_param, {“rescan”: False}])

File “/mnt/sda2/electrum-personal-server/electrum-personal-server-eps-v0.2.4/foobar/lib/python3.11/site-packages/electrumpersonalserver/server/jsonrpc.py”, line 122, in name
increase JsonRpcError(response[“error”])

electrumpersonalserver.server.jsonrpc.JsonRpcError: {‘code’: -4, ‘message’: ‘Solely legacy wallets are supported by this command’}

What can I do?

Related articles

Weekend Crypto Replace: $100k BTC Narrative Nonetheless Alive, Cathie Wooden & Tom Lee Affirm

Weekend Crypto Replace: $100k BTC Narrative Nonetheless Alive, Cathie Wooden & Tom Lee Affirm

November 30, 2025
Shopping for Bitcoin Will get An Improve As Apple Pay Joins The Crypto Wave

Shopping for Bitcoin Will get An Improve As Apple Pay Joins The Crypto Wave

November 30, 2025


I run a bitcoin fullnode v28.0 on a raspberry pi4 and tried to make EPS work.

I skilled a number of points throughout set up and execution. Any assist may be very a lot appriciated. And possibly anybody else can use any of the data I gathered.

I bumped into these points:

  • First it was not potential to put in setuptools, I had to make use of ‘sudo apt set up python3-setuptools’ as a substitute of ‘sudo pip3 set up setuptools’ Additionally it was not potential to run ‘pip3 set up wheel’ and ‘ pip3 set up use .’
  • I had first to create a python digital setting. I did this with ‘sudo apt set up python3-venv’,’python3 -m venv foobar’, ‘supply foobar/bin/activate’. Finaly
  • I put in with ‘pip set up wheel’ and ‘pip set up.’ as a substitute of ‘pip set up –user .’ then ‘deactivate’ to exit digital setting I compiled bitcoind v28.0 first with out pockets. This does not work . To win time I downloaded a precompiled model of v28.0.
  • I created a pockets with ‘ bitcoin-cli createwallet “default” “true” “true” “”
    “true” ‘ as a substitute of ‘ bitcoin-cli createwallet electrumpersonalserver true true “” false false true ‘ as a result of the final gave an error “BDB pockets creation is deprecated and might be eliminated in a future launch. On this launch it may be re-enabled briefly with the -deprecatedrpc=create_bdb setting.”

I ran ‘ electrum-personal-server –rescan ~/.eps/electrum-personal-server/config.cfg ‘ this went effectively.

Once I lastly run ‘ electrum-personal-server ~/.eps/electrum-personal-server/config.cfg ‘ I get the error under:

INFO:2024-12-20 09:17:45,652: Beginning Electrum Private Server 0.2.4

INFO:2024-12-20 09:17:45,660: Logging to /tmp/electrumpersonalserver.log

INFO:2024-12-20 09:17:45,809: Displaying first 3 addresses of every grasp public key:

INFO:2024-12-20 09:17:45,809: Acquiring bitcoin addresses to watch . . .

INFO:2024-12-20 09:17:45,811: Importing 0 wallets and 1 watch-only addresses into the Bitcoin node

Traceback (most up-to-date name final):

File “/residence/bitcoin/.eps/electrum-personal-server/electrum-personal-server-eps-v0.2.4/foobar/bin/electrum-personal-server”, line 8, in
sys.exit(fundamental())
^^^^^^

File “/mnt/sda2/electrum-personal-server/electrum-personal-server-eps-v0.2.4/foobar/lib/python3.11/site-packages/electrumpersonalserver/server/frequent.py”, line 481, in fundamental
deterministicwallet.import_addresses(rpc, relevant_spks_addrs,

File “/mnt/sda2/electrum-personal-server/electrum-personal-server-eps-v0.2.4/foobar/lib/python3.11/site-packages/electrumpersonalserver/server/deterministicwallet.py”, line 29, in import_addresses
rpc.name(“importmulti”, [watchonly_addr_param, {“rescan”: False}])

File “/mnt/sda2/electrum-personal-server/electrum-personal-server-eps-v0.2.4/foobar/lib/python3.11/site-packages/electrumpersonalserver/server/jsonrpc.py”, line 122, in name
increase JsonRpcError(response[“error”])

electrumpersonalserver.server.jsonrpc.JsonRpcError: {‘code’: -4, ‘message’: ‘Solely legacy wallets are supported by this command’}

What can I do?

Tags: BitcoinbitcoindcoreEPSinstallingIssuerpi4v28.0
Share76Tweet47

Related Posts

Weekend Crypto Replace: $100k BTC Narrative Nonetheless Alive, Cathie Wooden & Tom Lee Affirm

Weekend Crypto Replace: $100k BTC Narrative Nonetheless Alive, Cathie Wooden & Tom Lee Affirm

by Martin Spielberg
November 30, 2025
0

It’s the weekend once more, and in as we speak’s crypto replace, the broader market stays oversold with the Worry...

Shopping for Bitcoin Will get An Improve As Apple Pay Joins The Crypto Wave

Shopping for Bitcoin Will get An Improve As Apple Pay Joins The Crypto Wave

by Martin Spielberg
November 30, 2025
0

Trusted Editorial content material, reviewed by main business specialists and seasoned editors. Advert Disclosure The pathway to buying Bitcoin and...

Bitcoin Value Stays Above $90K — How Lengthy Can It Maintain On?

Bitcoin Value Stays Above $90K — How Lengthy Can It Maintain On?

by Martin Spielberg
November 29, 2025
0

Over the previous week, the Bitcoin worth had its greatest efficiency for the reason that notorious October 10 downturn, which...

DMND Pool Now Open To All Miners, With SOC 2 Compliance And Stratum V2 Assist

DMND Pool Now Open To All Miners, With SOC 2 Compliance And Stratum V2 Assist

by Martin Spielberg
November 29, 2025
0

DMND, a brand new mining pool constructed round Stratum V2 which started taking candidates for a gentle personal launch earlier...

Steerage for newbie making an attempt to fetch information on Blockchain

Steerage for newbie making an attempt to fetch information on Blockchain

by Martin Spielberg
November 28, 2025
0

I'd actually recognize your skilled's steering on just a little mission I want to get going. The concept could be...

Load More
  • Trending
  • Comments
  • Latest
Alchemy Quietly Buys NFT Launchpad HeyMint – Right here’s Extra data

Alchemy Quietly Buys NFT Launchpad HeyMint – Right here’s Extra data

May 25, 2025
BitHub 77-Bit token airdrop information

BitHub 77-Bit token airdrop information

January 15, 2025
Volatility Shares debuts first 1x XRP futures ETF for US buyers

Volatility Shares debuts first 1x XRP futures ETF for US buyers

May 26, 2025
Texas football’s rivalry matchup with Texas A&M

Texas football’s rivalry matchup with Texas A&M

May 9, 2025
6 Methods Web3 Is Altering On-line Communities

6 Methods Web3 Is Altering On-line Communities

1
Dogecoin (DOGE) Eyes $0.50 Once more: Is a New Rally on the Horizon?

Dogecoin (DOGE) Eyes $0.50 Once more: Is a New Rally on the Horizon?

0
Binance Pool Introduces Merged Mining with Fractal Bitcoin (FB) Rewards

Binance Pool Introduces Merged Mining with Fractal Bitcoin (FB) Rewards

0
Are Retail Buyers Behind The Bitcoin Worth Surge This Bull Run?

Are Retail Buyers Behind The Bitcoin Worth Surge This Bull Run?

0
Weekend Crypto Replace: $100k BTC Narrative Nonetheless Alive, Cathie Wooden & Tom Lee Affirm

Weekend Crypto Replace: $100k BTC Narrative Nonetheless Alive, Cathie Wooden & Tom Lee Affirm

November 30, 2025
Crypto Holders Warned as UK Finances Confirms Platforms Will Observe Features

Crypto Holders Warned as UK Finances Confirms Platforms Will Observe Features

November 30, 2025
UK Launches Tax Crackdown On Resident Crypto Transactions

UK Launches Tax Crackdown On Resident Crypto Transactions

November 30, 2025
Shopping for Bitcoin Will get An Improve As Apple Pay Joins The Crypto Wave

Shopping for Bitcoin Will get An Improve As Apple Pay Joins The Crypto Wave

November 30, 2025

About Us

Welcome to Bitmime.com, your go-to destination for the latest and most reliable news from the world of cryptocurrency, blockchain, and decentralized finance.

Categories

  • Bitcoin
  • Blockchain
  • Crypto Mining
  • Cryptocurrency
  • DeFi
  • Ethereum
  • Metaverse
  • Uncategorized

Recent Posts

  • Weekend Crypto Replace: $100k BTC Narrative Nonetheless Alive, Cathie Wooden & Tom Lee Affirm
  • Crypto Holders Warned as UK Finances Confirms Platforms Will Observe Features
  • UK Launches Tax Crackdown On Resident Crypto Transactions
  • Bitmime – Bitcoin, Ethereum, Crypto News and Market Analysis
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions

© 2024 bitmime.com. All rights reserved.

No Result
View All Result
  • Bitmime – Bitcoin, Ethereum, Crypto News and Market Analysis
  • Cryptocurrency
    • Crypto Mining
  • Bitcoin
  • Ethereum
  • DeFi
  • Blockchain
  • Metaverse

© 2024 bitmime.com. All rights reserved.