Pages:
Author

Topic: TheCaribbeanCoin CBBC (Read 411 times)

copper member
Activity: 20
Merit: 1
April 01, 2022, 11:02:59 AM
#22
Hi good morning, how would this mining function for wallet in macos?


Close your wallet and create the file caribbeancoin.conf in the folder “%APPDATA%\caribbeancoin\”.

Paste the following text into caribbeancoin.conf and save the file. (replace "CHOOSE_A_NEW_ONE" with your password)

rpcuser=rpc_caribbeancoin
rpcpassword=CHOOSE_A_NEW_ONE
rpcallowip=127.0.0.1
rpcport=15123
listen=1
server=1
txindex=1
addnode=212.24.110.29


Open your wallet exe folder.

Create a .bat file named mine.bat in the same folder where you extracted caribbeancoin-cli.exe and paste the following text into mine.bat.

@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
 caribbeancoin-cli.exe generate 1
goto begin


Save the file.
Execute your Core Wallet
Execute mine.bat to start mining
That's it!
newbie
Activity: 18
Merit: 0
February 14, 2020, 05:42:18 PM
#21
CBBC Raspberry Pi Wallet
Use the following instructions to mine a block.

Update your Raspberry Pi.

sudo apt-get update
sudo apt-get upgrade


Install the required dependencies.

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev

sudo apt-get install libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler unzip software-properties-common

Install Berkeley DB from source code.

wget download.oracle.com/berkeley-db/db-4.8.30.zip
unzip db-4.8.30.zip
cd db-4.8.30
cd build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make
sudo make install


Configure environment variable.

export LD_LIBRARY_PATH="/usr/local/lib"

Open your wallet, and make sure your wallet is connected with a node.

The message “Syncing Headers (0,0%)” will disappear once you mine your first block.

Close your wallet and create the file caribbeancoin.conf in the folder “$HOME/.caribbeancoin/”.

Paste the following text into caribbeancoin.conf and save the file.

rpcuser=rpc_caribbeancoin
rpcpassword=Replace_with_your_new_password
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.

Open the terminal on your Raspberry Pi.

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
newbie
Activity: 18
Merit: 0
February 14, 2020, 05:34:03 PM
#20
Hi,

We are in the Phase II of the CBBC Project. Your will need ASICs and GPUs to earn the most.
The percentage Fee of the pool is 0%.
You can access the mining pool on the IP : 185.205.210.242:3008
We've blocked the tcp port 80 for security and performance reasons.


Mining instructions

Download the latest version of cpuminer from https://bitcointalksearch.org/topic/an-even-more-optimized-version-of-cpuminer-poolers-cpuminer-cpu-only-55038 and extract the zip file.

Create a .bat file named mine_pool.bat in the same folder where you extracted cpuminer and paste the following text into mine_pool.bat.

minerd -a sha256d -o stratum+tcp://185.205.210.242:3008 -u cbbc1q33lzqfh823mxrj0970zzyzaytk5vvn6e5n7axe -p anything


cbbc1q33lzqfh823mxrj0970zzyzaytk5vvn6e5n7axe - Change the value “cbbc1q33lzqfh823mxrj0970zzyzaytk5vvn6e5n7axe” with your wallet address.

Save the file.

Execute mine_pool.bat to start mining.

Enjoy!

[email protected]
https://thecaribbeancoin.best/img/logo.png
newbie
Activity: 18
Merit: 0
February 14, 2020, 05:18:45 PM
#19
Good Evening,

You've got to be very patient. It may take several hours to synchronize your wallet the first time.
The speed of sync may vary depending on your hardware, your Internet connection, and your Location.

Don't hesitate to ask if you still need help.

https://thecaribbeancoin.best/img/logo.png
copper member
Activity: 128
Merit: 0
February 14, 2020, 12:56:56 PM
#18
its not sync stuck at block 853 from 3 hours
newbie
Activity: 18
Merit: 0
January 31, 2020, 04:20:00 PM
#16
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
newbie
Activity: 18
Merit: 0
January 15, 2020, 12:52:08 PM
#15
If you still got issues to synchronize your wallet: Verify that the incoming traffic TCP 15124 port rule isn't blocked trought your router, your firewall, and/or your antivirus.
newbie
Activity: 18
Merit: 0
January 15, 2020, 09:07:35 AM
#14
Hi,
You need to verify that you've created the caribbeancoin.conf file into the folder “%APPDATA%\caribbeancoin\”.
Then you need to be sure the line "addnode=212.24.110.29" or "addnode=212.24.97.79" has been inserted in this caribbeancoin.conf file.
When you start your wallet just verify that you are connected to a node with this icon at the bottom right of the screen https://thecaribbeancoin.best/1.png
Then you have to wait for the entire synchronization time. It may vary depending on your hardware type, your Location, and your Internet Speed.
Starting the mine.bat file to solo mine with your CPU can improve the time of your synchronization.
It takes 3O min to 6hours.
newbie
Activity: 7
Merit: 0
January 15, 2020, 05:35:53 AM
#13
My wallet cannot sync
jr. member
Activity: 207
Merit: 5
January 14, 2020, 02:00:23 AM
#12


where is mine.bat + coin.conf ? thanks

sync header stucked at 94%

mining now ... thanks
newbie
Activity: 222
Merit: 0
January 13, 2020, 11:04:16 PM
#11
Do you have a link to your github (or equivalent). It is open source, right?
newbie
Activity: 18
Merit: 0
January 13, 2020, 09:12:41 PM
#10
Once your solo mining is working, you will see something like:
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]

You need to wait until your core wallet is synchronized.It can take 30min to 4hours depending on your location and internet connection speed.
newbie
Activity: 18
Merit: 0
January 13, 2020, 09:05:19 PM
#9
Close your wallet and create the file caribbeancoin.conf in the folder “%APPDATA%\caribbeancoin\”.

Paste the following text into caribbeancoin.conf and save the file. (replace "CHOOSE_A_NEW_ONE" with your password)

rpcuser=rpc_caribbeancoin
rpcpassword=CHOOSE_A_NEW_ONE
rpcallowip=127.0.0.1
rpcport=15123
listen=1
server=1
txindex=1
addnode=212.24.110.29


Open your wallet exe folder.

Create a .bat file named mine.bat in the same folder where you extracted caribbeancoin-cli.exe and paste the following text into mine.bat.

@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
 caribbeancoin-cli.exe generate 1
goto begin


Save the file.
Execute your Core Wallet
Execute mine.bat to start mining
That's it!
jr. member
Activity: 207
Merit: 5
January 13, 2020, 08:46:15 PM
#8
We working on it:
-CBBC Block explorer
-CBBC Pool Mining
-CBBC Wallet online
-The source code will be delivered, in february 2020.
-Linux Daemon Wallet
-macOS Core Wallet
-Raspberry Pi Core Wallet

For now the windows core wallet can be used with a mine.bat +coin.conf for solo mining.


where is mine.bat + coin.conf ? thanks

sync header stucked at 94%
newbie
Activity: 18
Merit: 0
January 13, 2020, 06:43:21 PM
#7
Node 2: 212.24.97.79:15124
newbie
Activity: 18
Merit: 0
hero member
Activity: 1484
Merit: 505
January 13, 2020, 03:31:03 PM
#5
sourse  Huh Huh Huh
hero member
Activity: 1484
Merit: 505
January 13, 2020, 03:24:41 PM
#4
Pool Huh
newbie
Activity: 18
Merit: 0
January 13, 2020, 03:17:20 PM
#3
Node 1: 212.24.110.29
Pages:
Jump to: