A bot for FaucetCrypto a cryptocurrency faucet. The bot can currently claim PTC ads, main reward and all the shortlinks except exe.io and fc.lc.

Overview
Faucet Crypto Bot logo



A bot for the high paying popular cryptocurrency faucet Faucet Crypto. The bot is built using Python and Selenium, currently it is under active development and, can do tasks like PTC ads, main rewards, and shortlinks except exe.io and fc.lc

made with python Selenium webdriver Brave browser chromium driver for selenium


Bot status

Status

  • Seems like Faucet Crypto has started using a bot detection system so you may need to obfuscate your driver to prevent it's detection. Please see below for the detailed instructions.

  • The xpaths have been updated and new xpaths have been written to xpath.py you can replace the new file with the old file. Since i had to rush throught this if i missed something please let me know

  • The layout of Faucet Crypto has changed and the bot won't work anymore you can wait for me to release the updated xpath file or you can add them manually to the xpath.py file.

  • The issue of the bot was unable to find the claim button was fixed. The reason was due to an update in Faucet Crypto website. New xpaths have been updated you can copy the new xpaths to your old xpaths file. (keep and eye on the bot status for further changes and updates that might occur.)

Disclaimer

Please be note that this is the first major automation project for me. I am by no means responsible for any usage of this tool, Account bans or Nuclear winter. Use it on your own behalf. I'm also not responsible if your account get's banned.Therefore, if the Faucet Crypto devs catches you and get you banned,then don't point your fingers at me, for getting your account deleted? I will rolling on the floor laughing at you.

Faucet Crypto

Faucet Crypto landing page

If you found this repo useful please don't forget to give me a

Brave Browser

The browser of choice for this project is Brave browser due to its native ad-blocking scripts which are pretty good and prevents random popup openings, which can mess with the bots proper execution.

If you don't have Brave browser installed you can download it from here.

Changes

v2.98
  • Added much better error codes
  • If the bot is run in headless mode it wont load images imporving load times significantly
  • Instructions for driver obfuscations have been provided
  • Much efficent compared to the previous versions
  • Achievements collector has also been added but its only experimental and is disabled by default in the bot.py file you can use this feature by uncommenting it
  • Also added a feature where the bot screenshots the stupid popup ads that creep in from time to time.
  • If the bot detects that the captcha is being triggered it will sleep for an hour before executing again.
  • Fake User Agent has been added
  • Option for completing fc.lc shortlinks added but disabled by default, cause it dosen't work always you can test it out by uncommenting the sections below it in FaucetCryptoBot/fcbot.py.
  • Bot automatically closes the modal and chat which was an issue in the previous version.
  • Resolved the issue where the watch button for sh.faucetcrypot.com was covered by the chat button and throwed an error.
  • Removed the annoying 'NoneType' object has no attribute 'text' errors.
  • Replaced pickle5 with pickle-mixin cause pickle5 was causing issues for windows users.
  • Changes in requirements.txt file
v2.88
  • Added logic to save cookies and use them for logging in. This prevents using the default profile directory of your browser and dosen't mess it up.

  • Added logic to close the welcome modal and chat which covered the dashboard visibilty.

  • Cookies are now saved to a cookie file if it is not present in the directory the bot will automatically login with the user email and password provided on the config file and generate a new cookie file.

  • Added proxy incase you want to generate some referrals. This method is not recommended yet and try this at your own risk.

  • Fixed the issue when the browser was running in normal mode the bot closing all the open tabs.

Installation

create a virtual environment with virtualenv

virtualenv env

Activate the virtual environment

source env/bin/activate

Install all the necessary packages

pip install -r requirements.txt

Important

The following is important to better hide your chromedriver

Replacing cdc_ string

You can use vim or perl to replace the cdc_ string in chromedriver. Using vim or perl prevents you from having to recompile source code or use a hex-editor.

Make sure to make a copy of the original chromedriver before attempting to edit it.

Our goal is to alter the cdc_ string, which looks something like $cdc_lasutopfhvcZLmcfl.

Using Vim
vim /path/to/chromedriver

After running the line above, you'll probably see a bunch of gibberish. Do the following:

  • Replace all instances of cdc_ with dog_ by typing :%s/cdc_/dog_/g. dog_ is just an example. You can choose anything as long as it has the same amount of characters as the search string (e.g., cdc_), otherwise the chromedriver will fail.

  • To save the changes and quit, type :wq! and press return. If you need to quit without saving changes, type :q! and press return.

Using Pearl
  • The line below replaces all cdc_ occurrences with dog_.
perl -pi -e 's/cdc_/dog_/g' /path/to/chromedriver
  • Make sure that the replacement string (e.g., dog_) has the same number of characters as the search string (e.g., cdc_), otherwise the chromedriver will fail.

Setup

Set the correct path for your brave browser in the config file config.py

[Browser]
browser-mode =              #takes two parameters headless or leave it empty
driver-path =               #path to your chrome driver
browser-binary-location =   #path to your browser binary location

[User]
mail =                      #Your faucet crypto account mail
password =                  #your faucet crypto account password

[Misc]
debug =                     #takes two arguments True of False
proxy =                     #proxy address and port try not to use a proxy
                            #and leave this empty

Run

Run the bot by

python bot.py

Bot terminal

Account setup

If it's your first time running the bot you need to login to Faucet crypto. Run the bot in normal-mode(default) it will redirect to login page where you can login, the bot will do the rest from there by collecting from all the ads. (Note) The bot can't yet do the exe.io and fc.lc shortlinks so you would have to help it do that. If you've logged in successfully then you can run the bot in headless mode from then on you can set the bot to headless mode by setting the "headless" flag in the config file.

browser-mode = "headless"

Contributions

Feel free to contribute to this project and help me improve this project

Thank You,
Sourav
Comments
  • 'NoneType' object has no attribute 'text'

    'NoneType' object has no attribute 'text'

    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div/div/div[1]/div[2]/div/div[2]/span/a"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    [ 2021-02-17 21:56:02 ] [WARNING] 'NoneType' object has no attribute 'text'
    [ 2021-02-17 21:56:02 ] [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div[1]/div[1]/h3"}
      (Session info: chrome=ipadressxxxx)
    
    opened by metapodcod 15
  • Can´t run this bot on Windows

    Can´t run this bot on Windows

    Hello, Im beginner in Python and Im unable to install pickle5. Always when I try it, it says this https://pastebin.com/AvND2R8s . I tried to upgrade setuptools - it doesnt work.

    Thx for any answer.

    opened by Stefan8888 9
  • Bot crashed

    Bot crashed

    Traceback (most recent call last):
      File "bot.py", line 27, in <module>
        faucet_bot()
      File "bot.py", line 5, in faucet_bot
        bot = FaucetCryptoBot()
      File "/root/FaucetCryptoBot/FaucetCryptoBot/fcbot.py", line 35, in __init__
        self.driver = Chrome(options=self._get_opts(), executable_path=self.driver_path)
      File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__
        self.service.start()
      File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 98, in start
        self.assert_process_still_running()
      File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 111, in assert_process_still_running
        % (self.path, return_code)
    selenium.common.exceptions.WebDriverException: Message: Service /usr/bin/chromium-browser unexpectedly exited. Status code was: 1
    
    

    Any idea?

    opened by 3xtazzy 4
  • Always Sleeping 1 min

    Always Sleeping 1 min

    bro. Initially this went well, but the next day the bot did not want to run normally, it only outputs "sleep 1m" over and over again, I checked the non headless condition also remained the same. even though all ads have not been claimed, is the bot not working now? thanks bro

    opened by rizkyfarhanrr 4
  • timeout trying to find ad title

    timeout trying to find ad title

    with debug = True:

    [ 2021-02-25 12:13:47 ] [  BOT  ] PTC ADS
    [ 2021-02-25 12:13:50 ] [  BOT  ] Total ads amount: 23
    [ 2021-02-25 12:13:50 ] [  BOT  ] Completed ads: 0
    [ 2021-02-25 12:13:50 ] [  BOT  ] Available ads: 23
    [ 2021-02-25 12:13:50 ] [  BOT  ] Earnable coins: 433.62
    [ 2021-02-25 12:13:50 ] [  BOT  ] Ad [1] Earn Crypto Today!
    [ 2021-02-25 12:13:50 ] [  BOT  ] Ad completion time: 40 sec
    [ 2021-02-25 12:13:50 ] [  BOT  ] Ad reward: 26.28 Coins coins
    [ 2021-02-25 12:13:50 ] [  BOT  ] clicking on ptc watch button
    [ 2021-02-25 12:14:01 ] [WARNING] Message: timeout trying to find captcha block
    
    [ 2021-02-25 12:14:06 ] [WARNING] Message: timeout trying to find ad title
    

    Seems like paths are changed again..

    opened by yagilm 2
  • Not picking up Main Reward

    Not picking up Main Reward

    when trying to collect the main reward the following error is displayed..

    [ BOT ] MAIN REWARD [SUCCESS] Main reward is available [ BOT ] Waiting for 3 sec [WARNING] Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/main/div/div/div[3]/div[3]/div/div/p"}

    The xpath for this must have changed..

    opened by DogeBotDoge 2
  • Invalid Access to memory

    Invalid Access to memory

    Hi,

    I'm just about to start the bot but I keep running into this problem, see below. I feel like there's something simple I'm missing? I haven't been able to find a solution to this invalid memory access.

    Traceback (most recent call last): File "D:\FaucetCryptoBot-main\bot.py", line 27, in faucet_bot() File "D:\FaucetCryptoBot-main\bot.py", line 5, in faucet_bot bot = FaucetCryptoBot() File "D:\FaucetCryptoBot-main\FaucetCryptoBot\fcbot.py", line 35, in init self.driver = Chrome(options=self._get_opts(), executable_path=self.driver_path) File "C:\Users\joe\AppData\Local\Programs\Python\Python39\Scripts\env\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init self.service.start() File "C:\Users\joe\AppData\Local\Programs\Python\Python39\Scripts\env\lib\site-packages\selenium\webdriver\common\service.py", line 72, in start self.process = subprocess.Popen(cmd, env=self.env, File "c:\users\joe\appdata\local\programs\python\python39\lib\subprocess.py", line 951, in init self._execute_child(args, executable, preexec_fn, close_fds, File "c:\users\joe\appdata\local\programs\python\python39\lib\subprocess.py", line 1420, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, OSError: [WinError 998] Invalid access to memory location

    opened by Dexenthes 1
  • Question

    Question

    I see you sleep for an hour when a captcha is encountered, do the captcha's go away after an hour? Or is this just to give you time to solve the captcha?

    opened by NoahCardoza 1
  • Raspberry Problems

    Raspberry Problems

    I start the Bot and get this ....

    File "bot.py", line 1, in from FaucetCryptoBot import FaucetCryptoBot File "/home/pi/FaucetCryptoBot/FaucetCryptoBot/init.py", line 1, in from .fcbot import FaucetCryptoBot File "/home/pi/FaucetCryptoBot/FaucetCryptoBot/fcbot.py", line 29 "browser", f"starting browser session: {self.driver.session_id}"

    Pls help !

    opened by sanja181 1
  • Broken due to Captcha?

    Broken due to Captcha?

    Is this still working? I set it up but it seems to break due to the captcha? https://i.imgur.com/BdePUt5.png

    Any ideas or is this now dead because of the captcha?

    opened by jontstaz 0
  • Install on a VPS

    Install on a VPS

    Hello,

    Is it possible to set up the bot on a VPS running on CentOS 7 only CLI ? How do I make the first login if i don't have the graphical for the browser ?

    Thanks

    opened by vipera7 0
  • timeout trying to find captcha block

    timeout trying to find captcha block

    Hello everyone! When I start the bot, it works without errors but it doesn't seem to be able to find captcha block.

    [ 2021-09-12 21:46:35 ] [ BOT ] User balance: 0.00 Coins/0.00000000 BTC [ 2021-09-12 21:46:35 ] [ BOT ] User level: Lvl 1 / B 0.125%/ 0% [ 2021-09-12 21:46:35 ] [ BOT ] Coin rate: 1.1504 Coins [ 2021-09-12 21:46:35 ] [ BOT ] MAIN REWARD [ 2021-09-12 21:46:40 ] [SUCCESS] Main reward is available [ 2021-09-12 21:46:51 ] [WARNING] Message: timeout trying to find captcha block

    What did I do wrong? Or did I miss anything? The Wiki link only brings me to code.

    opened by matrac73 1
  • Only sleeping

    Only sleeping

    Hello everyone! When I start the bot, it works without errors but seems to be only sleeping.

    [ 2021-05-26 20:12:22 ] [BROWSER] starting browser session: XYZ123 [ 2021-05-26 20:12:24 ] [ BOT ] Sleeping for 1m [ 2021-05-26 20:13:27 ] [ BOT ] Sleeping for 1m [ 2021-05-26 20:14:29 ] [ BOT ] Sleeping for 1m [ 2021-05-26 20:15:31 ] [ BOT ] Sleeping for 1m [ 2021-05-26 20:16:34 ] [ BOT ] Sleeping for 1m [ 2021-05-26 20:17:36 ] [ BOT ] Sleeping for 1m [ 2021-05-26 20:18:38 ] [ BOT ] Sleeping for 1m

    What did I do wrong? Or did I miss anything? The Wiki link only brings me to code.

    opened by OlMi1 0
  • xpaths issue

    xpaths issue

    Hi Somebody got few minutes to help me with shortlinks xpaths? I cant get it to work :/ Tried everything and now have no idea how to repair it. Today I get a new error :/

    [ 2021-04-14 14:09:52 ] [WARNING] Message: element click intercepted: Element <span class="inline-flex rounded-md shadow-sm">...</span> is not clickable at point (1490, 718). Other element would receive the click: <div class="absolute inset-0 w-full bg-gray-500 dark:bg-gray-700 opacity-75" style=""></div> (Session info: headless chrome=89.1.22.71)

    opened by xxxjajoxxx 0
Owner
Sourav R S
Python, C & C++ enthusiast Machine Learning Deep Learning Computer Vision
Sourav R S
This python module can analyse cryptocurrency news for any number of coins given and return a sentiment. Can be easily integrated with a Trading bot to keep an eye on the news.

Python script that analyses news headline or body sentiment and returns the overall media sentiment of any given coin. It can take multiple coins an

null 185 Dec 22, 2022
Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.

Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.

Mihir Shrestha 834 Dec 30, 2022
Signarly is a cryptocurrency trading bot.

Signarly is a cryptocurrency trading bot.

Zakaria EL Mesaoudi 5 Oct 6, 2022
Run with one command grafana, prometheus, and a python script to collect and display cryptocurrency prices and track your wallet balance.

CryptoWatch Track your favorite crypto coin price and your wallet balance. Install Create .env: ADMIN_USER=admin ADMIN_PASSWORD=admin Configure you

Rafael Zimmermann 13 Dec 13, 2022
SHIBgreen is a cryptocurrency forked from Chia and uses the Proof of Space and Time consensus algorithm

SHIBgreen is a cryptocurrency forked from Chia and uses the Proof of Space and Time consensus algorithm

null 13 Jul 13, 2022
GreenDoge is a modern community-centric green cryptocurrency based on a proof-of-space-and-time consensus algorithm.

GreenDoge Blockchain Download GreenDoge blockchain GreenDoge is a modern community-centric green cryptocurrency based on a proof-of-space-and-time con

null 40 Sep 11, 2022
Stor is a community-driven green cryptocurrency based on a proof of space and time consensus algorithm.

Stor Blockchain Stor is a community-driven green cryptocurrency based on a proof of space and time consensus algorithm. For more information, see our

Stor Network 15 May 18, 2022
A Docker image for plotting and farming the Chia™ cryptocurrency on one computer or across many.

An easy-to-use WebUI for crypto plotting and farming. Offers Plotman, MadMax, Chiadog, Bladebit, Farmr, and Forktools in a Docker container. Supports Chia, Cactus, Chives, Flax, Flora, HDDCoin, Maize, N-Chain, Staicoin, and Stor among others.

Guy Davis 328 Jan 1, 2023
Aggregate real-time market data from cryptocurrency exchanges, filter, sort and format as TradingView watchlists.

tvbuddy Aggregate real-time market data from cryptocurrency exchanges, filter, sort and format as TradingView watchlists. Developed and tested on Pyth

Ossian Winter 2 Jan 7, 2022
Gold(Gold) is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure

gold-blockchain (Gold) Gold(Gold) is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Here are some of

zcomputerwiz 3 Mar 9, 2022
Calculate your taxes from cryptocurrency gains

CoinTaxman helps you to bring your income from crypto trading, lending, ... into your tax declaration.

Jeppy 118 Dec 26, 2022
Cryptocurrency with implementet Blockchain

Cryptocurrency with implementet Blockchain

Mario 1 Mar 24, 2022
Python Dash app that tracks whale activity in cryptocurrency markets.

Introduction Welcome! This is a Python-based Dash app meant to track whale activity in buy / sell walls on crypto-currency exchanges (presently just o

Paul Jeffries 549 Dec 25, 2022
This is a simple application to generate HD wallet addresses for cryptocurrency coins.

HD-Wallet-Address This is a mini service to generate addresses in the master HD-Wallet. It will use py_crypto_hd_wallet package as a base. Prerequisit

Amin Abbasi 1 Dec 16, 2021
Python Cryptocurrency with stealth addresses

Python Cryptocurrency with stealth addresses. Goal is to have create a cryptocurency that hides transactions totally. I.E. Cant see ammount sent, to who, or from who.

null 3 Aug 4, 2022
PytoPrice is an automation program to fetch the latest price of a cryptocurrency of your choice at a user-customizable update interval.

PyToPrice (Python Crypto Price) PytoPrice is an automation program to fetch the latest price of a cryptocurrency of your choice at a user-customizable

Peter 1 Jun 16, 2022
💰 An Alfred Workflow that provides current price of cryptocurrency

Coin Ticker for Alfred Workflow An Alfred Workflow that provides current price and status about cryptocurrency from cryptocompare.com. Supports Alfred

Bumsoo Kim (Ian) 14 Nov 17, 2022
Zach Brewer 1 Feb 18, 2022
This program can encrypt and decrypt your files so that they can no longer be identified.

File_Cryptographer Table of Contents: About the Program Features Requirements Preview Credits Reach Me See Also About the Program: with this program,

Sina.f 6 Nov 20, 2022