Git Product home page Git Product logo

limxtec / bitcloud Goto Github PK

View Code? Open in Web Editor NEW
40.0 16.0 22.0 9.66 MB

Bitcloud BTDX - POS 3.0 - Masternodes

License: MIT License

Makefile 1.52% Shell 0.83% M4 2.43% QMake 0.41% Python 3.71% Roff 0.28% C++ 72.60% C 15.39% HTML 0.78% CSS 1.32% Objective-C++ 0.11% Assembly 0.12% Java 0.03% Objective-C 0.46%
btdx masternode bitcloud cryptocurrencies governance bitcoin proof-of-stake voting rpc-server

bitcloud's People

Contributors

azilber avatar dalijolijo avatar darkjon avatar limxdev 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

Watchers

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

bitcloud's Issues

GUI: "registerShutdownBlockReason: Successfully registered: BTDX Core didn't yet exit safely..."

Having this happening in Windows 10.

Suddenly unable to bring up the client... debug log shows:

GUI: QObject::connect: No such slot BitcoinGUI::unlockWallet() in qt/bitcoingui.cpp:414
GUI: QObject::connect: No such slot BitcoinGUI::unlockWallet() in qt/bitcoingui.cpp:415
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: setGeometry: Unable to set geometry 5x13+640+280 on QWidgetWindow/'QLabelClassWindow'. Resulting geometry: 120x13+640+280 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
GUI: "registerShutdownBlockReason: Successfully registered: BTDX Core didn't yet exit safely..."

Wallet keypool empty (code -32603)

Dear developer,
I'm making fork of Bitcloud, but i can't to mine first block. (genesis block i'm generated) ((
I'm geting this error message (Wallet keypool empty (code -32603)), when i trying execute 'setgenerate true 2'
P.S. I'm not sync wallet, but set options
fMiningRequiresPeers = false;
fMineBlocksOnDemand = true;

Can you help me? :(
I can donate for project development

binding to 51473 port

Hi,

I am trying to run PIVX MN and BitCloud MN on same server. It seems both projects are using same ports, when I run pivxd and then I start bitcloudd:

$ bitcloudd
BTDX server starting
Error: An error occurred while setting up the RPC address 0.0.0.0 port 51473 for listening: bind: Address already in use

$ lsof -i :51473
COMMAND   PID  USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
pivxd   22281 an    8u  IPv6 216422632      0t0  TCP *:51473 (LISTEN)

how to fix this ?

Building v2.0.0.6 on Linux missing libtool

After running configure:

./configure: line 31411: libtool: No such file or directory
mv: cannot stat 'libtool-2': No such file or directory
chmod: cannot access 'libtool': No such file or directory

OSX release

Hi,

any plans for porting wallet to OSX ? Thanks

v2.0.0.6 breaks masternodes!

DO NOT UPGRADE your masternode to v2.0.0.6.

You will see entries like this in your debug.log:

2018-02-22 16:34:15 CMasternodeMan::AskForMN - Asking node for missing entry, vin: CTxIn(COutPoint(8ebfcfa6130858736208bb8661932b75d84f72b58fb4feb4c5a62c28049e4495, 0), scriptSig=) 2018-02-22 16:34:16 mnb - Got bad Masternode address signature 2018-02-22 16:34:16 Misbehaving: 47.254.129.26:43463 (9200 -> 9300)

All Masternode signatures become invalid,e except for 3 masternodes. Removing mncache.dat resolves nothing.

library error on Ubuntu

./bitcloud-qt: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

Invalid nBlockEnd (end too early)

2019-03-26 16:29:03 CBudgetManager::CheckAndRemove - invalid budget proposal technical expanses - Invalid nBlockEnd (end too early)
2019-03-26 16:29:03 CBudgetManager::CheckAndRemove - invalid budget proposal Team reward - Invalid nBlockEnd (end too early)
2019-03-26 16:29:03 CBudgetManager::CheckAndRemove - invalid budget proposal Adaptive-ProposalFee - Invalid nBlockEnd (end too early)
2019-03-26 16:29:03 CBudgetManager::CheckAndRemove - invalid budget proposal technical costs - Invalid nBlockEnd (end too early)

getblocktemplate returns OOM error

"version" : 2000007

Running ./bitcloud-cli getblocktemplate returns:

error: {"code":-7,"message":"Out of memory"}

Expecting to see a block template. Tested on system with 8gb of ram. This is not an actual system error. Something is not allocating properly...

ZeroMQ Linking issues

Linking error when compiling Bitcloud v2.0.0.5 and linking against zermomq v4.2.3 on Linux (Devuan 1.0 (Jessie 8)).

:~/Bitcloud-v.2.0.0.5$ make Making all in src make[1]: Entering directory '/home/coins/Bitcloud-v.2.0.0.5/src' make[2]: Entering directory '/home/coins/Bitcloud-v.2.0.0.5/src' CXX zmq/libbitcoin_zmq_a-zmqabstractnotifier.o CXX zmq/libbitcoin_zmq_a-zmqnotificationinterface.o CXX zmq/libbitcoin_zmq_a-zmqpublishnotifier.o AR libbitcoin_zmq.a CXXLD bitcloudd libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o): In functionCZMQNotificationInterface::Shutdown()':
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqnotificationinterface.cpp:123: undefined reference to zmq_ctx_destroy' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o): In functionzmqError(char const*)':
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqnotificationinterface.cpp:15: undefined reference to zmq_strerror' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o): In functionCZMQNotificationInterface::Initialize()':
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqnotificationinterface.cpp:80: undefined reference to zmq_init' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o): In functionzmq_send_multipart':
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:42: undefined reference to zmq_msg_send' /home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:50: undefined reference tozmq_msg_close'
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:30: undefined reference to zmq_msg_init_size' /home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:37: undefined reference tozmq_msg_data'
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:46: undefined reference to zmq_msg_close' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o): In functionCZMQAbstractPublishNotifier::Initialize(void*)':
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:69: undefined reference to zmq_socket' /home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:76: undefined reference tozmq_bind'
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:80: undefined reference to zmq_close' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqpublishnotifier.o): In functionCZMQAbstractPublishNotifier::Shutdown()':
/home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:122: undefined reference to zmq_setsockopt' /home/coins/Bitcloud-v.2.0.0.5/src/zmq/zmqpublishnotifier.cpp:123: undefined reference tozmq_close'
collect2: error: ld returned 1 exit status
Makefile:2762: recipe for target 'bitcloudd' failed
make[2]: *** [bitcloudd] Error 1
make[2]: Leaving directory '/home/coins/Bitcloud-v.2.0.0.5/src'
Makefile:7107: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/coins/Bitcloud-v.2.0.0.5/src'
Makefile:583: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

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.