Jeff Jefferson
|
|
August 21, 2014, 05:45:45 PM |
|
Sync Wallet 1.1.0 LaunchVersion 1.1.0 has been moved out of beta and into alpha! Thanks to everyone who took part, gave it a test run, pls install newest update if you did Beta. Get your new Sync wallet for Mac, Linux and Windows today:http://syncfund.com/wallets.html New Github source is here:https://github.com/MsCollec/Sync2Main change in Beta is that we realized open IRC was too much of a security risk so it had to be disabled. Beyond that, there were a few node fixes and some polishing but everything went relatively smooth. No need to delete anything or create any new files, simply download, unzip and run the Wizard. It was redesigned to be simple to install and run first and foremost. But this is just the beginning, we are working a new wallet feature that Im sure people will LOVE. Something new to crypto. May be complete as soon as next week. Stay tuned! Good Job, nice update and it 's perfect jesus it's a good looking wallet! and totally easy to install! thank you guys! always a pleasure to see professional players in the crypto game!
|
|
|
|
bCraft
Newbie
Offline
Activity: 21
Merit: 0
|
|
August 21, 2014, 09:48:33 PM |
|
Hi here, Trying to compile the new wallet which looks lovely but as usual I have errors (linux ). I'm on Ubuntu 12.04 and all my libs are good. So "sudo qmake" runs well (though it couldn't find Sync.png because it was written sync.png) but "sudo make" stops at the very beginning with the following error : cd /home/***/sync/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a /bin/sh: 1: ./build_detect_platform: Permission denied I have no technical knowledge in linux so I don't know what to do but I don't understand why I have a permission denied when I run the command with "sudo". Thanks for the help
|
|
|
|
ymod123
|
|
August 21, 2014, 10:40:55 PM |
|
My wallet v1.0.3.0 still works great Do I need the newest wallet?
|
|
|
|
sovie
|
|
August 21, 2014, 11:23:13 PM |
|
great wallet nice
|
|
|
|
youngg
|
|
August 21, 2014, 11:40:26 PM |
|
My wallet v1.0.3.0 still works great Do I need the newest wallet?
Yes
|
|
|
|
ymod123
|
|
August 21, 2014, 11:54:55 PM |
|
My wallet v1.0.3.0 still works great Do I need the newest wallet?
Yes okay thanks!
|
|
|
|
ymod123
|
|
August 22, 2014, 12:00:13 AM |
|
wow...nice wallet!
|
|
|
|
Biomech
Legendary
Offline
Activity: 1372
Merit: 1022
Anarchy is not chaos.
|
|
August 22, 2014, 03:28:55 AM |
|
Hi here, Trying to compile the new wallet which looks lovely but as usual I have errors (linux ). I'm on Ubuntu 12.04 and all my libs are good. So "sudo qmake" runs well (though it couldn't find Sync.png because it was written sync.png) but "sudo make" stops at the very beginning with the following error : cd /home/***/sync/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a /bin/sh: 1: ./build_detect_platform: Permission denied I have no technical knowledge in linux so I don't know what to do but I don't understand why I have a permission denied when I run the command with "sudo". Thanks for the help This is a very common mistake in github. It's also easy to fix, and then you will get two more errors. Here's how to fix all three. from your sync git directory (Sync2 if default): cd src/leveldb sudo chmod +x build_detect_platform cd .. sudo mkdir obj sudo mkdir obj/zerocoin That will fix the makefile errors.
|
|
|
|
InfN8Void
Member
Offline
Activity: 101
Merit: 10
Don't let your humanity get lost in the void.
|
|
August 22, 2014, 04:56:42 AM Last edit: August 22, 2014, 05:33:19 AM by InfN8Void |
|
Are there any plans to bring Nitesend back to this coin? Once this coin blows up, that is an important feature, at least it is to me. I'd like to be able to send a coin that is worth multiple Bits anonymously.
|
"May you forge your coins from nothingness and may they never be worth nothing." - Anonymous Miner
|
|
|
DStefanov
|
|
August 22, 2014, 06:19:48 AM |
|
Install the new Sync Wallet 1.1.0 and I must say that I am delighted with the interface, functions and work! Well done guys, the best wallet crypto world.
|
|
|
|
Biomech
Legendary
Offline
Activity: 1372
Merit: 1022
Anarchy is not chaos.
|
|
August 22, 2014, 06:37:51 AM |
|
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue? build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’ label_2->setTextFormat(Qt::LogText); ^ make: *** [build/overviewpage.o] Error 1
|
|
|
|
bart12345
Newbie
Offline
Activity: 1
Merit: 0
|
|
August 22, 2014, 08:39:11 AM |
|
I just got sync to #1 on btc38 Lets keep it that way!
|
|
|
|
andromeda66
Member
Offline
Activity: 89
Merit: 10
|
|
August 22, 2014, 08:44:23 AM |
|
Brought to your honest attention! BTC38 Votes:
|
|
|
|
youngg
|
|
August 22, 2014, 02:46:52 PM |
|
I just got sync to #1 on btc38 Lets keep it that way!
Great job! Well done, we need everyone to pitch in here and there. How about a Chinese translator/moderator? Anyone?
|
|
|
|
tom14cat14
|
|
August 22, 2014, 03:15:42 PM |
|
I just got sync to #1 on btc38 Lets keep it that way!
Great job! Well done, we need everyone to pitch in here and there. How about a Chinese translator/moderator? Anyone? Great job and lets keep it that way.
|
|
|
|
youngg
|
|
August 22, 2014, 05:47:23 PM |
|
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue? build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’ label_2->setTextFormat(Qt::LogText); ^ make: *** [build/overviewpage.o] Error 1
Ubuntu Linux compile Sync QT Wallet Instructions1- sudo apt-get update 2- sudo apt-get dist-upgrade 3- sudo apt-get install g++ libboost-all-dev qt4-qmake libqt4-dev build-essential libssl-dev libdb5.1-dev libdb5.1++- libcurl4-openssl-dev 4- qmake USE_UPNP=- 5- make
|
|
|
|
Biomech
Legendary
Offline
Activity: 1372
Merit: 1022
Anarchy is not chaos.
|
|
August 22, 2014, 06:08:56 PM |
|
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue? build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’ label_2->setTextFormat(Qt::LogText); ^ make: *** [build/overviewpage.o] Error 1
Ubuntu Linux compile Sync QT Wallet Instructions1- sudo apt-get update 2- sudo apt-get dist-upgrade 3- sudo apt-get install g++ libboost-all-dev qt4-qmake libqt4-dev build-essential libssl-dev libdb5.1-dev libdb5.1++- libcurl4-openssl-dev 4- qmake USE_UPNP=- 5- make Only part of that I didn't do was step 4. Has UPNP been removed, as I do have the proper dependencies for it. I have compiled well over a hundred wallets without this error I'll try it without UPNP when I get home and let you know.
|
|
|
|
youngg
|
|
August 22, 2014, 06:53:21 PM |
|
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue? build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’ label_2->setTextFormat(Qt::LogText); ^ make: *** [build/overviewpage.o] Error 1
Ubuntu Linux compile Sync QT Wallet Instructions1- sudo apt-get update 2- sudo apt-get dist-upgrade 3- sudo apt-get install g++ libboost-all-dev qt4-qmake libqt4-dev build-essential libssl-dev libdb5.1-dev libdb5.1++- libcurl4-openssl-dev 4- qmake USE_UPNP=- 5- make Only part of that I didn't do was step 4. Has UPNP been removed, as I do have the proper dependencies for it. I have compiled well over a hundred wallets without this error I'll try it without UPNP when I get home and let you know. From dev: "His version of QT needs to do this: try to find in this .ui file string “Qt::LogText” and change it – Qt::TextFormat"
|
|
|
|
Biomech
Legendary
Offline
Activity: 1372
Merit: 1022
Anarchy is not chaos.
|
|
August 22, 2014, 07:05:06 PM |
|
Now I'm having a compiling issue. I'm getting the following error. Anybody have a clue? build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’ label_2->setTextFormat(Qt::LogText); ^ make: *** [build/overviewpage.o] Error 1
Ubuntu Linux compile Sync QT Wallet Instructions1- sudo apt-get update 2- sudo apt-get dist-upgrade 3- sudo apt-get install g++ libboost-all-dev qt4-qmake libqt4-dev build-essential libssl-dev libdb5.1-dev libdb5.1++- libcurl4-openssl-dev 4- qmake USE_UPNP=- 5- make Only part of that I didn't do was step 4. Has UPNP been removed, as I do have the proper dependencies for it. I have compiled well over a hundred wallets without this error I'll try it without UPNP when I get home and let you know. From dev: "His version of QT needs to do this: try to find in this .ui file string “Qt::LogText” and change it – Qt::TextFormat" Just got home. I'll do that in a few minutes and let y'all know.
|
|
|
|
HasHe
|
|
August 22, 2014, 07:31:21 PM Last edit: August 22, 2014, 07:43:47 PM by HasHe |
|
My wallet hasnt been synced in a while and it doesnt seem to wanna sync now. I have the latest wallet version, could anyone help me?
|
|
|
|
|