Post
Topic
Board Announcements (Altcoins)
Re: TheCaribbeanCoin CBBC
by
thecaribbeancoin
on 31/01/2020, 21:20:00 UTC
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.zip

Follow 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=1


Open 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
done


Save 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 Downloads

Execute the following command in Terminal to make mine.sh executable.

chmod +x mine.sh

Execute the following command in Terminal to start mining your first block.

./mine.sh

Enjoy!
https://thecaribbeancoin.best/img/logo.png