Skip to content

Instantly share code, notes, and snippets.

View bitbd83's full-sized avatar
💭
{ varStealing = null; where var coDe = openSource }gth>openWare

BitBD bitbd83

💭
{ varStealing = null; where var coDe = openSource }gth>openWare
View GitHub Profile
@bitbd83
bitbd83 / add.md
Last active May 19, 2020 18:43
Staking addy

P3hims6soQojgR3jHzo2ooVwgqURQjQE5o

NjQjGV1gTRq4P2zfZaHWf18cgN8yRbCVAx

NueAqt8Kd8YhrZJJSKR5HX3ehWK5TbkJK6

NsppDV3y6hvL76vXvRZyU93793oA9P4398

NxZUKMdtWzBsQ2YZh5v15Zpe8169PgqYZq

@bitbd83
bitbd83 / address.md
Last active May 12, 2020 22:56
Imp addresses

NsGeczGExMTFShn1MnnkVys8dXeMihj7D2 ndc-win7

Pb: 29xCyf1aBZZmi1YCMBjFQYVULGFXhYowvQLCEdzVWCUNM

@bitbd83
bitbd83 / build.sh
Created May 4, 2020 11:07
Cross compile
#!/bin/bash
# This is the nexbit Menu System v1.0
## ----------------------------------
# Define variables
# ----------------------------------
EDITOR=nano
RED='\033[0;41;30m'
STD='\033[0;0;39m'
# ----------------------------------
@bitbd83
bitbd83 / predominance.md
Last active April 30, 2020 11:36
Pre-compile Fileset
@bitbd83
bitbd83 / bdb.sh
Last active April 29, 2020 05:23
BDB cross-compile script for mingw32 to make build for windows.
#!/bin/bash
MXE_PATH=/mnt/mxe
sed -i "s/WinIoCtl.h/winioctl.h/g" src/dbinc/win_db.h
mkdir build_mxe
cd build_mxe
CC=$MXE_PATH/usr/bin/i686-w64-mingw32.static-gcc \
CXX=$MXE_PATH/usr/bin/i686-w64-mingw32.static-g++ \
../dist/configure \
--disable-replication \
if(genesis.GetHash() != uint256("0x"))
{
printf("Searching for genesis block...\n");
uint256 hashTarget = CBigNum().SetCompact(genesis.nBits).getuint256();
while(uint256(genesis.GetHash()) > hashTarget)
{
++genesis.nNonce;
if (genesis.nNonce == 0)
{
printf("NONCE WRAPPED, incrementing time");
@bitbd83
bitbd83 / Make_Ubuntu_Build_Ready
Last active January 29, 2020 20:17
Preparation of build ready.
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev bsdmainutils automake curl
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake mingw-w64
sudo apt install gnupg2 -y
@bitbd83
bitbd83 / BitBD-gpg
Created January 18, 2020 04:42
If any one want to contact with me via encrypted pgp use my public key.
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBF3LDw8BEADct+Afmgy1zT6+blBNQfNChfqoC0p38w3P9yZ/b1cUurmnW0On
sB3cNGg3DFamTxDkXpC+25oNgBN7HH6GEsVzWPEcUfpqYv0lgL68I33mGLdNukyH
hJZ2qH/BaI217Z4pVhwZy7g8z4zwbkegT3OasKy1ierLSvn1UMElSIEFJsC64eey
OvoP0yYfETbR0jSOLDSBbNCKnYTj+iIo3ZXwonqVxXTrMeRb6bV8vrVb2QmMVhyx
7eK8LgsI8pn2wjBD5LYsU9A0Nv2FUDe1YKIJSvPdIRDZxKypPJiq+tBGdoz/xwkU
WYnPVJh+wi32qXLkP4nwLXFRuvppWndYPqPaM8ffuPjvdUA+3m3gIeynWMR78pPL
pb83XiBfN3ybhP2ATKk0H0jLvEYo+Ro/Rf+afIN1H+y6YaDyZ7AP0bPK/m4JxNah
ThRTm8OzVVvswsZG1c5FCn+M/HjfGZEy+vtURwJ9jkcwSognChDUnFeW10Ic9izZ
@bitbd83
bitbd83 / Ubuntu 18.04.1 LTS Bionic Beaver sorce list
Created January 6, 2020 21:03
Ubuntu 18.04.1 LTS Bionic Beaver sorce list /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
@bitbd83
bitbd83 / sources.list
Created December 10, 2019 06:55
Source list for Ubuntu 16.04 Xenial
GNU nano 2.5.3 File: /etc/apt/sources.list
#deb cdrom:[Ubuntu 16.04.6 LTS _Xenial Xerus_ - Release amd64 (20190227)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://bd.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://bd.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the