Bitcoin Forum
May 05, 2024, 09:04:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / $XAI Sapience AIFX - Decentralized AI | 11% PoS | PlumeDB,IBTP on Testnet on: November 19, 2014, 01:19:59 PM









Wallets: Windows QT 64-bit | Mac OSX | Source Code | Android * includes staking capability
Download and read our paper/brief: Sapience AIFX


Exchanges: Bittrex | EmpoEx | Poloniex | Cryptsy
Official Website: http://www.blockchainsingularity.com
Official Forums: http://forums.dfx.io/index.php
Third Party Web Wallet: CoinWallet.co
Block Explorers: Blockchain Singularity | Blocktree.io Explorer + Rich List


02/07/2015 - Sapience Recall Video #3
01/19/2015 - Sapience Recall Video #2
12/16/2014 - Sapience Recall Video #1
11/21/2014 - Sapience Intro Video


02/03/2015 - Sapience Community Giveaway (3,000 $XAI) - giveaway closed
01/30/2015 - CoinWallet.co Added
01/29/2015 - Wiki updates begin, PlumeDB info published
01/27/2015 - Android wallet released to Google Play store
01/06/2015 - Abacus Program claim instructions released
12/10/2014 - Crowd Fund closed - Instructions for investors to join Slack
12/02/2014 - Blog Post - Blockchain AI on the Bitcoin Protocol Will Not Pose an Existential Threat to Humanity
11/29/2014 - Blog Post - The Future of Bitcoin-based Blockchain Technologies: Where We Go from Here
11/27/2014 - Abacus Program announced
11/24/2014 - Blog Post - Bringing the First Peer to Peer Artificial Intelligence to the Blockchain
11/19/2014 - Sapience Crowd Fund Opened


Sapience is a strict Proof of Stake currency, and was distributed according to the percentage that each investor entered towards the crowd fund.

The total number of Sapience coins is 1,123,580, based on the Fibonacci sequence. As a result of burning unsold coins after the crowd fund closed, the total number of coins available effectively dropped to approximately 653,734.
Proof-of-stake interest rate is 11% per year, and coins mature after 112 confirmations.





Special thanks to crz for the amazing rebranding and wallet mockups.  Donations directly to crz may be sent to: AZKSvu5C3WP8awmLG2s1oqVZQdfnEF5Ve3

Donations to the dev are accepted at:
ASQZFe7cq2axmiAFhnfCG6HLn77h4B5b3j
2  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] $XQN Quotient Financial Network | PoW Scrypt, PoS Blake-256 | UPDATE NOW on: November 11, 2014, 03:30:22 AM


Quotient Digital Financial Network

Calculating Profit

Product Roadmap Paper

Roadmap
  • Short Term: QDEX - Standardized price indices published via web end and over coin network
  • Mid Term: QUINN - Quotient Intelligent Neural Network built on the Sapient AIFX Blockchain Singularity
  • Long Term: XQNFX - Algorithmic trading tools in-wallet backed by QUINN, with script editor and script trading

Introduction
Quotient Digital Financial Network is a high interest rate proof-of-stake decentralized crypto currency network.  Our total coins to be mined via proof-of-work mining is taken from the golden ratio, an interesting number that some believe humans naturally seek out.

Quotient offers a 1,618% annual interest rate, with a 618 coin cap on the stake reward per block.  The reward cap encourages breaking unspent outputs into smaller units for a better distribution of coin weight and smoothing the effects of large wallets coming on and off of the network.

Quotient is released with two core purposes:

1. Provide a platform for evaluating the code optimizations we have implemented, particularly as regards maps and iteration.
2. Build features external to the wallet that bridge to the web and promote awareness and interest.

Update Log:
11/10/2014 - Quotient Release and ANN posted
11/11/2014 - Download link and Github source updated to fix send bug
11/11/2014 - Added block explorer link and new pools
11/12/2014 - Updated github and wallet with wallet restart bug fix
11/12/2014 - Updated Exchanges list
11/13/2014 - Updated Exchanges list
11/14/2014 - Updated pool list, mac wallet link
11/14/2014 - Updated Windows QT wallet link 1.6.1.10 (Quant, tabbed consoles)
11/14/2014 - Updated Mac OSX wallet link 1.6.1.10
11/15/2014 - Updated Windows QT Wallet link 1.6.1.11 and Github source (staking fixes)
11/15/2014 - Updated Windows QT Wallet link 1.6.1.12 and Github source (stake propagation fix)
11/15/2014 - Updated Max OSX wallet link 1.6.1.12
11/15/2014 - Updated Windows QT Wallet link 1.6.1.13 (volume chart cleanup)
11/17/2014 - Updated Windows QT Wallet link 1.6.1.14 and Github source (Profit Explorer)
11/18/2014 - Added Product Roadmap Paper link
11/21/2014 - Added website link
11/21/2014 - Added Block explorer link
11/24/2014 - Added IRC channel
12/10/2014 - Added Dice, Faucet and Paper Wallet links
12/18/2014 - Updated paper wallet link
12/30/2014 - Updated Windows QT Wallet link 1.6.1.15 and Github source, QDEX, GUI fixes, hardfork at 74000
12/30/2014 - Updated Windows QT Wallet link 1.6.1.16 and Github source, QDEX relaying fix
12/30/2014 - Added coins-e exchange
1/19/2015 - Updated Windows QT Wallet link 1.6.1.17, Github source - Auto-optimizing block sizes during staking, new icons/gfx
6/28/2015 - 32-bit Windows Wallet QT released

Technical Innovation
As per our first purpose, the Quotient codebase has a number of implemented code optimizations intended to improve the overall performance of the wallet and daemon.  Proof of Stake currencies in general tend to have periods of intense resource usage as there are many points of iteration through the blockchain, transactions, wallet transactions, and other internal objects.  We have made a number of tweaks to the types of data structures used to store this information and the iteration process, to try to achieve less resource usage and speed up the processes.

These changes are relatively straightforward in swapping out some of the "std::map" standard map data structures for Boost unordered_map and flat_map structures, and updating some of the iteration mechanisms to use BOOST_FOREACH macros instead of for loops.  It is nearly impossible to benchmark these kinds of optimizations in a normal environment with any sort of accuracy...and crypto currencies give us the perfect platform to try things and see how they perform in the real world.

Why even bother messing around with data structure optimizations in the coin codebase?  Anyone who has operated a pool or an exchange knows that proof of stake wallets tend to slow down and consume resources as the transaction volume increases.  Its worth a shot to see if going to unordered maps in particular can help pull some of that utilization down.

We have also implemented different hashing algorithms for proof-of-work and proof-of-stake.  For Proof of Work we have the tried and true Scrypt algorithm, and for Proof of Stake we have the Blake 256 algorithm.  Blake-256 is a superfast hashing algorithm that makes a lot of sense for efficient stake mining by individuals, but Blake-256 has not yet achieved widespread use among miners (MiningRigRentals offers Blake-256 for instance, but generally only has a handful of available units to rent).  So as a compromise we went with Scrypt for the PoW mining portion because it is cheap to rent and a lot of enthusiasts have Scrypt mining hardware sitting around.  It is important in our view to use a PoW algorithm that brings in the most miners as miners are what determine the community in a coin.

We moved the RPC console to a console tab, as having to go to the pop-up window is annoying.  We also added a clear command, so you can either type "clear" or press Ctrl-L to clear the console.

Our planned future innovations tie into our 2nd core purpose, which involves extending the P2P protocol and RPC interface to support flowing certain data from the coin network to the web and vice versa.  We will release more information on what this entails in the coming days.  Its a pretty simple and straightforward but extremely useful thing, but we don't want to give away the idea just yet until we are ready.



Quotient Financial Network Stands on its Own
Quotient was designed to stand on its own as an intrinsically valuable coin in its own right, regardless of various future developments.  The high PoS interest rate and design of the coin is such that it provides a nice portfolio addition and complement to other crypto currencies that have stood the test of time over the past year or two.

Specifications
1,618,033 coins (proof-of-work)
1,618% PoS interest rate
618 coin cap on stake reward
61 second block spacing
161 blocks to maturity
Min Coin Age 16 hours
1% Premine (16,180 coins) - so the developers are well fed

Block Reward Schedule

0-500  618
501-1000  309
1001-6000 154
6001-6500 309
6500-6843 618

P2P Ports:  Mainnet: 30994, Testnet: 30993
RPC Port:  Mainnet: 30997, Testnet: 30996

Downloads

Windows 32-bit QT Wallet: https://mega.co.nz/#!0Jcj2SwK!sUmyACQjZj2U4KDddiVNPEtOg5Xr1tub2MSj1jYlPQA

Windows 64-bit QT Wallet:  https://mega.co.nz/#!MIkGQapT!4shLvOPxrdOM-NuvvxFatC5IrtvXc6cg8yll2ag05n0

Mac QT Wallet:  https://mega.co.nz/#!MQURSb7Z!6TNTsUwvKiKhSDebB4ClSC6p4byoURsk4UwX-3uDlNk

Source Code:  https://github.com/CedricProfit/Quotient

Quotient Financial Network Resources
If you are a pool or service operator and are supporting Quotient, send us a PM or contact us through social media and we will add your information.  We do sleep, occasionally, so if the update isn't immediate allow some time for us to awaken.

Website
http://www.quotientcoin.com

Block Explorers
http://block-explorer.coin-miners.info:3006/

http://explorer.quotientcoin.com

Mining Pools
http://www.suchpool.pw/xqn

http://xqn.minerpools.com/

SecurePool.net

https://xqn.suprnova.cc

http://xqn.coin-miners.info

http://xqn.binpool.com/


Exchanges





https://bittrex.com/Market/Index?MarketName=BTC-XQN

https://www.coins-e.com/exchange/XQN_BTC/

Social Media
Twitter - https://twitter.com/QuotientXQN

IRC - Freenode - #quotient

Services

Dice: http://www.luckyalt.com/xqncoin

Faucet: http://www.luckyalt.com/xqnfaucet

Paper Wallet: https://luckyalt.com/paperwallets/?currency=Quotient


News Links
Hardfork at block 74000 - Max stake reward cap going from 618 coins to 16.18 coins.  Note that this does NOT change the overall amount of stake you can earn, but will increase competition on the network.

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!