GithubHelp home page GithubHelp logo

tau-coin / tautcoin Goto Github PK

View Code? Open in Web Editor NEW
359.0 359.0 74.0 8.18 MB

An Experimental Proof Of Transaction Cryptocurrency

License: MIT License

Makefile 1.63% Shell 0.54% M4 2.50% QMake 0.03% Roff 0.06% Python 13.01% C++ 72.14% C 9.60% HTML 0.31% Objective-C++ 0.11% Java 0.03% Objective-C 0.05%

tautcoin's People

Contributors

cuitaixiang avatar feyrian avatar flankerted avatar hankelc avatar likeopen avatar lodyman93 avatar qingxueyunfeng avatar taichenliu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tautcoin's Issues

error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined

Ubuntu 16.04. Desktop. Try compile with QT. Install all packages.

Do:

cd ~/
git clone https://github.com/Tau-Coin/taucoin
cd taucoin/
cat "/usr/share/libtool/build-aux/ltmain.sh" > ltmain.sh

./autogen.sh
./configure --without-miniupnpc
make

Error:

  CXX      wallet/test/test_test_bitcoin-wallet_test_fixture.o
  CXX      wallet/test/test_test_bitcoin-accounting_tests.o
  CXX      wallet/test/test_test_bitcoin-wallet_tests.o
  CXX      wallet/test/test_test_bitcoin-crypto_tests.o
wallet/test/crypto_tests.cpp: In function ‘bool wallet_crypto::OldEncrypt(const CKeyingMaterial&, std::vector<unsigned char>&, const unsigned char*, const unsigned char*)’:
wallet/test/crypto_tests.cpp:45:20: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined
     EVP_CIPHER_CTX ctx;
                    ^
wallet/test/crypto_tests.cpp: In function ‘bool wallet_crypto::OldDecrypt(const std::vector<unsigned char>&, CKeyingMaterial&, const unsigned char*, const unsigned char*)’:
wallet/test/crypto_tests.cpp:69:20: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined
     EVP_CIPHER_CTX ctx;
                    ^
Makefile:8448: recipe for target 'wallet/test/test_test_bitcoin-crypto_tests.o' failed
make[2]: *** [wallet/test/test_test_bitcoin-crypto_tests.o] Error 1
make[2]: Leaving directory '/home/nkgrigoryev/taucoin/src'
Makefile:8600: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/nkgrigoryev/taucoin/src'
Makefile:682: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

My assumption is that the problem with OpenSSL version.

openssl version

Output: OpenSSL 1.1.1 11 Sep 2018

Setup

can't start wallet setup, help pls

How do I earn money with Tau

I went to the home page of the above-mentioned organisation through a link from a friend on WhatsApp with the promise of earning 75$ before the 22nd of October, tomorrow, may I have details as to how this can be done, before tomorrow, thank you

Fail test on clean operating system Ubuntu 16.04

Create new Droplet Ubuntu 16.04.5 LST on DigitalOcean.

Do all by instruction.

Update system

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get upgrade

Install dependencies

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libzmq3-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler

Configure

cat "/usr/share/libtool/build-aux/ltmain.sh" > ltmain.sh
./configure

Make check

make check

Result

Testsuite summary for TauCoin Core 0.1.0`

TOTAL: 2
PASS:  0
SKIP:  0
XFAIL: 0
FAIL:  2
XPASS: 0
ERROR: 0

See src/test-suite.log
Please report to https://github.com/tau-coin/taucoin/issues

Makefile:8707: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/root/taucoin/src'
Makefile:8813: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/root/taucoin/src'
Makefile:8919: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/root/taucoin/src'
Makefile:8600: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/root/taucoin/src'
Makefile:682: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1

Log file
test-suite.log

How fix it?

Can't send zero amount with taucoin-cli to start signal transaction

I've compiled/installed the wallet on a VPS. Can use only the taucoin-cli not the qt one.
I can't start the signal transaction because taucoin-cli returns an error when I try to send 0 TAU on my address.

$ taucoin-cli sendtoaddress Txxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 0
error code: -3
error message:
Invalid amount for send

TAU coin

really this coin so good ...the coin future so well i hope its...

Is Taucoin vulnerable to the duplicate inputs Bitcoin core bug ?

Bitcoin core v0.16.3 fix a denial-of-service vulnerability and a critical inflation vulnerability introduced in Bitcoin Core 0.14.0
TAU seems to be based on prior Bitcoin Core v0.13.0, but still, shouldn't they need to be updated ?
https://bitcoincore.org/en/2018/09/18/release-0.16.3/
This bug was already exploited on an other alt coin based on Bitcoin Core:
https://www.coindesk.com/bitcoin-bug-exploited-on-crypto-fork-as-attacker-prints-235-million-pigeoncoins/

Cant connect to network, cant get blocks, source unavilable

ERROR: AcceptBlockHeader: Consensus: ContextualBlockHeader ... bad-basetargetbits, incorrect proof of tx (code 16)
ERROR: invalid header received
BAN TRESHOLD EXCEEDED

Can anyone help me, i just build wallet in 16.04, it starts but cant sync!

Long commands in CLI return a (wrong) error

Using taucoin-cli if a command takes more than 15 minutes to respond, (typically the generatetoaddress command with a high number of blocks) it returns this error:
error: couldn't connect to server
But taucoind is still running and the command still runs too.

Abdo

Goood project

Problem When Compiling

Hello ,

I got problem when i compile taucoin
I use ubuntu 18.04.1 LTS

tinyformat.h:791:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
out.setf(std::ios::uppercase);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
tinyformat.h:792:9: note: here
case 'e':
^~~~
tinyformat.h:797:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
out.setf(std::ios::uppercase);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
tinyformat.h:798:9: note: here
case 'f':
^~~~
tinyformat.h:802:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
out.setf(std::ios::uppercase);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
tinyformat.h:803:9: note: here
case 'g':
^~~~
CXX libbitcoin_util_a-utiltime.o

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.