Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ramito

Pages: [1]
1
Technical Support / How to generate new private key?
« on: January 10, 2018, 06:12:32 am »
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?

2
Русский (Russian) / Добавить ноду в private testnet
« on: January 09, 2018, 03:57:19 pm »
Есть главная нода в приватной testnet. Она же - один witness.

Как мне запустить 2ую ноду в этой же сети? Чтобы 2ая нода нашла 1ую. Потом 1ая - 2ую.  Нужно просто указать "seed=ip:port" первой ноды? и всё?

2ая нода может быть физически на другом сервере и в др. городе/стране.

3
Technical Support / How to add one more withess as a separate node
« on: January 09, 2018, 03:29:37 pm »
In a private testnet if I already have one main witness running as one node, how can I add one more witness as a separate node?

Should I run the 2nd node with the key "-s 0.0.0.0:1234" ? Only? Or is the approach different?

Pages: [1]