Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Smoke by Cannacoin Community Foundation | cannacoin.org
by
deusopus
on 30/03/2025, 02:42:28 UTC
windows version at https://cannacoin.org/smoke/windows/

Paste the following into notepad.
rpcuser=rpc_smoke
rpcpassword=rpc_password
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
addnode=cannacoin.duckdns.org

Click on the menu item "File" -> "Save As...".

The open dialog box will appear, click on "Save as type" and select the option "All Files (*.*)".

Enter the following text behind "File name": smoke.conf

Click on the menu bar, type the following text %appdata% and press on the enter key.

Create the folder Smoke and open the folder.

Press on the button "Save".

Create a new file with the keyboard shortcut ctrl + n.

Paste the following into notepad.
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
 for /f %%i in ('smoke-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i
 smoke-cli.exe generatetoaddress 1 %WALLET_ADDRESS%
goto begin

Click on the menu item "File" -> "Save As...".

The open dialog box will appear, click on "Save as type" and select the option "All Files (*.*)".

Enter the following text behind "File name": mine.bat

Click on the menu bar, open the location where you extracted the zip file smoke-qt-windows.zip.

Press on the button "Save".

Open your wallet and execute mine.bat to mine your first block.