Bitcoin Forum
May 27, 2024, 06:44:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 »  All
  Print  
Author Topic: 'CACHE'Project [VALM-Cache difficulty recalculation algorithm, SpamHash Control]  (Read 8145 times)
Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
November 08, 2019, 06:47:38 AM
 #81

  Added two modes ..

Set virtual decentralized checkpoint - setvirtualdecentralizedcheckpoint=1
Ignore later found blocks - ignorelaterfoundblocks=1

Enabled by default.

Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
November 11, 2019, 07:26:29 PM
 #82

 
  The decentralized checkpoint opened up opportunities that had not previously seemed possible to me. I envisioned a case in which a wallet or group of wallets for some reason delayed information about a new block. Now a new block having an earlier time stamp with a delay of information about itself, the network will accept, provided that the delay is no more than two new blocks. For blocks with an earlier timestamp and even greater delay, the “ChainTrust” counting is turned on and at a lower value the chain will be rejected by the protocol. Since the code now knows about the height of the parent block of the fork, it exits on its own by setting checkpoint to the longest chain.


Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
November 12, 2019, 11:45:59 AM
Last edit: November 12, 2019, 11:59:51 AM by Deff
 #83

 Log of work ...

Code:
received block 6e0658f4f18135a77546
CheckStakeKernelHash() : using modifier 0x2b2f729637db0a62 at height=339249 timestamp=2019-05-21 00:55:54 UTC for block from height=338167 timestamp=2019-05-12 04:58:51 UTC
CheckStakeKernelHash() : check protocol=0.3 modifier=0x2b2f729637db0a62 nTimeBlockFrom=1557637131 nTxPrevOffset=158 nTimeTxPrev=1557637131 nPrevout=1 nTimeTx=1573505536 hashProof=0000e001dd9b09bea137ae463421f1702647d647c5d37e28b44b199a96adf262
ComputeNextStakeModifier: prev modifier=0x6e653eb3b765c0ff time=2019-11-11 20:43:04 UTC
 'AddToBlockIndex()' - The new block pretends to a height 357787, block chain height 357790
 'AddToBlockIndex()' - The protocol registered a new block with a height 357787, with an erarlier timestamp, but the information delayed, the height of the blockchain 357790, 'Trust' control enabled
 'AddToBlockIndex()' - A fork is formed, the height of the parent block 357781, hash child blocks hash(1)=d04031bf hash(2)=98a169c6, creation date block(1)=09.11.2019 12:08:47 block(2)=09.11.2019 13:11:43
ProcessBlock: ACCEPTED POS BLOCK

Code:
CheckStakeKernelHash() : using modifier 0xd396e9c53ce62d66 at height=348314 timestamp=2019-08-17 00:11:03 UTC for block from height=347143 timestamp=2019-08-08 04:29:58 UTC
CheckStakeKernelHash() : check protocol=0.3 modifier=0xd396e9c53ce62d66 nTimeBlockFrom=1565238598 nTxPrevOffset=158 nTimeTxPrev=1565238598 nPrevout=1 nTimeTx=1573505724 hashProof=0000de94d4e3453f043e6ed7b123cd7f2e9f3445a4ed0ab429fd71de2c81954b
ComputeNextStakeModifier: prev modifier=0x6e653eb3b765c0ff time=2019-11-11 20:43:04 UTC
 'AddToBlockIndex()' - The new block pretends to a height 357788, block chain height 357790
 'AddToBlockIndex()' - A fork is formed, the height of the parent block 357781, hash child blocks hash(1)=d04031bf hash(2)=98a169c6, creation date block(1)=09.11.2019 12:08:47 block(2)=09.11.2019 13:11:43
  priority has the first block, BestChainTrust=777261130088649 down
