Author

Topic: ★[ANN] [NAV] NAV COIN - Community Fund Live!!! - page 1001. (Read 2085654 times)

legendary
Activity: 1050
Merit: 1000
New Beta Wallet Test only - Windows

https://www.dropbox.com/s/ggqtgjm8encpljk/NavajoAnonBeta%201.0.2.0%20Windows%20Wallet.zip use internet explorer or something else ( not chrome)

here I go my first try with a bottle of ice cold beer and some good beats
hero member
Activity: 794
Merit: 510
NavCoin Founder
I want to ask, why is there very minimal interest in the NAVAJO COIN beta test client? I go there everyday, but only see 1 or 2 other members at most.

I think we might be missing each other. I open it when im in from of comp and leave it open. If im going afk i close it.

I have a suspicion that there may be a keepalive issue happening with the chat TCP connection.

It seems that if the client is idle for 'x' minutes, that the user gets logged off the server.

I will attempt to recreate and confirm or deny this suspicion tonight and work a fix into the next release of the client if it proves to be a problem.

This may be why you don't see anyone on the server, you may login when no one is there, but then after a while of being idle it loses the connection but doesn't tell you to reconnect.
legendary
Activity: 1050
Merit: 1000
I want to ask, why is there very minimal interest in the NAVAJO COIN beta test client? I go there everyday, but only see 1 or 2 other members at most.

I think we might be missing each other. I open it when im in from of comp and leave it open. If im going afk i close it.

I dont run it from work
legendary
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
I want to ask, why is there very minimal interest in the NAVAJO COIN beta test client? I go there everyday, but only see 1 or 2 other members at most.

I think we might be missing each other. I open it when im in from of comp and leave it open. If im going afk i close it.
legendary
Activity: 1050
Merit: 1000
Time to show the Altcoin world what the NavajoCoin Community can do as a strong united group .  We are written in Altcoin articles to be one of the most die hard supporters of a Altcoin.

http://www.coinssource.com/crypto-coins/navajocoin

Quote" it could be said that Navajo may have some of the most die-hard and respected community of any crypto-currency" END


We as the NavajoCoin Community need to strengthen the foundation, so we need need to strengthen the buy wall. This is not a pump and so no need to buy from the sell wall, of course if you wish go ahead. This will be done on Bittrex only

Date Next Monday ( Navember )

Preev.com $50 USD each http://preev.com/ 0.15 BTC each . We have 100 people on rich list http://navajocoin.org/rich-list. Which equates to $5000 USD support if we all combine


Perception is the support is not strong at the foundation (buy wall), and new strong investments are not made due to the price can fall rapidly as the buy wall is minimal. We need to draw a line on our minimum value.

This is a fundamental issue NavajoCoin must address in the short term as a community based Altcoin. We have the attention of the Altcoin world. An example is Altcoin Herald.com they do believe in NavajoCoin and report via articles on our progress.

As a community we have strength that is beyond the development team, an individual investor, perception and what if's. This is why we the community gets mentioned when Articles are written about Navajocoin .

We have invested and we can back our investments strongly and with confidence with what NavajoCoin offers on the table despite Anon

They are

- We the community/foundation chose our Developers
- Strong Development Team who updates and communicates regularly
- A development team that listens to our requests and implements them
-We have a strong group of developers who are committed and with ideas that are the first for Altcoins (allot can be done on subchains and not only Anon)
-Future Development plans and focuses on them with priority

Are we worth 188 Satoshi can we handle 4 exchanges at this time with our Volume. Answer: No

Please quote this comment when responding so the forum does not get spammed and lets decide our value at this time and we do this on Monday ( or day most agree to ).


We are the NavajoCoin community. We are Strong united and we are going 2 da Stars together!

~hashforce101~
legendary
Activity: 1778
Merit: 1000
I want to ask, why is there very minimal interest in the NAVAJO COIN beta test client? I go there everyday, but only see 1 or 2 other members at most.
sr. member
Activity: 518
Merit: 250
hi,

great to hear i could help a bit.

about the usernames vs nav addresses. well im not sure what programming language you use so im not sure if below suggestions will be doable for the wallet.

but creating a database with a username and nav address table should solve this issue prety easily. i think there wont be an anonimity risk as people who would like to be fully anonymous will use a username which isnt linked to anything else.

if a database causes to big of a load for the wallet you can also create a script that only updates the database when a new username is added. then at the same time let that script output the updated database content to a text file. and use that text file for the wallet to check and connect username vs address.

that file wont be big as there wont be millions of registrated users. so it wont be a big load or extra disk space for the wallet.

so basically add a username field in the wallet. when user adds his username and saves it it will be loaded into the database and the script creates an updated text file. load that file dynamically from the wallet and thats it.

just an idea though...this is how i would do it with a normal website.

also another suggestion that crossed my mind;

in the right menu it would be a nice addon if you can right click a username and choose from some options there. for example; send coins to that user, show trust score, and things like that. but maybe thats more handy when more functions will be added in future.

also if you work with a databse it would become possible to send private message to users who arent online. that would be great as well.

Oh one more thing i noticed while testing the chat. You cant use html to add an image which is not needed anyway but you can fuck up the screen by adding big width/height to image html tags like this:

Code:
test

you can even add a link tag that url to annoy people even more. the link doesnt work then but the huge image will be clickable.

i tried manipulating with css and javascript as well but that didnt work Smiley

maybe better to just remove most html code for usernames and chat.


cheers

robin
hero member
Activity: 794
Merit: 510
NavCoin Founder
Great testing there paycum, thank you very much. Those html entities as names weren't something which was on my radar.

I will definitely look to resolve these issues for the next release!

Emoticons are a great idea, i will investigate the effort involved in implementing them.

Other suggestions I've had so far is to somehow lock usernames to accounts, so someone can't just type in the name "pakage" and pretend to be me on the chat server.

I'm going to be looking into how to do this without over complicating it and also retaining some anonymity. It's a delicate balance which I hope to strike.

Cheers!
sr. member
Activity: 518
Merit: 250
As mentioned, this is a Beta Client. Sometimes there are bugs which only become apparent when testing in real situations and we only want to include top quality code in the main wallet.

Please let us know if you find any bugs or feel there are features lacking and we will look at addressing these when we integrate these features into the next main wallet release.

Other things to note are that usernames are now unique on the server. If you try join with the same username as someone else, it will kick you from the server and ask you to choose another name. There are also some restrictions on the characters allowed in usernames. Also, "Chat" and "Server" are reserved names for the system.

Currently known bugs which we've found from our testing:

  • Scroll bar is ugly, needs better styling.
  • "User has left chat" message, causing new tab to open up if other user has already closed it.
  • links not opening browser in Private Message window, but working in main Chat window.
  • encryption to be added for Private Messages for better privacy

Please help us polish this feature before release to the main wallet by testing and helping us identify any issues.

When submitting feedback, please remember to include a good description of the issue as well as the steps required to reproduce the bug.

Restlessly yours,
Pakage.


1) User can press enter to send message. works
2) Log out button added to chat window. works
3) “remember me” check box added to login window to save user name works
4) Display time of post in the chat window  works
5) Posts are rate limited to 1 post per 3 seconds per user  works
6) Posts are limited to 300 characters  works

above worked perfectly


8 ) If a new message arrives when you’re not looking at the chat tab, the speech bubble will become green couldnt test
9) Private messaging between users has been added, double click on the user to open a chat with them couldnt test
10) If a Private message arrives when you’re looking at a different chat tab, the tab text will change to red couldnt test


I couldnt test the above (at least not in the normal way hehe) as there where no other users in the chat

7) links posted in chat are now clickable and launch default web browser  works
this works but if i just type www.google.com then it doesnt show up as a link in the chat

For the rest everything works great!

Some small suggestions:

- maybe an idea to add some emoticon options. so for example Smiley would change in a smiley
- it cant harm much but maybe an idea to add more reserved names like admin, root, superuser. and also for some html inserts and stuff like that.

for example if i enter the following usernames:

Code:
server:
then i get a output like: { "from": "server:", "is_server": "FALSE", "message": "h\n", "to": "Chat" }
Code:

 my name is invissible in left chat window and it outputs "has joined" in h1 mode Smiley

also i noticed that when i logged in and out again and again with above type of usernames then they wherent removed from the right menu anymore. so even when i was logged out it says they where online. So basically i could send private messages to myself lol.

I tried to do it again after a while and then it didnt work anymore. maybe the system got confused a bit by all my strange usernames, see screenshot Smiley



For the rest it looked ok.

cheers

Robin

sr. member
Activity: 518
Merit: 250
someone dumped a nice load of nav today. no problem, but just dont understand why sell for such low prices? probably because he is to inpatience and it took to long for the price to go up. I can understand that as there isny much movement but still selling 1 btc for these prices is just throwing your money away. just wait a few weeks and that btc is probably worth at least 50/100% more.

The thing is... its already been a few weeks (months, even). I can understand why people at some point say enough is enough and start thinking damage control.
I agree its the worst possible time to sell. 200 has proved a hard limit on price drops, at least for now. But we also thought the same about 300 and 400 before that.

I have also observed that no amount of wallet updates or news about chat make a dent on the price.
My guess is that price will keep hovering roughly between 200 and 300 until we get an ETA for anon (or any news about it for that matter)
In the meantime, I'll keep making peanuts on the side taking advantage of those fluctuations


yeah true totally agree with that. people are waiting for the anon.

but although the price doesnt rice much everybody can see more and more poeple join the topic here and that there are regular updates. selling out of inpatience is probably the dumbest thing you can do. and looking at other coins which mostly all go down big time the last weeks there arent many other good investments at the moment. and holding your btc isnt a good idea either as that goes down each day as well.

but selling at 200sat..... its better to just see your coins as lost then sell for these dump prices. downside risks are almost zero (as long as coin doesnt die).

i would only sell at these prices if it was my last money Smiley

but im not complaining...it would be the last to complain if people dumping to 1sat, then i could buy a million for 0.1 btc hehe
legendary
Activity: 2165
Merit: 1002
someone dumped a nice load of nav today. no problem, but just dont understand why sell for such low prices? probably because he is to inpatience and it took to long for the price to go up. I can understand that as there isny much movement but still selling 1 btc for these prices is just throwing your money away. just wait a few weeks and that btc is probably worth at least 50/100% more.

The thing is... its already been a few weeks (months, even). I can understand why people at some point say enough is enough and start thinking damage control.
I agree its the worst possible time to sell. 200 has proved a hard limit on price drops, at least for now. But we also thought the same about 300 and 400 before that.

I have also observed that no amount of wallet updates or news about chat make a dent on the price.
My guess is that price will keep hovering roughly between 200 and 300 until we get an ETA for anon (or any news about it for that matter)
In the meantime, I'll keep making peanuts on the side taking advantage of those fluctuations
sr. member
Activity: 356
Merit: 251
Official account of NAV Development Team
nice see you on here CryptoJohn in regards from Supercoin community.  I hope navajocoin comes through with their unique anonymous Transactions!

Thanks for the welcome. Been with Nav since the beginning and loving the progress. Soon to be on the rich list Smiley One of you bag holders, help me out & sell to me @ 190 Smiley

Dev: Whats the best way to contact soopy?

Hello CryptoJohn!
You can send pm to soopy here, on the forum or contact him by skype (his username is in his profile details). You can always send message to us (SUM2dev account) - We'll be happy to help You Wink

Dear Community!
Remember about giving us the feedback for yesterday released new Beta Client - please test all the new features and let us know what should be improved/fixed yet, so that we can add all the new features to the main Navajo Coin wallet Wink
Hope You're all having a great week!
Cheers! Smiley
sr. member
Activity: 518
Merit: 250
someone dumped a nice load of nav today. no problem, but just dont understand why sell for such low prices? probably because he is to inpatience and it took to long for the price to go up. I can understand that as there isny much movement but still selling 1 btc for these prices is just throwing your money away. just wait a few weeks and that btc is probably worth at least 50/100% more.

Unfortunately i didnt have any buy orders placed. will add a few the next couple of days to see if he can dump some more into my hands...
legendary
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
nice see you on here CryptoJohn in regards from Supercoin community.  I hope navajocoin comes through with their unique anonymous Transactions!

Thanks for the welcome. Been with Nav since the beginning and loving the progress. Soon to be on the rich list Smiley One of you bag holders, help me out & sell to me @ 190 Smiley

Dev: Whats the best way to contact soopy?
sr. member
Activity: 621
Merit: 250
yeah indeed, i also noticed a lot of new members here, which is great !! It might also be because a lot of other coins dont have or havent got an active dev team anymore.

People see some steady progress here over and over again.

yes , I think its one of the reason . I believe that something what attracts new inwestrors is possibility of first in the world full ANON
legendary
Activity: 1778
Merit: 1000
yeah indeed, i also noticed a lot of new members here, which is great !! It might also be because a lot of other coins dont have or havent got an active dev team anymore.

People see some steady progress here over and over again.
We need to maintain and increase the momentum. This is what we always wanted, to be a solution to a global crypto-coin crisis.
legendary
Activity: 1778
Merit: 1000
November will be month of Navajo Smiley
November must be renamed to Navajber!
Or Navojober! = Navajo sets the benchmark!
legendary
Activity: 1778
Merit: 1000
Hey folks
It seems that things are going .. not as fast as I thought, but it's better than most coins!
I do have a question. A few days earlier I watched my address with transactions, but now when I want to see all transactions shown me "I'm sorry, this address has too many records to display."  (However, Is shown the correct amount in RichList ) Can you fix it?


Hi gorian,

this is a security setting inside ABE explorer. We had to set a maximum number of tranascation to be handled. Otherwise this yould be used to drive ddos or dos and kill the webserver. In the beginning I had set the value very high for testing purpose, but it came clear fastly, that this is to high in mem consumption.

I can take a look wether it is possible to set this a little higher, even we have 20 times the number of succested transaction to use! Later when NAV skyrockets and we can afford to host a server farm, this should be no problem anymore ;-)

I hope you appreciate this answer so long! Beside we are throwing every energy into deleveloping the new wallet and bringing new features like wallets for other systems! But you know it is not easy!

regards
shahim
VERY GOOD.
sr. member
Activity: 518
Merit: 250
yeah indeed, i also noticed a lot of new members here, which is great !! It might also be because a lot of other coins dont have or havent got an active dev team anymore.

People see some steady progress here over and over again.
sr. member
Activity: 621
Merit: 250
November will be month of Navajo Smiley
November must be renamed to Navajber!

Haha perfect thought!

Btw. I am so happy that our community day by day is bigger and bigger .Its good to see that so many people can notice advantages oF NAV
Jump to: