sam_adams
Newbie
Offline
Activity: 4
Merit: 0
|
|
December 07, 2014, 04:07:32 AM |
|
Thanks, Pakage. You must have been answering while I was editing in that last line (gnu/linux, ubuntu, trusty, openbox, 64 bit). I'm not scared of compiling. I'm a cryptocurrency-noob, not an IT-noob. But I am a little surprised, and a wee bit concerned, that there is no gpg/pgp signed hash for the zip. I would think a community interested in this kind of software would be more security conscious. Not just because it's dealing with something very similar to money, but also because it is something that threatens the self-interests of the powers that be. Am I missing something?
|
|
|
|
pakage
|
|
December 07, 2014, 05:44:50 AM Last edit: December 07, 2014, 05:57:55 AM by pakage |
|
That's a great idea to sign the zip files. I'll discuss it with the other guys and try work this into our next release cycle. In terms of compiling for linux, there's no zip, you can clone the source from Soopy's github: https://github.com/sherlockcoin/navajocoinHere's some compiling instructions Shahim wrote for Raspberry Pi, which should hopefully be similar to what you require: https://bitcointalk.org/index.php?topic=679791.msg9545993#msg9545993The main guts of the instructions are: 1. apt-get update 2. apt-get install libdb++-dev 3. apt-get install build-essential libssl-dev libdb5.1-dev libdb5.1++-dev libboost-all-dev git 4. git clone http://www.Github.com/sherlockcoin/navajocoin5. cd navajocoin/src 6. mkdir obj 7. chmod 755 leveldb/build_detect_platform 8. make -f makefile.unix USE_UPNP=- That should make the navajocoind daemon. Never tried on a arm but should work. You should have now a file called "navajocoind" in src folder. That is your wallet. You need to create a ".summercoinv2" folder in (I guess) /root/ and put the summercoinv2.conf there. You can also try to copy the blockchain data into that folder... could work out. Just try to start. If it works you can try with your wallet. I'm not entirely sure what the steps are to compile the GUI wallet from command line like this. I use QT editor to compile the GUI on Ubuntu. If you use QT editor, make sure you go into the project build settings and in the build steps drop down, add the additional argument "USE_UPNP=-". I've also found it necessary on my setup to loosen the permissions of the whole navajocoin folder and its recursive directories so that when the project compiles it can make directories and over write files if necessary. I'll talk to Shahim when he's online and see if he can write some steps to compile the linux GUI wallet from command line for you since he's our resident linux expert. Hopefully this helps for now. Cheers, Pakage.
|
█ | ████████████████████████████████████ ██████████████████████████████████ ████████████████████████████████ ██████████████████████████████████ ████████████████████████████████████ | █ | NAV COIN ▪ ANONYMOUS SUBCHAIN TRANSACTIONS ▪ NAVCOIN.ORG ▪ BITCOINTALK.ORG |
|
|
|
pakage
|
|
December 07, 2014, 06:13:37 AM |
|
I've just had a play from command line and it seems like the steps are the same as above, except for step 8 you can run the following command from the initial navajocoin directory:
8. qmake NavajoCoin-qt.pro -r -spec linux-g++-64 USE_UPNP=-
9. make -f Makefile USE_UPNP =-
I think you'll need to install QT creator to get the qmake command to work, as well as the QT default libraries. I can't quite remember, it's been ages since i setup a fresh environment.
Have a crack at it and if you can't get it working, we'll get Shahim on the case and write up some official guides for the website.
Cheers
|
█ | ████████████████████████████████████ ██████████████████████████████████ ████████████████████████████████ ██████████████████████████████████ ████████████████████████████████████ | █ | NAV COIN ▪ ANONYMOUS SUBCHAIN TRANSACTIONS ▪ NAVCOIN.ORG ▪ BITCOINTALK.ORG |
|
|
|
hashforce101
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
December 07, 2014, 12:09:39 PM |
|
|
|
|
|
tahou
|
|
December 07, 2014, 06:44:35 PM |
|
just to be sure: os x version is still 2.0.3 even after update? it's staking and works, but it tells me to be 2.0.3...
thx in advance...
|
|
|
|
shahim
Legendary
Offline
Activity: 1082
Merit: 1002
|
|
December 07, 2014, 07:34:45 PM |
|
just to be sure: os x version is still 2.0.3 even after update? it's staking and works, but it tells me to be 2.0.3...
thx in advance...
Where did you download? Sure you have the new downloaded? Strange because when I started it says 2.04
|
|
|
|
tahou
|
|
December 07, 2014, 08:13:43 PM |
|
just to be sure: os x version is still 2.0.3 even after update? it's staking and works, but it tells me to be 2.0.3...
thx in advance...
Where did you download? Sure you have the new downloaded? Strange because when I started it says 2.04 i downloaded from the link posted here:https://www.dropbox.com/s/7kaoipph7yp2ima/Navajocoin-Qt.dmg?dl=0 . the wallet changed sligtly and is working flawlessly, but shows in the "about" segment the following: NavajoCoin Version v2.0.3.0-UT-ZAH hope everything is how it should
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
December 07, 2014, 10:02:31 PM |
|
just to be sure: os x version is still 2.0.3 even after update? it's staking and works, but it tells me to be 2.0.3...
thx in advance...
Where did you download? Sure you have the new downloaded? Strange because when I started it says 2.04 i downloaded from the link posted here:https://www.dropbox.com/s/7kaoipph7yp2ima/Navajocoin-Qt.dmg?dl=0 . the wallet changed sligtly and is working flawlessly, but shows in the "about" segment the following: NavajoCoin Version v2.0.3.0-UT-ZAH hope everything is how it should Mine is NavajoCoin Version v2.0.4.0-UT-ZAH
|
|
|
|
tahou
|
|
December 07, 2014, 10:15:00 PM |
|
strange.
and you downloaded the wallet from the website?
thx
|
|
|
|
Ginger Ninja
Sr. Member
Offline
Activity: 373
Merit: 250
They walk among us...
|
|
December 07, 2014, 10:24:33 PM |
|
just to be sure: os x version is still 2.0.3 even after update? it's staking and works, but it tells me to be 2.0.3...
thx in advance...
Where did you download? Sure you have the new downloaded? Strange because when I started it says 2.04 i downloaded from the link posted here:https://www.dropbox.com/s/7kaoipph7yp2ima/Navajocoin-Qt.dmg?dl=0 . the wallet changed sligtly and is working flawlessly, but shows in the "about" segment the following: NavajoCoin Version v2.0.3.0-UT-ZAH hope everything is how it should Mine is NavajoCoin Version v2.0.4.0-UT-ZAH Same here 2.0.4.0 UT ZAH Downloaded from link in this thread (Not website)
|
|
|
|
tahou
|
|
December 07, 2014, 11:07:54 PM |
|
just to be sure: os x version is still 2.0.3 even after update? it's staking and works, but it tells me to be 2.0.3...
thx in advance...
Where did you download? Sure you have the new downloaded? Strange because when I started it says 2.04 i downloaded from the link posted here:https://www.dropbox.com/s/7kaoipph7yp2ima/Navajocoin-Qt.dmg?dl=0 . the wallet changed sligtly and is working flawlessly, but shows in the "about" segment the following: NavajoCoin Version v2.0.3.0-UT-ZAH hope everything is how it should Mine is NavajoCoin Version v2.0.4.0-UT-ZAH Same here 2.0.4.0 UT ZAH Downloaded from link in this thread (Not website) just to be sure. could you please post the link here? thx.
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
December 07, 2014, 11:48:30 PM |
|
just to be sure: os x version is still 2.0.3 even after update? it's staking and works, but it tells me to be 2.0.3...
thx in advance...
Where did you download? Sure you have the new downloaded? Strange because when I started it says 2.04 i downloaded from the link posted here:https://www.dropbox.com/s/7kaoipph7yp2ima/Navajocoin-Qt.dmg?dl=0 . the wallet changed sligtly and is working flawlessly, but shows in the "about" segment the following: NavajoCoin Version v2.0.3.0-UT-ZAH hope everything is how it should Mine is NavajoCoin Version v2.0.4.0-UT-ZAH Same here 2.0.4.0 UT ZAH Downloaded from link in this thread (Not website) just to be sure. could you please post the link here? thx. WINDOWS WALLET LINK: https://www.dropbox.com/s/v9l59fp2npg3yhn/NavajoCoin%202.0.4%20Windows%20Wallet%20HARDFORK%20Update2.zip?dl=0
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
December 07, 2014, 11:51:41 PM |
|
LINK WAS POSTED ON THIS PAGE. IT CAN BE ACCESSED BY CLICKING THE WINDOWS ICON: Official Navajo Coin Wallet Update (HardFork) SYNCFIX UPDATE2Dear Navajo Coin Community! THIS IS A SECOND UPDATE INCLUDING THE SYNCFIX AND THE MAC OS X WALLET!!
PLEASE UPDATE TO THE LATEST WALLET TO BE SURE TO BE UP TO DATE!
Please download & update Your Navajo Coin wallet from here:
WINDOWS:
LINUX:MAC OS:UPDATED GITHUB:
This is a mandatory client update and that everyone needs to update their clients as soon as possible!
In this Update we are fixing the recent staking issues as well as preventing time bomb attacks and we have integrated strict checks and validations for timestamps used. This update consists of blockchain security updates as well as enhancements retargets and in prevention of blockchain freezes to allow a smooth operation of staking and as well as of the blockchain propergation.
This is a mandatory client update and that everyone needs to update their clients as soon as possible!
Do not not to send or receive any coins without updating your client!
Thank You all for Your great support and stay tuned! Cheers
- Navajo Coin Development Team; soopy452000
|
|
|
|
blackened515
|
|
December 08, 2014, 07:50:30 AM |
|
Why NAV price is still slowly dying?
|
|
████▄██████████▄ ███▄████████████ ▄███▀ ████ ████ ████ ▀███▄ ███▀████████████ ████▀██████████▀ |
▄██████████▄ ████████████ ███████████▀███▄ ████████████████ ████████████████ ████████████████ ▀███▄███████████ ████████████████ ████▀██████████▀ |
▄██▄█████████▄██▄ ▀████▄█████▄████▀ ▀████▄█▄████▀ ███████████ ▄████▀█████▀████▄ █████████████████ █████████████████ █████████████████ ▀███████████████▀
|
▄███████████████▄ █████████████████ ████▀███▀██████▀ ███████▄█████▀ ████▄▄██████████▄ █▀▀██████▀███████ █▄██████▄███▄████ █████▀███████████ ▀██▀███▀████████▀ |
████▄███████████ ████████████████ ▄███▀███████████ ████████████████ ████████████████ ████████████████ ███████████▄███▀ ████████████ ▀██████████▀ | | | | ████████ ██ ██ ██ ██ ██ ██ ██ ██ | |
██ ██ ██ ██ ██ ██ ██ ██ ████████
| | | . [ [ [ | | . ] ] ] | | | | . Listed on
| | BINANCE KUCOIN Gate.io | | |
|
|
|
gorian
|
|
December 08, 2014, 09:28:52 AM |
|
Why NAV price is still slowly dying?
Because we do not have clear idea of how far things have reached. And uncertainty is "key" for dump! For now I am carefully optimistic, but things in the crypto world can turn for a moment!
|
|
|
|
chemal
|
|
December 08, 2014, 01:36:45 PM |
|
Why NAV price is still slowly dying?
People dont have enough patience .Its difficult I know but sometimes its nice to try. Nowadays in the cryptoworld there are so many scam coins ,dishonest devs and other problems. Everything makes that people are frightened and dont have enough faith to invest money.And its a shame because profit will be great
|
|
|
|
shahim
Legendary
Offline
Activity: 1082
Merit: 1002
|
|
December 08, 2014, 02:52:51 PM |
|
Hi, to all MAC user: I am sorry, I made a typo mistake while uploading the MAC wallet! Please download the wallet from here: https://www.dropbox.com/s/7kaoipph7yp2ima/Navajocoin-Qt.dmg?dl=0When Downloading, the file should be called "NavajoCoin-Qt.dmg" (with capital C"oin") . I apologies for the inconvenience! shahim
|
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
December 08, 2014, 08:07:54 PM |
|
Dear Faithful Navajo Fans,
We have so many things aligned for the Christmas just for you and all in all a few surprises too. Anyhow I'm not going to particularly focus on the FUD around here and there and everywhere but just wanted to come out here and say whatever they maybe they won't be a hindrance to the path that we have set forth and they won't be an obstacle for the Development Team as well as the Community , it will not be preventing all that we want to achieve. These negative FUD will only make us stronger and wouldn't affect us or the team spirit or community spirit even the slightest.
Have Faith and Have Faith again , be strong hearted for this ride is well worth it.
~SoopY~
|
|
|
|
paycum
|
|
December 08, 2014, 08:39:04 PM |
|
Thanks Soopy! Hope we will get a nice surprise with christmass
|
|
|
|
chemal
|
|
December 08, 2014, 08:44:51 PM |
|
Thank you Soopy !Hope this Christmas will be amazing with Navajo coin
|
|
|
|
|