Pages:
Author

Topic: [WDC] Worldcoin | 3.0 Flirtatious Ant Released! | Multicoin architecture - page 24. (Read 442446 times)

full member
Activity: 238
Merit: 100
Those are the "issues" i discovered in first 10 minutes of using the wbc. I checked the opengl drivers and have the latest installed. So its still some compatibility issue using win10/gtx960.
Do you know what is the average sync time from 0 blocks? I left mine opened overnight and its 28% synced. Has no one in the world yet discovered the way how to get wallets sync faster (download less data for sync)?

In the installer you can choose expert mode and download whole chain without effort (at last steps) properly hashed

Can you post screenshot please? Thanks!

After that you can just download old wallet from our site, its perfectly compatible and its very simple as you requested, we were extremely careful to maintain compatibility in case some people don't like new GUI; please do so!

EDIT: I meant to post a screenshot of the issues you are experiencing
hero member
Activity: 546
Merit: 500
Those are the "issues" i discovered in first 10 minutes of using the wbc. I checked the opengl drivers and have the latest installed. So its still some compatibility issue using win10/gtx960.
Do you know what is the average sync time from 0 blocks? I left mine opened overnight and its 28% synced. Has no one in the world yet discovered the way how to get wallets sync faster (download less data for sync)?
full member
Activity: 238
Merit: 100
Sorry to hear that's the case in your computer! sadly the wallet needs opengl 3.0 enabled cards (driver maybe needed), so the video card takes care of rendering (as every application should these days) therefore giving a lot more CPU power for validating. and doing other important stuff
Hiring is out of the question of course it doesn't make sense for a volunteer project, but we are welcoming volunteers.
Everything is designed so designers can change everything they want without knowing C++, everything is scriptable so it will make easier for people to make it look like he/she wants
We are switching to native windows in next, next  version so some of the issues you are experiencing will disappear
Gladly for us most users liked it!
Also, as my work colleague points out, its a very good sign that the only issues found for thousands of lines of scratch new code are just about GUI usability issues, very happy to hear that's the case Smiley. Thanks!
full member
Activity: 238
Merit: 100
Sorry to hear that's the case in your computer! sadly the wallet needs opengl 3.0 enabled cards (driver maybe needed), so the video card takes care of rendering (as every application should these days) therefore giving a lot more CPU power for validating. and doing other important stuff
Hiring is out of the question of course it doesn't make sense for a volunteer project, but we are welcoming volunteers.
Everything is designed so designers can change everything they want without knowing C++, everything is scriptable so it will make easier for people to make it look like he/she wants
We are switching to native windows in next, next  version so some of the issues you are experiencing will disappear
Gladly for us most users liked it!
hero member
Activity: 546
Merit: 500
Is there a simple wallet available? Thats all i need.
That WBC GUI looks like crap btw. At least under Windows OS- its horrible. The windows  are not snapping, the resize bar has only drag option, the curved edges do not fit in to sharp edges area. The menu dot colors are not harmonic and look bad, the icons are visibly too low resolution, the tooltip bubble is hard to read because of grey text in yellowish background is the worst idea ever ... etc
Please hire some graphics specialist who actually knows how to design a GUI of an application.
full member
Activity: 238
Merit: 100
Hello!
The easiest way is:
1) [Optional] If you do not know where is your blockchain located you can run WBC and open Daemon  Settings component. The variable Data Directory points to the desired location. Close the application!
2) Close Worldcoin Business Center (if running)
3) Copy your old wallet.dat where your blockchain resides (Step 1)
4) Execute Worldcoin Panel again and wait until sync is finished

NOTE 1: If you want to sync real fast, when running the installer choose expert mode and in the final stages there will be an option to download the latest blcokchain (2 GB)
NOTE 2: We do not support the option to import directly because address reuse is strongly discouraged for security reasons (The same applies with BTC, LTC and most others).

Hope you like new application!
hero member
Activity: 546
Merit: 500
Hi,

After 2 years i installed wdc again. How do i restore my wallet from .dat file? The new wallet doesnt seem to have this option.
 Huh
sr. member
Activity: 540
Merit: 251
www.Mining-Dutch.nl

Back in business.!
All bugs and problems solved and mining blocks stable.!

Hope to see you back soon.
full member
Activity: 238
Merit: 100
Where should I moved this to from poloniex?

Hello!
We are being traded in:
  rawx.io (new exchage, succesor to mcxnow)
  bleutrade.com
  www.cryptopia.co.nz
  bter.com

For high volume
   en.btc38.com  (chinese)
hero member
Activity: 804
Merit: 500
DAO ↔ DApp
Where should I moved this to from poloniex?
full member
Activity: 238
Merit: 100
I didn't fuck up because the instructions to compile are very clear inside the Documents folder.
Including the source code of libraries into the repo tree is a bad idea  long term because the person compiling needs to check the best versions suitable so many bugs maybe solved from the used libraries.
Otherwise it completely defeats the purpose of the library in the first place.
Long story short, you need to compile the libraries listed inside the Documents folder first.

libmng.so.1 It's a stupid dependence from a plugin from Qt, you may have the library version 2 (libmng.so.2), just soft link it to libmng.so.1
I am reading many issues you have that would be solved if you read the documentation
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
ader@UbuntuHP:~/Downloads$ ./WorldcoinBC
./WorldcoinBC: error while loading shared libraries: libmng.so.1: cannot open shared object file: No such file or directory

Where's that lib come from?
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
rpcrawtransaction.cpp:242:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of 'sizeof' to incomplete type 'boost::STATIC_ASSERTION_FAILURE'
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:186: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1


huh?
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
This is the third coin I've now come across in the last couple weeks that the devs were sloppy with their source code..


WDC
STRAT
VTR

All had something f'd up in their source that caused a failed compile...

what's going on with this...
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
ok i know what the problem is....

the files it can't find aren't in the source, come on dev, you know better than this :/

I just copied the missing file to the source directly and it worked, but now it's missing

/tmp/WorldcoinDaemon/Source/miniwget.h:11:22: fatal error: declspec.h: No such file or directory
compilation terminated.
makefile.unix:186: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1

lol this is gonna be pia today

Yep so to correct this problem:

at terminal type:

cp /usr/include/miniupnpc/* /WorldcoinDaemon/Source/         

hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
ok i know what the problem is....

the files it can't find aren't in the source, come on dev, you know better than this :/

I just copied the missing file to the source directly and it worked, but now it's missing

/tmp/WorldcoinDaemon/Source/miniwget.h:11:22: fatal error: declspec.h: No such file or directory
compilation terminated.
makefile.unix:186: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1


lol this is gonna be pia today
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
net.cpp:18:22: fatal error: miniwget.h: No such file or directory
compilation terminated.
makefile.unix:186: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
miniwget.h is from upnp library, search your distribution (ubuntu?) for development version.
This may help
Code:
sudo apt-get install libqt4-dev libminiupnpc-dev

ader@UbuntuHP:~$ apt-file search miniwget.h
libminiupnpc-dev: /usr/include/miniupnpc/miniwget.h


Have it. so why is it not finding it?
sr. member
Activity: 259
Merit: 250
miniwget.h is from upnp library, search your distribution (ubuntu?) for development version.
This may help
Code:
sudo apt-get install libqt4-dev libminiupnpc-dev
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
i've d/l the worldcoindaemon and worldcoinpanel (WorldcoinBC) from https://worldcoin.global/worldcoin-3-0-released/ for linux

however when executing the file i get this error:

ader@UbuntuHP:~/Downloads$ ./WorldcoinBC
./WorldcoinBC: error while loading shared libraries: libmng.so.1: cannot open shared object file: No such file or directory

Please assist.

Also when compiling the daemon from the repo linked on that page it fails with an error unable to find miniwget.h Huh

the only repo that works for compiling the wdc daemon is https://github.com/worldcoinproject/worldcoin-v0.8


berzeck if possible please come to rawx chat. or list the correct git sources here for me thank you.

I do know rawx is running the daemon from the worldcoinproject repo and that's working fine. is there any difference with the one d/l from worldcoin.global?

Those of us that run only daemons on ubuntu servers, need a bootstrap available we can't d/l from the WorldcoinBC.

I'm making a bootstrap soon that I'm syncing currently. Or hopefully someone will make one available.
Pages:
Jump to: