We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't see the possibility to import a wallet using a private key generated with genkeypair.exe
Can anyone suggest how to do it?
The text was updated successfully, but these errors were encountered:
Работа с CLI
@echo off cd /d "%~dp0" karlsend.exe --utxoindex goto start
Ждем синхронизации ноды. Дождитесь синхронизации ноды до момента пока не пойдут следующие сообщения (Accepted block …. ” lines)
Создаем кошелек karlsenwallet.exe create
Открываем третье окно “cmd”, вводим команду (cd “Ваш путь”), далее: karlsenwallet start-daemon
Остановить daemon
Create new wallet using karlsenwallet ==> karlsenwallet.exe create
karlsenwallet.exe sweep /k private-key-in-hex-format # на кошельке должны быть деньги, а то с 0.05 не сработал сначала
Проверяем баланс karlsenwallet balance -v
Переводим на новый кошелек karlsenwallet send -t address -v quantity
Sorry, something went wrong.
Merge pull request #10 from karlsen-network/mainnet_karlsenhashv2
44d8ed6
upstream merge
No branches or pull requests
I don't see the possibility to import a wallet using a private key generated with genkeypair.exe
Can anyone suggest how to do it?
The text was updated successfully, but these errors were encountered: