Tutoriel N° 2a4
Claim B2X BCX BFT UB #Bitcoin #fork without wallet
Telegram group to talk about Bitcoin fork:
https://t.me/BitcoinForkHelp
If you are on windows10 you can launch ubuntu:
https://korben.info/installer-shell-bash-linux-windows-10.html
Use those scripts at your risky ! Make a test before if you can with a small amount BTC address
You need to have your public and private BTC address before the fork with BTC.
You need to move all your BTC address before use those scripts
You need to have a deposit address on an exchange for each bitcoin fork.
This tutoriel need to have linux, in my case i will use ubuntu in a terminal.
Download the file attach with scripts to claim each bitcoin fork token.
You need to have Python 2.7 installed on your linux.
Python 2.7 installation:
In my case to install it i did:
sudo apt-get update
sudo apt-get install build-essential checkinstall
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
cd /usr/src
sudo wget https://www.python.org/ftp/python/2.7.14/Python-2.7.14.tgz
sudo tar xzf Python-2.7.14.tgz
cd Python-2.7.14
sudo ./configure
sudo make altinstall
python2.7 -V
cd /home/USER/Bureau/Shared
cp claim.py /home/USER
sudo apt install virtualenv
virtualenv env
source env/bin/activate
pip install urllib3
python2 -V
Python 2.7.11+
sudo apt-get install build-essential checkinstall
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
cd /usr/src
sudo wget https://www.python.org/ftp/python/2.7.14/Python-2.7.14.tgz
sudo tar xzf Python-2.7.14.tgz
cd Python-2.7.14
sudo ./configure
sudo make altinstall
python2.7 -V
cd /home/USER/Bureau/Shared
cp claim.py /home/USER
sudo apt install virtualenv
virtualenv env
source env/bin/activate
pip install urllib3
python2 -V
Python 2.7.11+
Get fork-helper.py from (1*)
Get claimer.py from (2*)
Edit fork-helper.py and add your public BTC key
chmod +777 fork-helper.py
# and launch it
./fork-helper.py
# and launch it
./fork-helper.py
Replace for each fork:
PUBLIC KEY
PRIVATE KEY
WALLET ADDRESS DESTINATION
Execute then lines for each for with your informations changed
source:
https://gist.github.com/ymgve
https://github.com/ymgve/bitcoin_fork_claimer (2*)
https://gist.github.com/ottoteixeira/c5ba96ff296ddf95b36e498654faf871 (1*)