Skip to content

Commit

Permalink
Merge pull request #439 from cybercongress/0.1.5_docs_cleanup
Browse files Browse the repository at this point in the history
0.1.5 docs cleanup
  • Loading branch information
cyborgshead authored Dec 20, 2019
2 parents 6f9f27b + 18323a3 commit a1b7865
Show file tree
Hide file tree
Showing 16 changed files with 557 additions and 845 deletions.
5 changes: 5 additions & 0 deletions docs/cyberd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Whitepaper

Whitepaper is published in [ipfs network](https://ipfs.io/ipfs/QmceNpj6HfS81PcCaQXrFMQf7LR5FTLkdG9sbSRNy3UXoZ).

If you will find inconsistencies, errors or typos you can pull request improvements into the [source repo](https://github.com/cybercongress/cyber).
10 changes: 5 additions & 5 deletions docs/cyberd_Ledger_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ How to get started. First of all you'll need couple things to be done:

+ [Setup](https://support.ledger.com/hc/en-us/articles/360000613793-Set-up-as-new-device) your Ledger device and [install Cosmos app onto it](https://github.com/cosmos/ledger-cosmos/blob/master/README.md#installing) (latest firmware for Ledger and Cosmos app v1.5.3 required)

It is necessary to verify that cyberd is build with netgo and ledger tags. To check that we can run `cyberdcli version --long` (*But that command is currently not working well*).
It is necessary to verify that cyberd is build with netgo and ledger tags. To check that we can run `cyberdcli version --long`.

## Add your Ledger key

Expand All @@ -24,7 +24,7 @@ When you make sure that your Ledger device is successfully interacting with your
For actual account creation run:

``` js
docker exec -ti cyberd cyberdcli keys add <your_key_name> --ledger
docker exec -ti euler-5 cyberdcli keys add <your_key_name> --ledger
```

After submitting this command Ledger device should show generated address and will wait for confirmation. Hit confirm button and in the console you'll see following output:
Expand All @@ -42,7 +42,7 @@ After submitting this command Ledger device should show generated address and wi
By default, using `...keys add` command account 0 and index 0 of [bip44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) derivation path is used, so in order to add more than one key account and/or index must be specified separately in the following way:

``` js
docker exec -ti cyberd cyberdcli keys add <your_key2_name> --ledger --account 1 --index 1
docker exec -ti euler-5 cyberdcli keys add <your_key2_name> --ledger --account 1 --index 1
```

You don't need to remember which numbers for account and index you used, it will be matched to <your_key_name> automatically.
Expand All @@ -52,7 +52,7 @@ You don't need to remember which numbers for account and index you used, it will
To make sure you have everything added correctly just run:

``` js
docker exec cyberd cyberdcli keys show <key_name> -d
docker exec euler-5 cyberdcli keys show <key_name> -d
```

Now it's necessary to confirm that key on Ledger matches one shown in console.
Expand All @@ -62,7 +62,7 @@ Now it's necessary to confirm that key on Ledger matches one shown in console.
You now ready to sign and send transaktions. That could be done using `tx send` command. Ledger device should be connected and unlocked at this step. Run the following to send some cyb's to someone:

``` js
docker exec -ti cyberd cyberdcli tx send <from_key_name> <destination_address> <ammount>cyb --chain-id <current_chain_id>
docker exec -ti euler-5 cyberdcli tx send <from_key_name> <destination_address> <ammount>cyb --chain-id <current_chain_id>
```

`<from_key_name>` is your ledger key name, `<destination_address>` is address of recipient in format `cyber1wq7p5qfygxr37vqqufhj5fzwlg55zmm4w0p8sw`.
Expand Down
68 changes: 0 additions & 68 deletions docs/economic_of_cyberd.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/get_CYB.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

## How to get CYB?
# How to get CYB

Not until we setup `CYB` faucet you can get cyb just asking cyberadmin for that in our [devChat](https://t.me/fuckgoogle)
Cyberd is not in the mainnet yet, so there's no straight way to get CYB now. Nevertheless you could participate in the [Game of Links](https://cybercongress.ai/game-of-links/) during `euler-5` to gain some CYB right in the Genesis.

This method is actual only in `Euler-4` testnet.
Also go ahead and [run validator](https://github.com/cybercongress/cyberd/blob/master/docs/run_validator.md) to get more reward.
64 changes: 0 additions & 64 deletions docs/governance.md

This file was deleted.

14 changes: 8 additions & 6 deletions docs/help/problem_to_install_drivers.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
In an installation from 0 we can find an error that forces us to restart and modify some parts
# Possible issue during drivers install

In an installation from 0 we can find an error that forces us to restart and modify some parts
in [BIOS](https://en.wikipedia.org/wiki/BIOS), I put the necessary steps here.

> In this case the motherboard is an [Asus Z-97A](https://www.asus.com/Motherboards/Z97A/),
> In this case the motherboard is an [Asus Z-97A](https://www.asus.com/Motherboards/Z97A/),
but will be similar in others motherboards.

## Steps to follow:
## Steps to follow

1. Go to BIOS by pressing the key for it (usually `F10` or `DEL`)

2. Go to Advanced Mode (`F7`)

3. Go to `Secure Boot`
3. Go to `Secure Boot`

4. In `OS Type` change `Windows UEFI mode` to `Other OS`
4. In `OS Type` change `Windows UEFI mode` to `Other OS`

5. Save and restart

![mod_BIOS](./img/cyberdModBIOS2.gif)
![mod_BIOS](../img/cyberdModBIOS2.gif)
47 changes: 0 additions & 47 deletions docs/launch_network.md

This file was deleted.

Loading

0 comments on commit a1b7865

Please sign in to comment.