Bitcoin Forum
May 23, 2024, 11:53:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 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 ... 535 »
  Print  
Author Topic: | Nxt | Blockchain Platform | Proof of Stake | Official  (Read 940984 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.
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
July 02, 2014, 08:18:51 PM
 #4041

For all to think about it and to support the AT Team.

source https://nxtforum.org/general-discussion/so-where-does-at-go-from-now/msg58143/#msg58143

Concerns and issue; compiled from a discussion with JL.

The team around AT needs to answer these questions during the testing period of AT.



0) Problem is not to achieve something with AT, but how to restrict AT scripts to avoid inconsistent results: cf. below


1) We need to make it safe in certain ways:
 - restricting AT scripts - transactions validation?
 - can a script create other scripts (viruses)?
 - access on core resources - querying them
 - using core capabilities - like methods of the Account class and so on

2) Scalability:
 - re-executing the script on every node?
 - better of avoiding it?
 - some sort of easy proof that the script was executed correctly?

3) Code complication
 - minimizing the core code
 - if script is using internal core methods, core modifications will be necessary everywhere -> first step: using regular transactions, second step: creating custom transactions, third step: introducing custom objects

4) How to start a script?
 - by transaction?
 - by height trigger?
 - by what else?

5) Scientific research done?

6) How to do debugging?
 - Who called what when and why?
 - different languages in use

7) How to do updating a AT script?

Cool How to migrate running/active AT scripts once the underlying program found flawed and a new version is/will be deployed?

9) Atomicity
 - Are scripts atomic?
 - How to achieve atomicity?
 - How to split up atomicity within one script?
 - When is the output of a script accepted, i.e. changes balances and the like? (turing complete -> Halting problem etc.)
 - rollback necessary?

10) What is the output of a script?
 - a sequence of regular Nxt transactions?
 - using custom transaction types?
 - directly manipulating the Core Objects like Account, Aliases, Orders etc. etc.

11) What is the input of a script?
 - block headers?
 - confirmed transactions?
 - raw transactions?

12) When calling internal methods like DigitalGoodsStore.deliver(), how to we enforce rules that are set by the corresponding transaction type?


That is it for now. Keep you updated.
Brangdon
Sr. Member
****
Offline Offline

Activity: 365
Merit: 251


View Profile
July 02, 2014, 08:40:20 PM
 #4042

Is this a good idea or not?

It would be more user friendly to have "remember secret  phrase for this session" checked by default on login so the users won't have to enter the secret phrase sending a message/bid  each time.

If that isn't secure, maybe there could be a 4 to 6 digit pin number that the user could use instead of entering the whole password again.  The app should disable the pin number and require full password after 5 unsuccessful pin numbers are used.  

So the login screen would look like this:

"Remember password during this session" checked by default
Under it, a text field that would say "pin number for the session" (only 4 to 6 numbers allowed)




Nice Idea, Just keep it up.


I will in fact revise this idea Smiley

Remove  "Remember password during this session" totally

and just have   "pin number for the session" (only 4 to 6 numbers allowed)
I'd prefer the opposite. Don't input the password on the login screen at all. Input the account number instead. You shouldn't need the password just to look at the state of your account, because the information is publicly available on the block-chain. Further, the login screen should strongly encourage the account number use RS format. That would eliminate problems with people mistyping and opening the wrong account without realising, and then panicking because they don't realise they've done.

The only time you should need your password is when creating a transaction. At which point the client already knows the account number, so it can verify they match and explain exactly what has happened if they don't. If you must, at this point have the option to remember the password for the session.

Ideally the login screen would remember the last used account number, so you wouldn't actually have to type it. Better still, remember the last few accounts and let the user pick one from a list. Better still, have the screen show useful summary information about the known accounts right from the start: individual balances, plus total balance for all accounts, etc. Most people have more than one Nxt account so multiple accounts ought to be easier to manage.

I'm not keen on having another PIN. I already have to keep track of the account number and password; I don't need yet another identifier to remember. 4-6 digits is no easier to copy & paste than 50.

Bitcoin: 1BrangfWu2YGJ8W6xNM7u66K4YNj2mie3t Nxt: NXT-XZQ9-GRW7-7STD-ES4DB
ShroomsKit_Disgrace
Legendary
*
Offline Offline

Activity: 952
Merit: 1000

Yeah! I hate ShroomsKit!


View Profile
July 02, 2014, 08:47:52 PM
 #4043

For all to think about it and to support the AT Team.




Buff!! This Automatec Transaction thing is way complicated...

Is there a simple explanation for the coding-average-joe?
Vega
Hero Member
*****
Offline Offline

Activity: 739
Merit: 500



View Profile
July 02, 2014, 08:53:52 PM
 #4044

The only time you should need your password is when creating a transaction. At which point the client already knows the account number, so it can verify they match and explain exactly what has happened if they don't. If you must, at this point have the option to remember the password for the session.