REORGANIZE
REORGANIZE: Disconnect 9 blocks; 8e3fd276723312c0e77b..00006e90cf1c1fcb7307
REORGANIZE: Connect 7 blocks; 8e3fd276723312c0e77b..27e58419356e66197085
     Delete redundant memory transactions that are in the connected branch
    ----------------------------------------------------------------------
REORGANIZE: done
SetBestChain: new best=27e58419356e66197085  height=357788  trust=777356722574480  date=11.11.2019 20:55:24
ProcessBlock: ACCEPTED POS BLOCK

Code:
received block 00008f9925cf1d2c07da
ComputeNextStakeModifier: prev modifier=0x95578fb9bd55c0ff time=2019-11-12 00:07:49 UTC
 'AddToBlockIndex()' - The new block pretends to a height 357829, block chain height 357809
 'AddToBlockIndex()' - This fork has an earlier timestamp, but the information was spread late - switching to a longer branch, the height of the blocks is 357809, the maximum height of the blocks is 357828
 'AddToBlockIndex()' - A fork is formed, the height of the parent block 357788, hash child blocks hash(1)=0001249b hash(2)=dc212e6b, creation date block(1)=11.11.2019 21:01:09 block(2)=11.11.2019 20:58:42
REORGANIZE
REORGANIZE: Disconnect 21 blocks; 27e58419356e66197085..6cc4aa9235efae01400c
REORGANIZE: Connect 41 blocks; 27e58419356e66197085..00008f9925cf1d2c07da
     Delete redundant memory transactions that are in the connected branch
     ---------------------------------------------------------------------
REORGANIZE: done

Duncan.Idaho
Member
**
Offline Offline

Activity: 195
Merit: 17


View Profile
November 13, 2019, 03:33:29 AM
 #84

Very Old Project!

Perhaps age has value?  Wink

#HASH# stupid! https://bitcointalk.org/index.php?topic=5201006 
“shitcoin” season? 💩 =5204866 ▃▃  twits=5211117  layer=5214461
Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
November 25, 2019, 12:48:35 PM
 #85


New version available

CACHE-Project, Pre hard fork version

Version : v_6.1.1.31
Version of git : v_0.7.5.156
Subversion : v_0.7.6.43


Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
November 28, 2019, 03:27:21 PM
 #86

 
  I had to abandon the calculation of the trust. Today, the new code does not allow double spending, even the to owner of 100% hash power.

Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
December 17, 2019, 04:49:26 AM
Last edit: February 12, 2020, 04:48:10 PM by Deff
 #87


Transferring the image to the next page ..


Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 04, 2020, 01:31:03 PM
 #88


New version available - Hard Fork version

CACHE-Project, Hard Fork date is set in this version. Block - 364000, Version fixing

Version : v_6.1.1.33
Version of git : v_0.7.5.190
Subversion : v_0.7.6.45


Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 04, 2020, 07:17:07 PM
Last edit: January 25, 2020, 07:36:23 AM by Deff
 #89


  Hard Fork Block - 364000

Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 21, 2020, 09:06:56 AM
 #90


New version available - Hard Fork version

CACHE-Project, HardFork stable version, new protocol testing

Version : v_6.1.1.34
Version of git : v_0.7.5.195
Subversion : v_0.7.6.46


Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 21, 2020, 11:00:56 AM
 #91

 
   Solo....
https://github.com/JayDDee/cpuminer-opt/releases



taskkill /F /IM cpuminer-opt.exe

cpuminer-opt.exe -h

Pause

start cpuminer-opt.exe -a scryptjane:19 -o http://127.0.0.1:2224 -u USER -p PASS -t 8 --cpu-affinity ff --randomize --no-redirect -b 0 --no-gbt --coinbase-addr=address

exit

minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
January 22, 2020, 01:11:32 PM
 #92

Hi, would you mind letting me know which version of linux this compiles on please.
Tried, Ubuntu 19.10, Mint 19.3 both fail with "big_num" errors"
I'm not a "linux" guy, but can start from scratch with any version, and follow instructions....also love "GUI versions" Smiley

Thanks
J




New version available - Hard Fork version

CACHE-Project, HardFork stable version, new protocol testing

Version : v_6.1.1.34
Version of git : v_0.7.5.195
Subversion : v_0.7.6.46



Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 22, 2020, 09:32:20 PM
 #93

Hi, would you mind letting me know which version of linux this compiles on please.
Tried, Ubuntu 19.10, Mint 19.3 both fail with "big_num" errors"
I'm not a "linux" guy, but can start from scratch with any version, and follow instructions....also love "GUI versions" Smiley

Thanks
J




New version available - Hard Fork version

CACHE-Project, HardFork stable version, new protocol testing

Version : v_6.1.1.34
Version of git : v_0.7.5.195
Subversion : v_0.7.6.46




  Hi!! Use under Windows, a newer version will be released tomorrow.

https://github.com/DeffM/CACHeCoin/releases/download/v_6.1.1.34/cacheproject-qt_Windows_x86.zip
https://github.com/DeffM/CACHeCoin/releases/download/v_6.1.1.34/cacheprojectd_Windows_x86.zip

Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 22, 2020, 10:09:57 PM
 #94

Code:
05:08:43

getdifficulty


05:08:49

{
"proof-of-work" : 0.00000486,
"search-interval-powblock" : 276,
"search-twointerval-powblock" : 323,
"search-full-result-powblock" : 323,
"pow-target-spacing-variable" : 1107,
"UpperLower-pow" : 346,
"XUpper-pow" : 257,
"XLower-pow" : 1,
"proof-of-stake" : 3.07751346,
"search-interval-posblock" : 192,
"search-twointerval-posblock" : 193,
"search-full-result-posblock" : 193,
"pos-target-spacing-variable" : 735,
"UpperLower-pos" : 230,
"XUpper-pos" : 180,
"XLower-pos" : 1,
"search-interval-without pow block" : 2230,
"search-interval-without pos block" : 679,
"UnixCachChainTime" : 1579730840,
"study" : 0.00000000,
"studys" : 0.00000000
}

Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 23, 2020, 08:00:22 AM
Last edit: January 23, 2020, 08:16:22 AM by Deff
 #95


New version available - Hard Fork version

CACHE-Project, New protocol testing, To me already like

Version : v_6.1.1.35
Version of git : v_0.7.5.197
Subversion : v_0.7.6.47


minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
January 23, 2020, 08:50:58 AM
Last edit: January 23, 2020, 09:01:19 AM by minerja
 #96

Hi Deff,

I finally managed to compile, and started syncing...but, do you have the correct nodes please. I added the ones i found from the explorer, and had synced with only 96,000 to go, but now i still have over 126,000 to go.

Also noticed you have updated to v6.1.1.35, so have that compiled too.

