It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
cargo install kaspa-miner
git clone [email protected]:tmrlvi/kaspa-miner.git
cd kaspa-miner
cargo build --release -p kaspa-miner -p kaspacuda -p kaspaopencl
cargo build --release --all
./kaspa-miner --mining-address kaspa:XXXXX
kaspa-miner [OPTIONS] --mining-address
-a, --mining-addressThe Kaspa address for the miner reward
--cuda-deviceWhich CUDA GPUs to use [default: all]
--cuda-disable Disable cuda workers
--cuda-lock-core-clocksLock core clocks eg: ,1200, [default: 0]
--cuda-lock-mem-clocksLock mem clocks eg: ,810, [default: 0]
--cuda-no-blocking-sync Actively wait for result. Higher CPU usage, but less red blocks. Can have lower workload.
--cuda-power-limitsLock power limits eg: ,150, [default: 0]
--cuda-workloadRatio of nonces to GPU possible parrallel run [default: 64]
--cuda-workload-absolute The values given by workload are not ratio, but absolute number of nonces [default: false]
-d, --debug Enable debug logging level
--devfund-percentThe percentage of blocks to send to the devfund (minimum 2%) [default: 2]
--experimental-amd Uses SMID instructions in AMD. Miner will crash if instruction is not supported
-h, --help Print help information
--mine-when-not-synced Mine even when kaspad says it is not synced
--nonce-genThe random method used to generate nonces. Options: (i) xoshiro (ii) lean [default: lean]
--opencl-amd-disable Disables AMD mining (does not override opencl-enable)
--opencl-deviceWhich OpenCL GPUs to use on a specific platform
--opencl-enable Enable opencl, and take all devices of the chosen platform
--opencl-no-amd-binary Disable fetching of precompiled AMD kernel (if exists)
--opencl-platformWhich OpenCL platform to use (limited to one per executable)
--opencl-workloadRatio of nonces to GPU possible parrallel run in OpenCL [default: 512]
--opencl-workload-absolute The values given by workload are not ratio, but absolute number of nonces in OpenCL [default: false]
-p, --portKaspad port [default: Mainnet = 16110, Testnet = 16211]
-s, --kaspad-addressThe IP of the kaspad instance [default: 127.0.0.1]
-t, --threadsAmount of CPU miner threads to launch [default: 0]
--testnet Use testnet instead of mainnet [default: false]