Skip to content

Python 3.x Compatibility Updates #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ You can contribute to silme, simple open a pull request

# INSTAL SILME
``` bash
git clone https://github.com/cvsae/silme
git clone https://github.com/Aareon/silme
cd silme
sudo pip install -r silme_req.txt
./configure
sudo pip install -r requirements.txt
sh ./configure.sh

```

# RUN SILME
``` bash
cd silme
./silme-qt
py ./wallet.py
```

# USAGE
Expand All @@ -31,9 +31,9 @@ cd silme

Silme supports rpc commands
``` bash
./silmed start - Start rpc server
./silmed stop - Stop rpc server
./silmed help - Get a list of the available commands
sh ./silmed.sh start - Start rpc server
sh ./silmed.sh stop - Stop rpc server
sh ./silmed.sh help - Get a list of the available commands
```

## MINING
Expand Down
0 configure → configure.sh
100755 → 100644
File renamed without changes.
Loading