Bitcoin Forum
April 24, 2024, 07:49:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 104 »
  Print  
Author Topic: [ANN] $XQN Quotient Financial Network | PoW Scrypt, PoS Blake-256 | UPDATE NOW  (Read 194387 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
CedricQuotient (OP)
Sr. Member
****
Offline Offline

Activity: 270
Merit: 250


View Profile
November 11, 2014, 03:30:22 AM
Last edit: June 28, 2015, 07:31:51 PM by CedricQuotient
 #1



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.

1713944976
Hero Member
*
Offline Offline

Posts: 1713944976

View Profile Personal Message (Offline)

Ignore
1713944976
Reply with quote  #2

1713944976
Report to moderator
1713944976
Hero Member
*
Offline Offline

Posts: 1713944976

View Profile Personal Message (Offline)

Ignore
1713944976
Reply with quote  #2

1713944976
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
KeyserSozeMC
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
November 11, 2014, 03:31:06 AM
 #2

Launch time?

damn it's a ninja. Nicehash, here I come.

Hey, smexy. Don't waste your time. Time's precious.
anticlimax
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
November 11, 2014, 03:36:35 AM
 #3

Where the pool!

twitter @antiiclimax
MissCrypto
Hero Member
*****
Offline Offline

Activity: 945
Merit: 1000



View Profile
November 11, 2014, 03:38:37 AM
 #4


|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ ̡͌l̡ ̴̡ı̴̴̡ ̡l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ |
anticlimax
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
November 11, 2014, 03:39:20 AM
 #5

Ocminer! God save us if you're asleep.

twitter @antiiclimax
HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
November 11, 2014, 03:41:19 AM
 #6

so its PoW scrypt?

vindyne8
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
November 11, 2014, 03:41:38 AM
 #7

so its PoW scrypt?

Yes
KeyserSozeMC
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
November 11, 2014, 03:41:58 AM
 #8

Check your Skype

Hey, smexy. Don't waste your time. Time's precious.
louiseth1
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


Bitfarms.io


View Profile WWW
November 11, 2014, 03:43:48 AM
 #9

compiling

Bitfarms.io - Powering Blockchains with Sustainable Energy
CedricQuotient (OP)
Sr. Member
****
Offline Offline

Activity: 270
Merit: 250


View Profile
November 11, 2014, 03:44:40 AM
 #10

Yes, it is PoW Scrypt, but blake-256 for the PoS....  I just saw @SuchPool followed on Twitter so maybe they'll have a pool up...
minerpools
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


( ͡° ͜ʖ ͡°)


View Profile WWW
November 11, 2014, 03:49:10 AM
 #11

Compiling...

louiseth1
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


Bitfarms.io


View Profile WWW
November 11, 2014, 03:49:55 AM
 #12

We're up! www.suchpool.pw/xqn

Edit: I will be adding a port for rentals/nicehash in a few minutes.

Edit2:
Regular hashrate VARDIFF ranging from 32 to 2048 (Good below 5-8MH/s):
stratum+tcp://stratum1.suchpool.pw:3346
stratum+tcp://stratum2.suchpool.pw:3346

High hashrate VARDIFF port ranging from 512 to 20048 (For a wider range of devices):
stratum+tcp://stratum1.suchpool.pw:13346
stratum+tcp://stratum2.suchpool.pw:13346

VARDIFF ranging from 3500 to 4000:
stratum+tcp://stratum1.suchpool.pw:23346
stratum+tcp://stratum2.suchpool.pw:23346

Happy mining everybody!


Bitfarms.io - Powering Blockchains with Sustainable Energy
KeyserSozeMC
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
November 11, 2014, 03:51:30 AM
 #13

Looks like Empo is sleeping ;p

Hey, smexy. Don't waste your time. Time's precious.
CedricQuotient (OP)
Sr. Member
****
Offline Offline

Activity: 270
Merit: 250


View Profile
November 11, 2014, 03:55:07 AM
 #14

We're up! www.suchpool.pw/xqn

Edit: I will be adding a port for rentals/nicehash in a few minutes.
Added to the OP.  Thanks!
EmpoEX
Sr. Member
****
Offline Offline

Activity: 419
Merit: 264


View Profile
November 11, 2014, 03:57:32 AM
 #15

Looks like Empo is sleeping ;p
EmpoEX never sleeps. EmpoEX-Drone does Smiley

Compiling.
anticlimax
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
November 11, 2014, 03:57:44 AM
 #16

We're up! www.suchpool.pw/xqn

Edit: I will be adding a port for rentals/nicehash in a few minutes.
Waiting.. Smiley

twitter @antiiclimax
louiseth1
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


Bitfarms.io


View Profile WWW
November 11, 2014, 03:58:41 AM
 #17

We're up! www.suchpool.pw/xqn

Edit: I will be adding a port for rentals/nicehash in a few minutes.
Waiting.. Smiley

Check a bit up, I added them in my previous post! For rentals I suggest 13346

Bitfarms.io - Powering Blockchains with Sustainable Energy
minerpools
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


( ͡° ͜ʖ ͡°)


View Profile WWW
November 11, 2014, 04:00:53 AM
 #18

http://xqn.minerpools.com/ UP

EmpoEX
Sr. Member
****
Offline Offline

Activity: 419
Merit: 264


View Profile
November 11, 2014, 04:01:34 AM
 #19

We have opened and launched the XQN VS bitcoin market:


https://twitter.com/EmpoExchange/status/532020166453100545
All the best and happy trading! Wink

Here's code with direct link to XQN vs BTC markets. You can use it to add it in the OP:
Code:
[url=https://empoex.com/trade/XQN-BTC][img width=300]https://i.imgur.com/HTfbFXl.png[/img][/url]

EmpoEX Team

anticlimax
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
November 11, 2014, 04:06:51 AM
 #20


Miners keep getting disconnected.

twitter @antiiclimax
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 104 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!