Show Posts
|
Pages: [1]
|
Yah, you guys should really make a bootstrap file available for dl. i keep having to do the resync lately and i have to shut down all other processes on that system for like a day. btw your website is down now.. hope it's because many are interested in navcoin now. let's get this segwit thing done on nav while the chinese miners are still jerking around with ltc!
Are you using wallet version 4.0.1.1? There were issues with 4.0 and 4.0.1, but 4.0.1.1 has been working seamlessly with no mention of a need for bootstrapping. My suggestion is to let the wallet sync itself. It is pretty quick now.
|
|
|
The wallet is stuck at block 575980 and no matter the conf file changes:
ERROR: AcceptBlock() : rejected by hardened checkpoint lock-in at 575981
Hi mate, Just download the blockchain data from here: http://navcoin.org/downloadsFollow the guide ''Bootstrapping the Blockchain here: http://navcoin.org/guidesGood luck! No luck, it stays at block 633131, no sync progress and ~190.00 %CPU load. Check if your partition has enough space.
|
|
|
This really is cutting edge stuff. I'm impressed. My guess is that when everyone realizes that the stability of there anon server is proportional to the content of their wallet, there may be a gold rush to acquire cheap NAVCOINS or NAVCOINS at any price!
|
|
|
I bank with NAVCOIN. 
|
|
|
...
there seems to be a bug in the Windows wallet. If the wallet is unlocked for staking only it does not allow the creation of new transactions. To create a new transaction the wallet must be locked and then completely unlocked again - then it is possible
I don't consider that a bug. It is a safety feature that stops your coins from being stolen while you are asleep staking. I feel very safe knowing that no-one, not even myself, can send my coins without entering the passcode while the wallet is unlocked for staking only. I would agree if it would be required to enter the passphrase again to create a transaction. But it is necessary first to lock and then to unlock the whole wallet. That cannot be intentional. Its clearly a bug (even a minor one) It saves an extra line of code, which is another possible point of failure. If(and(wallet is unlocked for staking only,anything else)) and(unlock wallet, do something) I prefer, lock wallet, unlock wallet. Both subroutines are tried and tested.
|
|
|
Hey guys updated my wallet to 3.7 and sent some coins to Bittrex few hours ago, still shows unconfirmed in wallet and not showing in Bittrex. Anything wrong with with wallet currently or is this amount of time normal?
Make sure you can find the tx id in the Blockchain: https://chainz.cryptoid.info/nav/If you see it: Contact Bittrex. If you don't see it: Check the block # in :https://chainz.cryptoid.info/nav/ and compare with your wallet in: ''Help'' "Debug'' in the QT wallet. If you are in the right blockchain: back up wallet.dat and reinstall wallet + nodes + blockchain. Follow the guides in previous posts. Good Luck! Remember to back up : wallet.dat Ive always had problems sending since 3.5.0 if I have been staking it won't send? Fix for me is to exit Navcoin app and restart it after say 30 seconds and then it sends fine for some reason. (both pc and OS X versions do the same) there seems to be a bug in the Windows wallet. If the wallet is unlocked for staking only it does not allow the creation of new transactions. To create a new transaction the wallet must be locked and then completely unlocked again - then it is possible I don't consider that a bug. It is a safety feature that stops your coins from being stolen while you are asleep staking. I feel very safe knowing that no-one, not even myself, can send my coins without entering the passcode while the wallet is unlocked for staking only.
|
|
|
FYI - my poloniex deposits have just gone through.
|
|
|
Greetings folks. I have my new navcoin wallet working niceley (64bit linux mint 18), and I would like to move some of my navcoins from spendable into stake. My navcoin.inf file has staking=1. What else do I have to do? Cheers.
Just make sure your wallet is either unlocked or "unlocked for staking". You can unlock for staking through the gui menu  Thanks Pakage. What criteria needs to be met for the coins to appear in Stake? Cheers
|
|
|
Greetings folks. I have my new navcoin wallet working niceley (64bit linux mint 18), and I would like to move some of my navcoins from spendable into stake. My navcoin.inf file has staking=1. What else do I have to do? Cheers.
|
|
|
Greetings folks. The navcoin blockchain data download appears to be 3 weeks old. 1 Can someone point me in the direction of a more current blockchain? 2 How long roughly does it take to sync the missing 3 weeks? Cheers.
|
|
|
Greetings folks. Where does the wallet reside in linux? Cheers
|
|
|
Greetings folks. 1 Is there a "How to" on adding nodes to the wallet running linux? 2 Where does the downloaded blockchain file reside in linux? Cheers.
Hi, Normal the data working directory is inside the home directory of the user you have started the wallet. So in standard it should be ~/.navcoin2/ . Inside that directory you have to put the navcoin.conf file. Inside that file you can add lines like addnode= You can find addnodes at our blockexplorer under chainz.cryptoid.info/nav/ inside the network section there is a button called nodelist. copy paste that into the navcoin.conf. I Don have all the other content right now. You also should specify username amd so on. Inside that directory you also unzip the blockchain data! I hope that helped you! Regards Shahim Thanks Shahim. Blockchain is now 3 weeks behind with multiple active connections to navcoin network. There was no existing file called navcoin.conf in ~/.navcoin2, so I have created one. Is this correct? I also need you to clarify "username and so as" because my newly created navcoin.conf only contains the nodelist. Cheers
|
|
|
Greetings folks. 1 Is there a "How to" on adding nodes to the wallet running linux? 2 Where does the downloaded blockchain file reside in linux? Cheers.
|
|
|
Greetings folks. I am attempting to install the linux wallet. After qmake, I get this message.
Project MESSAGE: Building with DBUS (Freedesktop notifications) support Project MESSAGE: Building with UPNP support Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized.
Distro : Ubuntustudio. (same message using mint)
Cheers.
Hi, Please go through these points. http://bitcoin.stackexchange.com/questions/28399/why-i-obtain-this-error-trying-to-compile-this-walletHave you done "make"? How is compilation going? And check if all packages are installed properly Regards Shahim Thanks Shahim. After running make, these few lines at the end. (ubuntustudio 32bit on a 64bit machine) /usr/bin/ld: build/txdb-leveldb.o: file class ELFCLASS64 incompatible with ELFCLASS32 /usr/bin/ld: final link failed: File in wrong format collect2: error: ld returned 1 exit status Makefile:741: recipe for target 'navcoin-qt' failed make: *** [navcoin-qt] Error 1 Cheers. It seems your leveldb is somehow not working or in 64bit? There is the problem! Can you go to src/obj and delete all files. Try to make clean and recompile. Where there missing libraries? Regards Thanks Shahim. The 32 bit distro on 64 bit machine has been shelved for now. I have managed to get the wallet to execute using 64 bit Mint. (Sync is 19 weeks behind). Seems to sit on 0 active connections to network. Cheers.
|
|
|
Greetings folks. I am attempting to install the linux wallet. After qmake, I get this message.
Project MESSAGE: Building with DBUS (Freedesktop notifications) support Project MESSAGE: Building with UPNP support Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized.
Distro : Ubuntustudio. (same message using mint)
Cheers.
Hi, Please go through these points. http://bitcoin.stackexchange.com/questions/28399/why-i-obtain-this-error-trying-to-compile-this-walletHave you done "make"? How is compilation going? And check if all packages are installed properly Regards Shahim Thanks Shahim. After running make, these few lines at the end. (ubuntustudio 32bit on a 64bit machine) /usr/bin/ld: build/txdb-leveldb.o: file class ELFCLASS64 incompatible with ELFCLASS32 /usr/bin/ld: final link failed: File in wrong format collect2: error: ld returned 1 exit status Makefile:741: recipe for target 'navcoin-qt' failed make: *** [navcoin-qt] Error 1 Cheers.
|
|
|
Greetings folks. I am attempting to install the linux wallet. After qmake, I get this message.
Project MESSAGE: Building with DBUS (Freedesktop notifications) support Project MESSAGE: Building with UPNP support Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized.
Distro : Ubuntustudio. (same message using mint)
Cheers.
|
|
|
|