Bitcoin Forum
May 25, 2024, 03:28:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 [248] 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 ... 310 »
  Print  
Author Topic: [ANN] SuperNET NXT asset 12071612744977229797, SUPERNET KMD assetchain in summer  (Read 736725 times)
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 24, 2015, 01:43:09 AM
 #4941

This is a text based GUI for InstantDEX API that we will use for testing:

https://i.imgur.com/rdbR52W.jpg

https://i.imgur.com/NkjOZ5N.png

nothing fancy, but will allow for realtime order entry and trading. So we are going full speed ahead with the InstantDEX testing and hope to have the low level rock solid for when the graphical user interface is ready

James


nice, everything is starting to fall in place now Smiley)

not long until a nice looking gui is on the way i guess? if possible maybe something like https://beta.bittrex.com/ ; it is down right now, but looks really good and alot of extra information!
it would require someone that knows code to verify, but it was very small changes to reactivate InstantDEX as it has been 90% complete since summer.
just so many things happening...

anyway i am the turtle. zoom zoom

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 25, 2015, 05:40:59 AM
 #4942

finally got the order matching to pass all the checks and do an order. it is quite a few checks that need to be passed
also have multiple orderbooks autocreated so soon we can get a combined orderbook from many sources

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
ctenc001
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000


View Profile WWW
February 25, 2015, 12:31:32 PM
 #4943

For anyone who's missed it:

Win free SuperNET by performing social actions (Tweet, follow, etc.)
http://promoplugs.com/Campaign.aspx?CID=139
3 Days left to Enter!
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 25, 2015, 08:37:35 PM
 #4944

Here is debug Tui by cryptosleuth:


http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 25, 2015, 09:09:59 PM
 #4945

still waiting for GUI release, but the Tui is used for testing and is fully connected to the InstantDEX API

I got the ordermatching working, along with order expiration, so it is theoretically functional now. Of course it needs to be tested first

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 26, 2015, 04:58:55 AM
 #4946

Added merging external orderbooks in, so you can see the prices on poloniex, bittrex, cryptsy, NXT AE in the same orderbook

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 26, 2015, 08:37:57 AM
 #4947

almost have hybrid books, actually it is coded, but it raised some secondary issues that need to be sorted

also need to extend the trade negotiation sequence and to allow for handling them in parallel.

At that point, it will also close the one attack vector that the block generator could do and InstantDEX core will be in maintenance mode for me along with ramchains and realtime MGW. Barring lots of bugs being found, I think I will be able to start finalizing Tradebots core next week.

I am also in parallel with all this revamping the low level networking to add defenses against various attacks. This is using tech from Jinn Labs, and after this SuperNET will have arguable the most secure and private network that everyone can use.

Then the final pieces of the SuperNET core, Teleport and Telpathy, can finally be activated. I did say it would take me about 6 months and having to do ramchains pushed the timing back a month, but overall I think the progress is not so bad.

I am seeing a lot of positive feedback from the v1 GUI, keep in mind I am just talking about the SuperNET core which is now around 75 API calls.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
crackfoo
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
February 26, 2015, 01:03:15 PM
 #4948

great news and progress report.

Thanks!

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
Kevinrasf
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
February 26, 2015, 06:47:16 PM
 #4949

great news and progress report.

Thanks!
Yes indeed, much appreciated.

www.heathenmead.com voor Honingwijnen en meer. betaal met Bitcoin.
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 26, 2015, 11:16:14 PM
 #4950

A bug was found!

I limited the length of allowed strings to the size of a pointer (8 bytes), instead of the 10 bytes that was needed. But I have a feeling there are some more bugs to be found...

I seem to be making the new functions faster than they can be tested. Need to get some "breakfast" and onto the final InstantDEX loose ends

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 26, 2015, 11:28:03 PM
 #4951

I think it makes sense to move direct to Tradebots ordermatching support. no sense to get another interim method working, where there is already the fill or kill order matching working

it is a bit surprising how much cascade effect allowing for partial fills creates...

to properly solve it requires a far more sophisticated approach than event driven fill or kill

dont worry if no progress report for a while, this will be a bit more than usual coding

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
ontopicplease
Hero Member
*****
Offline Offline

