Skip to content

BitcoinJake09/GLX-AutoCompunder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

uses python3.8+

Linux by @bitcoinJake09:
Python AutoClaim & AutoStake script!
set to claim in 15 and stake in 15 minute intervals
simply replace hivename and posting key, run with python3, pip3 install missing dependencies:
1. sudo apt-get install python3.8
2. Install 'beem' and 'requests_html' with the 'Terminal' app
pip3 install requests_html
pip3 install beem
3. Download the script: https://github.com/BitcoinJake09/GLX-AutoCompunder 
4. *modify your hive name and posting key in code
5. Change intervals ('claimTime' and 'stakeTime') if you want to in glx-compunder.py (default is 15 min)
6. run: python3 glx-compunder.py

Mac by @oliverschmid:
1. Download and install Python 3.9.6 (https://www.python.org/downloads/macos/)
2. Install 'beem' and 'requests_html' with the 'Terminal' app
pip3 install requests_html
pip3 install beem
3. Download the script: https://github.com/BitcoinJake09/GLX-AutoCompunder 
4. Replace hivename and posting key in glx-compunder.py
5. Change intervals ('claimTime' and 'stakeTime') if you want to in glx-compunder.py (default is 15 min)
6. Run glx-compunder.py

Chromebook by @Bitcoinjake09:
open terminal and run these:
1. sudo apt-get update
2. sudo apt-get install build-essential
3. sudo apt-get install libreadline-gplv2-dev libncursesw5-dev \
  libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
4. sudo apt-get install libffi-dev liblzma-dev
5. cd /usr/src
6. sudo wget https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz
7. sudo tar xzf Python-3.8.1.tgz
8. cd Python-3.8.1
9. sudo ./configure --enable-optimizations
10. sudo make altinstall
11. Install 'beem' and 'requests_html' with the 'Terminal' app
pip3 install requests_html
pip3 install beem
12. Download the script: https://github.com/BitcoinJake09/GLX-AutoCompunder 
13. *modify your hive name and posting key in code
14. Change intervals ('claimTime' and 'stakeTime') if you want to in glx-compunder.py (default is 15 min)
15. run: python3 glx-compunder.py

HIVE/GLX donations: @bitcoinjake09
https://peakd.com/@bitcoinjake09/

About

A Simple python script to auto claim and auto stake GLX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages