bashir barrage
bashir barrage
`sudo docker stop bitcoind_mainnet` `sudo docker rm bitcoind_mainnet` Then try again
I confirm, as mentioned [here](https://github.com/arcbtc/bowser-bitcoin-hardware-wallet/issues/11#issuecomment-926452922) that after a `git clone ...` of the repository and using uBitcoin library v0.1.2 that the seed words can be successfully restored. Thank you Ben.
Uploading v1 to the ESP32 results in a dead device. I instead uploaded from a 'git clone' of the repository, which worked. V1 needs fixing. Also, even after I 'git...
I confirm that the seed words restore successfully with a git clone of the repository and using v0.1.2 of the uBitcoin library. Great work. Thank you.
I was trying to follow the instructions: [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment)
Hi, It works perfectly without deployment, but I'm trying to follow the instructions to access the monitor from the web. -------- Original message --------From: Matthew Haywood ***@***.***>Date: Sat, Jul 31,...
[Reposting without formatting] 🔑 Read mnemonic successfully ⏳ Connecting to electrum server, this might take a while 🌍 Connected to electrum server successfully 🏃♀️ Searching possible addresses: 0%| | 0/609...
Running `export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib` solves this issue for me. Edit: I had also ran `pkg install python`, I'm not sure if that's essential.
The below works for me: Part I: cd /usr/local/src/monero sudo git checkout . sudo git checkout master sudo git pull sudo git checkout origin/release-v0.12 replace line no. 1096 of src/cryptonote_core/tx_pool.cpp...
Thanks for the tip @bobbieltd , can I get an example of specific commands/instructions? #379 for reference.