Hush Full Node software. We were censored from Github, this is where all development happens now. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Anton Lysakov f4150ce014 fixed path 5 years ago
..
README.md fixed path 5 years ago
Roboto-Light.ttf fixed path 5 years ago
Sudoku.py fixed path 5 years ago
background.png fixed path 5 years ago
board.png fixed path 5 years ago
sudoku_kmdlib.py fixed path 5 years ago

README.md

About

Komodo SudokuCC GUI

Just solve Sudoku and earn SUDOKU coins!

alt text

To run you need up and running SUDOKU chain daemon built from latest https://github.com/jl777/komodo/tree/FSM and started with valid for your wallet pubkey in -pubkey= param.

SUDOKU chain params: ./komodod -ac_name=SUDOKU -ac_supply=1000000 -pubkey=<yourpubkey> -addnode=5.9.102.210 -gen -genproclimit=1 -ac_cclib=sudoku -ac_perc=10000000 -ac_reward=100000000 -ac_cc=60000 -ac_script=2ea22c80203d1579313abe7d8ea85f48c65ea66fc512c878c0d0e6f6d54036669de940febf8103120c008203000401cc &

  1. install dependencies:
$ sudo apt-get install python-pygame libgnutls28-dev
$ pip install requests wheel slick-bitcoinrpc pygame
  1. and then start:
$ git clone https://github.com/tonymorony/Komodoku
$ cd Komodoku
$ python Sudoku.py