Buna, mi-am facut si eu cont pe site. Email-ul de verificare a venit cu intarziere de cateva minute, dar poate fi problema de la yahoo.
Verificarea prin SMS s-a facut foarte repede.
Butoanele pentru "send verification email", "add telephone number" si cele pentru upload ID nu au fost vizibile pana nu am dezactivat AdBlocker.
Pentru wallet aveti si versiune de linux?
Am compiled Oracold . Compressed Oracol.tar.gz se descarca aici
https://ufile.io/5utao.Nu am testat ca nu le prea am pe linux.Astep de la tine sa ne spui ce si cum (Oracold.exe in scr folder)
Adrian
Nu am reusit sa compilez.
Am primit eroarea de mai jos cand am executat comanda qmake:
root@ROG:/opt/oracol# qmake
/opt/oracol/oracol-qt.pro:10: Parse Error ('--without miniupnpc')
Error processing project file: /opt/oracol/oracol-qt.pro
Mai departe, am comentat linia cu '--without miniupnpc' din fisierul oracol-qt.pro si am dat din nou comanda qmake "USE_UPNP=1", cu erorile de mai jos:
root@ROG:/opt/oracol# qmake "USE_UPNP=1"
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.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Am incercat sa ignor erorile si am dat comanda make, dar am primit alta eroare:
g++: error: /opt/oracol/src/leveldb/libleveldb.a: No such file or directory
g++: error: /opt/oracol/src/leveldb/libmemenv.a: No such file or directory
Makefile:314: recipe for target 'oracol-qt' failed
make: *** [oracol-qt] Error 1
Am mai cautat pe net si am incercat sa compilez leveldb:
root@ROG:/opt/oracol# cd src/leveldb/
root@ROG:/opt/oracol/src/leveldb# chmod +x build_detect_platform
root@ROG:/opt/oracol/src/leveldb# make clean
root@ROG:/opt/oracol/src/leveldb# make libleveldb.a libmemenv.a
Au fost create cele doua fisiere care lipseau. Dupa aceea, am incercat sa rulez din nou comanda make, cu alte erori:
/usr/bin/ld: cannot find -lboost_system-mgw49-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw49-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw49-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw49-mt-s-1_55
collect2: error: ld returned 1 exit status
Makefile:314: recipe for target 'oracol-qt' failed
make: *** [oracol-qt] Error 1
Am comentat toate liniile de mai jos, care sunt pentru windows in fisierul oracol-qt.pro.
#BOOST_LIB_SUFFIX=-mgw49-mt-s-1_55
#BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
#BOOST_LIB_PATH=C:/deps/boost_1_55_0/boost/algorithm/string/classification.hpp
#BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
#BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
#OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1j/include
#OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1j
#MINIUPNPC_INCLUDE_PATH=C:/deps/
#MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
#QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
#QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.4/.libs
De data asta, am primit alte erori la comada make:
build/bitcoin.o:bitcoin.cpp:(.eh_frame+0xef): undefined reference to `___gxx_personality_v0'
build/bitcoingui.o:bitcoingui.cpp:(.eh_frame+0x177): undefined reference to `___gxx_personality_v0'
build/transactiontablemodel.o:transactiontablemodel.cpp:(.eh_frame+0x253): undefined reference to `___gxx_personality_v0'
build/addresstablemodel.o:addresstablemodel.cpp:(.eh_frame+0x28f): undefined reference to `___gxx_personality_v0'
build/optionsdialog.o:optionsdialog.cpp:(.eh_frame+0x1c7): undefined reference to `___gxx_personality_v0'
build/sendcoinsdialog.o:sendcoinsdialog.cpp:(.eh_frame+0x227): more undefined references to `___gxx_personality_v0' follow
collect2: error: ld returned 1 exit status
Makefile:314: recipe for target 'oracol-qt' failed
make: *** [oracol-qt] Error 1
Deocamdata m-am oprit, nu mai am alta idee.