thefix
Legendary
Offline
Activity: 1049
Merit: 1001
|
|
May 01, 2015, 02:38:46 AM |
|
Thanks for all this info i will try to understand all of it. Im very exited for the future. Thanks again Once Joe(the developer) crunches the numbers and gets back to us, we should have a much clearer idea of how it will work. more than one way to skin a cat they say. I'm interested to see what Joe determines as well, though whatever he decides on won't discredit other projects operating critera for their masternodes or modified masternodes. I agree this space has plenty of room for competent developers.
|
|
|
|
Cornett
|
|
May 01, 2015, 10:56:46 PM |
|
Any news from Joe? When he had the video machine repaired? I miss his videos
|
|
|
|
danonthehill
|
|
May 02, 2015, 09:38:34 AM |
|
Betamax....he can borrow mine.
|
|
|
|
thefix
Legendary
Offline
Activity: 1049
Merit: 1001
|
|
May 03, 2015, 12:13:59 AM |
|
Betamax....he can borrow mine. Not like we really need video updates anyways, regular updates will do for now.
|
|
|
|
danonthehill
|
|
May 07, 2015, 01:31:14 AM |
|
When will the Xainode drop?
|
|
|
|
Djentriser
Full Member
Offline
Activity: 223
Merit: 100
🌟 æternity🌟 blockchain🌟
|
|
May 07, 2015, 11:32:49 AM |
|
do anyone of you truly understand this software or are you just guessing that it will be cool?
|
|
|
|
DragoStefan
|
|
May 08, 2015, 03:36:24 PM |
|
I really don't want to be rude, Joe, but didn't you said in december that in 3 month the AI will be running it's kinda 5 months and really not something that is even close.
|
|
|
|
amesterdamer
Sr. Member
Offline
Activity: 334
Merit: 251
Designer and CryptoCurrency Enthusiast.
|
|
May 08, 2015, 10:54:40 PM |
|
Joe and his Video Machine
|
|
|
|
armin22
|
|
May 09, 2015, 02:14:37 PM |
|
Are we going to get any updates on this project? :/
|
|
|
|
Izador
Newbie
Offline
Activity: 43
Merit: 0
|
|
May 09, 2015, 10:00:38 PM |
|
Are we going to get any updates on this project? :/
We will in time, I just hope I catch the weak hands selling at the moment
|
|
|
|
CedricQuotient (OP)
|
|
May 10, 2015, 04:33:04 PM |
|
I've had a lot of people asking me about IBTP. We haven't dropped source code yet for our feature set. But, what IBTP is doing conceptually is filtering on pchMessageStart and maintaining a directory. You modify the message loop so that it doesn't just drop peers with a different pchMessageStart, but tags them instead. Then in the message loop you just put a check on the flag in all of the default messages so that it doesn't exchange block inventory etc. with non-native blockchains. That's it, its very simple. Once you do that then its just a matter of adding whatever shared serialized payload classes you want into both node clients and message filtering in the bitcoin message loop in main.cpp. It is very straightforward, and from that simple base you can pretty much build anything you can think of on top of it. No side-channels or proxies or anything required, just out of the box bitcoin peering.
|
|
|
|
Cornett
|
|
May 10, 2015, 10:59:48 PM Last edit: May 10, 2015, 11:14:31 PM by Cornett |
|
I've had a lot of people asking me about IBTP. We haven't dropped source code yet for our feature set. But, what IBTP is doing conceptually is filtering on pchMessageStart and maintaining a directory. You modify the message loop so that it doesn't just drop peers with a different pchMessageStart, but tags them instead. Then in the message loop you just put a check on the flag in all of the default messages so that it doesn't exchange block inventory etc. with non-native blockchains. That's it, its very simple. Once you do that then its just a matter of adding whatever shared serialized payload classes you want into both node clients and message filtering in the bitcoin message loop in main.cpp. It is very straightforward, and from that simple base you can pretty much build anything you can think of on top of it. No side-channels or proxies or anything required, just out of the box bitcoin peering.
We believe in you and your team, Joe. So many work is done and more ambitious work is going ahead. XAI is unique and powerful project, it's the treasure of altcoinworld in our days. I think that Q2-Q3 2015 will be very productive and this technology will be found by many serious investors. It's on the building stage P.S. If to speak about xai price - all to 200ksat is ridiculously cheap, and all below 50-100ksat is a pure bargain. Looking to longterm because i like strong projects with a great perspective and clear vision.
|
|
|
|
victorteoh
Sr. Member
Offline
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
|
|
May 11, 2015, 09:56:40 AM |
|
Hey cedric, how's everything going on? Any updates soon on the xai?
|
|
|
|
Izador
Newbie
Offline
Activity: 43
Merit: 0
|
|
May 11, 2015, 12:39:58 PM Last edit: May 11, 2015, 12:55:20 PM by Izador |
|
I've had a lot of people asking me about IBTP. We haven't dropped source code yet for our feature set. But, what IBTP is doing conceptually is filtering on pchMessageStart and maintaining a directory. You modify the message loop so that it doesn't just drop peers with a different pchMessageStart, but tags them instead. Then in the message loop you just put a check on the flag in all of the default messages so that it doesn't exchange block inventory etc. with non-native blockchains. That's it, its very simple. Once you do that then its just a matter of adding whatever shared serialized payload classes you want into both node clients and message filtering in the bitcoin message loop in main.cpp. It is very straightforward, and from that simple base you can pretty much build anything you can think of on top of it. No side-channels or proxies or anything required, just out of the box bitcoin peering.
We believe in you and your team, Joe. So many work is done and more ambitious work is going ahead. XAI is unique and powerful project, it's the treasure of altcoinworld in our days. I think that Q2-Q3 2015 will be very productive and this technology will be found by many serious investors. It's on the building stage P.S. If to speak about xai price - all to 200ksat is ridiculously cheap, and all below 50-100ksat is a pure bargain. Looking to longterm because i like strong projects with a great perspective and clear vision. You should see the stack of buy orders + low resistance, wouldn't be surprised if this launches within the next month (depending on updates)
|
|
|
|
digitalgrow
|
|
May 11, 2015, 02:52:33 PM |
|
I've had a lot of people asking me about IBTP. We haven't dropped source code yet for our feature set. But, what IBTP is doing conceptually is filtering on pchMessageStart and maintaining a directory. You modify the message loop so that it doesn't just drop peers with a different pchMessageStart, but tags them instead. Then in the message loop you just put a check on the flag in all of the default messages so that it doesn't exchange block inventory etc. with non-native blockchains. That's it, its very simple. Once you do that then its just a matter of adding whatever shared serialized payload classes you want into both node clients and message filtering in the bitcoin message loop in main.cpp. It is very straightforward, and from that simple base you can pretty much build anything you can think of on top of it. No side-channels or proxies or anything required, just out of the box bitcoin peering.
We believe in you and your team, Joe. So many work is done and more ambitious work is going ahead. XAI is unique and powerful project, it's the treasure of altcoinworld in our days. I think that Q2-Q3 2015 will be very productive and this technology will be found by many serious investors. It's on the building stage P.S. If to speak about xai price - all to 200ksat is ridiculously cheap, and all below 50-100ksat is a pure bargain. Looking to longterm because i like strong projects with a great perspective and clear vision. You should see the stack of buy orders + low resistance, wouldn't be surprised if this launches within the next month (depending on updates) Yep, looks like whales have got their fill at around 35k and now the buy walls have come in to start raising the price slowly, will be keeping an eye on this
|
|
|
|
Alty
|
|
May 17, 2015, 09:47:31 AM |
|
Thought I'd be the first to post here in almost a week.
How's this undiscovered diamond of a coin doing thesedays?
|
|
|
|
thefix
Legendary
Offline
Activity: 1049
Merit: 1001
|
|
May 17, 2015, 11:13:08 AM |
|
Thought I'd be the first to post here in almost a week.
How's this undiscovered diamond of a coin doing thesedays?
Diamonds take time, even in crypto
|
|
|
|
Cornett
|
|
May 17, 2015, 12:44:10 PM |
|
Very intriguing time ...
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 17, 2015, 01:23:50 PM |
|
Very intriguing time ...
yes this waiting time is annoying, i guess patience is the key. it needs to be considered that even joe (dev) needs to earn money for living.
|
|
|
|
ELikesCrypto
Newbie
Offline
Activity: 37
Merit: 0
|
|
May 20, 2015, 07:57:39 AM |
|
There's a lot of great tech coming for this coin, the AI Core is just the beginning really... it is a lot of work but will be worth it in the end. I'm working to get a series of things out the door, life stuff comes up and hence some delays, but that doesn't change what's coming. I'm also trying to position things so that I can continue working full time on this past April for the foreseeable future, which would be ideal so we can keep cranking stuff out. ... So we have AI Core coming that I've been talking about, and then we have a strategy to open up and capture a new market that I think only I/we have the actual capability to achieve in rapid fashion. The AI Core stuff is hard/complicated, all the other stuff is relatively easy for me to bang out. So we'll get through the AI core traffic jam and then step on the accelerator again. TBH the hold up on the AI Core drop has not been tech or coding related, but just life related, shit happens that ties up my time, and then we continue on. .... Thank you for your patience edit: And this stuff is coming soon.... It's not going to be like NautilusCoin with the POS fork that was coming for months and months and months and months To put this into perspective, I built this entire platform in less than 3 months. Compared to any enterprise project of similar scale and scope, that is an insane pace. But in the crypto world, of course, we know that the space-time continuum is....compressed I'm quite disappointed in this dev actually. It all looked promising a couple of months back, but the dev is not living up to the expectations he set himself. I understand that he might have bitten off more than he could chew (happens to the best of us), but at least don't leave us hanging out there, spend 5 minutes per week on a quick update or something. I'd say you owe that to the people who invested in your idea. I'll be patient for a bit longer, but as soon as something better comes a long i am out of here...
|
|
|
|
|