Skip to content

Instantly share code, notes, and snippets.

@sammy007
sammy007 / timer.diff
Created January 27, 2015 17:56
Change blockchain autosave interval in bitmonerod
diff --git a/src/cryptonote_core/cryptonote_core.h b/src/cryptonote_core/cryptonote_core.h
index 1052245..7438041 100644
--- a/src/cryptonote_core/cryptonote_core.h
+++ b/src/cryptonote_core/cryptonote_core.h
@@ -157,7 +157,7 @@ namespace cryptonote
account_public_address m_miner_address;
std::string m_config_folder;
cryptonote_protocol_stub m_protocol_stub;
- epee::math_helper::once_a_time_seconds<60*60*12, false> m_store_blockchain_interval;
+ epee::math_helper::once_a_time_seconds<60*60*24, false> m_store_blockchain_interval;
sudo apt-get install -y screen
sudo apt-get install -y build-essential automake libcurl4-openssl-dev
mkdir ~/monero
git clone https://github.com/sammy007/cpuminer-multi.git
cd cpuminer-multi
./autogen.sh
CFLAGS="-march=native" ./configure && make
./minerd ....
@sammy007
sammy007 / qcn-mining-guide
Last active January 18, 2024 06:36
QuazarCoin (QCN) Mining Guide
# QuazarCoin (QCN) Mining Guide
## Installation
**QuazarCoin**, works on Windows, Linux and Mac OS X platforms.
You can download it from [official website](http://quazarcoin.org/downloads.php).
### QuazarCoin Daemon
**CryptoNote** coins are different than **Bitcoin** forks. Usually there are daemon and wallet shipped together. In order to use your wallet for receiving and sending payments you must have synchronized blockchain and keep daemon run.