Wallet: moneySpent, moneyReceived, newBlock signals

This commit is contained in:
Ilya Kitaev
2016-09-23 23:51:24 +03:00
parent 86a6bfbff1
commit 7e769b3a87
3 changed files with 20 additions and 8 deletions

View File

@@ -1,8 +1,10 @@
#!/bin/bash
MONERO_URL=https://github.com/monero-project/monero.git
MONERO_BRANCH=master
# MONERO_URL=https://github.com/monero-project/monero.git
# MONERO_BRANCH=master
MONERO_URL=https://github.com/mbg033/monero.git
MONERO_BRANCH=develop
# thanks to SO: http://stackoverflow.com/a/20283965/4118915
CPU_CORE_COUNT=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
pushd $(pwd)