-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9467d1e
Showing
344 changed files
with
49,127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
####-*.patch | ||
*.pyc | ||
*.swp | ||
build/ | ||
dist/ | ||
*.egg/ | ||
/electrum.py | ||
contrib/pyinstaller/ | ||
Electrum.egg-info/ | ||
gui/qt/icons_rc.py | ||
locale/ | ||
.devlocaltmp/ | ||
*_trial_temp | ||
packages | ||
env/ | ||
.tox/ | ||
.buildozer/ | ||
bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
sudo: false | ||
language: python | ||
python: | ||
- "2.7" | ||
install: | ||
- pip install tox | ||
script: | ||
- tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ThomasV - Creator and maintainer. | ||
Animazing / Tachikoma - Styled the new GUI. Mac version. | ||
Azelphur - GUI stuff. | ||
Coblee - Alternate coin support and py2app support. | ||
Deafboy - Ubuntu packages. | ||
EagleTM - Bugfixes. | ||
ErebusBat - Mac distribution. | ||
Genjix - Porting pro-mode functionality to lite-gui and worked on server | ||
Slush - Work on the server. Designed the original Stratum spec. | ||
Julian Toash (Tuxavant) - Various fixes to the client. | ||
rdymac - Website and translations. | ||
kyuupichan - Miscellaneous. | ||
NavCoin - Bitcoin to NavCoin Port |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleURLTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleURLName</key> | ||
<string>navcoin</string> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>navcoin</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>LSArchitecturePriority</key> | ||
<array> | ||
<string>x86_64</string> | ||
<string>i386</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
The MIT License (MIT) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
include LICENCE RELEASE-NOTES AUTHORS | ||
include README.rst | ||
include electrum.conf.sample | ||
include electrum.desktop | ||
include *.py | ||
include electrum | ||
recursive-include lib *.py | ||
recursive-include gui *.py | ||
recursive-include plugins *.py | ||
recursive-include packages *.py | ||
recursive-include packages cacert.pem | ||
include app.fil | ||
include icons.qrc | ||
recursive-include icons * | ||
recursive-include scripts * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
Electrum NavCoin - Lightweight NavCoin client | ||
===================================== | ||
|
||
|
||
|
||
On first launch Electrum NavCoin will be unable to connect the electrum servers until it has downloaded the blockchain headers (Currently 42MB). | ||
|
||
NavCoin is a Proof-Of-Stake Coin, currently Electrum NavCoin is unable to spend staked coins. | ||
|
||
|
||
|
||
Prebuilt Windows Executables | ||
=============== | ||
|
||
Portable Windows executable: https://www.navcoin.com/electrum-NAV3.6.0-portable.zip | ||
|
||
Windows Installer: https://www.navcoin.com/electrum-NAV3.6.0-setup.zip | ||
|
||
|
||
|
||
Getting started | ||
=============== | ||
|
||
Electrum is a pure python application. However, if you want to use the | ||
Qt interface, then you need to install the Qt dependencies:: | ||
|
||
sudo apt-get install python-pip python-qt4 | ||
|
||
|
||
If you downloaded the official package (tar.gz), then you can run | ||
Electrum from its root directory, without installing it on your | ||
system. To run Electrum from this directory, just do:: | ||
|
||
./electrum | ||
|
||
If you cloned the git repository, then you need to compile extra files | ||
before you can run Electrum. Read the next section, "Development | ||
Version". | ||
|
||
|
||
|
||
Development version | ||
=================== | ||
|
||
Check out the code from Github:: | ||
|
||
git clone git://github.com/navcoindev/electrum-navcoin.git | ||
cd electrum | ||
|
||
Compile the icons file for Qt:: | ||
|
||
sudo apt-get install pyqt4-dev-tools | ||
pyrcc4 icons.qrc -o gui/icons_rc.py | ||
|
||
Compile the protobuf description file:: | ||
|
||
sudo apt-get install protobuf-compiler | ||
protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto | ||
|
||
Create translations:: | ||
|
||
sudo apt-get install python-pycurl gettext | ||
./contrib/make_locale | ||
|
||
|
||
|
||
Install on Linux systems | ||
======================== | ||
|
||
If you install Electrum on your system, you can run it from any | ||
directory. | ||
|
||
sudo python setup.py install | ||
|
||
|
||
|
||
Creating Binaries | ||
================= | ||
|
||
|
||
In oder to creating binaries, you must create the 'packages' directory:: | ||
|
||
./contrib/make_packages | ||
|
||
|
||
Mac OS X | ||
-------- | ||
|
||
# On port based installs | ||
sudo python setup-release.py py2app | ||
|
||
# On brew installs | ||
ARCHFLAGS="-arch i386 -arch x86_64" sudo python setup-release.py py2app --includes sip | ||
|
||
sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-VERSION-macosx.dmg | ||
|
||
|
||
Windows | ||
------- | ||
|
||
see contrib/build-wine/README | ||
|
||
|
||
Android | ||
------- | ||
|
||
see gui/kivy/Readme.txt |
Oops, something went wrong.