Hi,
We've just uploaded the Caribbeancoin macOS Core Wallet stable version 1.0 .dmg file.
https://thecaribbeancoin.best/P2P/Caribbeancoin-Stable-Version1.0-macOS-core-Wallet-qt.zipFollow the steps below to mine with your macbook:
Close your wallet and create the file caribbeancoin.conf in the folder $HOME/Library/Application Support/CaribbeanCoin/.
Paste the following text into caribbeancoin.conf and save the file.
rpcuser=rpc_caribbeancoin
rpcpassword=CHOOSE_A_NEW_ONE
rpcallowip=127.0.0.1
rpcport=15123
listen=1
server=1Open your wallet.
Create a file named mine.sh and paste the following text into mine.sh.
#!/bin/bash
SCRIPT_PATH=`pwd`;
cd $SCRIPT_PATH
echo Press [CTRL+C] to stop mining.
while :
do
./caribbeancoin-cli generate 1
doneSave the file.
Click the Finder icon in your dock.
Click Go.
Click Utilities.
Double-click Terminal.
Go to the directory where you extracted caribbeancoin-qt.
E.G. cd DownloadsExecute the following command in Terminal to make mine.sh executable.
chmod +x mine.shExecute the following command in Terminal to start mining your first block.
./mine.shEnjoy!
https://thecaribbeancoin.best/img/logo.png