Coder Social home page Coder Social logo

pts's Introduction

PTS (aka The Currency Formerly Known As Bitshares-PTS)

Originally invented as a means to create a fair initial distribution for the BitShares (BTS) DAC, PTS has matured and is now a currency on its own. The objectives and core values of the new PTS are

  • simplicity - PTS is delegated proof of stake (DPOS). It is a pure implementation of the core DPOS protocol without the application-specific functionality of the many profitable DACs that will be built on top of it. In this way, PTS is the foundation layer of the BitShares ecosystem.

  • openness - PTS is not only open-source, but also open strategy. PTS promotes open development and contribution to the BitShares platform by third party developers and investors. At the same time, PTS is agnostic to the features, technology, and business strategy of any particular DAC that is built on top of it. PTS is the Switzerland of DACs.

  • collaboration - PTS will be built with extensibility and collaboration in mind. In addition to serving as the common core of profitable DACs, PTS will also serve as a launching pad and resource for developers of new DACs. In this way, any contribution to PTS is a contribution to the BitShares ecosystem. The mantra of PTS is: easy-to-use, easy-to-build, and easy-to-fork.

  • stability - PTS is a stable, non-inflationary, and fairly distributed token. PTS is not a business and is not designed with the objective of maximizing profit. As the business environment changes, application-specific DACs will have to evolve to maintain their competitive advantage. PTS may also evolve, but only with a slow and steady hand that serves the interest of PTS holders and these core values.

pts's People

Contributors

vikramrajkumar avatar bytemaster avatar emfrias avatar nathanielhourt avatar bitsha256 avatar dnotestein avatar hackfisher avatar pmconrad avatar yuvarajgogoi avatar grzegorzs avatar nmushegian avatar vogel76 avatar gandalf-the-grey avatar pauleu avatar cgafeng avatar drltc avatar nikakhov avatar xeroc avatar c055 avatar mauritsvdvijgh avatar pch957 avatar sidhujag avatar btscube avatar dbrock avatar montfalcon avatar onetester avatar fjzqhui avatar joxc avatar philsong avatar

Stargazers

Jun Liu avatar NDuma avatar Derron Hu avatar followtheart avatar  avatar Sean R avatar TestZ avatar Spark Master Tape avatar Chris Mountford avatar

Watchers

Boris Wang avatar James Cloos avatar  avatar Harvey avatar  avatar  avatar Spark Master Tape avatar PTSDev avatar

pts's Issues

Base off different branch

This may not matter anymore as you may have already deleted the relevant code, but you should base this off of develop or toolkit branch here: https://github.com/BitShares/bitshares/branches/all

develop is where all new development happens and contains no hardfork or other special case code required for the live chain. bitshares and master branches are for the live network and contain all that special code. toolkit is the most recent ancestor between develop and master, and represents the most stable, clean code we have.

Also, I encourage you to submit any bugfixes or other good changes upstream. Thanks!

Import remaining keyhotee ids

Manually imported 134 keyhotee ids of 5 or more chars from https://github.com/BitShares/bitshares/blob/dda879480d0477143c514253c31a57ff8d1a5ab6/libraries/blockchain/genesis_bts.json using

head -n 1330 genesis_bts.json | tail -n +544|grep -A 2 '"name": *"[^"]{5}'|cut -d" -f 4|grep -vE '^(--|)$' >/tmp/names+keys
end=; while [ -z "$end" ]; do read name || end=1; read key || end=1; echo wallet_add_contact_account $name P${key#B}; echo wallet_account_register $name misc; done </tmp/names+keys

(google+coffee are reserved, wackou+testz already registered)

TODO: Import remaining names

Scanning is very slow

After turning the client off for a while an back on a couple of hours later it quickly loads the missing blocks. But after unlocking the wallet it takes ages to scan the new blocks for relevant txs.
Initial analysis shows that the process is very heavy on IO with lots of sync() calls.

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.