Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Use OurSQL to create new blockchain mapped to a MySQL DB or to join to existent

### Cryptocurrency

OurSQL supports cryptocurrency too. It is a "side effect" of a blockchain used to replicate data. When blocks are created, some wallet receives coins. It is possible to send conins to any other wallet as it works in bitcoin or similar cryptocurrencies.
OurSQL supports cryptocurrency too. It is a "side effect" of a blockchain used to replicate data. When blocks are created, some wallet receives coins. It is possible to send coins to any other wallet as it works in bitcoin or similar cryptocurrencies.

Additionally, it is possible to define "paid" SQL transactions in a [consensus](docs/Consensus.md) rules. To protect some data from unlimited modifications.

Expand Down Expand Up @@ -112,7 +112,7 @@ go build

It is ready. Now you can run the OurSQL server. You must have MySQL server running.

You can exacute now
Now you can execute

```
./node
Expand Down Expand Up @@ -169,4 +169,4 @@ Email: oursql.project@gmail.com

## License

GNU3
GNU3