Giter VIP home page Giter VIP logo

vericoin / vericoin-oldrepo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blacknet-ninja/blackcoin-old

81.0 81.0 24.0 90.13 MB

A Proof-of-Stake-Time Currency

Home Page: http://www.vericoin.info

License: Other

Python 0.86% Shell 0.28% Makefile 0.27% Inno Setup 0.12% NSIS 0.13% C++ 59.40% C 4.27% HTML 1.05% CSS 0.02% Objective-C 0.02% Objective-C++ 0.08% CMake 0.02% QMake 0.45% Assembly 32.77% Batchfile 0.01% Roff 0.26%

vericoin-oldrepo's Introduction

Build Status Ubuntu Server Xenial 16.04

VeriCoin official development tree

VeriCoin is a Proof-of-Stake-Time cryptocurrency.

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions (see coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are regularly created to indicate new official, stable release versions of VeriCoin.

Feature branches are created when there are major new features being worked on by several people.

From time to time a pull request will become outdated. If this occurs, and the pull is no longer automatically mergeable; a comment on the pull will be used to issue a warning of closure. The pull will be closed 15 days after the warning if action is not taken by the author. Pull requests closed in this manner will have their corresponding issue labeled 'stagnant'.

Issues with no commits will be given a similar warning, and closed after 15 days from their last activity. Issues closed in this manner will be labeled 'stale'.

vericoin-oldrepo's People

Contributors

0xdeadface avatar celil-kj avatar codler avatar cryptomaniac avatar dlitz avatar dooglus avatar drizzt avatar effectstocause avatar fanquake avatar gavinandresen avatar gmaxwell avatar hd4r avatar iceeatscream avatar jordanlewis avatar krzysztoff7 avatar laanwj avatar luke-jr avatar matoking avatar mgiuca avatar muggenhor avatar non-github-bitcoin avatar onsightit avatar p2k avatar pnosker avatar recursive-rat4 avatar scottnadal avatar sipa avatar sunnyking avatar vegard avatar vericoin 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

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

vericoin-oldrepo's Issues

I cannot build vericoind with USE_AVX=1 USE_AVX2=1

When I try to build vericoind with USE_AVX=1 USE_AVX2=1 ld returns 1 exit status with the following errors:

obj/scrypt.o: In function `scrypt_N_1_1_256_multi(void*, uint256, int*, unsigned char*)':
scrypt.cpp:(.text+0xc76): undefined reference to `sha256_transform_8way'
scrypt.cpp:(.text+0xc96): undefined reference to `sha256_init_8way'
scrypt.cpp:(.text+0xcf8): undefined reference to `sha256_transform_8way'
scrypt.cpp:(.text+0xd04): undefined reference to `sha256_init_8way'
...

What may be the cause, any suggestions?

Core Dump after approx. 24 hours

So running the 1.7 release, I can never succeed in staking as this happens after running for a day or so. Note that I am presently mining sumokoin on this machine as well, so the CPU is under load.

libpng warning: iCCP: known incorrect sRGB profile
qt.network.ssl: QSslSocket: cannot resolve SSLv2_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv2_server_method
QObject::connect: No such slot TransactionView::showTotalAmount(reset)
QObject::connect: No such slot TransactionView::showTotalAmount(reset)
QObject::connect: No such slot TransactionView::showTotalAmount(reset)
QObject::connect: No such slot TransactionView::showTotalAmount(reset)
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile


EXCEPTION: St9bad_alloc
std::bad_alloc
vericoin in ThreadMessageHandler()

terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc

[1] + abort (core dumped) ./vericoin-qt --quiet

Docker image

Please build a Docker image, it would be really cool :)

VeriCoin iOS Wallet Broken

I just want to let you know the iOS wallet is broken, I get 0 network connections and it says it's sync.

My transaction came thru but it's not in my wallet.

How can I get a log for this that you guys can use? Should I get the Linux wallet instead?

Won't build on Arch LInux

build.log
As shown in the attached build log, the project has several errors and fails to build on Arch Linux. I can provide package versions if you'd like. GCC is version 7.2.1.

Wallet not showing transferred tokens

Hello, On November 12, 2017 I transferred some VRC tokens from an Exchange to my Vericoin desktop wallet version 1.6.5.5. The transaction was successful but I do not see tokens in my wallet balance even though wallet is showing it is in sync. Please help. Thanks.

Document OLD version of boost

The doc in this REPO is using a old version of boost that does not support 'boost/multiprecision/cpp_bin_float.hpp' yet.

cpp_bin_float is not support until version 56

Document is reporting 55 and 53

Getting build fail on Debian 8

In file included from alert.h:13:0,
                 from alert.cpp:8:
util.h:38:50: fatal error: boost/multiprecision/cpp_bin_float.hpp: No such file or directory
 #include <boost/multiprecision/cpp_bin_float.hpp>

I've upgraded my system to 9 and its using version 62

But please update the documentation

Issues installing wallet on Ubuntu

Having issues installing Ubuntu and I'm getting this error:

Package libdb4.8++-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Can anyone help?

Any Raspberry Pi build?

Hi! I trying to run VeriCoin on Raspberry Pi 3 Model B. After running installation I got Exec format error. What can I do? Can you make build for Raspberry Pi? Or can you show me what should I do?

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.