Bitcoin Forum
July 04, 2024, 09:45:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 [52] 53 54 »
  Print  
Author Topic: [ANN] Cachecoin |CACH| POW+POS | NO PREMINE | NO ICO | CRYPTOPIA |  (Read 81290 times)
Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
May 25, 2018, 05:50:37 AM
 #1021

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
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
May 25, 2018, 06:28:22 AM
 #1022

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
Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
May 25, 2018, 06:49:00 AM
 #1023

You installed the server?
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
May 25, 2018, 01:01:25 PM
 #1024

Hi Deff,

Now have a working GUI wallet under Linux.
Thankyou kindly.

Bearing in mind i'm a windows guy, and have zero linux knowledge, the one thing i cant find, is how to get to the console.
I like to use "getmininginfo", "getpeerinfo" etc.

I have found with some other linux wallets that there is usually a "cachecoind", or "cachecoin-cli" type file, but i cannot seem to find that anywhere.
Also, now we have forked, are we still N19, or a different N value?

Thanks again
J
Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
May 25, 2018, 01:45:12 PM
 #1025

Hi Deff,

Now have a working GUI wallet under Linux.
Thankyou kindly.

Bearing in mind i'm a windows guy, and have zero linux knowledge, the one thing i cant find, is how to get to the console.
I like to use "getmininginfo", "getpeerinfo" etc.

I have found with some other linux wallets that there is usually a "cachecoind", or "cachecoin-cli" type file, but i cannot seem to find that anywhere.
Also, now we have forked, are we still N19, or a different N value?

Thanks again
J


For the cachecoind in the folder src run the command - make -f makefile.unix
Command format
./cachecoind start
./cachecoind stop
./cachecoind getpeerinfo
./cachecoind getdifficulty
Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
May 25, 2018, 01:47:57 PM
Last edit: May 25, 2018, 01:58:22 PM by Deff
 #1026

Here it is correct - https://chainz.cryptoid.info/cach/
N19

https://github.com/DeffM/CACHeCoin/releases/tag/v_0.7.6.8
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
May 25, 2018, 02:02:07 PM
 #1027

Hi Deff,

Now have a working GUI wallet under Linux.
Thankyou kindly.

Bearing in mind i'm a windows guy, and have zero linux knowledge, the one thing i cant find, is how to get to the console.
I like to use "getmininginfo", "getpeerinfo" etc.

I have found with some other linux wallets that there is usually a "cachecoind", or "cachecoin-cli" type file, but i cannot seem to find that anywhere.
Also, now we have forked, are we still N19, or a different N value?

Thanks again
J


For the cachecoind in the folder src run the command - make -f makefile.unix
Command format
./cachecoind start
./cachecoind stop
./cachecoind getpeerinfo
./cachecoind getdifficulty


Works like a charm Smiley
Thankyou

I'll be hitting it with my 0.5h/s straight away...Smiley Who knows, i might get lucky...
Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
May 25, 2018, 02:15:47 PM
 #1028

Hi Deff,

Now have a working GUI wallet under Linux.
Thankyou kindly.

Bearing in mind i'm a windows guy, and have zero linux knowledge, the one thing i cant find, is how to get to the console.
I like to use "getmininginfo", "getpeerinfo" etc.

I have found with some other linux wallets that there is usually a "cachecoind", or "cachecoin-cli" type file, but i cannot seem to find that anywhere.
Also, now we have forked, are we still N19, or a different N value?

Thanks again
J


For the cachecoind in the folder src run the command - make -f makefile.unix
Command format
./cachecoind start
./cachecoind stop
./cachecoind getpeerinfo
./cachecoind getdifficulty


Works like a charm Smiley
Thankyou

I'll be hitting it with my 0.5h/s straight away...Smiley Who knows, i might get lucky...


Does the block height converge?
0.5Kh?
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
May 25, 2018, 02:21:24 PM
 #1029

Hi Deff,

Now have a working GUI wallet under Linux.
Thankyou kindly.

Bearing in mind i'm a windows guy, and have zero linux knowledge, the one thing i cant find, is how to get to the console.
I like to use "getmininginfo", "getpeerinfo" etc.

I have found with some other linux wallets that there is usually a "cachecoind", or "cachecoin-cli" type file, but i cannot seem to find that anywhere.
Also, now we have forked, are we still N19, or a different N value?

Thanks again
J


For the cachecoind in the folder src run the command - make -f makefile.unix
Command format
./cachecoind start
./cachecoind stop
./cachecoind getpeerinfo
./cachecoind getdifficulty


Works like a charm Smiley
Thankyou

I'll be hitting it with my 0.5h/s straight away...Smiley Who knows, i might get lucky...


Does the block height converge?
0.5Kh?


I dont know what you mean about block height converging?



miner is reporting
"[2018-05-25 15:14:51] scrypt-jane block 289252, diff 0.00, net 354.00 H/s"
.
.
[2018-05-25 15:19:29] scrypt-jane block 289253, diff 0.00, net 347.00 H/s
.
.
[2018-05-25 15:22:40] scrypt-jane block 289254, diff 0.00, net 344.00 H/s"


My hash is 0.5 H/s  (Ryzen1500)
Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
May 25, 2018, 02:31:37 PM
 #1030

Hi Deff,

Now have a working GUI wallet under Linux.
Thankyou kindly.

Bearing in mind i'm a windows guy, and have zero linux knowledge, the one thing i cant find, is how to get to the console.
I like to use "getmininginfo", "getpeerinfo" etc.

I have found with some other linux wallets that there is usually a "cachecoind", or "cachecoin-cli" type file, but i cannot seem to find that anywhere.
Also, now we have forked, are we still N19, or a different N value?

Thanks again
J


For the cachecoind in the folder src run the command - make -f makefile.unix
Command format
./cachecoind start
./cachecoind stop
./cachecoind getpeerinfo
./cachecoind getdifficulty


Works like a charm Smiley
Thankyou

I'll be hitting it with my 0.5h/s straight away...Smiley Who knows, i might get lucky...


Does the block height converge?
0.5Kh?


I dont know what you mean about block height converging?



miner is reporting
"[2018-05-25 15:14:51] scrypt-jane block 289252, diff 0.00, net 354.00 H/s"
.
.
[2018-05-25 15:19:29] scrypt-jane block 289253, diff 0.00, net 347.00 H/s
.
.
[2018-05-25 15:22:40] scrypt-jane block 289254, diff 0.00, net 344.00 H/s"


My hash is 0.5 H/s  (Ryzen1500)

You wrote me a hash on one core.
0.5 * 4 = 2h/s
yeyicheng2015
Member
**
Offline Offline

Activity: 289
Merit: 10


View Profile
May 26, 2018, 06:45:09 AM
 #1031

Read about Cachecoin So much information, is Cachecoin wallet can not run it? I think the project has not been very good recently, because of this reason?
Lexxon
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
May 27, 2018, 01:48:42 PM
 #1032

I alone want a wallet for the windows? My coins are now on the exchange, and I can not even return them to myself. Sad

believeinyou123
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 01, 2018, 02:47:53 PM
 #1033

Oh is there any other suggestions for the Bounty? Anybody wants to participate in the developments of Cachecoin project somehow?
annapapo
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
June 05, 2018, 02:20:23 PM
 #1034

The CacheCoin devs are a bunch of fucking liars.  In the first message from the devs it says max supply of ~ 10 million Cache Coins.  Well, take a look at this block explorer at   https://chainz.cryptoid.info/cach/   There are already 12,007,413 coins that have been churned out, and the miners are churning out more and more each day with no signs of slowing down.  So what is the max supply?  It sure isn't 10,000,000.  Is there any max supply at all?  It seems like those devs are just going to make as many as they want for themselves.
Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
June 13, 2018, 02:15:37 PM
 #1035

I do not know why 10 million

https://bitcointalk.org/index.php?topic=400389.0

INFO
 

    Scrypt-Jane coin
    No ASIC miners
    NO Premine
    Proof-of-Work and Proof-of-Stake Mining
    Block Reward: Inversely proportional to the difficulty
    Difficulty adjustment every block.
    Difficulty Adjustment algorithm: Logarithmic
    Target of 15 minute block generation.
    Maximum of ~2 Billion coins per transaction.
    Block Maturity: 520 Confirms
    Transaction Maturity: 6 Confirmations
    Coin age to Stake: 7 Days
    RPCPort: 2224
    Network Port: 2225

https://github.com/DeepCoin/CACHeCoin/blob/master/src/main.h
Code:
static const int64 MAX_MONEY = 2000000000 * COIN;
annapapo
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
June 13, 2018, 09:17:27 PM
 #1036

Go back to the first post in this thread.  It says:

INFO
Scrypt-Jane coin
No ASIC miners
Proof-of-Work (CachePOW) and Proof-of-Stake Mining
Block Reward: Inversely proportional to the difficulty
Difficulty adjustment every block
Difficulty Adjustment algorithm: Logarithmic
Target of 15 minute block generation

Maximum of ~10 Million coins supply (modified in May 2017)



Coinmarketcap must have picked this up because they claim that the Max Supply is 10,000,000 even though there are already over 12,000,000 in circulation that have been mined.  Coinmarketcap also claims that there are only 4,195,132 in circulation, which is obviously wrong.  So Coinmarketcap has wrong data, and that is their fault for not looking at the current block explorer, however, the devs of Cache did say that the Max Supply was 10,000,000 which is obviously wrong also.
Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
June 14, 2018, 01:50:54 AM
 #1037

The last resuscitators planned to apply these changes - only. Wallet with these changes was not released ..
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
June 20, 2018, 05:03:51 PM
 #1038

The last resuscitators planned to apply these changes - only. Wallet with these changes was not released ..
Does this mean that the current code is an upgrade from the original code from kalgecin?

Deff
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
June 23, 2018, 08:28:12 AM
 #1039

The last resuscitators planned to apply these changes - only. Wallet with these changes was not released ..
Does this mean that the current code is an upgrade from the original code from kalgecin?

Yes, the transition to a new code base is not implemented. All changes are implemented in the original version ..
Samsei
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
June 26, 2018, 01:15:10 PM
 #1040

Anyone got a link for latest windows QT? Thanks
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 [52] 53 54 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!