All Projects → AXErunners → Electrum Axe

AXErunners / Electrum Axe

Licence: mit
lightweight client for AXE network

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Electrum Axe

Space Daemon
The Space Daemon packages together IPFS, Textile Threads/Buckets, and Textile Powergate (Filecoin*) into one easy to install Daemon to make it easy to build peer to peer and privacy focused apps.
Stars: ✭ 151 (-34.63%)
Mutual labels:  blockchain, p2p
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-22.08%)
Mutual labels:  blockchain, p2p
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (-34.63%)
Mutual labels:  blockchain, p2p
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-43.29%)
Mutual labels:  blockchain, p2p
Forest
🌲 Rust Filecoin Node Implementation
Stars: ✭ 225 (-2.6%)
Mutual labels:  blockchain, p2p
Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (-41.99%)
Mutual labels:  blockchain, p2p
Redwood
A highly-configurable, distributed, realtime database that manages a state tree shared among many peers.
Stars: ✭ 218 (-5.63%)
Mutual labels:  blockchain, p2p
Covenantforum
CovenantForum is a simple Decentralized forum powered by CovenantSQL.
Stars: ✭ 102 (-55.84%)
Mutual labels:  blockchain, p2p
Bitcoin Wallet
Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required.
Stars: ✭ 2,672 (+1056.71%)
Mutual labels:  blockchain, p2p
Blockchain
A simple implementation of blockchain in java
Stars: ✭ 201 (-12.99%)
Mutual labels:  blockchain, p2p
Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (-45.45%)
Mutual labels:  blockchain, p2p
Sdk
Write your own dat app!
Stars: ✭ 215 (-6.93%)
Mutual labels:  blockchain, p2p
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-48.92%)
Mutual labels:  blockchain, p2p
Hive
Fast. Scalable. Powerful. The Blockchain for Web 3.0
Stars: ✭ 142 (-38.53%)
Mutual labels:  blockchain, p2p
Catapult Server
Catapult server
Stars: ✭ 111 (-51.95%)
Mutual labels:  blockchain, p2p
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-28.57%)
Mutual labels:  blockchain, p2p
Node Webdollar
WebDollar Protocol - Currency of the Internet
Stars: ✭ 89 (-61.47%)
Mutual labels:  blockchain, p2p
Hyperchain
Official Go implementation of the hyperchain protocol
Stars: ✭ 90 (-61.04%)
Mutual labels:  blockchain, p2p
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+6467.97%)
Mutual labels:  blockchain, p2p
Holochain
The new, performant, and simplified version of Holochain on Rust (sometimes called Holochain RSM for Refactored State Model)
Stars: ✭ 205 (-11.26%)
Mutual labels:  blockchain, p2p

Axe Electrum - Lightweight AXE client

.. image:: electrum_axe/gui/icons/electrum-axe.png :alt: Electrum-AXE logo .. image:: https://travis-ci.com/AXErunners/electrum-axe.svg?branch=master :target: https://travis-ci.com/AXErunners/electrum-axe :alt: Build Status

Getting started

Homebrew

On macOS you can install Axe Electrum using Homebrew <https://brew.sh>_::

brew cask install axe-electrum

PPA

On Ubuntu/Linux Mint you can try to install Axe Electrum with next commands::

sudo add-apt-repository ppa:axerunners/axe-electrum
sudo apt-get update
sudo apt-get install axe-electrum

Source

Axe Electrum is a pure python application. If you want to use the Qt interface, install the Qt dependencies::

sudo apt-get install python3-pyqt5

If you downloaded the official package (tar.gz), you can run Axe Electrum from its root directory without installing it on your system; all the python dependencies are included in the 'packages' directory (except x11-hash).

To install x11-hash dependency in the 'packages' dir run once::

python3 -m pip install -t packages x11-hash

To install precise tested versions of HW libs (trezor, ledeger, etc) run once::

python3 -m pip install -t packages -r contrib/deterministic-build/requirements-hw.txt

To install precise tested version of pyqt5 run once::

python3 -m pip install -t packages -r contrib/deterministic-build/requirements-binaries.txt

To run Axe Electrum from its root directory, just do::

./electrum-axe

You can also install Axe Electrum on your system, by running this command::

sudo apt-get install python3-setuptools
python3 -m pip install .[fast]

This will download and install the Python dependencies used by Axe Electrum instead of using the 'packages' directory. The 'fast' extra contains some optional dependencies that we think are often useful but they are not strictly needed.

If you cloned the git repository, you need to compile extra files before you can run Axe Electrum. Read the next section, "Development Version".

Using Tor proxy

Starting from Axe Electrum release 3.2.3.1 automatic Tor Proxy detection and use on wallet startup is added to Network <docs/tor/tor-proxy-on-startup.md>_ preferences.

To use Tor Proxy on Ubuntu set it up with::

sudo apt-get install tor
sudo service tor start

Other platforms setup is described at docs/tor.md <docs/tor.md>_

Development version

Check out the code from GitHub::

git clone https://github.com/axerunners/electrum-axe.git
cd electrum-axe

Run install (this should install dependencies)::

python3 -m pip install .[fast]

Compile the protobuf description file::

sudo apt-get install protobuf-compiler
protoc --proto_path=electrum_axe --python_out=electrum_axe electrum_axe/paymentrequest.proto

Create translations (optional)::

sudo apt-get install python-requests gettext
./contrib/make_locale
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].