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
Django-based Crypto Portfolio Tracker – keep an eye on Shiba Inu and other Crypto

Crypto Tracker 🐍 📈 – Central Portfolio Tracking Easy asset tracking – at a glance 🚀 Dashboard to centrally monitor current crypto portfolio develop

65 Jan 08, 2023
Distributed, blockchain based hashtables middleware for deduplication of file uploads to the cloud

distributed-blockchain-based-secure-file-dedupe Searching is Distributed, Block and Access List for each upload is unique and it is stored in a single

Abhishek Tangod 1 Dec 02, 2021
This program generate hashes from random salts

Hash Generator This program generate hashes from random salts. How to install Install this program using python 3 and pip: pip install . In the future

Diesan Romero 2 Aug 20, 2022
Vaulty - Encrypt/Decrypt with ChaCha20-Poly1305

Vaulty Encrypt/Decrypt with ChaCha20-Poly1305 Vaulty is an extremely lightweight encryption/decryption tool which uses ChaCha20-Poly1305 to provide 25

Chris Mason 1 Jul 04, 2022
Repository detailing Choice Coin's Creation and Documentation

Choice Coin V1 This Repository provides code and documentation detailing Choice Coin V1, a utility token built on the Algorand Blockchain. Choice Coin

Choice Coin 245 Dec 29, 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
Accept Bitcoin donations on Twitch, and integrate them into your alerts!

The system in action Check out how seamlessly the project works! Support the project You can tip me with some sats here!

Fitti 27 Jan 08, 2023
Python program that handles the creation, encryption and storage of log/journal files. Kinda works like a diary of sorts.

LucaSoft J.O.U.R.N.A.L The J.O.U.R.N.A.L (Just anOther User Redaction & Navigation Assistant by Lucaspec72) is a Python program that handles the creat

Lucaspec72 8 Oct 27, 2021
A repository for Algogenous Smart Contracts created on the Algorand Blockchain.

Smart Contacts This Repository is dedicated to code for Alogrand Smart Contracts using Choice Coin. Read Docs for how to implement Algogenous Smart Co

Choice Coin 3 Dec 20, 2022
Advanced Digital Envelope System Using Cryptography Techniques (Encryption & Decryption)

Advanced-Digital-Envelope-System Advanced Digital Envelope System Using Cryptography Encryption Techniques The digital envelope system is the techniqu

NelakurthiSudheer 2 Jan 03, 2022
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server.

Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

29.5k Dec 31, 2022
A community effort to bring back Duino-Coin

Duino-Coin-Revived A community effort to bring back Duino-Coin! Along with reviving the cryptocurrency, we will add many improvements to it, including

1 Dec 22, 2021
A self-contained cryptographic library for Python

PyCryptodome PyCryptodome is a self-contained Python package of low-level cryptographic primitives. It supports Python 2.7, Python 3.4 and newer, and

Helder Eijs 2.2k Jan 08, 2023
BOT para o BombCrypto para infinitas contas em simultâneo!!!

BOT - MultiContas para BombCrypto - v 0.4.0 Funções extras: Envios de notificações via Telegram: Aviso de Inicialização do Bot Aviso de Conclusão de M

Rai Zancanaro 19 Dec 20, 2022
Simple python crypto bot to trade crypto on Binance based on RSI. Utilizing web sockets to get real-time prices

Py Crypto Bot Using Binance WebSocket API to get real-time price data for cryptocurrencies. Using the TA-Lib library to calculate the RSI and execute

Kennedy Ngugi Mwaura 15 Jan 04, 2023
Pythonic Smart Contract Language for the EVM

Introduction orfipy is a tool written in python/cython to extract ORFs in an extremely and fast and flexible manner. Other popular ORF searching tools

Vyper 4.4k Dec 30, 2022
Cryptocurrency with implementet Blockchain

Cryptocurrency with implementet Blockchain

Mario 1 Mar 24, 2022
Marketplace but with cryptocurrencies only.

MoneroMarket Marketplace but with cryptocurrencies only. MoneroMarket was created as a way to be able to use cryptocurrencies as an actual currency to

Janoher 35 Jan 01, 2023
Best blockchain in the world

alphachain Best blockchain in the world!!! Can be used to implement Layer 2 cryptocurrency protocol just click alphachain.py and it will execute autom

Niño Sison 0 Feb 18, 2022
blockchain address database

Blockchain Address Ownership Database The database is in data/addresses.db This is a SQLite database of addresses from several blockchains. It's obtai

37 Nov 26, 2022