Post
Topic
Board Announcements (Altcoins)
Re: [ANN]USDE-Unitary Status Dollar Ecoin- Safe,Secure,Simple- Now listed on Yobit
by
owner232
on 29/10/2017, 17:48:01 UTC

What to fill  in ''New USDE Wallet address *'' ? in this form. Can I allready have a new USDE address?

https://github.com/owner232/usde-master/releases/download/v1.0.0/USDE-Offical-RC1-WM.zip

That is the new windows wallet

And what's about Linux? Have a problem compiling this:

Code:
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
../share/genbuild.sh: line 33: obj/build.h: No such file or directory
../share/genbuild.sh: line 34: obj/build.h: No such file or directory
make: *** [makefile.unix:166: obj/build.h] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Assembler messages:
Assembler messages:
Assembler messages:
Fatal error: Fatal error: can't create obj/alert.o: No such file or directorycan't create obj/netbase.o: No such file or directoryFatal error:
can't create obj/addrman.o: No such file or directory

Fatal error: can't create obj/checkpoints.o: No such file or directory

In /doc/build-unix.txt
It has the answer you are looking for and what commands to use to build

mkdir -p obj/zerocoin
mkdir -p src/leveldb/build_detect_platform‏
chmod +x src/leveldb/build_detect_platform‏
cd src/
mkdir obj
make -f makefile.unix            # Headless USDE


This was tested only on ubuntu