Pages:
Author

Topic: [ANN] SuperNET NXT asset 12071612744977229797, SUPERNET KMD assetchain in summer - page 35. (Read 736772 times)

legendary
Activity: 1235
Merit: 1003
https://minepi.com/cryptomeneer
Hello,

is this asset paying dividends?
And how much was the dividends?

There's a bit about dividends in the opening post https://bitcointalksearch.org/topic/m.8592943

And be sure to check the charts in https://nxtforum.org/nxt-promotion/graphs-charts-and-infographics-by-audo/5/

I saw this already on the nxtforum.
Thanks for the post.

Divs are going automatically if I understand this good.
Did somebody already earned divs and how much was it?
I want to buy some but need some information of the dividends system is already running.


sr. member
Activity: 251
Merit: 250
Hello,

is this asset paying dividends?
And how much was the dividends?

There's a bit about dividends in the opening post https://bitcointalksearch.org/topic/m.8592943

And be sure to check the charts in https://nxtforum.org/nxt-promotion/graphs-charts-and-infographics-by-audo/5/
legendary
Activity: 1235
Merit: 1003
https://minepi.com/cryptomeneer
Hello,

is this asset paying dividends?
And how much was the dividends?

sr. member
Activity: 251
Merit: 250

Okay so I'm new to this whole Nxt Wallet and after my issues with cryptsy I would like to buy and long term hold some assets off exchanges. So to buy and hold this
do I just buy asset 12071612744977229797 from my nxt wallet? Cause there seems to be lots of other talk of tokens and all kinds of other "assets" and exchanging of tokens....

Yep, easy as that. Just be sure to choose a very very random passphrase. Preferably the one the client suggests for you, and maybe some of your own words added. And only log in on a pc that's free of password sniffers Wink
legendary
Activity: 1181
Merit: 1018
Okay so I'm new to this whole Nxt Wallet and after my issues with cryptsy I would like to buy and long term hold some assets off exchanges. So to buy and hold this
do I just buy asset 12071612744977229797 from my nxt wallet? Cause there seems to be lots of other talk of tokens and all kinds of other "assets" and exchanging of tokens....

Basicly I'd just like to buy something and if there is dividends collect them without messing around.... and if there is no dividend fine as well.

Thanks Smiley

You can buy assets from the 'Asset Exchange' tab on the left side of the standard NXT html wallet - but-but-but: please be sure to do your diligence first! There are good assets and there bad assets, caveat emptor!

For more details, I would advise to start at the NXT forum:

https://nxtforum.org/

You won't find any reliable info on NXT assets here on bitcointalk!
legendary
Activity: 1540
Merit: 1000
HAPPY NEW YEAR SuperNET!!!!!

And Thank you so Much JL777 for your Hard Work
 
Kiss Kiss Kiss Kiss

legendary
Activity: 1540
Merit: 1000
Merry Christmas, everyone!!

Okay, okay, "belated" for some of ya'll's time zone...it's been a long day. Smiley

thanks and Happy holidays to you too!!   Wink
legendary
Activity: 924
Merit: 1000
Merry Christmas, everyone!!

Okay, okay, "belated" for some of ya'll's time zone...it's been a long day. Smiley
sr. member
Activity: 304
Merit: 250
Quote
Once upon a time . . . there was shmoula, the developer. He liked to start new projects. Every few weeks he started another one. After some time he had zillions of unfinished projects and nothing done. Also he burned all the money he had, so he took amazing contract and all those projects are dead now. End of story, my story Smiley.

Just by the way - now I know I need to have full focus on one thing and do it properly, otherwise it won't work.
legendary
Activity: 1011
Merit: 1006
How can i change some TOKENs for supernet assets? Is it possible now?
legendary
Activity: 1176
Merit: 1134
BTC.0  N[195] d.182 p.195 g.195 A.13 h.389808 i.389808 r.389745 E.182:392845 M.362441 long.389807 est.8 13.41GB time 11.58 files.6692 Q.0 1
legendary
Activity: 1176
Merit: 1134
Can someone explain what crypto middleware (iguana) does in layman's terms?
enables one click install chrome app to do fully decentralized crypto, without needing to install or run anything else

James

Thanks James! So Iguana will enable wallet access to multiple crypto coins without any blockchain downloads, or just without multiple wallet installs, or both (no wallets, no blockchains)?
iguana talks to multiple coin networks at the same time, directly. BTCD and BTC are built in, but I have abstracted all the differences for the bitcoin compatibles, so additional ones can be added dynamically.

