Giter VIP home page Giter VIP logo

yenten's People

Contributors

conan-equal-newone avatar worldbot 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

Watchers

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

yenten's Issues

Does not compile on Arch Linux

Make fails with the following output:

In file included from chainparams.h:9:0,
from protocol.h:13,
from addrman.h:9,
from addrman.cpp:5:
bignum.h: In function ‘const CBigNum operator<<(const CBigNum&, unsigned int)’:
bignum.h:576:33: error: cannot convert ‘CBigNum*’ to ‘BIGNUM* {aka bignum_st*}’ for argument ‘1’ to ‘int BN_lshift(BIGNUM*, const BIGNUM*, int)’
if (!BN_lshift(&r, &a, shift))
^
bignum.h: In function ‘bool operator==(const CBigNum&, const CBigNum&)’:
bignum.h:588:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
inline bool operator==(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) == 0); }
^
bignum.h: In function ‘bool operator!=(const CBigNum&, const CBigNum&)’:
bignum.h:589:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
inline bool operator!=(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) != 0); }
^
bignum.h: In function ‘bool operator<=(const CBigNum&, const CBigNum&)’:
bignum.h:590:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
inline bool operator<=(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) <= 0); }
^
bignum.h: In function ‘bool operator>=(const CBigNum&, const CBigNum&)’:
bignum.h:591:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
inline bool operator>=(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) >= 0); }
^
bignum.h: In function ‘bool operator<(const CBigNum&, const CBigNum&)’:
bignum.h:592:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
inline bool operator<(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) < 0); }
^
bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
bignum.h:593:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
inline bool operator>(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) > 0); }

Pool server ran out of memory.

According to a pool administrator described on discord: "the yentenscryptR16 stratum is not optimized (all pools are affected) and tends to eat all the pool ram, so sometime a restart is needed."

Issues with windows crosscompilation

Hi,

I tried to cross compile yenten for windows by myself. Actually I didn't find any working solution. Could you please give me some hints? I found that you use mingw on linux for this purpose, but I colud not found any further details.

Thanks

Yenten ubuntu

yenten_ubuntu64_1.3.1/yentend: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory
I got this error, i already installed libdb5.3, ++ and -dev libraries

Thank you

MacOS mining

Hi!
I really loved your project, how do I mine it under MacOS?
I've managed to build it from source with several warnings, what do I do next?

booooo message

It always say 0%.
I use macOS 10.13.3.
It didn't mine?
Other miner like cpuminer could mine.

[2018-02-07 23:58:51] Binding thread 0 to cpu 0
[2018-02-07 23:58:51] Binding thread 1 to cpu 1
[2018-02-07 23:58:51] 4 miner threads started, using 'yescryptr16' algorithm.
[2018-02-07 23:58:51] Binding thread 3 to cpu 3
[2018-02-07 23:58:51] Binding thread 2 to cpu 2
[2018-02-07 23:58:51] Stratum requested work restart
[2018-02-07 23:58:56] thread 2: 131 hashes, 0.03 khash/s
[2018-02-07 23:58:56] accepted: 0/1 (0.00%), 0.03 khash/s (booooo)
[2018-02-07 23:58:58] Stratum requested work restart
[2018-02-07 23:58:58] thread 0: 181 hashes, 0.03 khash/s
[2018-02-07 23:58:58] thread 3: 182 hashes, 0.03 khash/s
[2018-02-07 23:58:58] thread 2: 49 hashes, 0.03 khash/s
[2018-02-07 23:58:58] thread 1: 182 hashes, 0.03 khash/s
[2018-02-07 23:59:08] Stratum requested work restart
[2018-02-07 23:59:08] thread 3: 290 hashes, 0.03 khash/s
[2018-02-07 23:59:08] thread 0: 287 hashes, 0.03 khash/s
[2018-02-07 23:59:08] thread 1: 287 hashes, 0.03 khash/s
[2018-02-07 23:59:08] thread 2: 287 hashes, 0.03 khash/s

Yenten URI

URI like yenten:YAddress and yenten://YAddress does not working on Windows 10 since Yenten Core have not added the scheme to windows registry, Would be cool to have something like Armory Default URL Handler https://bitconseil.fr/wp-content/uploads/2016/01/armory-url-handler.jpg at the start of yenten-qt.exe or in an installer of yenten core
eg; in the footer of https://yenten.today donation link yenten:YStuCpv1U9iT3L1VqBr52B9nBxrNgt4Fpj doesnt produce anything in chrome or produce an error in FF, Vivaldi

Allow yenten-qt to connect to yentend over network

I can't seem to find how to connect yenten-qt to the yenten daemon over the network. I can do it with yenten-cli, just seems appropriate for yenten-qt to work in a similar fashion. Specifically, I have a home server that I am keeping my server daemon on and i want to use the GUI version on my laptop over wifi.

Build with shared libraries

You failed to build Ubuntu-x64 with shared libraries. Without doing so you receive messages like...

yenten-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

Error compiling ubuntu 17.10

Ubuntu 17.10, QT4 and QT5 installed
everything updated, deps installed, other altcoins wallet built with qt gui.

make fails with:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1135:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)." # error "You must build your code with position independent code if Qt was built with -reduce-relocations.

Changed configure.ac fPIE -> fPIC but does not work.

Any idea?
Thanks

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.