Git Product home page Git Product logo

Comments (3)

vimichan avatar vimichan commented on May 31, 2024

Mining bat from 1.7.5 and previous doesn't work.
I get : Unknown command: logger %loc %msg

Opening wallet from 1.7.5 fails on invalid password, but create new wallet works, and from that, start_mining works and starts mining in daemon ok. But old wallet can't be opened.

I got the same question that opening wallet fails on invalid password. Please tell me how to solve it.

from blur.

 avatar commented on May 31, 2024

For the errors when running blurd.exe with startup flags on Windows:
If you are seeking to run the daemon with start-up flags (i.e. --start-mining or similar) the argument for the flag must be passed with an = sign instead of a space. Such that, what would have previously been written --log-level 3 must now be written --log-level=3. Similarly, to start mining to an address in daemon, the following is an example of the correct syntax:

Using cmd.exe: blurd.exe --start-mining=<address> --mining-threads=<# of threads>

Fill the bracketed areas with your subjective values, omitting the brackets.

Using powershell: .\blurd.exe --start-mining=<address> --mining-threads=<# of threads>

For the wallet password issue
You'll need to restore your wallet from the 25-word mnemonic seed, due to a change in the way passwords are handled.

The following is from a user "kyriores" on our bitcointalk.org thread:

In case you didn't write down your 25-word mnemonic, here's how to get it back and restore the wallet under the new version:

  • Open the blur-wallet-cli.exe of an older version
  • Sign in to your wallet
  • Type encrypted_seed and hit enter
  • Enter your password again and hit enter
  • Hit enter twice (unless you have an optional seed encryption passphrase)
  • Copy the 25 words
  • Go to the folder where you saved the files of the newest version (v0.1.7.6)
  • Type powershell in the address bar of that folder and hit enter
  • Type .\blur-wallet-cli.exe --restore-deterministic and hit enter
  • Create a wallet file and paste the 25 word mnemonic when prompted (it asks you to paste it line by line)
  • You should have the new wallet files in the folder

from blur.

 avatar commented on May 31, 2024

Closing due to less requests for help regarding the wallet password issues. Will reopen if that changes

from blur.

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.