Csgoearn – Earn balance and get skins while you’re AFK

Getting Started There’s two ways of installing CSGOEARN. Running a pre-compiled version, or running it from the source. Prerequisites A version of Google Chrome or Chromium is currently required. Installation Pre-compiled Download the latest version at CSGOEARN-DEV/cdn Run the .exe file Source Clone the repo git clone https://github.com/CSGOEARN-DEV/csgoearn Change the directory to /src Install pip modules pip install -r requirements.txt Run main.py Compiling If you    

Read more

A cairo port for Rari Capital Vaults

Architecture contracts ├─ CryptFactory — “Factory for deploying Crypt contracts for any ERC20 token.” ├─ Crypt — “Flexible, minimalist, and gas-optimized yield aggregator for earning interest on ERC20 tokens.” tests ├─ test_cryptFactory — “Test the CryptFactory contract.” └─ test_crypt – “Test the Crypt contract.” Contributing First time? Further installation instructions provided    

Read more

Only works with the dashboard version / branch of jesse

Only works with the dashboard version / branch of jesse. The config.yml should be self-explainatory. # install from git pip install git+https://github.com/cryptocoinserver/jesse-optuna.git # cd in your Jesse project directory # create the config file jesse-optuna create-config # create the database for optuna jesse-optuna create-db optuna_db # edit the created yml file in your project directory # run jesse-optuna run

Read more

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 Discord Channel: https://discord.gg/PCyTa4CNx4 Website: https://shibgreen.com (coming soon) Initial 1.0.0 release!Per usual should’nt have any issues.Full node port: 7442 EARLY ADOPTERS GET MORE SHIBGREEN!!!!The way SHIBgreen was designed was to get alot of coins farmed early on and then significantly drop very early on in the blockchains life cycle.At height 168192 the block rewards will drop from 100,000 XSHIB to 20,000 XSHIB.Early adopters get […]

Read more

DIY gravity falls cryptograms made with python

some diy code to implementing ciphers-cryptograms from gravity falls with python, it’s fun tho Algorithm or ciphers list Caesar Atbash A1Z26 ABZA (this is my custom algorithm) Combination (coming soon i guess) How it works first, it take the file (currently supported file is .txt) in the same directory as main.py then read the content, and insert it into choosen algorithm after that it create new “encrypted” file with the key, you can also decrypted that file, using this code […]

Read more

Python Crypto Bot v4.2.1 (pycryptobot)

Join our chat on Telegram https://t.me/joinchat/09hYKfelbRY2MDNk Supporting The Project I get paid to write on Medium. Readers following me, applauding and commenting on my articles, all helps with my earnings. I provided this bot to all of you for free and actively developing it. One way you can support my efforts is to follow me on Medium and read my articles. The Medium subscription is $5 a month (roughly £3) so basically nothing in terms of the value you are […]

Read more

Real-time cryptocurrencies prices in python

crypto-watcher Crypto-watcher is simple program showing price of cryptocurrency in USD and EUR. It’s simple to use and everyone can use it. New update added more cryptocurrencies and GBP List of cryptocurrencies 1) Btc – Bitcoin 2) Eth – Ethereum 3) Xrp – Ripple 4) Ltc – Litecoin 5) Bch – Bitcoin cash 6) Pax – Paxos standard 7) Xlm – Stellar 8) Link – Chainlink 9) Omg – OMG Network 10) Knc – Kyber Network 11) Mkr – Maker […]

Read more

Bitcoin brainwallet recovery tool with python

Bitcoin-brainwallet-recovery Bitcoin brainwallet recovery tool. Programmed in Python | PySimpleGUI From seed phrase create bitcoin privatekey and then convert it to Wallet Interchange Format key (WiF) format, which is a Base-58 form for the random key. This is the format that is stored in the Bitcoin Wallet. For example a sample private key is generated from: seed phrase: alfanumerico Privatekey: 05d95cf373f63b44267a193a1ef875c6758996e6c8ab5e049c48eb444206fce8 We then convert this into WiF format (Base-58): 5HrrzGnmMMr6fwkftrtL6AEfkkwWfgFQ8a2Lh8tAtF3MkXF9bPD This can be stored in a Bitcoin wallet. Next we […]

Read more
1 2