Bitcoin Forum
June 27, 2024, 07:54:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 315 »
1341  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy/Ramchains/SuperNET Core on: April 14, 2015, 10:05:14 PM
If I would have like 2k coins, how much BTCD could I stake per week or month? And do I need to split into smaller amounts to get the maximum stake rewards? The current PoS reward is still 5% right? Those additional Supernet revenues are not active yet ?

Questions questions ..  Grin
yes 5% per year so 2000 * 0.05 / 52 -> about 2 per week
if your connection is good, more stakes wont matter. the issue is on a bad connection you could easily lose out to another node the time you were all set to stake.

SuperNET revenues are not active yet, but InstantDEX should be the first one to start making revenues

James
1342  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy/Ramchains/SuperNET Core on: April 14, 2015, 05:33:13 PM
Gotcha, sounds fantastic. So this would make it fairly easy for people to write their own tradebots that interface with the network/blockchain via the supernet api? Will instantdex be able to handle the high frequency trading that happen on conventional exchanges? I assume this system somehow accommodates a lot of this off the blockchain? If this is as powerful as it sounds, I'm a bit surprised more people haven't been talking about this. No offense to the legitimate exchanges out there, and I'm sorry so see their efforts being made obsolete, but people need a secure solution and this is the most elegant solution I've seen so far.

it is localhost HTML
the server runs on your computer (and also on everyone elses computer)

people dont seem to want to submit commands using text JSON API requests, so we are making GUI's that do this and present the info in a visual way

(HTML in browser) <-> [127.0.0.1 localhost interface] <-> { SuperNET API codebase } <-> networks, blockchains, internet, etc

The above is a simplified "diagram"

The HTML in the browser is essentially just an easy to use way to issue API calls, which are what implements all the decentralized logic, along with interfacing to all the coin's blockchains, etc.

James

P.S. and yes anybody with sufficient knowledge can make GUI
I will be making a lot of Tradebots libraries and reference bots so yes, it will be easy to make bots, but I want to push InstantDEX as far as I can as far as making it a useful trading platform.

The high frequency trading will be limited by the trade clearing speed of the blockchains, so the central exchanges will still have a speed advantage.

however for most people who are trading, this speed difference wont be so meaningful as the trades are matched and locked in seconds. At the high level, it means that you are limited to trading your entire inventory at the rate of the blockchains, which is really plenty unless you are doing some crazy low margin algos.

In any case I set the commission to be fixed fee to discourage lots of small trades and annoying satoshi bots (the ones that bid 1 satoshi more and crowds the orderbooks), so it is more oriented toward the larger trades.

Also, this weekend I coded up support for central exchanges, so InstantDEX creates aggregated order books from all sources of liquidity and so it is getting the best price available. And this is not just for simple trades, but I make a combined orderbook via combinatorially making orderbooks going through NXT, BTC and BTCD. Today I got a "oneclick" arbitrage by getting an orderbook for coinomat/coinomat1 (they are equivalent assets, but different asset numbers). It found a 10% gain, I selected it and it did the orders and I got the 10% gain.

This arbitrage was done manually without need for any bot or special code. Since the liquidity from all the central exchanges are all combined, InstantDEX will instantly have the most liquidity of any single exchange!

James

P.S. To activate an exchange you just need to add the API key and secret in the SuperNET.conf, this automatically triggers fetching the orderbooks and for the exchanges with authenticated API support, you can one click trade between different exchanges. You do need to make sure you have the required funds in the exchanges you are trading on. Automated funds management wont be done until Tradebots.
1343  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 14, 2015, 08:24:16 AM
Hi Dear JAMES :

Which sites Accept Supernet ?

thanks
SuperNET itself is not a coin, so it really cant be accepted by sites

James
1344  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy/Ramchains/SuperNET Core on: April 14, 2015, 06:22:36 AM
Apologies if this is an obvious one, but I just saw the GUI screenshot of instantDex and noticed it appears to be served html via a browser. Who ultimately hosts the web server, does that not imply centralization or is that just one example of an interface? I'm guessing anyone with sufficient knowledge of how everything communicates could make their own GUI?

Tech looks really promising and I like James's philosophy, so I really hope this takes off.



it is localhost HTML
the server runs on your computer (and also on everyone elses computer)

people dont seem to want to submit commands using text JSON API requests, so we are making GUI's that do this and present the info in a visual way

(HTML in browser) <-> [127.0.0.1 localhost interface] <-> { SuperNET API codebase } <-> networks, blockchains, internet, etc

The above is a simplified "diagram"

The HTML in the browser is essentially just an easy to use way to issue API calls, which are what implements all the decentralized logic, along with interfacing to all the coin's blockchains, etc.

James

P.S. and yes anybody with sufficient knowledge can make GUI
1345  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 14, 2015, 01:28:18 AM
InstantDEX has become trading middleware: https://nxtforum.org/index.php?topic=8847.msg173841#msg173841

GUI is looking pretty good too:


We have test releases that are functional, but with so many possible combinations we would need a lot more testers to verify they are all working properly

James
1346  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy/Ramchains/SuperNET Core on: April 14, 2015, 01:26:05 AM
some details on InstantDEX: https://nxtforum.org/index.php?topic=8847.msg173841#msg173841
1347  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy/Ramchains/SuperNET Core on: April 13, 2015, 10:38:52 PM
any idea what www.xpool.ca paid out to miners today?
it seems bitcointalk has suspended crackfoo for providing information that was specifically requested. The priorities here are quite strange. There are no rules against DOXing someone, but post info on how the official multipool is doing and you get suspended!

Freedom and decentralization for all, unless it goes against the wishes of the powers that be.

Anyway, a recent result: https://nxtforum.org/index.php?topic=8816.msg173757#msg173757

He is posting in slack (where most of the people are now) and the NXTforum, which doesnt use arbitrary rule enforcement to push forward their agenda

James
1348  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy/Ramchains/SuperNET Core on: April 10, 2015, 11:45:20 PM
What different roles do BTCD and BBR play in SuperNet and InstantDex?

BTCD is the reference currency by which all InstantDEX currency trades will be paired. (For example, BTC-->Doge will really be BTC-->BTCD-->DOGE behind the scenes)

BTCD stakers will receive 5% of all revenues generated by InstantDEX and SuperNET.

http://104.131.45.236/instantdex

Matthew

are dividends just paid to BTCD stakers in the form a BTCD?
yes, this is the only way to maintain privacy
I also think this could be a very good way to get people some small changepods that are untraceable as the source of these funds are the mere fact of owning BTCD, so then they can be used for change without any risk of being correlated to any specific person

James

P.S. since most dividends will be generated in non-BTCD form, they will have to purchase BTCD to be able to send out the dividends in BTCD
1349  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 10, 2015, 10:21:15 PM
http://nxter.org/supernet-newsletter-16/
1350  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 10, 2015, 08:37:37 PM
As far as I know, BTCD is the primary/base currency used in SuperNET and InstandDex for transaction fees, trading etc. BBR is just a currency which can be used within SuperNET e.g. instant trading of BTCD/BBR.

How is BBR used within SuperNET (and InstantDex)?  I'm confused on how the roles of BBR and BTCD differ there.

jl777 says above BBR will be the "anon onramp and offramp" for SuperNet:

https://bitcointalk.org/index.php?topic=762346.msg10995352#msg10995352

Which is I thought what BTCD was.
BTCD is the highway

So SuperNet uses BBR and BTCD, and InstantDex uses only BTCD?

Is BTCD always used in SuperNet operation while BBR is optional?
there is no hard and fast rules that are universal
even BTCD is optional for some things, but it is fair to say that BTCD is used for more things than BBR
1351  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 10, 2015, 05:34:23 PM
As far as I know, BTCD is the primary/base currency used in SuperNET and InstandDex for transaction fees, trading etc. BBR is just a currency which can be used within SuperNET e.g. instant trading of BTCD/BBR.

How is BBR used within SuperNET (and InstantDex)?  I'm confused on how the roles of BBR and BTCD differ there.

jl777 says above BBR will be the "anon onramp and offramp" for SuperNet:

https://bitcointalk.org/index.php?topic=762346.msg10995352#msg10995352

Which is I thought what BTCD was.
BTCD is the highway
1352  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 09, 2015, 04:54:43 AM
But how to trade if it asks for a fee of 1 NXT and complains about insufficient funds since I got 0 NXT? Are you talking about another way besides the asset exchange? Cause there NXT seem not get deducted afterwards since the client probably tells me I need to have NXT in advance.

on the nxt asset exchange you can only trade with nxt.
i think you mistook it with instantDEX, which will be released soon and offer different trading pairs.
Not only offer different trading pairs,but also instantly. Smiley,so is the name InstantDEX
InstantDEX testing is going pretty well and we could have a GUI ready for larger scale testing soon, but we need a Chinese translation of the GUI. Hopefully you can?

James