Ideally the login screen would remember the last used account number, so you wouldn't actually have to type it. Better still, remember the last few accounts and let the user pick one from a list. Better still, have the screen show useful summary information about the known accounts right from the start: individual balances, plus total balance for all accounts, etc. Most people have more than one Nxt account so multiple accounts ought to be easier to manage.

This is a very good idea. I routinely type random stuff just to get to the UI, and when I want my own account data it's simpler and more secure to check nxtreporting.
It would be great just to type (or select) my address and see my account information. It's enough to provide the passhpase when needed for a transaction, or start forging.
An indicator that shows if an account forges or not would be great. (But I don't think API supports this) If the account not forging the client can ask to log in.
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
July 02, 2014, 09:00:59 PM
 #4045

For all to think about it and to support the AT Team.




Buff!! This Automatec Transaction thing is way complicated...

Is there a simple explanation for the coding-average-joe?


It is Ethereum for Nxt. Cheesy
farl4web
Legendary
*
Offline Offline

Activity: 1205
Merit: 1000



View Profile
July 02, 2014, 09:50:34 PM
 #4046


Berzerk is doing a great thing by creating a Nxt asset into something good! Buy some of his assets!  Smiley

The first charity campaign starts now! The recipient of the donation will be the Amani Kinderdorf.

https://nxtforum.org/kordekgallery/charity-campaign-july-2014/
maninzulu
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
July 02, 2014, 10:12:36 PM
 #4047

when can we see the pump?
Daedelus
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
July 02, 2014, 10:40:56 PM
 #4048

when can we see the pump?

TwinWinNerD
Legendary
*
Offline Offline

Activity: 1680
Merit: 1001


CEO Bitpanda.com


View Profile WWW
July 02, 2014, 10:46:16 PM
 #4049

Quote from: Come-from-Beyond date=1404339149
I'm ready to implement the next step to Transparent Forging. Usually I do it silently but this time its consequences will be noticeable, so I'd like to hear feedback of the community.

What I'm planning to do:
1. Disable retargetting (the base target will be set to 100%)
2. Enable Time Warp effect (the first forger in the queue will be allowed to generate the block in 60 seconds, next one - in 75 sec, then 90 sec and so on adding 15 sec every time)
3. Enable penalty (an account that skipped its turn to forge a block will be put out of business for the next 1440 blocks)
4. Enable normalization of forging power (difficulty of blocks will be multiplied by 1'000'000'000/X, where X is total forging power of the system)

#1 is an atavism, we don't really need it if #2 is active.
#2 is for convenience, why should we wait 10-30 minutes if the next forger is already known.
#3 is to incentivize forging, it's also a part of 90% protection.
#4 is necessary for security, coz #3 may "disable" some active forgers.

Daedelus
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
July 02, 2014, 11:03:26 PM
 #4050

Quote from: Come-from-Beyond date=1404339149
I'm ready to implement the next step to Transparent Forging. Usually I do it silently but this time its consequences will be noticeable, so I'd like to hear feedback of the community.

What I'm planning to do:
1. Disable retargetting (the base target will be set to 100%)
2. Enable Time Warp effect (the first forger in the queue will be allowed to generate the block in 60 seconds, next one - in 75 sec, then 90 sec and so on adding 15 sec every time)
3. Enable penalty (an account that skipped its turn to forge a block will be put out of business for the next 1440 blocks)
4. Enable normalization of forging power (difficulty of blocks will be multiplied by 1'000'000'000/X, where X is total forging power of the system)

#1 is an atavism, we don't really need it if #2 is active.
#2 is for convenience, why should we wait 10-30 minutes if the next forger is already known.
#3 is to incentivize forging, it's also a part of 90% protection.
#4 is necessary for security, coz #3 may "disable" some active forgers.

https://nxtforum.org/general-discussion/next-step-to-tf/
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
July 03, 2014, 12:46:49 AM
 #4051

I'm getting a "New Beta" notification in my NXT client. If I update, will that give me access to MGW to test?
Mostly I'd like to see the look and feel of it to put together a film script.
It should be NRS1.2.0e with DGS ... on testnet.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
July 03, 2014, 12:53:41 AM
 #4052

nxtexplorer.com update

some enhancements like:

last 720 block forging account distribution/summarize -> http://nxtexplorer.com/nxt/nxt.cgi?action=150
hibernxt/darknxt -> http://nxtexplorer.com/nxt/nxt.cgi?action=30&switch=20
added top lessors with total nxt per account and total leased balance -> http://nxtexplorer.com/nxt/nxt.cgi?action=30&switch=8
(currently 158,691,597 NXT from 293 lessors are accumulated into 56 accounts)

and some more personal account views.
please see full list here: https://nxtforum.org/news-and-announcements/nxtexplorer-update/msg58279/#msg58279
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
July 03, 2014, 01:40:13 AM
 #4053

nxtexplorer.com update

some enhancements like:

last 720 block forging account distribution/summarize -> http://nxtexplorer.com/nxt/nxt.cgi?action=150
hibernxt/darknxt -> http://nxtexplorer.com/nxt/nxt.cgi?action=30&switch=20
added top lessors with total nxt per account and total leased balance -> http://nxtexplorer.com/nxt/nxt.cgi?action=30&switch=8
(currently 158,691,597 NXT from 293 lessors are accumulated into 56 accounts)

and some more personal account views.
please see full list here: https://nxtforum.org/news-and-announcements/nxtexplorer-update/msg58279/#msg58279
great,thanks.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
ShroomsKit_Disgrace
Legendary
*
Offline Offline

Activity: 952
Merit: 1000

Yeah! I hate ShroomsKit!


View Profile
July 03, 2014, 06:39:09 AM
 #4054

nxtexplorer.com update

some enhancements like:

last 720 block forging account distribution/summarize -> http://nxtexplorer.com/nxt/nxt.cgi?action=150
hibernxt/darknxt -> http://nxtexplorer.com/nxt/nxt.cgi?action=30&switch=20
added top lessors with total nxt per account and total leased balance -> http://nxtexplorer.com/nxt/nxt.cgi?action=30&switch=8
(currently 158,691,597 NXT from 293 lessors are accumulated into 56 accounts)

and some more personal account views.
please see full list here: https://nxtforum.org/news-and-announcements/nxtexplorer-update/msg58279/#msg58279

If there an option to see the accounts in numerical format?

BTW, amazing work! Thanks!
Daedelus
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
July 03, 2014, 07:46:41 AM
 #4055

Awesome Nxt branded Raspberry Pi Forging Rig anyone?  Grin It will make ordinary cheap forging super cheap. Banana PI and Cubietrucks are being considered too, this will be futureproofed when there are large amount of transactions to be processed.




Coming to a 'for sale' thread near you soon, in the meantime:
https://nxtforum.org/general-discussion/small-announcement-pi-case-bling-nearly-ready/msg58259
stereotype
Legendary
*
Offline Offline

Activity: 1554
Merit: 1000



View Profile
July 03, 2014, 08:29:32 AM
 #4056

^ ^ ^ ^

I cant stop smiling.   Grin
maninzulu
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
July 03, 2014, 08:33:54 AM
 #4057

^ ^ ^ ^

I cant stop smiling.   Grin

me too Roll Eyes
91porn
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
July 03, 2014, 11:43:03 AM
 #4058

^ ^ ^ ^
I cant stop smiling.   Grin
smiling what? Cheesy

Daedelus
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
July 03, 2014, 12:09:12 PM
 #4059




No more BTC but want more Nxt? Then just mine it at Nxt's Multipool Hashrate.org

Mine with:

Scrypt
Scrypt-N
X11
SHA
Keccak


Go to https://nxtforum.org/nxt-indirect-mining/hashrate-org/ for more info
empowering
Legendary
*
Offline Offline

Activity: 1078
Merit: 1441



View Profile
July 03, 2014, 12:23:24 PM
 #4060

Some speculation...

What are peoples thoughts on how Nxt will react/not react in the event of a parabolic move from Bitcoin ? I have read the ongoing debate about
if nxt acts as if it is "pegged" to btc.  

Do you think that if Bitcoin goes x 10 , that Nxt will follow suit?  and if so do you think will happen in sync with BTC or lag behind?

i.e
If BTC goes to $5000 (for a arbitrary and pretty figure) do you think NXT will go to $0.47  and do you think it will do it same day, or weeks later?

Or do you think that if BTC goes on a run, Nxt will drop/stay the same/

OR do you think that if BTC goes on a major rally say up to $5000 which is approx 7.6 times higher than it is today, that the attention and hype, money may then pile into NXT in an even bigger way and we could shoot up towards 1 NXT = 1 $

I get the feeling that NXT is undervalued and therefore has the potential to catch up to its value, and then to run along with BTC for now..
but at the moment I am wondering if the more likely event is that BTC goes on a run first, and then NXT tags/lags along with it to a degree... and then for more investment to push up the NXT market cap after it has held onto BTC's coat tails.

If BTC reaches 65 Billion dollar market cap, is it unrealistic to expect NXT to reach a 5 billion marketcap? and do you think NXT would be undervalued or overvalued at that point?  or do you think that at this stage in the networks life there is not the value in the network at this stage to support a marketcap that high?

Also what are peoples thoughts on the NXT "price stability" that stays stable when Bitcoin goes down? do you think that there is some manipulation at play to keep the price stable?

Finally what are peoples thoughts on the NXT BTC "peg"  do you see us moving away from this peg (if you belive there is one) as more fiat gateways
are added? and how do you think this will happen/over what timescale?

If you are in the I think NXT will lag behind BTC with a time delay, and are expecting a rally in btc,  are you tempted to sell your NXT and buy back in later once BTC has rallied?  if not why not..

OR are you not expecting a rally in BTC anytime soon? but expecting on in NXT

Just chewing the cud really....  I am interested in how other people think about it, please share your thoughts/comment on the above.

thanks : )




"A foolish consistency is the hobgoblin of little minds"
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 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 ... 535 »
  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!