Pages:
Author

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

newbie
Activity: 26
Merit: 0
yea! no.  Wink

CPU and GPU
I actually tried contacting Cryptonote about seeing if there would be a way to tweek the hash algorithm(s) to be more optimized for GPUs. I think that would be cool. Any ideas?

I think it's better to give CPU advantage / limit GPU potential - since not everybody can have a huge GPU farm. Stick to CPU will make coin's distribution far more even between miners. And of course - attract more small / part-time miners.
jr. member
Activity: 414
Merit: 8
🔥
D:\GitHUB\dragonglass>cmake -G "Visual Studio 12 Win64"
CMake Error at CMakeLists.txt:15 (project):
  Generator

    Visual Studio 12 2013 Win64

  does not support platform specification, but platform

    C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild.exe

  was specified.


-- Configuring incomplete, errors occurred!
See also "D:/GitHUB/dragonglass/CMakeFiles/CMakeOutput.log".


thanks for your status data.

can you send me a pm with your contents of that file dragonglass/CMakeFiles/CMakeOutput.log
jr. member
Activity: 414
Merit: 8
🔥
It seems like people are jumping in. My income is dropping hard.
Hope dev can give us a roadmap - at least in short - med term.
By the way how can you limit your coin to CPU only? AFAIK Cryptonight coins can be mine with GPUs.

yea! no.  Wink

CPU and GPU
I actually tried contacting Cryptonote about seeing if there would be a way to tweek the hash algorithm(s) to be more optimized for GPUs. I think that would be cool. Any ideas?
newbie
Activity: 1
Merit: 0
D:\GitHUB\dragonglass>cmake -G "Visual Studio 12 Win64"
CMake Error at CMakeLists.txt:15 (project):
  Generator

    Visual Studio 12 2013 Win64

  does not support platform specification, but platform

    C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild.exe

  was specified.


-- Configuring incomplete, errors occurred!
See also "D:/GitHUB/dragonglass/CMakeFiles/CMakeOutput.log".
jr. member
Activity: 414
Merit: 8
🔥
..for now I trudge with thee thru this swamp called Windows. (on a linux Smiley)


[gitUPDATEhub]
i added block 800 checkpoint to the config file.

Im not sure if an *update AND recompile*  is required or not, but I also seem to think it might be necessary.
Just in case i think we better should.
Update and recompile, please.   Make sure to back up & protect your wallet files.

Block 800. 

https://github.com/ZirtysPerzys/dragonglass

a nice block explorer might be in due order someday, soon.


cool   




newbie
Activity: 26
Merit: 0
It seems like people are jumping in. My income is dropping hard.
Hope dev can give us a roadmap - at least in short - med term.
By the way how can you limit your coin to CPU only? AFAIK Cryptonight coins can be mine with GPUs.
jr. member
Activity: 414
Merit: 8
🔥
I like the concept of your announcement dev, very different from other announcements, but would you better write the announcement in more detail, also where can I see the website or maybe the whitepaper and roadmap of your project?


I do like the idea of a website, soon.
What is your roadmap for {Dragonglass} ?
sr. member
Activity: 560
Merit: 251
I like the concept of your announcement dev, very different from other announcements, but would you better write the announcement in more detail, also where can I see the website or maybe the whitepaper and roadmap of your project?
newbie
Activity: 61
Merit: 0
Needs a step by step install for windows....
member
Activity: 175
Merit: 11
"Decentralization is religion"
what about a compiled win64 release on github?
jr. member
Activity: 414
Merit: 8
🔥
would be cool if someone could post compiled versions. tried to do it but I always get cmake install errors.
Here's step-by-step instructions for linux - working on ubuntu, haven't tried on others.
Switch to root user
1: Run updates and install dependencies
sudo apt-get update
sudo apt-get install build-essential git cmake libboost-all-dev
2: Git clone
git clone https://github.com/ZirtysPerzys/dragonglass.git
3: Build the files
cd dragonglass
make
4: Sync blocks
cd build/release/src/
./dragonglassd
(keep this one running and open new terminal for next step)
5: Create wallet
~dragonglass/build/release/src$ ./simplewallet
set up wallet name & password
then start mining in wallet
start_mining

use "help" in wallet to check other commands


Awesome. great stuff
just want to add that you can use the {Dragonglass} gui wallet instead of simplewallet
i would like to integrate mining into the gui wallet eventually
jr. member
Activity: 414
Merit: 8
🔥
which part is it hanging up on when compiling?
i meant to tell everyone to create a swap file, if they haven't already.
________________
sudo fallocate -l 8g /mnt/8GiB.swap
sudo chmod 600 /mnt/8GiB.swap
sudo mkswap /mnt/8GiB.swap
sudo swapon /mnt/8GiB.swap
echo '/mnt/8GiB.swap swap swap defaults 0 0' | sudo tee -a /etc/fstab
sudo reboot now

____________________
heres a link explaining the function of each of those steps and more info on swap

*also when building- running 'make' as " sudo  make -j2 " or " sudo make -j4 " can help sometimes (as opposed to just " sudo make -j ")
newbie
Activity: 26
Merit: 0
would be cool if someone could post compiled versions. tried to do it but I always get cmake install errors.
Here's step-by-step instructions for linux - working on ubuntu, haven't tried on others.
Switch to root user
1: Run updates and install dependencies
sudo apt-get update
sudo apt-get install build-essential git cmake libboost-all-dev
2: Git clone
git clone https://github.com/ZirtysPerzys/dragonglass.git
3: Build the files
cd dragonglass
make
4: Sync blocks
cd build/release/src/
./dragonglassd
(keep this one running and open new terminal for next step)
5: Create wallet
~dragonglass/build/release/src$ ./simplewallet
set up wallet name & password
then start mining in wallet
start_mining

use "help" in wallet to check other commands
newbie
Activity: 26
Merit: 0
would be cool if someone could post compiled versions. tried to do it but I always get cmake install errors.
Are you running linux? I can give you instructions if you're trying to compile it here.
newbie
Activity: 18
Merit: 0
would be cool if someone could post compiled versions. tried to do it but I always get cmake install errors.
jr. member
Activity: 414
Merit: 8
🔥

for everybody that doesn't have linux, there is a very simple way to compile wallets directly on windows 10 and use them exactly as if you are using Linux. It's called Bash shell command for windows, it's not an emulation and it's what I always use when ther's no windows wallet. The only thing you have to do is getting used to the Linux Command shell and usually follow the intructions that Dev give to build it on linux.

Here a link to how install Dash on windows.
https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10


thanks Galapagos
jr. member
Activity: 414
Merit: 8
🔥
when we will have windows wallet the diff will be very high so no luck this time and ive seen that one person mine in linux but you will never see one to give for other, we are greedy people thats why.

https://i.imgur.com/YnpVacJ.jpg


this is not about exclusion. this is about inclusion. that is the reason for the egalitarian mining algorithm. I understand it is still lacking in OS accessibility. The goal is to be able to make it easy for anyone on any OS.  Until then, you are only limited by software, not hardware. I value everyone's interest in {Dragonglass}... even those claiming spam and whatnot. I am not quick on the forum trigger, but Ill be here unless someone starts a slack or sub channel for {Dragonglass} and even then, Ill be there. So thats one thing you can lay to rest..(if you so wish)

and ANY input or opinion, be it positive or negative, is valued.
copper member
Activity: 129
Merit: 2
Hi, I believe that at least to show that a project is serious Devs should have ready wallets on announcement day. If Devs are not able to do this basic but extremely important task maybe I can start to have some doubts about how they will go on with all the others more problematic tasks and problems that will for sure arise within the project.

That said,
for everybody that doesn't have linux, there is a very simple way to compile wallets directly on windows 10 and use them exactly as if you are using Linux. It's called Bash shell command for windows, it's not an emulation and it's what I always use when ther's no windows wallet. The only thing you have to do is getting used to the Linux Command shell and usually follow the intructions that Dev give to build it on linux.

Here a link to how install Dash on windows.
https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10



jr. member
Activity: 414
Merit: 8
🔥
The compile instruction works on ubuntu.
I am a ubuntu newbie yet I am able to compile and I am mining the coin.

I have followed the instruction on Ubuntu.

Thank you cryptoman007 for the status and for your interest as well.

I just re-updated the {Dragonglass}{Wallet} on github. Please let me know if anyone has a build running.

jr. member
Activity: 414
Merit: 8
🔥
The state we are in is that crypto favors the linux build. I believe that is for a reason. I myself still struggle with the concepts of linux/ubuntu, but that is because it is a root based system. the main nerve, if you will. these are things windows has made easy for us.. but its very important to learn how to use linux systems- especially in dealing with cryptocurrencies and the blockchain. I didn't make things this way...but yet this is how they are becoming more and more each day.  This is the basic build of the {Dragonglass} blockchain network. It has been tested and built on Ubuntu 14.04 using Cryptonote tech. I understand the frustration of trying to build in windows. I will now enter this fray of building and testing on windows and together we will make this not only operational but accessible on every OS.
Pages:
Jump to: