Pages:
Author

Topic: (XF₲) Fuego 🔥 Decentralized Privacy Banking Network (POW) - page 15. (Read 33310 times)

jr. member
Activity: 414
Merit: 8
🔥
added request to Altex exchange.

I compiled the command line wallet and it is working fine.
Getting error for GUI wallet compilation. Can anyone help me ?
Getting below error -


You have called ADD_LIBRARY for library qrencode without any source files. This typically indicates a problem with your CMakeLists.txt file
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   date_time
--   filesystem
--   program_options
--   regex
--   serialization
--   system
--   thread
--   chrono
--   atomic
CMake Warning (dev) at CMakeLists.txt:253 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "DRÆGONGLASS" is reserved or not valid for certain CMake
  features, such as generator expressions, and may result in undefined
  behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
CMake Error: Cannot determine link language for target "qrencode".
CMake Error: CMake can not determine linker language for target: qrencode
-- Generating done



I"m not sure if its required, but when I'm building from source, I'll cd into libqrencode folder and do a quick "git pull"
It should pull from the source thats listed in .gitsubmodules


@cryptonomicon And yes Cmake is much more of a bitch about Æ...and all characters in general. I'll make a note of changing to DRAGONGLASS in the readme.

--edit  went ahead and just changed it in the source config to DRAGONGLASS

https://github.com/ZirtysPerzys/DRGL-wallet/releases
jr. member
Activity: 414
Merit: 8
🔥
make sure that your daemon is running with this listed at the top as it starts.

dragonglass v1.3.2.414 Longclaw Release (449b6e9)
jr. member
Activity: 414
Merit: 8
🔥
Of course I will pay my tribute to the hard workers!!!
Hail to the King in the North!! Smiley
{WS}

Without a doubt my lord! You have set the bar for DRGL development donation! Cool
jr. member
Activity: 414
Merit: 8
🔥
{WindowSlayer} have you got the wallet to synch properly ?
copper member
Activity: 129
Merit: 2
Of course I will pay my tribute to the hard workers!!! we I will finally be able to synchronize my wallet..... Undecided

Hail to the King in the North!! Smiley

{WS}
jr. member
Activity: 414
Merit: 8
🔥
Just a note about the new development fund option in your GUI

Obviously this goes toward funding the future development of our coin...and things like rewarding The King in the North for compiling downloads for everyone, or The Knights of Social Media for keeping everyone updated on the insane amount of social platforms today.  And of course improvement to blockchain & GUI wallet code....mobile wallets in the future...
jr. member
Activity: 414
Merit: 8
🔥
@{WS} thats just an older splash screen from expediting the release. I later changed the wallet version to 2.0.


@cryptonomicon25...The King in the North!   ..The King in the North!   ..The King in the North!
copper member
Activity: 129
Merit: 2
@cryptonomicon25
really outstanding!! Thank you so much!!!
Just a question, when the gui starts it shows version 1.3.1 and not 1.3.2, is this right and you didn't use the last version or it is just some typo mistake?
member
Activity: 460
Merit: 12
added request to Altex exchange.

I compiled the command line wallet and it is working fine.
Getting error for GUI wallet compilation. Can anyone help me ?
Getting below error -

I found that CMake doesn't like the character "Æ" so that is why you're getting the error. You have to change the project name in CryptoNoteWallet.cmake, I just changed it to "DRAGONGLASS" instead.

On that note, I've compiled the updated GUI and CL wallets for both Windows and Ubuntu. You will probably have to delete your existing blockchain data and resync.

Windows CL:
https://mega.nz/#!X8UQRS5Z!bf1ZmtMQnQzPxHBx2fOUrN4R9fPDvNtTl3rutLKWS_Y

Windows GUI:
https://mega.nz/#!b0FiQAKZ!UJf_fXenKkB60YEQKJee3QtR4Cy7nXtmj-VOdNYLZpM

Ubuntu 16 CL:
https://mega.nz/#!atF0UQJa!FCbzAgarj5lhTHtlnUyrbtoxGGR9sR8VD_5uC2a8Hvs

Ubuntu 16 GUI:
https://mega.nz/#!btVSiaCZ!oXipKTUUBSI0B95clhk1R9GnQNKX0a7GesXvoUNSMPE
newbie
Activity: 77
Merit: 0
added request to Altex exchange.

I compiled the command line wallet and it is working fine.
Getting error for GUI wallet compilation. Can anyone help me ?
Getting below error -


You have called ADD_LIBRARY for library qrencode without any source files. This typically indicates a problem with your CMakeLists.txt file
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   date_time
--   filesystem
--   program_options
--   regex
--   serialization
--   system
--   thread
--   chrono
--   atomic
CMake Warning (dev) at CMakeLists.txt:253 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "DRÆGONGLASS" is reserved or not valid for certain CMake
  features, such as generator expressions, and may result in undefined
  behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
CMake Error: Cannot determine link language for target "qrencode".
CMake Error: CMake can not determine linker language for target: qrencode
-- Generating done
jr. member
Activity: 414
Merit: 8
🔥
YES   

I know we've had a lot of updates lately. Trust me. If anyone knows...I do Wink
All of it has been for the intention of having a longterm stable platform.


If you can compile the GUI wallet from source, you can mine from inside the wallet.
https://github.com/ZirtysPerzys/DRGL-wallet

Waiting to release downloads for Linux and Windows at the same time.
newbie
Activity: 77
Merit: 0
Is this mandatory update ?
full member
Activity: 442
Merit: 100
the difficulty is very less now for cpu mining Smiley
jr. member
Activity: 238
Merit: 2
I was hoping to wait until news of season debut date before releasing to exchange, but letting this beast loose early might help with other things like the Mac client. Difficulty adjustments will certainly need to made beforehand, ala recent asics. I'll start work on that.
newbie
Activity: 17
Merit: 0
I am interested on this project. I'll wait for this to see what is going to originate.  Good luck DEVs.
jr. member
Activity: 414
Merit: 8
🔥
Perhaps more aptly: a Collectible Crypto-Commodity-Currency
The commodity being DRAGONGLASS.

as per Wikipedia
Quote
"A currency that is naturally tied to..commodities can be beneficial if the global demand for a commodity increases, naturally strengthening the value of the currency.    ....as the demand for a commodity shifts out (higher demand) the price increases..."
jr. member
Activity: 414
Merit: 8
🔥
Im more focused toward building this as crypto-collectible than just crypto-currency, at this point.  Cool
jr. member
Activity: 414
Merit: 8
🔥
Actually, while we're on the subject - has there ever been a coin based on the arrival of a shared event, before DRÆGONGLASS ?
I'm honestly asking.
1000 {DRGL} to anyone who can show an example of such. Im genuinely interested.
If not we should be using "World's First Ever" somewhere in our listing like (somehow) every ICO does.  Cheesy

or you can just figure it out
Pages:
Jump to: