Pages:
Author

Topic: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! - page 2. (Read 215807 times)

newbie
Activity: 9
Merit: 2
Cryptonite Wallet and Miner Update

Cryptonite Wallets:

- Berkeley Database 4.8 (Portable)
  - Download BASE
  - Download DARK MODE

- Berkeley Database 18.1
  - Download BASE
  - Download DARK MODE

Miner:
- Built with CUDA 12.2 and supports compute 5.0 -> 8.9
- Download Miner (NVIDIA Only)

Important Information
- All wallet downloads include daemon and GUI binaries.
- Cryptonite Wallets come in two versions, with different database versions.
- Backups from the portable version (Berkeley Database 4.8.30) can be loaded into any wallet version.
- Backups from the latest version (Berkeley Database 18.1) can only be loaded into this or newer wallet versions.
- If the wallet doesn't make any connections within a minute try "addnode 138.201.120.49:8253 onetry" or "addnode 122.151.193.158:8253 onetry" in the console.

GUI Options:
- Both versions have separate binaries for a base GUI and a dark mode GUI.

Additional Notes:
- Wallet download links include an example cryptonite.conf configuration file for solo-mining that must be copied to the wallet's data directory.
- Remember to edit the USERNAME and PASSWORD fields in the cryptonite.conf file.
- If the miner doesn't run, you may need to download VCredist files.

How to Solo-Mine:
1. Download and sync the Cryptonite wallet.
2. Copy the cryptonite.conf file to your Cryptonite data directory and restart the wallet.
2. Start the miner using the provided batch file (remember to edit USERNAME and PASSWORD).

New contributors to the project are always welcome, discord details are on the 1st page.
newbie
Activity: 9
Merit: 2
Cross-Compile Cryptonite for Windows on Windows 10 or Ubuntu

Step 1: Setting Up the Environment
Quote
Ensure that you have Windows Subsystem for Linux (WSL) and Ubuntu installed on your Windows 10 system. If not, follow the official installation guide to set them up.
1.1 Installing Dependencies
Open the Ubuntu terminal (on Windows via WSL or on a standalone Ubuntu system) and execute the following command to install all the required dependencies:
Code:
sudo apt install autoconf automake autopoint bash bison \
bzip2 flex g++ g++-multilib gettext git gperf intltool \
libc6-dev-i386 libgdk-pixbuf2.0-dev libltdl-dev libgl-dev \
libpcre3-dev libssl-dev libtool-bin libxml-parser-perl lzip \
make openssl p7zip-full patch perl python3 python3-distutils \
python3-mako python3-pkg-resources python-is-python3 ruby \
sed unzip wget xz-utils
1.2 Clone the Modified MXE Toolchain
Code:
git clone https://github.com/e-nexus/mxe
cd mxe
git checkout xcn

Step 2: Building the Toolchain
2.1 Build the Toolchain
Inside the `mxe` directory, execute:
Code:
make MXE_TARGETS=x86_64-w64-mingw32.static.posix db gmp \
boost libqrencode miniupnpc protobuf qtbase qttools -j4
Quote
Note: Change `-j4` to the number of CPU cores for parallel compilation.
Quote
Note: Change db to db48 if you need to build portable wallet data files.

Step 3: Compiling Cryptonite
3.1 Clone Cryptonite Source Code
Code:
git clone https://github.com/e-nexus/Cryptonite
cd Cryptonite
3.2 Set the Path to the MXE Toolchain
Replace `USERNAME` with your local username:
Code:
export PATH=/home/USERNAME/mxe/usr/bin:$PATH
3.3 Run Autogen Script
Code:
./autogen.sh
3.4 Configure the Build
Replace `USERNAME` with your local username:
Code:
./configure \
CFLAGS="-w -march=native -mtune=native -O3" \
CXXFLAGS="-w -std=c++17 -march=native -mtune=native -finline-functions -fPIC -O3" \
--host=x86_64-w64-mingw32.static.posix \
--with-qt-incdir=/home/USERNAME/mxe/usr/x86_64-w64-mingw32.static.posix/qt5/include \
--with-qt-libdir=/home/USERNAME/mxe/usr/x86_64-w64-mingw32.static.posix/qt5/lib \
--with-qt-plugindir=/home/USERNAME/mxe/usr/x86_64-w64-mingw32.static.posix/qt5/plugins \
--with-qt-bindir=/home/USERNAME/mxe/usr/x86_64-w64-mingw32.static.posix/qt5/bin \
--with-boost=/home/USERNAME/mxe/usr/x86_64-w64-mingw32.static.posix/lib \
--with-boost-libdir=/home/USERNAME/mxe/usr/x86_64-w64-mingw32.static.posix/lib \
--with-protoc-bindir=/home/USERNAME/mxe/usr/x86_64-pc-linux-gnu/bin \
--with-incompatible-bdb \
--disable-hardening \
--disable-tests
Quote
Note: Remove --with-incompatible-bdb if building portable wallet data files.
3.5 Compile Cryptonite
Code:
make -j4
Quote
Note: Set `-j4` to the number of CPU cores.

Step 4: Finalizing the Build
4.1 Strip the Binaries
Code:
strip src/*.exe
strip src/qt/*.exe
4.2 Copy to Windows File System
Copy the compiled binaries (cryptonited.exe and cryptonite-cli.exe in the /src directory, and cryptonite-qt.exe in /src/qt/) to the Windows file system.

legendary
Activity: 3164
Merit: 1003
legendary
Activity: 3164
Merit: 1003
On -setlog 4  command in the shortcut to a any wallet ... is it possible to setlog higher like 5 or 8? I can't find any info on this. Or on setlog command definition. thx  Smiley
Syncing my new wallet now.
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---

'StableCoins' ...

Such a misleading Terminology!

But OK - So more to the list of Tokens.

Thanks Sekker!

#crysx #cwi
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
full member
Activity: 175
Merit: 113
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Dear community
It has been a long time. but in the end AEX trusts us again. Let's show them that they are not wrong with us.


https://twitter.com/CryptoniteCoin/status/1542721606572818432?s=20&t=lb9fVmir2VWpqPVxUVTVaw

#sekker

Awesome! :-)
member
Activity: 133
Merit: 29
Dear community
It has been a long time. but in the end AEX trusts us again. Let's show them that they are not wrong with us.


https://twitter.com/CryptoniteCoin/status/1542721606572818432?s=20&t=lb9fVmir2VWpqPVxUVTVaw

#sekker
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
member
Activity: 133
Merit: 29
Hello community!

Weekly DevLog #1
XCN progression and New Era project presentation.

https://twitter.com/CryptoniteCoin/status/1519605446671220737?s=20&t=dvJUROXmwmjXDqxIhIAqwQ

#sekker
legendary
Activity: 2716
Merit: 1094
Black Belt Developer

It was supposed to be ready by end of last year, it's a bit behind schedule but we are working on it.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
member
Activity: 133
Merit: 29
Regards Cryptonite XCN community!
I hope all of you are well,
Soon and briefly so as not to bore you we will be presenting small videos about New Era.
In them we will also explain how the ecosystem that New Era will adopt with Cryptonite XCN will be.
We will explain the XCN Rewards system in due course.
We would like once again to ask you for a little more patience. since these things do not end up being developed by investing 1h per day.
Here I leave you again the social networks of Cryptonite and New Era in which we are uploading some information of the daily development.

New Era
: https://discord.gg/nTAkZBgJha
Cryptonite : https://discord.gg/uzPBsK7

#Sekker
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Please help, who is the admin of xcn.suprnova.cc pool? My account has been suspended after trying to change my payout address. The mail for unblocking does not come.

@ocminer
newbie
Activity: 26
Merit: 0
Please help, who is the admin of xcn.suprnova.cc pool? My account locked after trying to change my payout address. The mail for unblocking does not come.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Pages:
Jump to: