Metadata-Version: 2.1
Name: leer
Version: 0.2.2
Summary: Leer cryptocurrency (alpha testing)
Home-page: https://github.com/WTRMQDev/leer
Author: Evil Morty, Crez Khansick, Sark Czenchi
Author-email: TetsuwanAtomu@tuta.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: lnoise
Requires-Dist: secp256k1-zkp (>=0.14.3)
Requires-Dist: lmdb
Requires-Dist: aiohttp
Requires-Dist: jsonrpcserver (==3.5.6)
Requires-Dist: aiohttp-remotes
Requires-Dist: leer-vm (>=1.1)
Requires-Dist: progpow (>=0.3)

leer
=====

Experimental cryptocurrency written in python; implements LubbaDubDub technology to conceal transacted volume.

**Leer is in beta-testing phase. Coins on testnet will NOT have any value and will NOT be transferred to mainnet.**

## Requirements
Currently works only on linux.

* Python 3.5+
* pip
* g++, cffi, build-essential for `lmdb` package

## Installation
`pip3 install leer`

## Run node
Download [config.json](https://github.com/WTRMQDev/leer/blob/master/scripts/example_config.json) and adjust config (file extension doesn't matter). It is necessary to insert login and password in double quotes into config.

Run node: open terminal and run `python3 -m leer path/to/config`

After start web interface will be available on configured rpc port (open in browser address `host:port`, for default config it is `127.0.0.1:9238`).

## Run testnet miner
Download [miner script](https://github.com/WTRMQDev/leer/blob/master/scripts/miner.py), adjust config (host and port) and run.


