Author Topic: How to generate new private key?  (Read 1858 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
use uptick (python3)

$ pip3 install uptick
$ uptick randowif
+-----------------------------------------------------+-------------------------------------------------------+
|                         wif                         |                         pubkey                        |
+-----------------------------------------------------+-------------------------------------------------------+
| 5KDqbU7ejd4GNPGXLESK8f5xdqidiZLEzimA5NNg9JaLfHnTuQS | BTS74HZ79sxm2JpQcuCKtM59cWGVVyFqTeX4dc4PgE2FboV3ZdgFn |
+-----------------------------------------------------+-------------------------------------------------------+

Offline ramito

  • Newbie
  • *
  • Posts: 3
    • View Profile
Quote
2) Generate a new private key
Several tools exist to do so:

- one is located near the bitshares executable (if you compiled yourself) in
  "programs/utils/" and is called bts_create_key

- In the bitshares-pytools repository (github.com/xeroc/) there is a tool called
  genbtskey.py (in tools) that generates a new privkeypubkey

- you can also use bitshares-js as shown at https://github.com/xeroc/jshares/blob/master/generateRandomKeysAddresses.html
 

1) "programs/utils/bts_create_key -- doesn't exist.
 
moreover, the "cmake ." run in a any sub directory of "programs/utils"  throws an exception

Code: [Select]
CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.10)


2) genbtskey.py at github.com/xeroc/ -- doesn't exist

3) the link is dead

how to generate  new private key?
« Last Edit: January 10, 2018, 06:14:04 am by ramito »