Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit ba68031

Browse files
author
Miyako Jones
committed
Added app icon. Fixed error dialog. Updated minimum SmartCash Node Client version in readme to 1.2.6.
1 parent 05aa33a commit ba68031

File tree

15 files changed

+29
-14
lines changed

15 files changed

+29
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#directories
2+
build
23
dist
34
node_modules
45
rpc-explorer\node_modules

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sweeper application for [SmartCash cryptocurrency](http://smartcash.cc) to allow
1414
* User action logs and system logs
1515

1616
### Base Requirement
17-
* [SmartCash Node Client](https://smartcash.cc/wallets/) for Windows - 1.2.3+ (excluding 1.2.4) ([there is a bootstrap file to shorten sync time](https://smartcash.freshdesk.com/support/solutions/articles/35000027174-using-the-bootstrap-to-speedup-sync-process))
17+
* [SmartCash Node Client](https://smartcash.cc/wallets/) for Windows - 1.2.6+ ([there is a bootstrap file to shorten sync time](https://smartcash.freshdesk.com/support/solutions/articles/35000027174-using-the-bootstrap-to-speedup-sync-process))
1818

1919
### Table of Contents
2020
* [Installation](#installation)
@@ -63,7 +63,6 @@ smartcashPath=C:\Program Files\SmartCash\
6363

6464
Your SmartCash Node Client must be started with the following arguments:
6565
```
66-
-txindex=1 (if SmartCash Node Client is < v1.2.3)
6766
-server
6867
-rpcbind=127.0.0.1
6968
-rpcport=9678
@@ -74,7 +73,6 @@ Your SmartCash Node Client must be started with the following arguments:
7473
If it isn't running, SmartSweeper will attempt to start it for you with the above arguments. You can also [edit your node client's smartcash.conf file](https://smartcash.freshdesk.com/support/solutions/articles/35000038702-smartcash-conf-configuration-file). Please don't do this with your client running.
7574

7675
```
77-
txindex=1 (if SmartCash Node Client is < v1.2.3)
7876
server=1
7977
rpcbind=127.0.0.1
8078
rpcport=9678

images/icons/ico.icns

57.8 KB
Binary file not shown.

images/icons/icon.ico

361 KB
Binary file not shown.

images/icons/icon128x128.png

3.84 KB
Loading

images/icons/icon16x16.png

341 Bytes
Loading

images/icons/icon24x24.png

534 Bytes
Loading

images/icons/icon256x256.png

8.93 KB
Loading

images/icons/icon32x32.png

759 Bytes
Loading

images/icons/icon48x48.png

1.22 KB
Loading

0 commit comments

Comments
 (0)