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
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
Image Encryption/Decryption based on Rubik Cube 's principle and AES

Image Encryption/Decryption based on Rubik Cube 's principle and AES Our final project for Theory of Crytography class. Our Image Encryption/Decryptio

Danny 5 Apr 11, 2022
Hasher Hash, Compare and Verify your files Translations

Hasher Hash, Compare and Verify your files Translations In order to translate Hasher to a language you must add a folder with the language abbreviatio

Jeyson Flores 14 Apr 01, 2022
A repository for Algogenous Smart Contracts created on the Algorand Blockchain.

Smart Contacts Alogrand Smart Contracts using Choice Coin. Read Docs for how to implement Algogenous Smart Contracts for your own applications. Smart

Choice Coin 3 Dec 20, 2022
Mizogg-Bitcoin-Tools - A Python Tools for Bitcoin Information Balance, HASH160, DEC

Mizogg-Bitcoin-Tools Tools for Bitcoin Information Balance, HASH160, DEC, Englis

48 Jan 02, 2023
Aza this is a text encryption software

Aza text encryptor General info Aza this is a text encryption software Help command: python aza.py --help Examples python aza.py --text "Sample text h

ToxidWorm 1 Sep 10, 2022
gcrypter: an encryption algorithm based on bytes and their correspondent numbers to encode strings

gcrypter: an encryption algorithm based on bytes and their correspondent numbers to encode strings

Nuninha-GC 1 Jan 10, 2022
A simple key-based text encryption process that encrypts a string based in a list of characteres pairs.

Simple Cipher Encrypter About | New Features | Exemple | How To Use | License ℹ️ About A simple key-based text encryption process that encrypts a stri

Guilherme Farrel 1 Oct 21, 2021
Venax 116 Dec 21, 2022
How to setup a multi-client ethereum Eth1-Eth2 merge testnet

Mergenet tutorial Let's set up a local eth1-eth2 merge testnet! Preparing the setup environment In this tutorial, we use a series of scripts to genera

Diederik Loerakker 24 Jun 17, 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
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
An automated Risk Management Monitor Bot for ByBit cryptocurrencies exchange.

An automated Risk Management Monitor Bot for ByBit cryptocurrencies exchange that forces all open positions to adhere to a specific risk ratio, defined per asset. It supports USDT Perpetual, Inverse

Hadi Aladdin 25 Nov 27, 2022
Python-RSA is a pure-Python RSA implementation.

Pure Python RSA implementation Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures

Sybren A. Stüvel 418 Jan 04, 2023
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
Blockchain with crypto transaction feature

python script that asks users for their name, who they are sending J2 coin too(fictional cryptocurrency) and how much they're sending. it then prints the transaction detail in words and prints the ha

Joshua Stojkovic 2 Jan 10, 2022
The leading native Python SSHv2 protocol library.

Paramiko Paramiko: Python SSH module Copyright: Copyright (c) 2009 Robey Pointer 8.1k Jan 08, 2023

Modern(-ish) password hashing for your software and your servers

bcrypt Good password hashing for your software and your servers Installation To install bcrypt, simply: $ pip install bcrypt Note that bcrypt should b

Python Cryptographic Authority 947 Dec 28, 2022
Modeval (or Modular Eval) is a modular and secure string evaluation library that can be used to create custom parsers or interpreters.

modeval Modeval (or Modular Eval) is a modular and secure string evaluation library that can be used to create custom parsers or interpreters. Basic U

2 Jan 01, 2022
G-Research-Crypto-Competition - Project for passing the ML exam. Dataset took from the competition on the kaggle

G-Research-Crypto-Competition Project for passing the ML exam. Dataset took from

5 Jan 09, 2022