Code Monkey home page Code Monkey logo

bittube-old's People

Contributors

ipbc-dev avatar magicminstrel avatar sskomudek avatar

Stargazers

 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

bittube-old's Issues

IPBC wallet already running

Every time I try to start the wallet I get IPBC wallet already running. This happens after a fresh reboot. The wallet is definitely not running.

simplewallet generate/open issue

the latest version of simplewallet can't really generate or open the wallet.
It exit without error after used G or O command.

has too weak proof of work

2018-Apr-17 00:48:29.197948 INFO Block 114ddf890af573cc90e09b8ccda1ecf7a72661afab0c0cd51fce9954f901dc09, has too weak proof of work: ab743845d2ef4e330a17a44f2b890efd5df107ae58941c4dbe8d6ab800000000, expected difficulty: 6010344338 MajorVersion: 3

./walletd error

Last check: about an hour ago
Last status: fail
Last response:
{"code":-32601,"message":"Method not found"}
Last fail: about an hour ago
Last fail response:
{"code":-32601,"message":"Method not found"

this is the error i see on that admin panel of the pool frontend

gcc 7.2 format-truncation error

ipbc core, fails to build with gcc 7.2 with error

upnpc.c:130:23: error: โ€˜%dโ€™ directive output may be truncated writing between 1 and 10 bytes into a region of size 6 [-Werror=format-truncation=]
snprintf(index, 6, "%d", i);`

This probably coralates with issue #7.

Blockchain Sync Failing from Wallet

I'm running the daemon and when I generate a new wallet I get this error:

2018-Mar-09 02:50:09.842518 ERROR   [BlockchainSynchronizer] Failed to query outdated pool transaction: NodeErrorCategory:3, Network error
2018-Mar-09 02:50:15.080672 ERROR   [BlockchainSynchronizer] Failed to query outdated pool transaction: NodeErrorCategory:3, Network error
2018-Mar-09 02:50:20.493160 ERROR   [BlockchainSynchronizer] Failed to query outdated pool transaction: NodeErrorCategory:3, Network error
2018-Mar-09 02:50:25.598537 ERROR   [BlockchainSynchronizer] Failed to query outdated pool transaction: NodeErrorCategory:3, Network error

Any ideas on what's wrong?

Simplewallet crashing when used as rpc

I have a random problem with simplewallet when using it as an rpc wallet for my pool. Occasionally it crashes when the pool finds a block, but not every time. After it crashes, it seems to corrupt the wallet, and simplewallet can't open it anymore until I restore from mnemonic.

It doesn't appear to happen every time the pool finds a block, so I can't figure out what is causing the issue exactly. I will try running with a higher log level to see if I can get more details.

EDIT: It might be crashing after sending payments. I'll keep investigating.

Possible memory leak on Daemon

I Have had problems for months, where the Ubuntu 16.04 server runs out of memory and kills processes. I have a total of 10 coin pools each setup with similar instructions running nodejs-pool by Snipa22.

IPBC is the only one that has given me problems from day 1. Random times where it's run out of memory. It's now done this 3 days in a row.

Please advise on best method to diagnose this, as I would like to continue to support this coin.

how to build?

i dont know how to build.please write a README . thanks

Compile error under gcc 6.3.0

I got this error when compiling with gcc 6.3.0 under Debian.

/home/marki/ipbc/src/crypto/oaes_lib.c:30:19: error: '_NR' defined but not used [-Werror=unused-const-variable=]
 static const char _NR[] = {
                   ^~~
cc1: all warnings being treated as errors
src/CMakeFiles/Crypto.dir/build.make:374: recipe for target 'src/CMakeFiles/Crypto.dir/crypto/oaes_lib.c.o' failed

For workaround, you can add -Wno-error=unused-const-variable to the set(WARNINGS ..) in CMakeLists.txt, but better would be to either use the mentioned variable or simply remove it from the sources.

Run daemon in background

With ipbcd, it appears there is no --detach option to run the daemon in the background, as there is with monerod. I'd like for it to run in the background and be able to query it via the command line.

For example, with the Monero daemon, I can do:

% ./monerod --decatch
% ./monerod print_bc 1000 1000

Can I do the same with the IPBC daemon? 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.