Bitcoin Forum
May 04, 2024, 11:05:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 »
  Print  
Author Topic: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties!  (Read 215296 times)
sekker
Member
**
Offline Offline

Activity: 133
Merit: 29


View Profile
July 01, 2022, 04:23:34 AM
 #4481

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
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714863946
Hero Member
*
Offline Offline

Posts: 1714863946

View Profile Personal Message (Offline)

Ignore
1714863946
Reply with quote  #2

1714863946
Report to moderator
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
July 01, 2022, 06:51:26 AM
 #4482

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! :-)

pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
July 02, 2022, 10:09:52 AM
 #4483

Full Snapshot from 2022-06-02

gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
July 05, 2022, 09:13:09 PM
 #4484

Awesome! Seems quite busy over there?
https://www.aex.com/page/trade.html/xcn_ausd

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
July 10, 2022, 01:55:13 PM
 #4485

Awesome! Seems quite busy over there?
https://www.aex.com/page/trade.html/xcn_ausd

AUSD? ...

What is that?

#crysx #cwi

sekker
Member
**
Offline Offline

Activity: 133
Merit: 29


View Profile
July 12, 2022, 04:08:02 AM
 #4486

Awesome! Seems quite busy over there?
https://www.aex.com/page/trade.html/xcn_ausd

AUSD? ...

What is that?

#crysx #cwi

AEX stable coin launched recently

https://www.aex.com/page/trade_coin.html#/?mk_type=usdt&trade_coin_name=ausd&Encyclopedias=true

#Sekker
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
July 12, 2022, 10:18:21 AM
 #4487


'StableCoins' ...

Such a misleading Terminology!

But OK - So more to the list of Tokens.

Thanks Sekker!

#crysx #cwi

tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
February 28, 2023, 04:57:26 PM
Last edit: March 02, 2023, 12:00:48 PM by tbearhere
 #4488

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.
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
March 04, 2023, 05:43:38 PM
 #4489

Full Snapshot from 2023-03-04

I hope I did this correctly.  Smiley
xcn.nexus
Newbie
*
Offline Offline

Activity: 9
Merit: 2


View Profile
August 18, 2023, 11:36:00 AM
Last edit: January 18, 2024, 11:24:17 PM by xcn.nexus
 #4490

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.

xcn.nexus
Newbie
*
Offline Offline

Activity: 9
Merit: 2


View Profile
October 01, 2023, 01:01:18 PM
Last edit: October 02, 2023, 07:30:05 AM by xcn.nexus
 #4491

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.
xcn.nexus
Newbie
*
Offline Offline

Activity: 9
Merit: 2


View Profile
October 10, 2023, 11:09:58 PM
 #4492

Full Blockchain Snapshot 11 October 2023

Download: Snapshot
othell_rogue
Full Member
***
Offline Offline

Activity: 800
Merit: 143



View Profile
October 12, 2023, 07:42:26 PM
 #4493

Full Blockchain Snapshot 11 October 2023

Download: Snapshot


Chain still up and running? Cool, I remember I have some wallets/coins from the old days.

To Buy, or not to Sell? That is the question.
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
October 13, 2023, 03:06:20 AM
 #4494

Full Blockchain Snapshot 11 October 2023

Download: Snapshot


Chain still up and running? Cool, I remember I have some wallets/coins from the old days.

Same ...

Looking for them now Tongue

#crysx #cwi

xcn.nexus
Newbie
*
Offline Offline

Activity: 9
Merit: 2


View Profile
October 13, 2023, 04:38:10 AM
 #4495

Full Blockchain Snapshot 11 October 2023

Download: Snapshot


Chain still up and running? Cool, I remember I have some wallets/coins from the old days.

The community does a good job keeping it alive and working as intended.

If you're building your own wallet this branch will work for windows or ubuntu: https://github.com/e-nexus/Cryptonite/tree/GUI
For you old backups I'd use db48 in the toolchain instead of db for windows. On ubuntu unless you install db 4.8.30 yourself it'll use the current default.
It's still a work in progress so there will be a pull request to the main branch in a few weeks if you want to wait.
xcn.nexus
Newbie
*
Offline Offline

Activity: 9
Merit: 2


View Profile
November 24, 2023, 09:48:06 AM
Merited by othell_rogue (1)
 #4496

A new version of Cryptonite has been released.

Windows binaries can be found at: https://github.com/e-nexus/Cryptonite/releases

Various improvements and optimizations have been made, and a new Cryptonite DNS seed node has been implemented.
A full sync of the 10 year old blockchain should take no more than 1 hour on slow machines.
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 24, 2023, 02:15:03 PM
Last edit: November 24, 2023, 02:32:50 PM by tbearhere
 #4497

A new version of Cryptonite has been released.

Windows binaries can be found at: https://github.com/e-nexus/Cryptonite/releases

Various improvements and optimizations have been made, and a new Cryptonite DNS seed node has been implemented.
A full sync of the 10 year old blockchain should take no more than 1 hour on slow machines.

Excellent   Smiley
xcn.nexus
Newbie
*
Offline Offline

Activity: 9
Merit: 2


View Profile
November 26, 2023, 12:35:29 AM
Merited by othell_rogue (1)
 #4498


Full blockchain snapshot: 26 Nov 2023

https://mega.nz/file/0vVHDCYB#IXCUNzFwE0YR0Sb70yP5QFshMPG9lAvJB5L6MFRB9DE
othell_rogue
Full Member
***
Offline Offline

Activity: 800
Merit: 143



View Profile
January 08, 2024, 01:41:55 PM
 #4499

A new version of Cryptonite has been released.

Windows binaries can be found at: https://github.com/e-nexus/Cryptonite/releases

Various improvements and optimizations have been made, and a new Cryptonite DNS seed node has been implemented.
A full sync of the 10 year old blockchain should take no more than 1 hour on slow machines.


Awesome!
Thank you!

To Buy, or not to Sell? That is the question.
xcn.nexus
Newbie
*
Offline Offline

Activity: 9
Merit: 2


View Profile
January 24, 2024, 11:43:38 PM
 #4500

Latest Windows build:
https://mega.nz/file/kuVRGRba#eLLS5Sd4Ww10jJ1ILUQGAeUWbRjFepTsA35WkUROfvY

If anyone needs the db4.8 version let me know.
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!