Stor is a community-driven green cryptocurrency based on a proof of space and time consensus algorithm.

Overview

Stor Blockchain

Stor is a community-driven green cryptocurrency based on a proof of space and time consensus algorithm.

For more information, see our website at https://stor.network

License

SPDX-License-Identifier: Apache-2.0

Copyright 2021 Stor Network

Copyright 2021 Chia Network

Note

Stor is not affiliated with Chia Network, Inc. Chia™ may be a trademark or registered trademark of Chia Network, Inc., and is used only as nominative reference to the open-source protocols and software developed and released by Chia Network, Inc.

You might also like...
A simple and secure password-based encryption & decryption algorithm based on hash functions, implemented solely based on python.

pyhcrypt A simple and secure password-based encryption & decryption algorithm based on hash functions, implemented solely based on python. Usage Pytho

Calculate your taxes from cryptocurrency gains

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

Signarly is a cryptocurrency trading bot.

Signarly is a cryptocurrency trading bot.

Cryptocurrency with implementet Blockchain

Cryptocurrency with implementet Blockchain

Python Dash app that tracks whale activity in cryptocurrency markets.
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

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

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.

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

💰 An Alfred Workflow that provides current price of cryptocurrency
💰 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

Comments
  • [BUG] Install from Source - unable to detect version

    [BUG] Install from Source - unable to detect version

    Describe the bug Installing from source on debian 11 and python 3.9 will fail as below:

    sh install.sh
    apt-get is /usr/bin/apt-get
    Installing on Debian.
    Trovato:1 http://deb.debian.org/debian bullseye InRelease
    Trovato:2 http://security.debian.org/debian-security bullseye-security InRelease
    Trovato:3 http://deb.debian.org/debian bullseye-updates InRelease
    Trovato:4 http://deb.debian.org/debian bullseye-backports InRelease
    Lettura elenco dei pacchetti... Fatto
    Lettura elenco dei pacchetti... Fatto
    Generazione albero delle dipendenze... Fatto
    Lettura informazioni sullo stato... Fatto
    python3-venv è già alla versione più recente (3.9.2-3).
    0 aggiornati, 0 installati, 0 da rimuovere e 13 non aggiornati.
    Python version is 3.9
    Requirement already satisfied: pip in ./venv/lib/python3.9/site-packages (21.3.1)
    Requirement already satisfied: wheel in ./venv/lib/python3.9/site-packages (0.37.1)
    Looking in indexes: https://pypi.org/simple, https://pypi.chia.net/simple/
    Requirement already satisfied: miniupnpc==2.2.2 in ./venv/lib/python3.9/site-packages (2.2.2)
    Looking in indexes: https://pypi.org/simple, https://pypi.chia.net/simple/
    Obtaining file:///usr/src/stor-blockchain
      Installing build dependencies ... done
      Checking if build backend supports build_editable ... done
      Getting requirements to build wheel ... done
      Preparing metadata (pyproject.toml) ... error
      ERROR: Command errored out with exit status 1:
       command: /usr/src/stor-blockchain/venv/bin/python /usr/src/stor-blockchain/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /tmp/tmp7isicz8u
           cwd: /usr/src/stor-blockchain
      Complete output (34 lines):
      Traceback (most recent call last):
        File "/usr/src/stor-blockchain/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
          main()
        File "/usr/src/stor-blockchain/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
        File "/usr/src/stor-blockchain/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 164, in prepare_metadata_for_build_wheel
          return hook(metadata_directory, config_settings)
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 174, in prepare_metadata_for_build_wheel
          self.run_setup()
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 158, in run_setup
          exec(compile(code, __file__, 'exec'), locals())
        File "setup.py", line 125, in <module>
          setup(**kwargs)  # type: ignore
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup
          return distutils.core.setup(**attrs)
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 109, in setup
          _setup_distribution = dist = klass(attrs)
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools/dist.py", line 459, in __init__
          _Distribution.__init__(
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 293, in __init__
          self.finalize_options()
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools/dist.py", line 837, in finalize_options
          ep(self)
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools_scm/integration.py", line 94, in infer_version
          dist.metadata.version = _get_version(config)
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools_scm/__init__.py", line 177, in _get_version
          parsed_version = _do_parse(config)
        File "/tmp/pip-build-env-aomrxeuo/overlay/lib/python3.9/site-packages/setuptools_scm/__init__.py", line 135, in _do_parse
          raise LookupError(
      LookupError: setuptools-scm was unable to detect version for '/usr/src/stor-blockchain'.
    
      Make sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work.
    
      For example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+https://github.com/user/proj.git#egg=proj
      ----------------------------------------
    WARNING: Discarding file:///usr/src/stor-blockchain. Command errored out with exit status 1: /usr/src/stor-blockchain/venv/bin/python /usr/src/stor-blockchain/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /tmp/tmp7isicz8u Check the logs for full command output.
    ERROR: Command errored out with exit status 1: /usr/src/stor-blockchain/venv/bin/python /usr/src/stor-blockchain/venv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /tmp/tmp7isicz8u Check the logs for full command output.
    
    bug 
    opened by ilmerovingio 3
  • Please give .deb file for Ubuntu

    Please give .deb file for Ubuntu

    I like this project.

    Chia and good forks are providing .deb file for easy install under Ubuntu.

    This is easies way to install or upgrade app for many people who are running Chia and forks.

    So please give .deb file to make our life easier a bit.

    bug 
    opened by jmz-bit 1
  • Foxypool OG Support

    Foxypool OG Support

    Add support for Foxypool OG Pooling. This will still require the actual pooling to be set up on Foxypool, and the usual config.yaml modifications to set the pool url and farmers pool rewards address.

    opened by zcomputerwiz 1
Releases(1.0.4)
Owner
Stor Network
Stor is a community-driven green cryptocurrency based on a proof of space and time consensus algorithm.
Stor Network
Simple bitcoin ticker for the Pimorono Inky pHAT Red.

bitcoin-ticker Simple bitcoin ticker for the Pimorono Inky pHAT Red. Equipment Raspberry Pi Zero W v1.1 or Pi 2 model b v1.1 Pimorono Inky pHAT Red (S

2 Mar 15, 2022
Algorand-app - This tutorial is designed to get you started with Algorand development in a step by step process

Getting Started This tutorial is designed to get you started with Algorand devel

Connor 1 Jan 06, 2022
This demo is an on-chain NFT auction using smart contracts on the Algorand blockchain.

Algorand Auction Demo This demo is an on-chain NFT auction using smart contracts on the Algorand blockchain. Usage The file auction/operations.py prov

1 Jan 27, 2022
A bot that escrows crypto transactions on Reddit

EscrowBot I NEED BCH TESTNET FOR TESTING. Please send me some BCH testnet if you have some: bchtest:qz5eur3prqyvd8u77m6fzf9z6cruz9q7vq4qvgdnuk Depende

Nathan Lim 10 Nov 10, 2022
Tutela: an Ethereum and Tornado Cash Anonymity Tool

Tutela: an Ethereum and Tornado Cash Anonymity Tool The repo contains open-source code for Tutela, an anonymity tool for Ethereum and Tornado Cash use

TutelaLabs 96 Dec 05, 2022
Simple one-time pad (OTP) encryption

Introduction What you will make In this resource you will learn how to create and use an encryption technique known as the one-time pad. This method o

Rabih ND 6 Nov 06, 2022
The Intelligent Bitcoin Miner, Part II

The Intelligent Bitcoin Miner, Part II At a Glance This app simulates the behavior and profitability of Bitcoin miners for The Intelligent Bitcoin Min

Karim Helmy 20 Dec 16, 2022
Crypto-curriences analysis

Crypto_analysis Discription: simple streamlit(screener) app to make MMA and OSC analysis for cyrpto-currenices, and gives resaults for which coins are

13 Nov 01, 2021
A python script for AES Angecryption in Steganography

Angecryption is an encryption or an decryption result from a file to create an other file with the same / or not type.

ISIS 3 Jul 25, 2022
Tron Wallet (TRX) Crack Finder With Python Just 64 Line

TRXGEN Tron Wallet Finder and Crack With Python Tron Wallet (TRX) Crack Finder With Python Just 64 Line My tools [pycharm + anaconda3 + python3.8 + vi

MMDRZA 6 Dec 18, 2022
SSEPy: Implementation of searchable symmetric encryption in pure Python

SSEPy: Implementation of searchable symmetric encryption in pure Python Searchable symmetric encryption, one of the research hotspots in applied crypt

33 Dec 05, 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
Token drop template on Tezos blockchain, based on Merkle Tree Distribution mechanism.

🛬 Token Drop Template This is a template to perform token drops efficiently on Tezos blockchain. The drop is handled using Merkle Tree Distribution m

Anshu Jalan 5 Oct 11, 2022
Programme de chiffrement et déchiffrement affine d'un message en python3.

Chiffrement Affine En Python3 Programme de chiffrement et déchiffrement affine d'un message en python3. Explication du chiffrement affine avec complex

Malik Makkes 1 Mar 26, 2022
Vhost password decrypt for python

vhost_password_decrypt Where is symkey.dat Windows:C:\ProgramData\VMware\vCenterServer\cfg\vmware-vpx\ssl\symkey.dat Linux:/etc/vmware-vpx/ssl/symkey.

Jing Ling 152 Dec 22, 2022
Venax 116 Dec 21, 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

13 Jul 13, 2022
Hide secret texts inside an image, optionally encrypt them with a password using AES-256.

Hide secret texts/messages inside an image. You can optionally encrypt your texts with a password using AES-256 before encoding into the image.

Teja Swaroop 97 Dec 29, 2022
Given a string or a text file with plain text , returns his encryption using SHA256 method

Encryption using SHA256 Given a string or a .txt file with plain text. Returns his encryption using SHA256 method Requirements : pip install pyperclip

yuno 3 Jan 24, 2022
cairo_kernel is a simple Jupyter kernel for Cairo a smart contract programing language for STARKs.

cairo_kernel cairo_kernel is a simple Jupyter kernel for Cairo a smart contract programing language for STARKs. Installation Install virtualenv virtua

Ankit Chiplunkar 29 Sep 21, 2022