Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 770. (Read 2761637 times)

legendary
Activity: 1722
Merit: 1217
https://bitcointalksearch.org/topic/pospow-exocoin-exo-gen-20-dev-from-scratch-give-away-open-beta-430467 if his claims are true than there could be a lot of opportunity here. He accepts escrow but refuses to release the source before I release my escrow. Even though the code will be closed source, he promises to release a working client before i release my escrow. My concern is that maybe he will simply change a few values in nxt and add a new graphical fronted so that it looks like brand new software but is actually just a clone of nxt.

what do you guys think? is there a way of telling whether or not he copied nxt without seeing the source?
legendary
Activity: 1092
Merit: 1010
An Idea of two new sites in NXTunity.

Hi everybody,

I have not seen any sites like "bitpay" and "localbitcoins" in the NXT community yet.
I think NXT will grow a lot if it's possible to be exchaned in any local curremcies arround the world and can be used to pay merchants in their local currencies.
The good point is that we have many nations in our community and with a good management that is possible with very special NXT features,  we can join together and even form a virtual company on top of NXT and build "localnxt" or even "localcryptos" site or "nxtpay" or anything like those.

I'm myself can arrange to help in UAE(Dubai) and Iran to be a local buyer or seller.

Just an idea, That personally can help to comes to reality.

Sepehr
P.S. All names mentioned above already registered and I checked it and know that, but the idea is not depends on any name.

I have some of these names in my possession, because a domain squatter got localnxt.com etc.

I have nxtlocal.com if you want to use it to strengthen the community. If you want them commercially, I would appreciate a fee, but I'd rather give them to the community. If the community says: give it, I will.

If someone has use for the following ones for the community then they are available, too:
 
nxtaliasexchange.com    
nxtassetexchange.com
nxtassetsexchange.com
full member
Activity: 168
Merit: 100
Berliner hier! Haha schön hier einige Deutsche zu sehn Cheesy

Ist die zweitgrösste Nxt-Community nach den USA.

hi coinonaer, I cant seem to find the banner from this topic any idea?

https://bitcointalksearch.org/topic/m.5257776



Banner is still not done. So we are still in the planing phase here...  Roll Eyes
sr. member
Activity: 421
Merit: 250
HEAT Ledger
We included the ability to start and stop Jetty since we like the user to be able to delete the blockchain and start-fresh from a command in the UI
Re-init after shutdown will be tricky to support for me, because in many places I have init-once only singletons or static blocks, but for this use case I can probably provide a Nxt.fullReset() method that just deletes the genesis block from the database (and if I can trust the database triggers, this should wipe the rest of it too).
Quote
What can you say about the status of the database, will it remain H2 and will this remain an internal implementation or do you see developers accessing or updating data in the database them selves?
I am not changing anything about the database. Some people have asked me about using mixed-mode for it, where a tcp server is started automatically and external processes can connect to it. I don't want to enable this by default for security and performance reasons, but I will make the database jdbc url a parameter in the nxt.properties so that client developers can do such tricks in their customized distributions. It is not possible to restrict db access to read-only for such an external process, so if you abuse that and write to the db expect things to break.
Quote
Also, regarding custom colored coins. Will you be doing some more standardization in that area? Will there be more work towards an API to work with *custom* attachments? Not that it's strictly needed just wondering if you had ideas in that area.
Haven't thought about this at all yet. But yes, I realize that transaction attachment types don't need to be all hardcoded, one day you can have custom attachment types that just need to conform to some API, and not even need to be supported by all clients.


Thanks and that all sounds perfect.
Will Nxt.fullReset() be in 0.8.0?
full member
Activity: 266
Merit: 100
NXT is the future
Berliner hier! Haha schön hier einige Deutsche zu sehn Cheesy

Ist die zweitgrösste Nxt-Community nach den USA.

hi coinonaer, I cant seem to find the banner from this topic any idea?

https://bitcointalksearch.org/topic/m.5257776

sr. member
Activity: 399
Merit: 250
Cryptocurrency Evangelist
An Idea of two new sites in NXTunity.

Hi everybody,

I have not seen any sites like "bitpay" and "localbitcoins" in the NXT community yet.
I think NXT will grow a lot if it's possible to be exchaned in any local curremcies arround the world and can be used to pay merchants in their local currencies.
The good point is that we have many nations in our community and with a good management that is possible with very special NXT features,  we can join together and even form a virtual company on top of NXT and build "localnxt" or even "localcryptos" site or "nxtpay" or anything like those.

I'm myself can arrange to help in UAE(Dubai) and Iran to be a local buyer or seller.

Just an idea, That personally can help to comes to reality.

Sepehr
P.S. All names mentioned above already registered and I checked it and know that, but the idea is not depends on any name.
full member
Activity: 168
Merit: 100
Berliner hier! Haha schön hier einige Deutsche zu sehn Cheesy

Ist die zweitgrösste Nxt-Community nach den USA.
full member
Activity: 238
Merit: 100
GCInc / Graviton,

Please edit your cloudflare settings for CAPTCHA access to the forums.  When using tor, the CAPTCHAs provided are downright IMfuckingPOSSIBLE to get.  You should be able to select a bit less complicated CAPTCHAs to solve for access.

I dont mind having to solve a CAPTCHA when accessing your forums when using tor, but your level of difficulty on them is just way too high.
Am I the only one using TOR?
sr. member
Activity: 392
Merit: 250
We included the ability to start and stop Jetty since we like the user to be able to delete the blockchain and start-fresh from a command in the UI
Re-init after shutdown will be tricky to support for me, because in many places I have init-once only singletons or static blocks, but for this use case I can probably provide a Nxt.fullReset() method that just deletes the genesis block from the database (and if I can trust the database triggers, this should wipe the rest of it too).
Quote
What can you say about the status of the database, will it remain H2 and will this remain an internal implementation or do you see developers accessing or updating data in the database them selves?
I am not changing anything about the database. Some people have asked me about using mixed-mode for it, where a tcp server is started automatically and external processes can connect to it. I don't want to enable this by default for security and performance reasons, but I will make the database jdbc url a parameter in the nxt.properties so that client developers can do such tricks in their customized distributions. It is not possible to restrict db access to read-only for such an external process, so if you abuse that and write to the db expect things to break.
Quote
Also, regarding custom colored coins. Will you be doing some more standardization in that area? Will there be more work towards an API to work with *custom* attachments? Not that it's strictly needed just wondering if you had ideas in that area.
Haven't thought about this at all yet. But yes, I realize that transaction attachment types don't need to be all hardcoded, one day you can have custom attachment types that just need to conform to some API, and not even need to be supported by all clients.
legendary
Activity: 1372
Merit: 1000
Does anyone else find the NEM vs Nxt thing really interesting?  It's like communism vs the free market.
hero member
Activity: 854
Merit: 1001
Ich kann auch deutsch aber ich bin kein Deutche. Ich bin aus der Westschweiz.

Grüezi, swiss dude!
hero member
Activity: 714
Merit: 500
Ich kann auch deutsch aber ich bin kein Deutche. Ich bin aus der Westschweiz.
hero member
Activity: 854
Merit: 1001

De enige Belg hier denk ik, de rest zijn Nederlanders dacht ik.
Of dubieuze Engelsen die in A'dam wonen.... Cool
sr. member
Activity: 952
Merit: 253
NXT gone from mintpal.com/voting ?
NXT Won!

MintPal @MintPalExchange
Congrats to NXT for winning today's vote, very close with TES there! Market will be up soon.

Expect a generic 'How the hell do we implement this thing?!" email Wink

 Grin

Yay.
full member
Activity: 266
Merit: 100
NXT is the future

De enige Belg hier denk ik, de rest zijn Nederlanders dacht ik.
hero member
Activity: 910
Merit: 1000
NXT gone from mintpal.com/voting ?
NXT Won!

MintPal @MintPalExchange
Congrats to NXT for winning today's vote, very close with TES there! Market will be up soon.

Expect a generic 'How the hell do we implement this thing?!" email Wink

 Grin
member
Activity: 112
Merit: 10
legendary
Activity: 1092
Merit: 1010
NXT gone from mintpal.com/voting ?
NXT Won!

MintPal @MintPalExchange
Congrats to NXT for winning today's vote, very close with TES there! Market will be up soon.

Expect a generic 'How the hell do we implement this thing?!" email Wink
hero member
Activity: 798
Merit: 500
NXT gone from mintpal.com/voting ?
NXT Won!

@MintPalExchange
Congrats to NXT for winning today's vote, very close with TES there! Market will be up soon.
legendary
Activity: 2184
Merit: 1000
NXT gone from mintpal.com/voting ?
NXT Won!...will be added soon.

Jump to: