Bitcoin Forum
May 30, 2024, 12:46:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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 »
901  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *New wallet coming on Monday! (29/09/14)* on: September 26, 2014, 07:17:24 PM
It would be nice to see working block explorer Smiley

It is coming dude! Don't worry
902  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 24, 2014, 08:40:02 PM
Nobody sells for now. I guess waiting for the update of the new wallet? And whether Bittrex will change their wallet (expected maintenance)?
My wallet synchronized for ~5 hours.

Have you added the nodes in the conf file?
903  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 24, 2014, 05:04:06 PM
Official release of Navajo Coin wallet with Synchronization Fix

Hello Navajo Coin Community!

We are pleased to give You today Navajo Coin wallet with final sync fix!
We would like to thank Remy_5 for his great help and effort and also pakage & shahim for helping us with testing the new wallet Wink

You can download the new wallet with fixed sync here:


WINDOWS:



LINUX:


UPDATED GITHUB:





We are also informing the exchanges about the new wallet with fixed sync today.
Thank You Everyone for Your great support & Please Stay Tuned, becouse there are more news coming this week!
Best Regards! Wink

- Navajo Coin Development Team; soopy452000



very good to hear it is released! We can't wait to see cryptsy market to be open Smiley)

!! TOP !!
904  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 24, 2014, 09:47:57 AM
IF the linux wallet has been officially fixed, can anyone post a guide on how to compile it please? Thanks.

you can find a guide in the github repo!
905  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS | Developing own anon solution | on: September 17, 2014, 08:22:51 PM
@Shahim: I ran it in a limited Virtualbox guest with 1GB RAM based on Ubuntu Server 14.04. Insight as well by the way, but in another snapshot.
@chinchs: 30000 MIN :p That's 3/4 of everything I have, but it's a good idea to work with milestones.

More important matters:

The Minerals network is crumbling and it might be best to find a way to avoid problems:
The dns-seeds, which are hard coded in the wallet on line 1141-1144 in src/net.cpp are down since little more than 85 hours according to my wallet's log file. The effect is not to be underestimated. Any new installation won't received a list of seeding nodes to start and thus cannot sync with the block chain. I first thought it was due to some network settings of my VM, but it's not. The desktop on which I'm writing this post, that didn't have Minerals installed, can't get them either.

Code:
static const char *strDNSSeed[][2] = {
        {"dnsseed1.minerals.pro", "dnsseed1.minerals.pro"},
        {"dnsseed2.minerals.pro", "dnsseed2.minerals.pro"}
};

Code:
$ ping dnsseed1.minerals.pro
PING dnsseed1.minerals.pro (5.45.123.57) 56(84) bytes of data.
From 178.103.106.194.sta.estpak.ee (194.106.103.178) icmp_seq=1 Destination Host Unreachable
From 178.103.106.194.sta.estpak.ee (194.106.103.178) icmp_seq=3 Destination Host Unreachable
From 178.103.106.194.sta.estpak.ee (194.106.103.178) icmp_seq=4 Destination Host Unreachable
From 178.103.106.194.sta.estpak.ee (194.106.103.178) icmp_seq=5 Destination Host Unreachable

$ ping dnsseed2.minerals.pro
PING dnsseed2.minerals.pro (5.45.122.48) 56(84) bytes of data.
From 178.103.106.194.sta.estpak.ee (194.106.103.178) icmp_seq=3 Destination Host Unreachable
From 178.103.106.194.sta.estpak.ee (194.106.103.178) icmp_seq=5 Destination Host Unreachable
From 178.103.106.194.sta.estpak.ee (194.106.103.178) icmp_seq=6 Destination Host Unreachable
From 178.103.106.194.sta.estpak.ee (194.106.103.178) icmp_seq=9 Destination Host Unreachable

Code:
$ Wallets/Minerals/Mineralsd getinfo
{
    "version" : "v1.0.0.0",
    "protocolversion" : 60013,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "moneysupply" : 0.00000000,
    "connections" : 0,
    "proxy" : "",
    "ip" : "0.0.0.0",
    "difficulty" : {
        "proof-of-work" : 0.00024414,
        "proof-of-stake" : 0.00024414
    },
    "testnet" : false,
    "keypoololdest" : 1410627855,
    "keypoolsize" : 101,
    "paytxfee" : 0.00001000,
    "mininput" : 0.00000000,
    "errors" : ""
}

Peers I have a connection with atm are:

Code:
$ Wallets/Minerals/Mineralsd getpeerinfo
[
    {
        "addr" : "54.76.249.21:33442",
        "services" : "00000001",
        "lastsend" : 1410981862,
        "lastrecv" : 1410981864,
        "conntime" : 1410892563,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 418355,
        "banscore" : 0
    },
    {
        "addr" : "178.62.10.91:33442",
        "services" : "00000001",
        "lastsend" : 1410981862,
        "lastrecv" : 1410981861,
        "conntime" : 1410892650,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 418358,
        "banscore" : 0
    },
    {
        "addr" : "192.99.9.229:33442",
        "services" : "00000001",
        "lastsend" : 1410981861,
        "lastrecv" : 1410981861,
        "conntime" : 1410892663,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 418359,
        "banscore" : 0
    },
    {
        "addr" : "198.100.146.163:33442",
        "services" : "00000001",
        "lastsend" : 1410981712,
        "lastrecv" : 1410981861,
        "conntime" : 1410892698,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 418364,
        "banscore" : 0
    },
    {
        "addr" : "23.92.53.139:33442",
        "services" : "00000001",
        "lastsend" : 1410981862,
        "lastrecv" : 1410981861,
        "conntime" : 1410892764,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 418367,
        "banscore" : 0
    },
    {
        "addr" : "192.241.188.47:33442",
        "services" : "00000001",
        "lastsend" : 1410981794,
        "lastrecv" : 1410981864,
        "conntime" : 1410892816,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 418367,
        "banscore" : 0
    },
    {
        "addr" : "[2607:5300:100:100::b4]:33442",
        "services" : "00000001",
        "lastsend" : 1410981862,
        "lastrecv" : 1410981862,
        "conntime" : 1410904327,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 418877,
        "banscore" : 0
    },
    {
        "addr" : "178.221.235.61:33442",
        "services" : "00000001",
        "lastsend" : 1410981862,
        "lastrecv" : 1410981861,
        "conntime" : 1410952372,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 421302,
        "banscore" : 0
    },
    {
        "addr" : "77.120.190.129:33442",
        "services" : "00000001",
        "lastsend" : 1410981862,
        "lastrecv" : 1410981861,
        "conntime" : 1410954201,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 421372,
        "banscore" : 0
    },
    {
        "addr" : "94.180.58.239:33442",
        "services" : "00000001",
        "lastsend" : 1410981862,
        "lastrecv" : 1410980841,
        "conntime" : 1410969382,
        "version" : 60013,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "startingheight" : 422209,
        "banscore" : 0
    }
]

Only after copying this in Minerals.conf, it started to sync:

Code:
addnode=54.76.249.21:33442
addnode=178.62.10.91:33442
addnode=192.99.9.229:33442
addnode=198.100.146.163:33442
addnode=23.92.53.139:33442
addnode=192.241.188.47:33442
addnode=[2607:5300:100:100::b4]:33442
addnode=178.221.235.61:33442
addnode=77.120.190.129:33442
addnode=94.180.58.239:33442

So... haven't work on the Explorer yet. But I'd start worrying about keeping the network alive Sad
Anyone knows how to setup a dnsseed?

Virtualbox uhhhahhh Wink yeah that is the Problem i think.

I only have a few minerals. I bought very expensive. Bit I can try to find out how to make a dnsseed for this.
When you bring the explorer on an online server you will see a performance boost!

If you like we can test on mine server how the performance is there. The other explorer I am running for another coin is running quite well...

Give me a pm and we stay in contact for this.
906  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS | Developing own anon solution | on: September 17, 2014, 05:11:33 PM
Hi,

yes ABE is up and running without any problems. Now I am trying to get insight to run smooth. But I did not manage to read the blk0001.dat file. Insight is looking into a wrong folder, so I made a softlink. But then he starts loading the DB with RPC calls. But then after 4% of syncing it aborts....

He is saying the same thing:

info: status: [0%]
Reading Blockfile /home/hoshi/.Minerals/blk0001.dat [236 MB]
{ '0': 'connecting to 127.0.0.1:33442' }
Finished all files
info: status: [0%]

Looks like he is not loading anything from the dat file at all. Because of status 0%.... But nice to see, you managed to get the folder "blocks" away Smiley

I will try more.

EDIT: @HOSHIMARU  :  I have read something about insight and I came to the conclusion insight is not working for POW/POS or only POS coins. Insight only seem to support POW only coins!  I will be happy with my abe running. btw. abe is running really stable Smiley

That's very disappointing and indeed... Found something about it here: https://github.com/bitpay/insight-api/issues/18
ABE is nice but awfully slow Sad



Abe is not that slow. I think you Need to change your setup. I have installed it on my Server and it is ok.

You Need some mysql tuning! Do you still run it o your Thin Client?
907  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS | Developing own anon solution | on: September 17, 2014, 11:59:34 AM
can you list, what you need to change for this? Smiley
I don't know yet shahim.
It also need as small fix to get the right locations for the blk*.dat files from the blockchain. It looks for blocks/blk*.dat from the error log I saw yesterday. It's not much of a problem, but loading the chain using rpc is way slower than the direct access to the files. I'll look into these things tonight when I'm back home.

no problem. I have just seen your posts in abe tread and now I saw you are also investigating into insight right now like me. Seems we are working paralell. perhaps you are interested in exchanging experience to make this explorer happen. I also hold minerals and want this project to come furhter!

If you like you can pm me. Perhaps I can help with some stuff!
Thanks for your offer Smiley
Are you working with ABE?

I've booked some progress with Insight. Two files needed to be modified in order to get it to load blocks from the .dat files
Code:
> insight-bitcore@0.2.4 start /home/hoshi/insight
> INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api


    ____           _       __    __     ___          _
   /  _/___  _____(_)___ _/ /_  / /_   /   |  ____  (_)
   / // __ \/ ___/ / __ `/ __ \/ __/  / /| | / __ \/ /
 _/ // / / (__  ) / /_/ / / / / /_   / ___ |/ /_/ / /  
/___/_/ /_/____/_/\__, /_/ /_/\__/  /_/  |_/ .___/_/  
                 /____/                   /_/          

                              v0.2.4

info: insight server listening on port 3000 in development mode
info: Seeking file to:00000c639b0fbf250ba63c6ef2952dbb44bb1051324a27383b8a56fb833d8137
        FOUND Starting Block!
info: Got 0 blocks in current DB, out of 418260 block at bitcoind
info: bitcoind dataDir configured...importing blocks from .dat files
info: First file index: 0
info: Starting from:  00000c639b0fbf250ba63c6ef2952dbb44bb1051324a27383b8a56fb833d8137
info: status: [0%]
Reading Blockfile /home/hoshi/.Minerals/blk0001.dat [236 MB]
{ '0': 'connecting to 127.0.0.1:33442' }
Finished all files
info: status: [0%]
{ '0': 'connected to 127.0.0.1:33442' }


Now it's figuring out how to get transactions visible for a specific address and such :+)
Lol... It's really step by step ...

Update: created a bootstrap.dat from the up-to-date wallet. It's at 25% of loading the block chain properly in the virtual machine.

Code:
-rw------- 1 hoshi hoshi  59M Sep 16 21:45 blk0001.dat
-rw-rw-r-- 1 hoshi hoshi 237M Sep 16 20:57 bootstrap.dat
drwx------ 2 hoshi hoshi 4.0K Sep 16 21:03 database
-rw------- 1 hoshi hoshi    0 Sep 16 21:03 db.log
-rw------- 1 hoshi hoshi  15M Sep 16 21:45 debug.log
-rw-rw-r-- 1 hoshi hoshi  197 Sep 16 18:55 Minerals.conf
-rw------- 1 hoshi hoshi    5 Sep 16 21:03 Mineralsd.pid
drwx------ 2 hoshi hoshi 4.0K Sep 16 21:45 txleveldb
-rw------- 1 hoshi hoshi  80K Sep 16 21:00 wallet.dat

When it's done, I'll reload the Insight DB and hopefully get rid of these unparsed addresses.
Still having issues with it. Rebuild with the block chain version on my minipc is no good. It has no txindex=1 which seems to be a requirement :/
Insight loads the 87MB blk0001.dat (~140k blocks, up to a checkpoin?) in a blink (way too fast imo) and then returns shitty data in the explorer.

Back from scratch again...

You wouldn't want me as a crypto dev: it would take forever to get it done.

Hi,

yes ABE is up and running without any problems. Now I am trying to get insight to run smooth. But I did not manage to read the blk0001.dat file. Insight is looking into a wrong folder, so I made a softlink. But then he starts loading the DB with RPC calls. But then after 4% of syncing it aborts....

He is saying the same thing:

info: status: [0%]
Reading Blockfile /home/hoshi/.Minerals/blk0001.dat [236 MB]
{ '0': 'connecting to 127.0.0.1:33442' }
Finished all files
info: status: [0%]

Looks like he is not loading anything from the dat file at all. Because of status 0%.... But nice to see, you managed to get the folder "blocks" away Smiley

I will try more.


EDIT: @HOSHIMARU  :  I have read something about insight and I came to the conclusion insight is not working for POW/POS or only POS coins. Insight only seem to support POW only coins!  I will be happy with my abe running. btw. abe is running really stable Smiley
908  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS | Developing own anon solution | on: September 16, 2014, 03:38:45 PM
can you list, what you need to change for this? Smiley
I don't know yet shahim.
It also need as small fix to get the right locations for the blk*.dat files from the blockchain. It looks for blocks/blk*.dat from the error log I saw yesterday. It's not much of a problem, but loading the chain using rpc is way slower than the direct access to the files. I'll look into these things tonight when I'm back home.

no problem. I have just seen your posts in abe tread and now I saw you are also investigating into insight right now like me. Seems we are working paralell. perhaps you are interested in exchanging experience to make this explorer happen. I also hold minerals and want this project to come furhter!

If you like you can pm me. Perhaps I can help with some stuff!
909  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MIN] Minerals - POS | Developing own anon solution | on: September 16, 2014, 02:15:52 PM
Thank you cryptouser Smiley

I've hit a wall with Insight. The API gets the blockchain loaded and synced, but the front-end doesn't. That's strange, because it is built on that API and it is even included in the front-end, so I just had to use the same settings. Couldn't find a solution, so I opened an issue on github, as there's no support forum of any other way to contact them other than github.

It's done Cheesy


Next on the agenda:
  • Load the live block chain
  • Test different aspects
  • Alter CSS and get it to show "MIN" iso "BTC", value for block reward, ...
  • If everything's fine: host it on a VPS

Of course the coin would need revival, otherwise I don't see the point in paying for hosting Smiley

can you list, what you need to change for this? Smiley
910  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 16, 2014, 12:17:17 PM
Hello Guys,

The Development team is working hard behind the scenes , there are testers , supporters , investors working their asses off on everything perfecting , testing and most of all making Navajo a success , we are looking towards a solid future for NavajoCoin not a pump and dump one , we are looking to move up in the ladder to stand along the most successful coins , my future for NavajoCoin is to be next to Litecoin , oh well let's say Bitcoin since I'm not sure of the future of Litecoin , that is the dream of all the people working behind Navajo , While the Developer team is working behind the upcoming client releases I can assure you the path and the vision we all share are close to reality that we all live in , we are not here to make a coin, pump it and then let it die , we are all here to stay. Smiley

Hope I talked for everyone who's serious in the cryptoworld and to the hearts of everyone who share the same passion and most foremost for NavajoCoin.

Love & Light.

~SoopY~

Smiley Herewith I promise you, when you mange to bring nav first to Litecoin region I will book a flight and bring your a sixpack of german beer to your house ;-)
911  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 16, 2014, 09:54:51 AM

what is this countdown?

I think we all need to push the volume again a little bit!
912  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 14, 2014, 11:15:15 AM
lets see what kind of update package comes up with today/tomorrow!

@package you said you will work on the feedback implementation for the beta chat. offcourse this is great, but what is soopy working on then?

and i know most people dont work for free. maybe an idea to give a bounty for every progress that is made? so for example if remy can fix the synx issue, he gets xxx coins for his effrts or something similar.

what you guys think of this?

also if you devs are too busy im willing to handle the communication and marketing part. but that will only work if you guys update me on progress on a regular base. i can do this for free, no problem.

just thinking in solutions here...if you have better or other ideas let me know..

Contact sum2dev by pm to offer your help. It's always appreciated !
913  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 11, 2014, 01:15:32 PM
Yeah its not responding. Getinfo works fine


Since when? And nobody said anything?  Undecided

I think that  a tool for independent control, such as the block explorer, is not only necessary, but absolutely essential.

It will serve not only as a tool in future stages of beta testing, but also as a impartial witness during our daily transfers from the Exchange.

Do you think that a new exchange seriously would consider a coin that does not have a block explorer running?

You can also call me FUDer if you want, but let me repeat, IMHO, for me one or more block explorer functioning are of the highest priority, compared to anything else, including fix, beta or anon.

I do not know how complicated it is for Pakage, implement a block explorer on the site, but I think it is enough,
and he is already full of work to do, or if it is easier to pay another site to host block chain also NavajoCoin, asap.

Just my two cents opinion.

Bye Bye



I also thought about setting up a Explorer / Richlist for NAV. I searched for some open source projects. Does anybody know if there is a template I can use to setup an explorer?
and the explorer is not down so long. I think I took a look at it yesterday or two days ago
914  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 11, 2014, 12:04:03 PM

so the 57 million total coins is correct?

seems so. When you do "getinfo" inside the wallet, you get: moneysupply" : 57179850.29294839

The simplest solution  to know the total POW amount, or the actual amount, should be check the
block chain explorer at blk 100.000 or the last block, but i see http://cryptexplorer.com/ is not responding for me.

Someone know why?

There is another block explore currently alive?



yup seems to be down
915  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 11, 2014, 10:33:44 AM
@shahim

Half were digged in SUMv1 (swapped - 25,232,976), and other to 50,000,000 was digged in SUMv2 which was the end of the POW.

--with not many words--

thank you!

so the 57 million total coins is correct?

seems so. When you do "getinfo" inside the wallet, you get: moneysupply" : 57179850.29294839
916  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 11, 2014, 09:17:48 AM
@shahim

Half were digged in SUMv1 (swapped - 25,232,976), and other to 50,000,000 was digged in SUMv2 which was the end of the POW.

--with not many words--

thank you!
917  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 11, 2014, 07:44:56 AM
My Must have tools for Trading on Multiple Exchanges NAV / BTC

Bittrex Trading Platform - https://cryptrader.com/charts/bittrex/nav/btc - Awesome

Bittrex Exchange - https://bittrex.com/Market/Index?MarketName=BTC-NAV Live!

Poloniex Exchange - https://poloniex.com/exchange/btc_nav coming soon!

Cryptsy - https://www.cryptsy.com/markets/view/252 coming soon!

Simple Bitcoin Converter - http://preev.com/ - Also gives you current market price of BTC

Coinjar – Purchase BTC in Australia https://www.coinjar.com/

Can you guys add any tools you use.


Independent/ Reviews Articles on Navajocoin

BTCFeed - http://www.btcfeed.net/coins/navajocoin-introducing-anon-transfers-using-subchains/

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

You can grab a slow trickle of NAV under 400SATs but not much as its preety painfull. Over 400 now is where most of the coins can be got.

Should be fun in the next couple of days and week!  Wink


Hi,

there is something I do not understand:

There is the Number POW of 50 million coins. But only 25,232,976 got swapped to NAV. But there has never been a POW phase for NAV only for SUM , or am I wrong?
So my understanding is, there is a total of something above 57.000.000 coins in total when POS is ending? And actual there is an amount of around 26.000.000 coins in circulation.

Is this right? because in this article is written "Total Coins (by POW): 50,000,000"

thnx


edit: Ok, I read there had been 50.000.000 SUM2 coins generated in POW phase. Ok, but only half (25,232,976) of these coins got swapped to NAV. so we should update the Amount of coins, because it is only the half of all coins in circulations and all other coins are gone now, because swapping time is over?

Am I right?

thnx

918  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 09, 2014, 02:33:58 PM
Dammit, my NAV has been frozen on Poloniex for almost a month and I can't do anything with it.

Please fix the wallet for them!  The admins tell me I can't get it back until the wallet is fixed.

Can someone explain to me why Bittrex doesn't seem to have the problems that poloniex and cryptsy have?  Huh

Hello
Bittrex is using the previous Windows wallet, so they don't have any problems with syncing. Poloniex and Cryptsy use linux wallet, for which we are preparing the sync fix with Remy_5's help Wink
Cheers


+100000

We want it! Smiley
919  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 09, 2014, 12:32:16 PM
Dammit, my NAV has been frozen on Poloniex for almost a month and I can't do anything with it.

Please fix the wallet for them!  The admins tell me I can't get it back until the wallet is fixed.

Can someone explain to me why Bittrex doesn't seem to have the problems that poloniex and cryptsy have?  Huh

Polo tried to resync the wallet, Bittrex did not, I think. But I also read in this thread the fix is in process. Just wait a bit till SUM2Dev announces the patched wallet.

920  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Navajo Coin [NAV] - *Messaging System BETA Started* on: September 09, 2014, 09:11:13 AM
so the 0.05 is some kind of donation?

i think its a good idea. but what happens to the bought coins? im willing to donate again but only if bought coins will be send to all the devs, so sum2dev, soopy, package and remy.

Just make a PM to SUM2dev, so he opens a wallet for NAV donations and put the Adress to the foundations thread.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!