Bitcoin Forum
July 11, 2024, 01:54:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Recommendations For Off the Shelf Gaming/Mining PC with NVidia from Amazon? on: April 05, 2017, 12:37:32 PM
I want to buy an off the shelf gaming pc that would also be good for GPU mining altcoins for my sons birthday. It should have NVidia card(s). Would prefer to buy it on Amazon. Budget is one to two BTC. Any recommendations?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: March 10, 2017, 03:07:21 PM
Does the error go away when you make the change  shown below (move the line with __STDC_FORMAT_MACROS up by four)?

Code:
$ git diff core.h
diff --git a/src/core/core.h b/src/core/core.h
index 0e69733..44fae06 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -13,9 +13,10 @@
 #include "../net/net.h"
 #include "../wallet/script.h"
 
+#define __STDC_FORMAT_MACROS 1
+
 #ifdef WIN32
 #include <io.h> /* for _commit */
-#define __STDC_FORMAT_MACROS 1
 #endif
 
 #ifdef USE_UPNP
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: March 10, 2017, 02:52:21 PM
hi all ...

below is the output of the compile ...

Code:
...
src/wallet/../core/core.h: In member function ‘void Core::CBlock::print() const’:
src/wallet/../core/core.h:1486:133: error: expected ‘)’ before ‘PRIu64’
    printf("CBlock(hash=%s, ver=%d, hashPrevBlock=%s, hashMerkleRoot=%s, nTime=%u, nBits=%08x, nChannel = %u, nHeight = %u, nNonce=%"PRIu64", vtx=%d, vchBlockSig=%s)\n",

...
                                    ^
make: *** [build/db.o] Error 1
DONE ...

now this is after cloning the 0.2.0.5 branch and compiling that branch alone ...
...
any help would be appreciated ...

#crysx

Looks like this is the part causing trouble core.h:1486:133: error: expected ‘)’ before ‘PRIu64’

I'm going to guess that this is a compiler version issue because it compiles OK on debian and even on Windows under MinGW for me.

What do you get when you run g++ -v? Here's my output

Quote
$ g++ -v
\Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)


One way or another we'll get this fixed ... even if I have to tweak the source code to do the printf differently so it's supported on more platforms.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: March 10, 2017, 02:42:40 PM
just in response to the error encountered with the compile ...
...
im trying to clone from the specific version ( which uses bdb ) but cannot seem to do so ...

any one have an actual parameter i can use to do so? ... would be a great help ...

tanx ...

#crysx

Looks like you already git cloned it, but for future reference you can find the release source code here

https://github.com/Nexusoft/Nexus/releases/tag/0.2.0.5
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: March 06, 2017, 10:19:55 PM
Thanks,
 I was staking with 2.2.2 for about 1 week and shut it down yesterday it
 boots up and finds peer fast, but the blockchain is Frozen today.  5 Reboots
did not help.  

I am much more comfortable using the pre-built Qt with 2.2.2 wallet. 

Yea I'm myself stuck on block 1234065.

This is after a 48hr fresh download.


Please use version 2.0.5 for staking. Note you will need to download a new database bootstrap file also if you want to bootstrap.

https://github.com/Nexusoft/Nexus/releases/tag/0.2.0.5

http://nexusearth.com/bootstrap/Oracle-Database/recent.rar


6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: March 06, 2017, 10:09:57 PM
hi all ...

can anyone help with the compilation of the wallet? ...

i just need a daemon not the qt wallet - as i want to install this on one of the nodes - under centos 7 x64 ...

the issue is the non-standard way of building the db via LLD ... i write / rewrite scripts to compile most of the coins we have on the nodes - but this one just seems completely impossible to build ... even when its in the last segment of compile - it dies with the db build error ...

there are NEVER instructions of how to build under rhel based systems - and im slowly changing that ... but this daemon has stumped me ...

can anyone give me pointers for the compile under centos 7 x64? ... im NOT a newbie - im just stumped and this is the only coin so far that refuses to compile ...

any help would be appreciated - as id like to test staking on daemon only on the vps ...

and before anyone says anything about ubuntu or debian based systems - the answer is no - we cant ... its a business / corporate decision ... it has to be rhel based centos 7 x64 specifically ... so its a good challenge for those that want one ... like me really - but im way over frustration with the compile ... its no longer a challenge for me - its a problem that needs to be fixed ...

so any help will be much appreciated ...

#crysx

Hi. Can you please post the error you are seeing when running the compile commands here?

p.s.
Note that 2.0.5 is the slightly older version that still uses Berkeley DB - if you are planning on staking it's recommend that you use that version. Are you able to compile that one?
7  Bitcoin / Mycelium / The Mycelium App has been Suspended on Google Play on: February 10, 2015, 07:22:33 PM
https://play.google.com/store/apps/details?id=com.mycelium.wallet&hl=en

https://play.google.com/store/search?q=mycelium&c=apps&hl=en
8  Bitcoin / Bitcoin Discussion / Re: Bitcoin cold storage - HACKED easily on: January 20, 2015, 10:15:25 PM
Yes, massive news flash: If you have hacked software on your machine your coins aren't safe.  Thanks for the enlightenment.  This article is a huge piece of FUD.

"The article linked explains the conceivable hack, but it's furthest from easy to execute...bordering on near impossible, if the cold or offline device or wallet follows secure protocols and the correct precautions."
9  Economy / Speculation / Re: The next bull market + collapse of short interest bubble on: January 20, 2015, 09:46:30 PM
Even so, do you think people are better off speculating on popular altcoins? Seems like there is a lot more potential to make big gains there.
10  Economy / Gambling / Re: ➫ ➬ ➫ ➬ LUCKYB.IT ★ +29k BTC wagered ★ Huge New Year's Rakeback :) on: January 20, 2015, 09:29:02 PM
Thanks for this site guys, best Bitcoin betting site out there right now Smiley
11  Other / Off-topic / Re: Best VPN service? on: January 20, 2015, 09:16:54 PM
PIA (Private Internet Access).  Good Mac OS X and Android (And probably other) clients + lots of location options + they take BTC.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!