Search content
Sort by

Showing 2 of 2 results by neutron42
Post
Topic
Board Development & Technical Discussion
Re: Solving ECDLP with Kangaroos: Part 1 + 2 + RCKangaroo
by
neutron42
on 28/09/2025, 21:46:19 UTC
Hi,

might be a stupid question this one but since there is no "save" option how should we start the program once we interrupt the work?
I have to switch off my PC at night (running on 2 rtx 3090) because of noise, heat etc... and the next morning I run the program again but it looks like every time it starts - it starts from the beginning?

I run it with the following parameters for #135:
RCKangaroo.exe -dp 18 -range 134 -start 4000000000000000000000000000000000 -pubkey 02145d2611c823a396ef6712ce0f712f09b9b4f3135e3e0aa3230fb9b6d08d1e16

And it always begins with
184K/647392446434K, Time: 0d:00h:00m/606620d:07h:59m

Post
Topic
Board Announcements (Altcoins)
Re: 🗲[ANN] [POW] LightBit - CPU mineable coin [No Premine] [Fair Launch]🗲
by
neutron42
on 31/05/2021, 20:32:45 UTC
The original miner JayDDee. Precompiled for Linux.

Compiled for Linux64, Ubuntu - static miner for VDS mining.

Download - https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz

CMD for download and unzip
Code:
wget https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz && tar zxvf cpuminer-opt-linux64.tar.gz

CMD for auto - download and start mining one line CMD for Linux mining
(replace WALLET_ADDRESS!!!)
Code:
wget https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz && tar zxvf cpuminer-opt-linux64.tar.gz && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -o stratum+tcp://cpu-pool.com:63398 -u WALLET_ADDRESS --algo yespower --param-n 2048 --param-r 32 --param-key "LITBpower: The number of LITB working or available for proof-of-work mini"
done' > autominer.sh && chmod +x autominer.sh && ./autominer.sh

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



The original miner JayDDee. Precompiled for Linux.

Compiled for Linux64, Ubuntu - static miner for VDS mining.

Download - https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz

CMD for download and unzip
Code:
wget https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz && tar zxvf cpuminer-opt-linux64.tar.gz

CMD for auto - download and start mining one line CMD for Linux mining
(replace WALLET_ADDRESS!!!)
Code:
wget https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz && tar zxvf cpuminer-opt-linux64.tar.gz && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -o stratum+tcp://cpu-pool.com:63398 -u WALLET_ADDRESS --algo yespower --param-n 2048 --param-r 32 --param-key "LITBpower: The number of LITB working or available for proof-of-work mini"
done' > autominer.sh && chmod +x autominer.sh && ./autominer.sh

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




Hi, I have been mining for a while at cpu-pool and your website shows that I have been paid, however after full sync. of my wallet the balance shows 0, and the block explorer doesn't even recognize my address
What could be the problem!?!? Where are my mined coins ?