These are the peers i am connected too
   {
        "addr" : "145.239.189.106:2225",
        "services" : "00000001",
        "lastsend" : 1579769360,
        "lastrecv" : 1579769380,
        "bytessent" : 44726,
        "bytesrecv" : 519863,
        "conntime" : 1579769167,
        "version" : 91004,
        "subver-tx" : "/CACHEProject 2018:0.7.6.45/",
        "subver" : "/'CACHE'Project 2018:0.7.6.45/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 365131,
        "banscore" : 0
    },
    {
        "addr" : "63.142.251.194:2225",
        "services" : "00000001",
        "lastsend" : 1579769173,
        "lastrecv" : 1579769170,
        "bytessent" : 242,
        "bytesrecv" : 241,
        "conntime" : 1579769169,
        "version" : 91001,
        "subver-tx" : "/CACHecoinWM:0.7.6.14/",
        "subver" : "/CACHecoin-WM:0.7.6.14/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 364024,
        "banscore" : 0
    },
    {
        "addr" : "31.43.218.102:2225",
        "services" : "00000001",
        "lastsend" : 1579769382,
        "lastrecv" : 1579769382,
        "bytessent" : 187,
        "bytesrecv" : 338,
        "conntime" : 1579769382,
        "version" : 91004,
        "subver-tx" : "/CACHEProject 2018:0.7.6.46/",
        "subver" : "/'CACHE'Project 2018:0.7.6.46/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 365131,
        "banscore" : 0

its taken over 12 hours so far to sync this much....any ideas how i can speed it up please.

Thanks
J

oh yeah...i had to use Ubuntu 16.04.6 LTS, and i can't get the cloned version to compile (git clone https://github.com/DeffM/CACHeCoin.git) but can get the source to work (https://github.com/DeffM/CACHeCoin/archive/v_6.1.1.35.tar.gz)
I can't remember the errors since i've been at it for hours....but i think in the end this worked for me

sudo apt-get install build-essential libssl-dev libboost-all-dev libdb5.3 libdb5.3-dev libdb5.3++-dev libtool automake libevent-dev bsdmainutils -y
sudo apt-get install git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config libminiupnpc-dev libzmq3-dev -y
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev -y
chmod +x build_release.sh
./build_release.sh

I have the following versions
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
OpenSSL 1.0.2g  1 Mar 2016
libboost1.58-dev
Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 23, 2020, 09:22:20 AM
Last edit: January 23, 2020, 09:44:59 AM by Deff
 #97

Hi Deff,

I finally managed to compile, and started syncing...but, do you have the correct nodes please. I added the ones i found from the explorer, and had synced with only 96,000 to go, but now i still have over 126,000 to go.

Also noticed you have updated to v6.1.1.35, so have that compiled too.

These are the peers i am connected too
   {
        "addr" : "145.239.189.106:2225",
        "services" : "00000001",
        "lastsend" : 1579769360,
        "lastrecv" : 1579769380,
        "bytessent" : 44726,
        "bytesrecv" : 519863,
        "conntime" : 1579769167,
        "version" : 91004,
        "subver-tx" : "/CACHEProject 2018:0.7.6.45/",
        "subver" : "/'CACHE'Project 2018:0.7.6.45/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 365131,
        "banscore" : 0
    },
    {
        "addr" : "63.142.251.194:2225",
        "services" : "00000001",
        "lastsend" : 1579769173,
        "lastrecv" : 1579769170,
        "bytessent" : 242,
        "bytesrecv" : 241,
        "conntime" : 1579769169,
        "version" : 91001,
        "subver-tx" : "/CACHecoinWM:0.7.6.14/",
        "subver" : "/CACHecoin-WM:0.7.6.14/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 364024,
        "banscore" : 0
    },
    {
        "addr" : "31.43.218.102:2225",
        "services" : "00000001",
        "lastsend" : 1579769382,
        "lastrecv" : 1579769382,
        "bytessent" : 187,
        "bytesrecv" : 338,
        "conntime" : 1579769382,
        "version" : 91004,
        "subver-tx" : "/CACHEProject 2018:0.7.6.46/",
        "subver" : "/'CACHE'Project 2018:0.7.6.46/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 365131,
        "banscore" : 0

its taken over 12 hours so far to sync this much....any ideas how i can speed it up please.

Thanks
J


Synchronization takes more than a day.
If you need faster -

Windows and noWindows BD
https://drive.google.com/drive/folders/15kvCVv9lLfmLDuUIM12sfP-Fv_baoDWH?usp=sharing

Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 23, 2020, 09:30:47 AM
 #98


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
January 23, 2020, 11:30:52 AM
 #99

All up and running. Thankyou
Deff (OP)
Sr. Member
****
Offline Offline

Activity: 939
Merit: 261

Data HDD Repair - Recovery of lost information


View Profile
January 23, 2020, 11:51:49 AM
 #100

All up and running. Thankyou

It's good.. Smiley

Pages: « 1 2 3 4 [5] 6 7 8 9 »  All
  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!