Activity: 778
Merit: 1000


View Profile
February 27, 2015, 11:18:01 AM
 #4952

Anyone an idea here how long we have to wait before we can withdraw Supernet from bter. Or is this all a big joke and don't we ever see any coins back?
stereotype
Legendary
*
Offline Offline

Activity: 1554
Merit: 1000



View Profile
February 27, 2015, 11:35:04 AM
 #4953

Anyone an idea here how long we have to wait before we can withdraw Supernet from bter. Or is this all a big joke and don't we ever see any coins back?
All the indications are that coins will be returned (not really sure about BTC, though), but they seem to be taking each coin or block of coins in turn, without indicating whos turn it is in the cue.
For now, its twiddle thumbs time, and hope for the best.  
PPan
Full Member
***
Offline Offline

Activity: 183
Merit: 100



View Profile
February 27, 2015, 07:18:22 PM
 #4954

Repost from SuperNET forum:

Tried to test the new SupernetV1.1 beta.
In the basic console I got "Error getting deposit address" errors (BTCD, Bitstar, Opal, Vericoin, VpnCoin).
Any ideas?

⚫️⚫️⚫️ BlockPool.io  |        • Resources   • Website   • Slack
⚫️⚫️⚫️ BlockPool.io  |   Real World B2B Blockchain solutions  |   Join the TEC - May 1st - Jun 30th
⚫️⚫️⚫️ BlockPool.io  |                                                                 • Twitter   • Blog   • Facebook
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 27, 2015, 08:30:57 PM
 #4955

Anyone an idea here how long we have to wait before we can withdraw Supernet from bter. Or is this all a big joke and don't we ever see any coins back?
All the indications are that coins will be returned (not really sure about BTC, though), but they seem to be taking each coin or block of coins in turn, without indicating whos turn it is in the cue.
For now, its twiddle thumbs time, and hope for the best.  
I expect next week NXT will be opened for withdraw and hopefully all the assets at the same time

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 27, 2015, 08:32:35 PM
 #4956

Repost from SuperNET forum:

Tried to test the new SupernetV1.1 beta.
In the basic console I got "Error getting deposit address" errors (BTCD, Bitstar, Opal, Vericoin, VpnCoin).
Any ideas?
It seems like some sort of network error, but this is strange. I have asked for help to troubleshoot this as it is in the GUI code

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
VanBreuk
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250



View Profile
February 27, 2015, 08:37:18 PM
 #4957

Repost from SuperNET forum:

Tried to test the new SupernetV1.1 beta.
In the basic console I got "Error getting deposit address" errors (BTCD, Bitstar, Opal, Vericoin, VpnCoin).
Any ideas?

I just opened SuperNET wallet with a new account and got all the deposit addresses in less than a minute, so the service is working well. Have you tried to log in again? It's probably a simple case of bad timing, since occasionally during this early beta stage one server may be down for a little bit (although my stats give 95%+ uptime for the service) and generating the multisig deposit addresses requires all nodes to be active.

So please try again, you should get your deposit addresses without problem. Right now the only acknowledged issue with the service is that VPN requires a patch from the coin developer for VPN SuperNET withdraws to work - other than that, all is working pretty good.
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 28, 2015, 03:04:43 AM
 #4958

The long winter is coming to an end.

I will be announcing an upcoming NXTventure dividend soon

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
pvnamk19
Full Member
***
Offline Offline

Activity: 178
Merit: 100


View Profile
February 28, 2015, 08:13:45 AM
 #4959

Sorry for a newbie question about assets withdrawals:
I downloaded a Nxt client from nxt.org and announced my public key through http://jnxt.org/key/, so now I can withdraw UNITY and all related dividents of SuperNET from BTER to my NXT address?
Thanks!
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 28, 2015, 08:24:02 AM
 #4960

Sorry for a newbie question about assets withdrawals:
I downloaded a Nxt client from nxt.org and announced my public key through http://jnxt.org/key/, so now I can withdraw UNITY and all related dividents of SuperNET from BTER to my NXT address?
Thanks!
you should be able to

just do one at a time to make sure you are able to properly access your account

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Pages: « 1 ... 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 [248] 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 ... 310 »
  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!