iguana creates native ramchains and I will add ledgerchains on top of it so using less space than the full blockchain, a block explorer level dataset will be available locally

i will also add wallet functions, along with all the supernet services into iguana. Running in native mode, I am seeing pretty good BTC sync times, but I am still debugging the native ramchains, so not sure what the final speed will be.

Also, as a chrome app, things are much slower due to the networking being a lot slower so I wouldnt recommend loading the full BTC blockchain into the chrome app, though most other coins will fit. there is a 10GB limit on chrome storage now, so that is a limiting factor as the BTC blockchain is estimated to take around 20GB

the same codebase compiles into a native unix or osx version though, so for native mode iguana will be the fastest to sync BTC chain to a working wallet. Once I get the basic iguana working, then I will add a lite mode version so the full BTC chain isnt needed locally

since iguana works as a chrome app, all the GUI is locally running HTML talking direct to the embedded JS bytecodes. I still need to add more things like script parsing and external RPC, but I just got the hardest part mostly working.

In my tests using native 64bit versions using parallel mode, on my laptop with 20mbps connection, I am getting a full sync in ~6hrs. With dedicated server VPS (32GB RAM, normal HDD, 500mbit/sec) it is syncing in a bit less than 30 minutes.

Latest tests show it never uses more than a few GB of RAM during the processing and I think I have a way to make an "instant-on" data structure, but not sure yet how fast a restart will be.

iguana codebase is currently ~10,000 lines of C code and its only external dependency is openssl and curl so the build process is: gcc -o iguana *.c -lssl -lcrypto -lpthread -lcurl -lm

for now native mode is only for benchmarking and debugging and you need to pass in a command line JSON to get it syncing.

With direct access to the various bitcoin compatibles from the same context, it will be possible to do some pretty cool things. but first I need to get the basics completed and released, so that is what I am doing.

Repo: https://github.com/SuperNETorg/iguana_dev
Task Boards: https://github.com/SuperNETorg/iguana_dev/issues & https://phabricator.supernet.org/tag/iguana/
We currently use Github AND Phabricator for task management.
Wiki: https://phabricator.supernet.org/w/iguana/
API: http://pad.supernet.org/api
Guide for new devs: http://pad.supernet.org/iguana_new_frontend_dev_guide
Iguana Dev Team and their Roles: http://pad.supernet.org/iguana_dev_team

Iguana TABS (like pages, includes details on content of tabs): http://pad.supernet.org/iguana_tabs

Some general info:
http://coremedia.info/index.php/bitcoin-2-0/item/187-project-iguana-to-birth-a-supernet-chrome-app-increase-accessibility-of-its-technology

James
sr. member
Activity: 405
Merit: 250
Can someone explain what crypto middleware (iguana) does in layman's terms?
enables one click install chrome app to do fully decentralized crypto, without needing to install or run anything else

James

Thanks James! So Iguana will enable wallet access to multiple crypto coins without any blockchain downloads, or just without multiple wallet installs, or both (no wallets, no blockchains)?
legendary
Activity: 1176
Merit: 1134
Can someone explain what crypto middleware (iguana) does in layman's terms?
enables one click install chrome app to do fully decentralized crypto, without needing to install or run anything else

James
sr. member
Activity: 405
Merit: 250
Can someone explain what crypto middleware (iguana) does in layman's terms?
legendary
Activity: 924
Merit: 1000
Yeap, every investment in cryptocurrency and projects around cryptocurrencies is actually risk capital. So, you need to calculate to lose your investments.

And the best rule really is, "don't invest what you can't afford to see gone bye-bye." Even if your speculations pays off, you still have to treat the funds you plowed in as "gone bye-bye" for as long as it takes until the payoff kicks in. In this sense, it's useful to treat a speculative investment as if you had outright spent the money.
tyz
legendary
Activity: 3360
Merit: 1533
Yeap, every investment in cryptocurrency and projects around cryptocurrencies is actually risk capital. So, you need to calculate to lose your investments.

The release dates have been postponed several times. i guess, most investors were pissed off, too, and got rid off their stakes.
i still hold my stack, even when i make some losses, too :/

Any reason why my (luckily small) investment in Supernet&InstantDex is worth basicly a poo right now ? I didn't followed the development last time , but it pissed me off a bit ...