Maybe NXTChina in slack?
I should have thought of that Smiley
1353  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 08, 2015, 10:43:46 PM
But how to trade if it asks for a fee of 1 NXT and complains about insufficient funds since I got 0 NXT? Are you talking about another way besides the asset exchange? Cause there NXT seem not get deducted afterwards since the client probably tells me I need to have NXT in advance.

on the nxt asset exchange you can only trade with nxt.
i think you mistook it with instantDEX, which will be released soon and offer different trading pairs.
Not only offer different trading pairs,but also instantly. Smiley,so is the name InstantDEX
InstantDEX testing is going pretty well and we could have a GUI ready for larger scale testing soon, but we need a Chinese translation of the GUI. Hopefully you can?

James
1354  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 06, 2015, 04:22:11 AM
What is the latest with BBR integration? Is it still playing a big role in this project? Will it be the anon "on and off ramp" for transactions in supernet?
anon onramp and offramp, yes. though it is also possible to use the coinomat card for offramp purpose
1355  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 06, 2015, 04:21:14 AM
jl777 why do u say u r just a simple C programmer?

u r a code machine that transforms cafe lattes to math and code in utter efficiency Cheesy
it is much easier to write complex code for a complex problem than to write simple code for a complex problem

I wrote a low level unit test suite to make sure all the variants of InstantDEX ordermatch are properly handled, there are too many cases to do this manually. It was quite a challenge to make the code simple and still it is not quite as simple as I like, but now I just need to handle combined sets of pending orders and it will be fully functional with any sort of orderbook combination

While it is being tested in conjunction with the GUI, I can code up the automatch

James
1356  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 04, 2015, 09:24:03 PM
Sorry for interrupting, but I've been transferring all my Unity and Divs from bter into my online wallet, but no automatic conversion into Unity took place, so that I can't buy any other assets and am quite completely shut out.

Is there any workaround regarding this cause I read about an automatic conversion somewhere and had been relying on it.

Could somebody please send me something like 1-3 NXT to my address NXT-ZJN7-2WGC-MPJ2-465N4 ? I'd pay the first sender 20 NXT, and any subsequent senders the amount plus 2 NXT straight back. Thank you!
you have all your assets in your account. UNITY is the trading symbol for the SuperNET asset, only 5 letters for trading symbol and there is no UNITY asset

James
1357  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy/Ramchains/SuperNET Core on: April 04, 2015, 09:21:13 PM
when is he going to finish somthing? finish somthing for once!!

People are playing P&D with btcd again and you get mad ? If you would have researched Supernet then you would know that its working.. the problems are that you need  lots of background knowledge about how to compile it and lets not forget how to use it right.


It is a fair criticism that I have not finished as much as I would have liked. At this point, ramchains and realtime MGW are in maintenance mode and InstantDEX is getting very close to this.

I am working toward real world usage and actual privacy, not for making a release just to make a release. I have received some feedbacks, especially about the security side of things and this has caused a necessary delay on the privacy side of things, plus the whole exchange hacks have prioritized InstantDEX to be completed first. Good news is that this is nearly done (both my code, GUI and even Windows build).

I can only work 18 hrs per day (and I am), so if you cant wait any longer I understand if you have to sell.

James
1358  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 02, 2015, 07:52:44 PM
It's been a while since we heard about the SuperTraders. Are they busy trading? Smiley
no
the SuperTraders didnt work out. I am the only one that is occasionally trading. In retrospect using bter for tradings wasnt such a good idea, but considering we did the ICO there, hopefully it is an understandable mistake

There has been no significant gain (or loss) from SuperTraders

As I get closer to finishing my coding of the main projects, I will have more time available for trading and since InstantDEX and Tradebots are trading related, I expect to have some meaninful trading gains when they go live

James

P.S. I have been posting in slack som detailed status reports on InstantDEX:

supporting both (selling assetA + buying assetB)  and (transfer assetA + transfer assetB) is what required the latest rewrite

jl777 [7:34 AM]
the former are two independent NXT AE bid/ask orders, while the latter are linked directly to each other

jl777 [7:35 AM]
so I need to be able to dereference and bundle a pair of base<->rel combinations when it is possible to do so

jl777 [7:36 AM]
but if the base is itself a recursive additional subbase/subrel, then it cant be converted into a pair of transfers

