Code Monkey home page Code Monkey logo

ravencoin's Introduction

Raven Core integration/staging tree

https://ravencoin.org

To see how to run Ravencoin, please read the respective files in the doc folder

What is Ravencoin?

Ravencoin is an experimental digital currency that enables instant payments to anyone, anywhere in the world. The Ravencoin platform also lets anyone create assets (tokens) on the Ravencoin network. Assets can be used for NFTs, STOs, Gift Cards, and fractional ownership of anything of value. Ravencoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network.

License

Raven Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

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

Active development is done in the develop branch.

The contribution workflow is described in CONTRIBUTING.md.

Developer IRC is inactive please join us on discord in #development. https://discord.gg/fndp4NBGct

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Testnet is up and running and available to use during development.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

About Ravencoin

A digital peer to peer network for the facilitation of asset transfer.

In the fictional world of Westeros, ravens are used as messengers who carry statements of truth. Ravencoin is a use case specific blockchain designed to carry statements of truth about who owns what assets.

Thank you to the Bitcoin developers.

The Ravencoin project is launched based on the hard work and continuous effort of over 400 Bitcoin developers who made over 14,000 commits over the life to date of the Bitcoin project. We are eternally grateful to you for your efforts and diligence in making a secure network and for their support of free and open source software development. The Ravencoin experiment is made on the foundation you built.

Abstract

Ravencoin aims to implement a blockchain which is optimized specifically for the use case of transferring assets such as securities from one holder to another. Based on the extensive development and testing of Bitcoin, Ravencoin is built on a fork of the Bitcoin code. Key changes include a faster block reward time and a change in the number, but not weighed distribution schedule, of coins. Ravencoin is free and open source and will be issued and mined transparently with no pre-mine, developer allocation or any other similar set aside. Ravencoin is intended to prioritize user control, privacy and censorship resistance and be jurisdiction agnostic while allowing simple optional additional features for users based on need.

A blockchain is a ledger showing the value of something and allowing it to be transferred to someone else. Of all the possible uses for blockchains, the reporting of who owns what is one of the core uses of the technology. This is why the first and most successful use case for blockchain technology to date has been Bitcoin.

The success of the Ethereum ERC 20 token shows the demand for tokenized assets that use another blockchain. Tokens offer many advantages to traditional shares or other participation mechanisms such as faster transfer, possibly increased user control and censorship resistance and reduction or elimination of the need for trusted third parties.

Bitcoin also has the capability of serving as the rails for tokens by using projects such as Omnilayer, RSK or Counterparty. However, neither Bitcoin nor Ethereum was specifically designed for facilitating ownership of other assets.

Ravencoin is designed to be a use case specific blockchain designed to efficiently handle one specific function: the transfer of assets from one party to another.

Bitcoin is and always should be focused on its goals of being a better form of money. Bitcoin developers will unlikely prioritize improvements or features which are specifically beneficial to the facilitation of token transfers. One goal of the Ravencoin project is to see if a use case specific blockchain and development effort can create code which can either improve existing structures like Bitcoin or provide advantages for specific use cases.

In the new global economy, borders and jurisdictions will be less relevant as more assets are tradable and trade across borders is increasingly frictionless. In an age where people can move significant amounts of wealth instantly using Bitcoin, global consumers will likely demand the same efficiency for their securities and similar asset holdings.

For such a global system to work it will need to be independent of regulatory jurisdictions. This is not due to ideological belief but practicality: if the rails for blockchain asset transfer are not censorship resistance and jurisdiction agnostic, any given jurisdiction may be in conflict with another. In legacy systems, wealth was generally confined in the jurisdiction of the holder and therefore easy to control based on the policies of that jurisdiction. Because of the global nature of blockchain technology any protocol level ability to control wealth would potentially place jurisdictions in conflict and will not be able to operate fairly.

ravencoin's People

Contributors

achow101 avatar blondfrogs avatar cfox avatar cfrogjump avatar cozz avatar fanquake avatar fdoving avatar gavinandresen avatar gmaxwell avatar instagibbs avatar jnewbery avatar jonasschnelli avatar jtimon avatar laanwj avatar luke-jr avatar morcos avatar non-github-bitcoin avatar paveljanik avatar petertodd avatar practicalswift avatar pstratem avatar ravencoindev avatar rebroad avatar ryanofsky avatar sdaftuar avatar sipa avatar spyder46n2 avatar thebluematt avatar theuni avatar tronblack 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

ravencoin's Issues

undefined symbol

When running raven-qt I get the follow error:
symbol lookup error: ./raven-qt: undefined symbol: _ZN6google8protobuf8internal14WireFormatLite16VerifyUtf8StringEPKciNS2_9OperationES4_
Running Linux Mint 18.3 - 4.13.0-32-generic
Setup per instructions plus corrected errors with libboost and several other packages inscluding libstdc++6. Installed Qt5.7. Those fixes got me to this point.

Cannot start up raven-qt on Ubuntu 16.04, missing libQt5Network.so.5

I followed all the instructions for Ubuntu 16.04 on the README file and installed everything noted. I received no errors during all the installations. After installing everything required and downloading the binaries, I checked they were downloaded correctly using md5sum, which they were. I attempted to run raven-qt to start the GUI, but I got the error:

./raven-qt: error while loading shared libraries: libQt5Network.so.5: cannot open shared object file: No such file or directory

I don't know what library was supposed to contain this file and I haven't been able to find out with "apt-file search" or googling. Any assistance would be helpful.

Machine specs:

  • OS: Ubuntu 16.04 LTS
  • CPU: Intel Celeron g3900
  • RAM: 4g corsair value select ddr4 2133mhz
  • Disk size: 80gb
  • Disk Type (HD/SDD): HD

unspecified launch failure

This issue tracker is only for technical issues related to bitcoin-core.

General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.

For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. start the miner
  2. mines for a while then error
  3. [2018-02-27 10:10:07] GPU #1: unspecified launch failure
    Cuda error in func โ€˜cuda_check_cpu_setTargetโ€™ at line 41 : unspecified launch failure

Expected behaviour

continue without error

Actual behaviour

[2018-02-27 10:10:07] GPU #1: unspecified launch failure
Cuda error in func โ€˜cuda_check_cpu_setTargetโ€™ at line 41 : unspecified launch failure

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of bitcoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS: windows 10
  • CPU: i7-6700
  • RAM: 16gb
  • Disk size: 240gb
  • Disk Type (HD/SDD): SSD

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

Windows Client Overwrites "Backup" DAT Files

Describe the issue

Downloaded most recent Windows binary. Restoring a DAT file exported/backed up from previous Raven Core client is ignored by client and file is overwritten with new wallet DAT.

Can you reliably reproduce the issue?

Yes.

If so, please list the steps to reproduce below:

  1. Download Raven-QT.exe
  2. Launch. Configure data directory.
  3. Allow blockchain to download.
  4. Close client.
  5. Copy backup .DAT file (named wallet.dat) into Raven data directory. Overwriting existing wallet.dat file.
  6. Launch Raven client.

Expected behaviour

Receiving and Sending address data, as well as ability to access Raven's should have been restored.

Actual behaviour

New wallet.dat is created each time the client is opened.

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of bitcoin-core are you using?

v0.15.99.0-g8900994 (64-bit)

Machine specs:

  • OS: Windows 10
  • CPU: i7 6950X
  • RAM: 16GB
  • Disk size: 512GB/1TB
  • Disk Type (HD/SDD): SDD

ERROR error -32601: method not found yiimp

I am trying to set this coin in yiimp but i am getting a ERROR error -32601: method not found in the admin panel

I have removed the check mark "Has getinfo" but still no luck. can you please assist? I was told something about a patch but i can not find it.

Make fails building with Windows Subsystem for Linux on Ubuntu.

CXX bench/bench_bench_raven-bench.o
CXX bench/bench_bench_raven-checkblock.o
CXX bench/bench_bench_raven-checkqueue.o
CXX bench/bench_bench_raven-Examples.o
CXX bench/bench_bench_raven-rollingbloom.o
CXX bench/bench_bench_raven-crypto_hash.o
CXX bench/bench_bench_raven-ccoins_caching.o
CXX bench/bench_bench_raven-mempool_eviction.o
CXX bench/bench_bench_raven-verify_script.o
CXX bench/bench_bench_raven-base58.o
CXX bench/bench_bench_raven-lockedpool.o
CXX bench/bench_bench_raven-perf.o
CXX bench/bench_bench_raven-prevector_destructor.o
CXX bench/bench_bench_raven-coin_selection.o
AR libraven_server.a
AR libraven_util.a
AR libraven_wallet.a
AR leveldb/libleveldb.a
AR leveldb/libleveldb_sse42.a
AR leveldb/libmemenv.a
CXXLD raven-cli
CXXLD raven-tx
CXXLD test/test_raven_fuzzy
CXXLD ravend
CXXLD test/test_raven
CXXLD bench/bench_raven
/usr/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-blake.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC crypto/libraven_crypto.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:3820: recipe for target 'raven-tx' failed make[2]: *** [raven-tx] Error 1 make[2]: *** Waiting for unfinished jobs.... /usr/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-blake.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC
crypto/libraven_crypto.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:3824: recipe for target 'ravend' failed
make[2]: *** [ravend] Error 1
/usr/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-blake.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC crypto/libraven_crypto.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:3745: recipe for target 'bench/bench_raven' failed make[2]: *** [bench/bench_raven] Error 1 /usr/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-blake.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC
crypto/libraven_crypto.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:3960: recipe for target 'test/test_raven' failed
make[2]: *** [test/test_raven] Error 1
make[2]: Leaving directory '/mnt/c/Crypto/coins/Ravencoin/src'
Makefile:9936: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/mnt/c/Crypto/coins/Ravencoin/src'
Makefile:737: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

I ran ./autogen and ./configure prior.. Before that, I tried installing following this method for cross-compiling win 64. (https://github.com/RavenProject/Ravencoin/blob/master/doc/build-windows.md) and it too failed (#36 ). Prior to that it failed with not finding automake-1.14 and Openssl(even though I had openssl installed) so those deps need to be added, but thats a separate issue.

ERROR PARSING JSON on Passphrase

Describe the issue

When i have encrypted my wallet i chose a long passphrase made from many words divided by space like "word1 word2 word3 word4" now walletnot recognize my passphrase and if i use console for unlock the wallet, when i input passphrase give me ERROR PARSING JSON"word2"
pratically give error on first SPACE that divide first word
Now is impossible to use my RVN and is impossible to get the privatekey becouse the passphrase is not recognized

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. encrypt a wallet
  2. chose a passphrase like "word1 word2 word3 word4" divided from space

Actual behaviour

from that moment if i try to send money give me Passphrase error
If i try to unlock wallet in console and i input the passphrase gime the error
ERROR PARSING JSON:"word2"
Pratically give an error in first space that divide word1 from word2

What version of bitcoin-core are you using?

Raven Core versione v0.15.99.0-g8900994 (64-bit)

Machine specs:

  • OS: windows in different version (i test on diffetent pc)
  • CPU: i7
  • RAM: 32
  • Disk size: 2tr
  • Disk Type (HD/SDD): hd

Suddenly stoped reciving coin in wallet

This issue tracker is only for technical issues related to bitcoin-core.

General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.

For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of bitcoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS:
  • CPU:
  • RAM:
  • Disk size:
  • Disk Type (HD/SDD):

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

Mac DMG missing or incorrectly named

Describe the issue

For Mac Download Instructions, the readme file says to download "Raven.dmg". However, there is no .dmg file with this name listed. The only DMG that I see is "Raven-Qt.dmg".

Is the "Raven-Qt" file the correct .dmg file? Or is the file listed in the readme instructions missing?

Machine specs:

  • OS: MacOS Sierra
  • CPU: 2.8 GHz Intel Core i5
  • RAM: 8 GB 1867 MHz DDR3
  • Disk size: 1 TB
  • Disk Type (HD/SDD): HD

Windows Defender AntiVirus detecting raven-cli.exe as malware

Describe the issue

Attempting to download raven-cli.exe from github. Windows Defender quarantines the file.

Can you reliably reproduce the issue?

Happens 3 out of 3 times for me.

Screenshots.

image

What version of bitcoin-core are you using?

Last commit: 8e8ccb7

Machine specs:

  • OS: Windows 10
  • CPU: i7
  • RAM: 16GB

Make fails on Arch Linux.

Describe the issue

Fails to compile on Arch Linux

In file included from miner.cpp:7:0:
miner.h:75:10: note: candidate: bool CompareModifiedEntry::operator()(const CTxMemPoolModifiedEntry&, const CTxMemPoolModifiedEntry&) <near match>
     bool operator()(const CTxMemPoolModifiedEntry &a, const CTxMemPoolModifiedEntry &b)
          ^~~~~~~~                                                            
miner.h:75:10: note:   passing 'const key_compare* {aka const CompareModifiedEntry*}' as 'this' argument discards qualifiers
In file included from /usr/include/boost/multi_index/ordered_index.hpp:17:0,
                 from txmempool.h:27,                      
                 from miner.h:11,                                           
                 from miner.cpp:7:                                          
/usr/include/boost/multi_index/detail/ord_index_impl.hpp:1186:25: error: no match for call to '(const key_compare {aka const CompareModifiedEntry}) (CTxMemPoolModifiedEntry&, const CTxMemPoolModifiedEntry&)'
     return y==header()||!comp_(key(y->value()),key(v));                                         
In file included from miner.cpp:7:0:                    
miner.h:75:10: note: candidate: bool CompareModifiedEntry::operator()(const CTxMemPoolModifiedEntry&, const CTxMemPoolModifiedEntry&) <near match>
     bool operator()(const CTxMemPoolModifiedEntry &a, const CTxMemPoolModifiedEntry &b)
          ^~~~~~~~                                                            
miner.h:75:10: note:   passing 'const key_compare* {aka const CompareModifiedEntry*}' as 'this' argument discards qualifiers

Steps to reproduce

sudo pacman -Syu db boost qt5-tools
./configure --with-incompatible-bdb --without-miniupnpc --enable-cxx
make 

Comments

Arch uses

boost-1.66.0-1 

This might be the issue. It would be good to add an option to not build the miner.

test failure

Describe the issue

At the end of make check,
I get this error:
FAIL: test/test_raven
../build-aux/test-driver: line 107: 8704 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: qt/test/test_raven-qt

Testsuite summary for Raven Core 0.15.99

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/RavenProject/Ravencoin/issues

Makefile:10054: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1

Can you reliably reproduce the issue?

Yes, it repeats.

If so, please list the steps to reproduce below:

  1. make check
  2. or run test_raven

Expected behaviour

Tell us what should happen

chainparams.cpp:377 should not have raise Assertion

Actual behaviour

Tell us what happens instead

chainparams.cpp:377 raised an assertion 'consensus.hashGenesisBlock == uint256("

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of bitcoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS: Ubuntu 17, kernel 4.13
  • CPU: amd64
  • RAM: 2GB
  • Disk size: 60 GB
  • Disk Type (HD/SDD):

Any extra information that might be useful in the debugging process.

FYI, when I ran bitcoin test, it went through all the test cases w/o any problem.

test-suite.log

Mac .dmg file issue

Hello,

This was an issue brought to attention in a previous ticket (Mac DMG missing or incorrectly named #29) but here is the file in question:

https://github.com/RavenProject/Ravencoin/tree/master/binaries/release/mac

The README.md lists raven.dmg as the primary file to be added to the "Applications" folder on Mac but the only .dmg file on the repo is the one that is linked with the qt.

Could you please review this readme and let us know how to proceed with downloading the wallet from GitHub?

Thanks!

Compile error on openSUSE LEAP 42.2

This issue tracker is only for technical issues related to bitcoin-core.

General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.

For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.

Describe the issue

Error during make when compiling from source.

Can you reliably reproduce the issue? Yes

If so, please list the steps to reproduce below:

  1. Run autogen.sh
  2. Run configure --with-gui
  3. Run make

Expected behaviour

Expect to compile source successfully.

Actual behaviour

Got error during make

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of bitcoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Self compile using source code pulled today 2018/3/25.

Machine specs:

  • OS: openSUSE LEAP 42.2 4.4.104-18.44-default
  • CPU: Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz
  • RAM: 4GB
  • Disk size: 500GB
  • Disk Type (HD/SDD): HD

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

make
Making all in src
make[1]: Entering directory '/home/oracle/git/Ravencoin/src'
make[2]: Entering directory '/home/oracle/git/Ravencoin/src'
make[3]: Entering directory '/home/oracle/git/Ravencoin'
make[3]: Leaving directory '/home/oracle/git/Ravencoin'
make[3]: Entering directory '/home/oracle/git/Ravencoin/src/secp256k1'
make[3]: Leaving directory '/home/oracle/git/Ravencoin/src/secp256k1'
CXXLD ravend
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-blake.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-bmw.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-echo.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-groestl.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-jh.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-keccak.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-luffa.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-shavite.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-simd.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-sph_hamsi.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-sph_fugue.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-sph_shabal.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-sph_whirlpool.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-sph_sha512.o): relocation R_X86_64_32 against .rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Makefile:3822: recipe for target 'ravend' failed
make[2]: *** [ravend] Error 1
make[2]: Leaving directory '/home/oracle/git/Ravencoin/src'
Makefile:9934: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/oracle/git/Ravencoin/src'
Makefile:733: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

make fails building with Windows Subsystem for Linux - Ubuntu

Building native_protobuf...
make[1]: Entering directory '/mnt/c/Crypto/coins/Ravencoin/depends/work/build/x86_64-w64-mingw32/native_protobuf/2.6.1-1d885113350/src'
make[2]: Entering directory '/mnt/c/Crypto/coins/Ravencoin/depends/work/build/x86_64-w64-mingw32/native_protobuf/2.6.1-1d885113350'
/bin/bash ./config.status
./config.status: line 2321: syntax error near unexpected token (' ./config.status: line 2321: for (key in D) D_is_set[key] = 1'
Makefile:626: recipe for target 'Makefile' failed
make[2]: *** [Makefile] Error 2
make[2]: Leaving directory '/mnt/c/Crypto/coins/Ravencoin/depends/work/build/x86_64-w64-mingw32/native_protobuf/2.6.1-1d885113350'
Makefile:1235: recipe for target 'Makefile' failed
make[1]: *** [Makefile] Error 2
make[1]: Leaving directory '/mnt/c/Crypto/coins/Ravencoin/depends/work/build/x86_64-w64-mingw32/native_protobuf/2.6.1-1d885113350/src'
funcs.mk:242: recipe for target '/mnt/c/Crypto/coins/Ravencoin/depends/work/build/x86_64-w64-mingw32/native_protobuf/2.6.1-1d885113350/./.stamp_built' failed
make: *** [/mnt/c/Crypto/coins/Ravencoin/depends/work/build/x86_64-w64-mingw32/native_protobuf/2.6.1-1d885113350/./.stamp_built] Error 2

Following this guide Building for Windows 64 https://github.com/RavenProject/Ravencoin/blob/master/doc/build-windows.md , The make step fails with the above message. NOTE: the build would fail prior because it was missing automake-1.1.4 and because it couldnt find openssl on the system which is installed. Fixed by installing libssl-dev and grabbing the automake-1.14 binary from a new deb source.

password problem

This issue tracker is only for technical issues related to bitcoin-core.

General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.

For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of bitcoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS:
  • CPU:
  • RAM:
  • Disk size:
  • Disk Type (HD/SDD):

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

error when starting stratum

Describe the issue

i get an error when i start ravend -deamon

2018-02-14 17:35:08 runCommand error: system(/var/stratum/blocknotify 137.74.**.69:3636 2044 0000000000104532dafff81e4482f1d02562789adb927f5b9c47ac41dcb5ea60) returned 256

my raven coin conf file :

rpcuser=y***
rpcpassword=ilDH6GKV****KayrNBA
rpcport=20440
rpcthreads=8
rpcallowip=127.0.0.1
onlynet=ipv4
algo=x16r
maxconnections=12
daemon=1
server=1
listen=1
#gen=0

alertnotify=echo %s | mail -s "raven alert!" bo**@gmail.com
blocknotify=/var/stratum/blocknotify 137.74.**.69:3636 2044 %s

Machine specs:

  • OS: ubuntu 16.4
  • CPU: 1 core
  • RAM: 2 gb
  • Disk size: 10 gb
  • Disk Type (HD/SDD):

raven-qt.exe crashes upon launch all of a sudden

I opened it and it said unable to access blockchain database then closed. i restarted comp and it just crashes upon start and says "a problem caused the program to stop working correctly. windows will close the program and notify you if a solution is available" then closes.

Cannot run binaries on Ubuntu 16

I follow the instructions to run the binaries on Ubuntu 16. All libraries seem to install fine. But when I go to run it I get this error:
./ravend -daemon

./ravend: line 7: syntax error near unexpected token newline' ./ravend: line 7: '

Any help would be appreciated.

Mining Pools

Does anyone have a mining pool set up, or instructions on how to?

Mac network fails

Describe the issue

Log shows many error messages like

2018-03-02 12:48:55 connect() to [2001::4137:9e76:30ff:161a:f5ff:ffae]:8767 failed: No route to host (65)
2018-03-02 12:48:57 connect() to 67.207.45.43:8767 failed after select(): Connection refused (61)
2018-03-02 12:48:58 connect() to [2001::9d38:6ab8:45f:de76:d10d:f62b]:8767 failed: No route to host (65)

Can you reliably reproduce the issue?

Yes

If so, please list the steps to reproduce below:

  1. Run the app.

Expected behaviour

Not sure. Fewer error messages and some indication of progress.

Actual behaviour

Some peers, lots of activity but, apparently, no mining.

What version of bitcoin-core are you using?

Raven Core version v0.15.99.0-6229502 (64-bit)
official binary

Machine specs:

  • OS: macOS 10.13.3
  • CPU: Intel Core i7
  • RAM: 16 GB
  • Disk size: 500 GB
  • Disk Type (HD/SDD): SDD

Any extra information that might be useful in the debugging process.

debug.log

libdb4.8 is old

I am trying to build on Ubuntu 16.04, which is the current LTS. My built in libdb is 5.3, but RavenCoin wants version 4.8. Is 5.3 compatible? Is it possible to update this dependency, since most linux users are going to have a problem with it?

raven-qt.exe stops downloading blockchain shortly after starting

This issue tracker is only for technical issues related to bitcoin-core.

General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.

For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.

Describe the issue

The raven-qt.exe synchronization hangs after running for several seconds.

Can you reliably reproduce the issue?

Yes.

If so, please list the steps to reproduce below:

  1. Launch raven-qt.exe.
  2. Wait several seconds.
  3. Number of blocks per second stops changing and the CPU usage drops to zero. The program has not crashed and can still be interacted with.

Expected behaviour

The program should download all the blocks.

Actual behaviour

The program stops after downloading a few hundred blocks.

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.
image

What version of bitcoin-core are you using?

Raven Core version v0.15.99.0-gfcde0ca (64-bit)
Qt version 5.7.1

Machine specs:

OS: Win 10 Pro 64-bit
Mainboard: ASUS Z170 Pro Gaming, board revision 1.04, BIOS v3501
CPU: Intel i7 6700, Stock HSF, Undervolt Offset -0.075 V, VCCIO 1.12 V, System Agent 1.17 V, LLC 4 (all core enhancement DISABLED)
RAM: Corsair LPX Vengeance 2x8GB DDR4-3000 (CMK16GX4M2B3000C15), XMP
Graphics: Gigabyte NVIDIA GeForce GTX 950 w/ 2 GB
Sys Drive: Samsung Evo 750 SSD, 250 GB
Data Drives: OCZ Vertex 2 SSD, 60 GB; WDC WD1002FAEX-00Y9A0, ~1 TB; WDC WD2003FZEX-00Z4SA0, ~2 TB; WDC WD2002FAEX-00MJRA0, ~2 TB; RAID 0, ~300 GB [Maxtor 6B160MO x 2]
PCI-E SATA expansion: IOCREST SATA III 4-port PCI-e (SI-PEX40064)
PSU: XFX TS 750W (P1-750S-NLB9)

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.
Link to debug file (3 MB): https://www.dropbox.com/s/c2w8i3ptwu2m2db/debug.log?dl=0

Won't compile Ubuntu 16.04

Describe the issue

Fails to compile on Ubuntu 16.04. Make error:
/usr/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-blake.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. git clone
  2. ./autogen.sh
  3. ./configure
  4. make -j4

Expected behaviour

Compilation succeeds

Actual behaviour

Compilation fails

Machine specs:

  • OS: Ubuntu 16.04
  • CPU: 4 core
  • RAM: 8 GB
  • Disk size: 250 GB
  • Disk Type (HD/SDD): HDD

Not receiving the mined coins in my wallet!

HI,
Wish I can get get on this.

I am mining ravencoin using ccminer 2.2.5 on yiimp.eu to my raven core qt wallet. I was receiving coins consistently every one hour (I was on threeeyed pool) till yesterday evening around 4pm, since then I received nothing, I switched to yiimp.eu, and still I have received nothing after 5 hours mining.

Is there something wrong with either the wallet or the pools? I tried to isolate the different factors to see what is causing this, but with no luck.

Appreciate your help.

README is empty

This issue tracker is only for technical issues related to bitcoin-core.

General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.

For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

Expected behaviour

The README should contain content

Actual behaviour

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of bitcoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS:
  • CPU:
  • RAM:
  • Disk size:
  • Disk Type (HD/SDD):

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

Daemon Runs at too High CPU Utilization

I compiled and now run the daemon on my Ubuntu server. But it is always running at near 99% CPU utilization. Meanwhile my litecoin daemon averages maybe 7%. Please fix or tell me what is wrong.

This is not working with Mac OS High Sierra 2.7 GHz Intel Core i5

Describe the issue

This is not working on my computer for some odd reason.

Can you reliably reproduce the issue? Yes I have tried rebooting my computer, updating everything as well.

If so, please list the steps to reproduce below:

  1. Reboot
  2. Updated
  3. Reinstalled the application several times

Expected behaviour

Tell us what should happen
Work on my Mac please I did download the correct version Raven-Qt.dmg

Actual behaviour

Tell us what happens instead
Raven Core 2 cannot be opened because of a problem.

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

screen shot 2018-01-06 at 10 29 48 pm

screen shot 2018-01-06 at 10 30 05 pm

What version of bitcoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS: macOS High Sierra Version 10.13.2
  • CPU: 2.7 GHz Intel Core i5
  • RAM:8 GB 1600 Mhz DDR3
  • Disk size: 1000 GB
  • Disk Type (HD/SDD): SATA Macintosh

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

Missing shared library upon starting

Upon starting any binaries(ravend,raven-cli,raven-qt), I get this error:
"./Linux/ubuntu_17.04/raven-cli: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory"

I have libevent-dev installed on ubuntu 17.10, which means libevent-pthreads-2.1-6:amd64 is installed.

Instructions for Mac OSx have an incorrect step

Describe the issue

The instructions at https://github.com/RavenProject/Ravencoin/blob/master/doc/build-osx.md tell a user to type "cd raven". The correct folder is Ravencoin.

Can you reliably reproduce the issue?

Yes

If so, please list the steps to reproduce below:

Visit https://github.com/RavenProject/Ravencoin/blob/master/doc/build-osx.md
Follow the instructions.
Os says raven directory not found.

Expected behaviour

Directory to navigate to should be Ravencoin

Can't run Windows client on testnet.

I get an error when trying raven-qt.exe -testnet on Windows 10 64-bit. Says "Error: A fatal internal error occurred....."
It says "...see debug.log for details." Yet nothing gets written to debug.log.

std::cout spammed with blocktime

This issue tracker is only for technical issues related to bitcoin-core.

General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.

For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Run the wallet in terminal without detaching the process

Expected behaviour

Clean terminal, std::cout rarely occurring.

Actual behaviour

Every block prints out the time.

Screenshots.

screenshot from 2018-03-31 15-00-14

What version of bitcoin-core are you using?

b488c03

Machine specs:

  • OS: LinuxMint

Are the changes not open source?

I was briefly looking around the repo to check for changes you did but it seems they can be found only in the binaries distributed. Could you point to a repo/branch that contains your modifications?

Build error when compiling on Ubuntu 16

I followed the instructions on building for Ubuntu 16. i didn't get any errors installing the required packages.
sudo ./autogen worked fine
sudo ./configure worked fine
But after I issued "make" I get the error:
/usr/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-blake.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC

`Making all in src
make[1]: Entering directory '/home/myuser/Ravencoin/src'

make[2]: Entering directory '/home/myuser/Ravencoin/src'
make[3]: Entering directory '/home/myuser/Ravencoin'
make[3]: Leaving directory '/home/myuser/Ravencoin'
make[3]: Entering directory '/home/myuser/Ravencoin/src/secp256k1'
make[3]: Leaving directory '/home/myuser/Ravencoin/src/secp256k1'
CXXLD ravend
/usr/bin/ld: crypto/libraven_crypto.a(crypto_libraven_crypto_a-blake.o): relocation R_X86_64_32 against '.rodata' can not be used when making a shared object; recompile with -fPIC
crypto/libraven_crypto.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:3835: recipe for target 'ravend' failed
make[2]: *** [ravend] Error 1
make[2]: Leaving directory '/home/myuser/Ravencoin/src'
Makefile:9947: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/myuser/Ravencoin/src'
Makefile:747: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1`

I'm guessing I should rerun ./configure with some sort of flag like this:
sudo ./configure CXXFLAGS=-fPIC
But that exact statement doesn't work because I get the exact same error when I try make.
Please advise.

Adjust the scheduled amount of Ravencoin exchanged based on a USD price

Description

I would like Ravencoin to be able to adjust to market fluctuations so if I send a specific USD or other currency to someone, they get the exact amount of Ravencoin that equals said USD. There can be controls in place so that a person doesn't send more than they are able to send or more than they are comfortable with. If the exchange rate falls outside of the predetermined bands, the scheduled transaction is cancelled.

Use case

Jimmy tells Sally he will pay her rent in Ravencoin or some other equivalent token in one month. Jimmy promises to pay even if the market value goes up or down by 10%. Jimmy schedules the transaction and Sally sees a message saying their is a future transaction pending.

Market stays within +- 10% -> Transaction goes through after one month and the actual Ravencoin or token transmitted is adjusted so the amount sent is at the correct USD or other currency value.

Market goes outside of +- 10% -> Transaction is paused and Jimmy has to agree to continue the transaction. If Jimmy continues the transmission the Ravencoin or token amount is adjusted to match the initial USD or other currency value. If the transaction is rejected, Sally receives a notification that the transaction was cancelled.

Halving

Since this is a fork of Bitcoin with a bigger block reward size, does if half at the same rate?

Bitcoin halved at 210,000 blocks. Is it the same for this? Or since the reward is on a multiplier of 100, is halving on a multiplier of 10 or something? Perhaps 2,100,000 blocks?

Missing core boost lib on Fedora24?

I ran the Fedora instructions, and it updated all the boost dependency libs to 1.60, but it seems to be missing the core boost lib? What am I missing?

[/raven]-->dnf install boost
Last metadata expiration check: 2:27:43 ago on Sun Mar 4 10:06:26 2018.
Package boost-1.60.0-8.fc24.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
[/raven]-->./ravend
./ravend: error while loading shared libraries: libboost_system.so.1.64.0: cannot open shared object file: No such file or directory

From the install:
==================================================================
Package Arch Version Repository Size
==================================================================
Installing:
boost x86_64 1.60.0-8.fc24 updates 45 k
boost-atomic x86_64 1.60.0-8.fc24 updates 47 k
boost-chrono x86_64 1.60.0-8.fc24 updates 53 k
boost-context x86_64 1.60.0-8.fc24 updates 61 k
boost-coroutine x86_64 1.60.0-8.fc24 updates 61 k
boost-graph x86_64 1.60.0-8.fc24 updates 138 k
boost-locale x86_64 1.60.0-8.fc24 updates 278 k
boost-log x86_64 1.60.0-8.fc24 updates 434 k
boost-math x86_64 1.60.0-8.fc24 updates 310 k
boost-program-options x86_64 1.60.0-8.fc24 updates 165 k
boost-python x86_64 1.60.0-8.fc24 updates 128 k
boost-regex x86_64 1.60.0-8.fc24 updates 298 k
boost-serialization x86_64 1.60.0-8.fc24 updates 149 k
boost-signals x86_64 1.60.0-8.fc24 updates 71 k
boost-test x86_64 1.60.0-8.fc24 updates 238 k
boost-timer x86_64 1.60.0-8.fc24 updates 52 k
boost-type_erasure x86_64 1.60.0-8.fc24 updates 60 k
boost-wave x86_64 1.60.0-8.fc24 updates 221 k
libdb4 x86_64 4.8.30-20.fc24 fedora 615 k
libdb4-cxx x86_64 4.8.30-20.fc24 fedora 644 k
libquadmath x86_64 6.3.1-1.fc24 updates 181 k
libsodium x86_64 1.0.12-1.fc24 updates 176 k
miniupnpc x86_64 2.0-1.fc24 updates 51 k
openpgm x86_64 5.2.122-6.fc24 fedora 175 k
zeromq x86_64 4.1.4-5.fc24 fedora 555 k
Upgrading:
boost-date-time x86_64 1.60.0-8.fc24 updates 60 k
boost-filesystem x86_64 1.60.0-8.fc24 updates 76 k
boost-iostreams x86_64 1.60.0-8.fc24 updates 69 k
boost-random x86_64 1.60.0-8.fc24 updates 52 k
boost-system x86_64 1.60.0-8.fc24 updates 50 k
boost-thread x86_64 1.60.0-8.fc24 updates 91 k

Transaction Summary
================================================================
Install 25 Packages
Upgrade 6 Packages

./configure --disable-wallet fails make

Describe the issue

If '--disable-wallet' is specified during configure, the make process fails at miner.cpp

Can you reliably reproduce the issue?

Yes. If '--disable-wallet' is not specified, make has no problem.

If so, please list the steps to reproduce below:

  1. ./configure --disable-wallet
  2. make

Screenshots.

libraven_server.a(libraven_server_a-miner.o): In function GetFirstWallet()': /home/sj/git/Ravencoin/src/miner.cpp:500: undefined reference to vpwallets'
/home/sj/git/Ravencoin/src/miner.cpp:501: undefined reference to vpwallets' /home/sj/git/Ravencoin/src/miner.cpp:501: undefined reference to vpwallets'
/home/sj/git/Ravencoin/src/miner.cpp:501: undefined reference to vpwallets' libraven_server.a(libraven_server_a-miner.o): In function RavenMiner(CChainParams const&)':
/home/sj/git/Ravencoin/src/miner.cpp:514: undefined reference to vpwallets' libraven_server.a(libraven_server_a-miner.o):/home/sj/git/Ravencoin/src/miner.cpp:501: more undefined references to vpwallets' follow
libraven_server.a(libraven_server_a-miner.o): In function RavenMiner(CChainParams const&)': /home/sj/git/Ravencoin/src/miner.cpp:521: undefined reference to EnsureWalletIsAvailable(CWallet*, bool)'
/home/sj/git/Ravencoin/src/miner.cpp:531: undefined reference to `CWallet::GetScriptForMining(std::shared_ptr&)'
collect2: error: ld returned 1 exit status
Makefile:3835: recipe for target 'ravend' failed

Machine specs:

  • OS: Ubuntu 17.10
  • CPU: x86_64
  • RAM:
  • Disk size:
  • Disk Type (HD/SDD):

Raven ppa doesnt exist

Describe the issue

In unix-build.md, it recommand to add this ppa ppa:raven/raven, but it doesnt exists.

Can you reliably reproduce the issue?

add-apt-repository ppa:raven/raven

If so, please list the steps to reproduce below:

Expected behaviour

Actual behaviour

ppa not found

Low hashrate on rx 570

Guys,how many mhs u get for this card with 4gb hynix memory.My mhashrate is about 3.5 and i think that i can push it more.Intensity 20,mem clock 1950(i read that overclocking gpu can lower hashrate on this algo,but im not sure if that is true) but can push it to 2050.And where do i follow how many coins i have mined?

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.