I'm holding mine, too. Call me a bagholder if you like, but the funny thing about bagholding is that it magically turns into a "successful long-term investment" if the project pays off. Wink

And that's the rub, really. To continue with my usual reasoning-by-analogy-to-mining-exploration pidgin, a veteran and highly-successful player in the field [at the ventcap level] more-or-less said that you don't have what it takes to win in the game if you can't tolerate high mark-to-market losses along the way. He explicitly said, you have to put up with a ~50% "paper loss" along the way: he implied that part of risk tolerance is volatility tolerance. I.e., you have to sink money in that you can afford to see vanish. That's the appropriate standard because locking your funds into a long-term speculation means those funds will 'vanish' in the sense that it would be a bad idea to sell until the ship comes in. Until then, they're 'gone' in the sense that you can't (shouldn't) liquidate.

Another rub: Breaking my analogy somewhat, the big hurdle that a crypto project has to face is not technical development - although it's a formidable one! But the biggest hurdle is generating revenue, which is different from building a great and innovative tech. Without the revenue coming in from real customers, building the tech is like writing a stellar book of poetry that has every poetry expert gawping at it but almost no-one buying it. That's the real risk herein, and it's a worry for the future. But not now.

And even then, the tech's still built: all it would require is capable marketing of the services.

Exactly! You can expect a precisely timed ROI when you open up a Burger franchise at a shopping mall, but not with a Ninja development for a cutting edge crypto currency middleware!

whoever expects that is not in the right venue and should not have joined in the first place
legendary
Activity: 1181
Merit: 1018
The release dates have been postponed several times. i guess, most investors were pissed off, too, and got rid off their stakes.
i still hold my stack, even when i make some losses, too :/

Any reason why my (luckily small) investment in Supernet&InstantDex is worth basicly a poo right now ? I didn't followed the development last time , but it pissed me off a bit ...

I'm holding mine, too. Call me a bagholder if you like, but the funny thing about bagholding is that it magically turns into a "successful long-term investment" if the project pays off. Wink

And that's the rub, really. To continue with my usual reasoning-by-analogy-to-mining-exploration pidgin, a veteran and highly-successful player in the field [at the ventcap level] more-or-less said that you don't have what it takes to win in the game if you can't tolerate high mark-to-market losses along the way. He explicitly said, you have to put up with a ~50% "paper loss" along the way: he implied that part of risk tolerance is volatility tolerance. I.e., you have to sink money in that you can afford to see vanish. That's the appropriate standard because locking your funds into a long-term speculation means those funds will 'vanish' in the sense that it would be a bad idea to sell until the ship comes in. Until then, they're 'gone' in the sense that you can't (shouldn't) liquidate.

Another rub: Breaking my analogy somewhat, the big hurdle that a crypto project has to face is not technical development - although it's a formidable one! But the biggest hurdle is generating revenue, which is different from building a great and innovative tech. Without the revenue coming in from real customers, building the tech is like writing a stellar book of poetry that has every poetry expert gawping at it but almost no-one buying it. That's the real risk herein, and it's a worry for the future. But not now.

And even then, the tech's still built: all it would require is capable marketing of the services.

Exactly! You can expect a precisely timed ROI when you open up a Burger franchise at a shopping mall, but not with a Ninja development for a cutting edge crypto currency middleware!

whoever expects that is not in the right venue and should not have joined in the first place
legendary
Activity: 1181
Merit: 1018
Has James (or jl777) abandoned this project? Where are those deadlines?

 Embarrassed

one of the things james did quite right was that he never ever gave any deadlines.

another important thing to note is that he from day one insisted that he could not do GUI, and that he could do project management and integration only to a very limited extent.

what james does is producing brillant core tech, but integrating that into a usable shape is a different cup of tea entirely, that needs a complete different organization.

this has proven quite difficult, and there is another go at it right now with a very experienced group of devs whose stroing point is exactly that integration thing.

there are regular and detailed progress reports on slack, just come over and join!
tyz
legendary
Activity: 3360
Merit: 1533
No, the project is still alive and development is going on. There are no exact release dates. To get more information, you should join the Slack channel of Supernet. Most communication is going on there.

http://www.supernet.org/blog/slackinvite/

Has James (or jl777) abandoned this project? Where are those deadlines?

 Embarrassed
Pages:
Jump to: