massnetorg / MassNet-miner

MassNet-miner is a Golang implementation of MassNet full-node miner.
MIT License
42 stars 19 forks source link

import chia-miner-keystore.json #10

Open jeanfrodrigues opened 3 years ago

jeanfrodrigues commented 3 years ago

can't type any text when we try import mnmonic on terminal Capturar

gumush commented 3 years ago

You can paste the data come from chia.exe keys show --show-mnemonic-seed , looks like it a hidden field :) After than it says "key imported: xxxx xxxx xxxx"

Ciuffospecial commented 3 years ago

Hi everyone, I have the same issue.

You said to "You can paste the data come from chia.exe keys show --show-mnemonic-seed "

But the problem is just that I cannot write and/or copy any character. I just write or press ctrl+v and but powershell line remains empty and if I press enter the powershell returns the error about failing to enter chia keys as if no key has been entered

Many thanks to who will help

gumush commented 3 years ago

i’m using in windows terminal, after copying my mnemonics than i click with the left mouse button to : in input area after than i clicked right mouse button that paste your string in to this area but it did not shown. After click enter it returned “ key imported: “

aarcro commented 3 years ago

Works as expected, echo is off, this is typical for password entry. It just doesn't show as you type.