Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Cachecoin |CACH| POW+POS | NO PREMINE | NO ICO | CRYPTOPIA |
by
minerja
on 25/05/2018, 06:28:22 UTC
Advance Date to HardFork

GMT: Fri, 27 Apr 2018 13:38:09 GMT

Do not commit transactions after the specified date!!

A new version is available - v_0.7.6.6.


Hi Deff,

This is now the 3 or 4th wallet improvement, but there still seems to be no windows wallet?
Do you have any time scale for the windows qt please?
At the moment having mined this coin from its first month i have to say i am feeling rather screwed over, right when the fork came though and difficulty would have been low the linux guys have clearly been given a massive advantage.
Upto today i have lost 24 days worth of mining.

I have tried 3 devs who i have even offered to pay to compile the wallet and each one has been unable to create a windows-qt....
I would like to know where this project is heading please.
For me personally i would like to see the latest linux wallet, and new windows wallet, and pool released together, and then a new hardfork to reset the "fairness" of this project.

J

Hi
Wallet for Windows is always more difficult. Updates in the wallet a lot in a short period of time, almost all critical. There is no point in often releasing versions under windows in such a situation. Install Ubuntu - I'll post instructions how to compile.

Thankyou Deff,
I really appreciate that.
I know absolutely nothing about linux BUT have a fresh hdd, with a clean install of Ubuntu 16.04 LTS ready to go.

J

Excellent"!"
Create an Update.sh file and set in the file properties to allow this file - to run as a program. Copy the lines I wrote below to the file. Open the terminal in the folder where this file is located and run the command - ./Update.sh
After installation is complete, go to the CACHeCoin folder run the terminal and run the command - qmake -qt=qt4 *.pro && make

Code:
#!/bin/bash
#
# init install script for Deff
#
# OS: Ubuntu 14.04 LTS
#
# @copyright DeffM
# @author Deff
# @since 2016-08
#

CPUS=`lscpu | grep '^CPU(s):' | awk '{print $2}'`


# 1
sudo add-apt-repository ppa:alexx2000/doublecmd -y

# 2
sudo apt-get update -y
#sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y

# 3
sudo apt-get install -y doublecmd-gtk

# 4 BLB
sudo apt-get install -y git build-essential libssl-dev libdb5.3-dev libdb5.3++-dev libminiupnpc-dev libboost-all-dev qt4-qmake libqt4-dev qt5-qmake libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev-tools libcurl4-openssl-dev
sudo apt-get install -y build-essential libssl-dev libboost-all-dev libdb5.3 libdb5.3-dev libdb5.3++-dev libtool automake libevent-dev bsdmainutils
sudo apt-get install -y git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config libminiupnpc-dev libzmq3-dev
sudo apt-get install -y libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

I will do that when i fire up the linux box i made, prob in a couple of hours....will this make a gui, cos us windows guys love our guis's
J