Giter VIP home page Giter VIP logo

encompass-mercury's Introduction

Encompass-Mercury Server for the Encompass Multi-Coin client

  • Author: Tyler Willis (kefkius)
  • Language: Python

Forked from Electrum Server

Features

  • Arbitrary blockchains can be supported via modules.

  • The server indexes UTXOs by address, in a Patricia tree structure described by Alan Reiner (see the 'ultimate blockchain compression' thread in the Bitcointalk forum)

  • The server requires bitcoind, leveldb and plyvel

  • The server code is open source. Anyone can run a server, removing single points of failure concerns.

  • The server knows which set of Bitcoin addresses belong to the same wallet, which might raise concerns about anonymity. However, it should be possible to write clients capable of using several servers.

Installation

  1. To install and run a server, see INSTALL. For greater detail on the installation process, see HOWTO.md.

  2. To start and stop the server, use the 'encompass-mercury' script

License

Encompass-Mercury is made available under the terms of the GNU Affero General Public License, version 3. See the included LICENSE for more details.

encompass-mercury's People

Contributors

abderraouf-adjal avatar admin-slush avatar bitfoo avatar bjd avatar blinkystitt avatar coblee avatar coinx-ltc avatar colindean avatar digitalhermit avatar doged avatar ecdsa avatar erasmospunk avatar genjix avatar jkozera avatar kefkius avatar luke-jr avatar lvets avatar ovidiusoft avatar parkbyte avatar pooler avatar ramblurr avatar ryanjohns avatar theblazehen avatar wozz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

encompass-mercury's Issues

seems to have an issue handling tx's...

seems to die when an orphan comes up.. (i think 416940 was an orphan)

i have the orphan handling fix for electrum in my coin daemon, so not sure on this end what the problem is..

INFO:electrum:blockchain: 416933 (0.035s)
INFO:electrum:blockchain: 416934 (0.020s)
INFO:electrum:blockchain: 416935 (0.021s)
INFO:electrum:blockchain: 416937 (0.037s)
INFO:electrum:blockchain: 416938 (0.022s)
INFO:electrum:blockchain: 416939 (0.025s)
INFO:electrum:blockchain: 416940 (0.025s)
INFO:electrum:blockchain reorg 416940 355af3e305f058812e1fa15b453994f326eb4197996a735c7bd5492f1da1d4f8 0000000000cbd93b45c3336b63a985a953f498640f20b4117269afaeabc71008
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, *_self.__kwargs)
File "/home/electrum/encompass/src/blockchain_processor.py", line 95, in do_catch_up
self.main_iteration()
File "/home/electrum/encompass/src/blockchain_processor.py", line 824, in main_iteration
self.catch_up()
File "/home/electrum/encompass/src/blockchain_processor.py", line 679, in catch_up
block = self.getfullblock(self.storage.last_hash)
File "/home/electrum/encompass/src/blockchain_processor.py", line 593, in getfullblock
block = self.bitcoind('getblock', [block_hash])
File "/home/electrum/encompass/src/blockchain_processor.py", line 139, in bitcoind
raise BaseException(r['error'])
BaseException: {u'message': u'Block not found', u'code': -5}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.