jl777 [9:17 AM]
NXT-8E6V-YBWH-5VMR-26ESD did placebid for 1 JLH 2.88 NXT
NXT-QJUP-SB6U-CQCT-852GL sends info on trigger tx with matching ask 13288091669979267165 to NXT-8E6V-YBWH-5VMR-26ESD
NXT-8E6V-YBWH-5VMR-26ESD submits fee 9004155817185087589 + bid 2845959447377607958
NXT-QJUP-SB6U-CQCT-852GL verified those tx and submits the trigger 4848915942389359220 74a2d8e35bcf4a431e7fdae78bb8d91522a63b5b22c6e39bcc4a8609921fd6e9
you will notice the timestamps are far apart as I did these manually, but all of the above will happen as fast as the NXT txbytes can be constructed and sent, processed, responsetx submitted to unconfirmed tx, original node verifying that the tx are all good and submitting the trigger. I have seen this happen in less than 1 second, but sometimes takes a few seconds.

 I have spot tested asset/NXT (three variants: NXT AE, InstantDEX quote, unconfirmed NXT AE bid/ask without a reference ie it is not matched)

jl777 [10:13 AM]
I only tested base/rel with NXT as rel orientation, so there might be issues with NXT/asset orderbooks

jl777 [10:14 AM]
this is exhausting work, I need to have a short day today, so people can test with GUI or via API all "simple" orderbooks, meaning orderbooks with NXT as either baseid or relid. the magic NXT_ASSETID is 5527630

jl777 [10:15 AM]
there is a small chance assetA/assetB orderbooks will work, especially for NXT AE pairs, but if it doesnt dont waste time on it, that is the most complicated ordermatch and I will fix any issues with it next

jl777 [10:17 AM]
@lemonhead: @l8orre @cryptosleuth the above is like a release note. many things (ok, pretty much everything) has changed since the version from a few days ago.

jl777 [10:17 AM]
also do a make nanomsg, I plan to use that to help with connectivity issues

jl777 [10:18 AM]
for orderbooks with NXT in it, the "srcqty" field means the quantityQNT of the asset you want to ordermatch

jl777 [10:19 AM]
dont forget the "minperc" field (defaults to 75) the one that does the placebid can set the minperc and this tells the ones that respond to the orderbook what will be accepted and what will get rejected

jl777 [10:21 AM]
static char *jumptrades[] = { (char *)jumptrades_func, "jumptrades", "V", 0 };
   static char *tradehistory[] = { (char *)tradehistory_func, "tradehistory", "V", "timestamp", 0 };
the stats functions are disabled now as the new pending_offer format it completely different than the old. I will get it working after I fix the complex ordermatch

i added a few fields

jl777 [10:22 AM]
static char *allorderbooks[] = { (char *)allorderbooks_func, "allorderbooks", "V", 0 };
   static char *orderbook[] = { (char *)orderbook_func, "orderbook", "V", "baseid", "relid", "allfields", "oldest", "maxdepth", "base", "rel", "gui", 0 };
   static char *lottostats[] = { (char *)lottostats_func, "lottostats", "V", "timestamp", 0 };
   static char *cancelquote[] = { (char *)cancelquote_func, "cancelquote", "V", "quoteid", 0 };
   static char *openorders[] = { (char *)openorders_func, "openorders", "V", 0 };
   static char *placebid[] = { (char *)placebid_func, "placebid", "V", "baseid", "relid", "volume", "price", "timestamp", "baseamount", "relamount", "gui", "automatch", "minperc", 0 };
   static char *placeask[] = { (char *)placeask_func, "placeask", "V", "baseid", "relid", "volume", "price", "timestamp", "baseamount", "relamount", ",gui", "automatch", "minperc", 0 };

1359  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy/Ramchains/SuperNET Core on: April 01, 2015, 06:52:27 PM
crackfoo, I hereby formally request that you continue posting the multipool stats. As the official BTCD multipool it is timely and useful information for the community.

I in no way view this as spam and in accordance with forum rules, my official request to continue posting the multipool stats makes it not spam.

Separately, I view all of Icebreaker's posts against this as a nuisance and considering his lack of contributions toward BTCD his complaint has no weight. Further, even after repeated requests to stop posting the same thing over and over, he persists. In fact, it has come to light that he is doing this in other coin's threads also. It is almost as if there is some sort of organized campaign against coins that he views as competitive with his chosen coin.

There probably isnt any forum rule against some sort of organized campaign to squelch others, but in case there is, I would like to invoke it to make icebreaker stop.

James
1360  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET trades on Poloniex as UNITY, asset id 12071612744977229797 on: April 01, 2015, 05:04:07 PM
IntantDEX GUI is looking good!

http://imgur.com/a/Sx24m

James
Pages: « 1 ... 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 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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 315 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!