Bitcoin Forum
May 21, 2024, 11:12:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 »
  Print  
Author Topic: [ANN] $XQN Quotient Financial Network | PoW Scrypt, PoS Blake-256 | UPDATE NOW  (Read 194392 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.
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
February 04, 2015, 07:04:13 PM
 #1401


Cross-posting as I know this to be of interest to XQN holders:

3,000 Sapience/XAI Give Away!!!

Thank you to the generous community donators & locohammerhead for this initiative!
bumping

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
wickedsick
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250


View Profile
February 05, 2015, 08:41:36 AM
 #1402


Cross-posting as I know this to be of interest to XQN holders:

3,000 Sapience/XAI Give Away!!!

Thank you to the generous community donators & locohammerhead for this initiative!
bumping

strange...only a few want free $XAI  Cheesy
snake.in.the.blanket
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
February 05, 2015, 08:53:05 AM
 #1403

XQN still alive? Why does Cedric only care about XAI  Huh
wickedsick
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250


View Profile
February 05, 2015, 08:54:40 AM
 #1404

XQN still alive? Why does Cedric only care about XAI  Huh

$XAI and $XQN will work hand in hand...
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
February 05, 2015, 09:14:12 PM
 #1405

Posting here cause related to XQN  Cool

Weekly Consolidation Update 2 Containing Communications Direct From XAI Dev:

Previous consolidation (Week 1) : https://bitcointalk.org/index.php?topic=864895.msg10301510#msg10301510


There has been much progression since last week, most notably work towards an update that is due to be released very soon.

The following is a range of information that JoeMoz (XAI developer) has provided in various sources including Slack.


In relation to comments about him listing SharePoint on his LinkedIn profile:

SharePoint just happens to be one thing I am an expert in... and focused on for a couple years because frankly its the highest billable rates :wink:


Age old Opensource / Closedsource dilemma continues:

I mean the tech we are doing is sufficiently advanced that anyone who would try to rip it off right out of the gate would probably wind up pushing broken stuff.
From an open source perspective, it would probably be a valuable contribution to the community at large, like DHT but i remember with XQN, within a few days there were a couple of clone coins with the profit explorer graph feature etc.


Choosing a Name for the Data Layer:

I'm thinking of ditching the treespaces name i came up with, because it generates confusion with the biology stuff when you google it. I think i am going to call the entire data layer PlumeDB, because it is something that can be broken out and marketed for a lot more than just the AI stuff and it is essentially a full blown decentralized database engine running on top of the coin network funneling network communications over the bitcoin p2p protocol.


Where does the name plume come from?

I thought it sounded cool! I was thinking of clouds of data so "databases" are plumes in the cloud.


More notes on fee structure:

The way I am doing fees right now is..it is based on data reservations by kilobyte-hour.  e.g. 0.0001 XAI/kbh when you initialize a new data plume, you put out a request for data reservations based on the estimated size of the database and the lifetime you want. You get responses from volunteer/available slave nodes that are willing to replicate your data index, and you have to pay the total kbh fee to each of the slaves by default  Cool

The actual data itself at a low level is distributed across all nodes via filesystem abstracted into DHT and all nodes participate for public data sets, you don't pay for data reservations, but consumers pay-per-use.

So, I am thinking maybe there should be a small fee for loading public data, as an anti-spam type of measure. The other thing i am thinking is that maybe all Atom data types (opencog atomspaces), should be public, to keep contributing to a large body-of-knowledge, seems maybe pointless to load Atoms that are private...hmm, so who should get the fee for public data loads... maybe the 1st relay node.


How is data loaded onto the Sapience distributed AI network?

You load data either through RPC or the console.

More in-depth infomation related XAI and PlumeDB:

http://wiki.dfx.io/display/XAI/Sapience+AIFX+Home

http://wiki.dfx.io/display/XAI/PlumeDB


Hint on Potential New Look:

I'm doing something cool with it and doing the UI in QML/QT Quick, eventually i want to rewrite the entire wallet using it and ditch the existing hokey interface.  It'll let us get a "responsive" UI on the android/different devices so stuff isn't sitting off the side of the screen etc., and get a wallet that actually looks like a modern app and not something from 1998.


Further development related comments:

Although in the latest sapience source i have moved the leveldb dependency out from being code included in the source to being external dependency so i can use latest google leveldb from github + cross-compile for android easily. Just means an extra step, have to pull and compile leveldb separately and set the include/lib path. I'm trying to get it so i can use 1 .pro file i suppose on linux you could just install the libleveldb-dev package and do it that way, same as libboost-all-dev etc.

I should note that this is a test/beta build... so there's definitely TODO's etc. Under the hood tweaking and stuff that we might want to adjust like by default the low level DHT that is just doing mindless raw data storage will tries to get a penetration of 72 nodes for a given record but i don't know if we even have 72 live nodes on the network, let alone getting them on testnet and there's rebuild scenarios like what if all 8 slave nodes go down, having the network detect that and automatically assign replacements and rebuild trie indexes, etc.

There's really like 4 overlay networks running on top of each other at once... the low level DHT, a mapping & rebuild info DHT, the slave PHT's, and the master/originator the biggest thing we'll have to play around with in testing is seeing what the latency is like i know there will be latency, because it is a p2p database so for some use cases it might not be suitable, for others it might mean just adapting how you work with the data.

The more nodes the better... if we had a couple thousand nodes on the network for instance you can do better load balancing but just in general, basically _everything_ in the entire system is async.

Its just different i guess, from anything i've worked with to date at least :wink:  should enable new scenarios actually a good analogy is using it is more like hitting web services asynchronously, instead of direct database access... but in exchange, you get the redundancy/massive scale-out/decentralization.


Is there anyway for the system to determine what nodes are closest?

Well, there isn't any geolocation /location based proximity right now... but that is something i've been thinking about.


Uniqueness?

As far as i know, this is the only (DHT) implementation that is running over the bitcon p2p protocol, even maidsafe DHT is a parallel/external implementation running over UDP.


Is that useful for anything outside of AI?

There's like a million other things besides AI you can build on top of a decentralized DHT.


Process:

The way i did it is each key in addition to a hash can have 3 attributes, and those get indexed by the slaves in PHTs so that is the value-added service you are getting from the slaves in exchange for the XAI/kilobyte-hour fee. It's key/value storage on the low raw DHT level but with 3 attribute components in the key. So like lets say i want to run a distributed aggregate range query to do a SUM across the data plume where attribute 2 is between A and B... the slaves provide the service of fast lookup to get the subset of infohashes that fall within the criteria, then you use those against DHT2 to get the possible nodes that have each one, that are then looked up against DHT1 to retrieve the individual records/values from the raw key/value store....So with something like a SUM, you slave can pull the subset of infohashes and then chunk them out into groups of say 100 and dole those out as individual compute operations across nodes, and then the results are concentrated and returned to the originator.


DHT1 and DHt2 are just levels within the 4(?) DHTs in PlumeDB?

Layered dht's... yeah, sort of i mean, like for something like a torrent its pretty trivial, so a basic k/v dht works fine but as soon as you want to do anything more involved, you need more metadata etc.so you layer it on top. the raw DHT gives you the redundancy/resilience, etc. and can just focus on getting the values where they need to be


In response to a question on Slaves.

Slaves are responsible for building that multi-rooted PHT the DHT only knows about hash256 + value...there's TODO's i'm probably not going to get to for the release tonight (today), like being able to configure how much of your free space you want to allocate so don't go loading gigantic data sets Tongue




Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
February 05, 2015, 10:30:12 PM
 #1406

only 5 hours left, get your 20xai now!!!

retweet pls  Roll Eyes
https://twitter.com/locohammerhead/status/563442060670541824

Quote
Only 6 hrs left in the 3000 @SapienceAIFX giveaway!  Signup at http://forums.dfx.io/index.php?topic=79.0 to get your 20 XAI!  Current price 34k Satoshi each!

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
rahmad2nd
Legendary
*
Offline Offline

Activity: 2534
Merit: 1009


Leading Crypto Sports Betting & Casino Platform


View Profile
February 06, 2015, 11:07:40 PM
 #1407

XQN dead or not ??

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
myagui
Legendary
*
Offline Offline

Activity: 1154
Merit: 1001



View Profile
February 06, 2015, 11:17:04 PM
 #1408

Wow ... Seriously? Do you not care or follow at all the developments on the closely related Sapience/XAI project? Quotient/XQN features will rely heavily on the framework that is being developed in Sapience/XAI.

I will agree with you that communication from the dev concerning XQN has been lacking (and I will bug him for it), but other than that, you should really catch up on the Sapience/XAI developments as they will provide the fundamental pieces that will push Quotient/XQN forward.

Happy Staking!

Geenstijl
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000



View Profile
February 08, 2015, 11:50:42 AM
 #1409

Wow ... Seriously? Do you not care or follow at all the developments on the closely related Sapience/XAI project? Quotient/XQN features will rely heavily on the framework that is being developed in Sapience/XAI.

I will agree with you that communication from the dev concerning XQN has been lacking (and I will bug him for it), but other than that, you should really catch up on the Sapience/XAI developments as they will provide the fundamental pieces that will push Quotient/XQN forward.

Happy Staking!
XAI succeeds, qiutient will follow. market is always a bit slow to realize
sofu
Legendary
*
Offline Offline

Activity: 1890
Merit: 1085

Degenerate Crypto Gambler


View Profile
February 08, 2015, 01:10:45 PM
 #1410

It's in danger of delisting on bittrex  Sad

Geenstijl
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000



View Profile
February 08, 2015, 01:40:21 PM
 #1411

It's in danger of delisting on bittrex  Sad

only one way to prevent that Wink
ancientcoins
Legendary
*
Offline Offline

Activity: 1568
Merit: 1003


🚀🚀 ATHERO.IO 🚀🚀


View Profile
February 08, 2015, 08:24:48 PM
 #1412

It's in danger of delisting on bittrex  Sad

only one way to prevent that Wink

looks like its not in danger now its only in danger of rising.

  A revolutionary decentralized digital economy 
`Join us:██`Twitter  ◽  Facebook  ◽  Telegram  ◽  Youtube  ◽  Github`
.ATHERO
.Internet 3.0 solution
anticlimax
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
February 08, 2015, 08:44:11 PM
 #1413

It's in danger of delisting on bittrex  Sad

Very easy to create fake volume if need be to feed the gluttonous Bittrex.
Looks like it wasn't necessary this time. Smiley

twitter @antiiclimax
ancientcoins
Legendary
*
Offline Offline

Activity: 1568
Merit: 1003


🚀🚀 ATHERO.IO 🚀🚀


View Profile
February 08, 2015, 10:28:32 PM
 #1414

while xai could reach 0.01 this could reach 100k

  A revolutionary decentralized digital economy 
`Join us:██`Twitter  ◽  Facebook  ◽  Telegram  ◽  Youtube  ◽  Github`
.ATHERO
.Internet 3.0 solution
striker7334 2.0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 300


Unprofessional shitcoin trader since 2011


View Profile
February 08, 2015, 10:39:22 PM
 #1415

Yeah just keep holding it'll rise.

anticlimax
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
February 08, 2015, 10:57:05 PM
 #1416

while xai could reach 0.01 this could reach 100k

There is 2btc resistance to 7000 sat.
Another 0.6btc resistance from 7000-77000sat.

twitter @antiiclimax
Geenstijl
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000



View Profile
February 08, 2015, 11:21:47 PM
 #1417

It's in danger of delisting on bittrex  Sad

Volume already exceeded 1.3btc. No worries, this coin is awaking following the tracks of Sapience.
topcat363
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
February 09, 2015, 12:20:20 AM
 #1418

It's in danger of delisting on bittrex  Sad

Volume already exceeded 1.3btc. No worries, this coin is awaking following the tracks of Sapience.

as XAI rises XQN will naturally rise along with it. Under 10k is a STEAL people

hence the super thin sell side

Oldriga
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Universal Life Church Minister


View Profile
February 09, 2015, 12:30:24 AM
 #1419

Good pump on Bittrex

topcat363
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
February 09, 2015, 01:06:14 AM
 #1420

Good pump on Bittrex


not really a pump...this has traded for 10k before..just a correction back to around 5-10k.

Pages: « 1 ... 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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 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!