Bitcoin Forum
May 02, 2024, 04:15:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
1  Alternate cryptocurrencies / Altcoin Discussion / Re: Error Compiling Zetacoin Ubuntu on: January 05, 2016, 12:57:12 AM
I tried it, but now I get the same error at a different spot:

Is that a partial paste? Seems to be missing the first section.

Cheers

Graham


Well after having issues with the VM as a whole I decided to create a new one using an older version of Ubuntu. That worked successfully, and I am syncing the wallet now. Thanks for your help!
2  Alternate cryptocurrencies / Altcoin Discussion / Re: Error Compiling Zetacoin Ubuntu on: January 04, 2016, 06:46:20 PM
Hello,

I have been trying to compile Zetacoin. I have overcome a few errors, but this one has been stumped. Any help?

Code:
rpcrawtransaction.cpp:299:77:   required from here

Here's a diff-generated patch that will fix that particular OS-related issue ...

Code:
--- a/src/rpcrawtransaction.cpp
+++ b/src/rpcrawtransaction.cpp
@@ -296,7 +296,7 @@ Value listunspent(const Array& params, bool fHelp)
             CTxDestination address;
             if (ExtractDestination(pk, address))
             {
-                const CScriptID& hash = boost::get<const CScriptID&>(address);
+                const CScriptID& hash = boost::get<CScriptID>(address);
                 CScript redeemScript;
                 if (pwalletMain->GetCScript(hash, redeemScript))
                     entry.push_back(Pair("redeemScript", HexStr(redeemScript.begin(), redeemScript.end())));

HTH

Cheers

Graham
* gjhiggins is too unfamiliar with C++ compiler/architecture variants to suggest a PR


I tried it, but now I get the same error at a different spot:

Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’
     BOOST_STATIC_ASSERT_MSG(
     ^
rpcrawtransaction.cpp:805:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
Makefile:837: recipe for target 'rpcrawtransaction.o' failed
make[3]: *** [rpcrawtransaction.o] Error 1
make[3]: Leaving directory '/home/brandon/zetacoin/src'
Makefile:859: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/brandon/zetacoin/src'
Makefile:651: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/brandon/zetacoin/src'
Makefile:508: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
3  Alternate cryptocurrencies / Altcoin Discussion / Error Compiling Zetacoin Ubuntu on: January 03, 2016, 01:11:36 AM
Hello,

I have been trying to compile Zetacoin. I have overcome a few errors, but this one has been stumped. Any help?

Code:
rpcrawtransaction.cpp:299:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’
     BOOST_STATIC_ASSERT_MSG(
     ^
Makefile:837: recipe for target 'rpcrawtransaction.o' failed
make[3]: *** [rpcrawtransaction.o] Error 1
make[3]: Leaving directory '/home/brandon/zetacoin/src'
Makefile:859: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/brandon/zetacoin/src'
Makefile:651: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/brandon/zetacoin/src'
Makefile:508: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Any help would be appreciated.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Is it possible mining litecoin using my laptop? on: January 01, 2016, 09:49:12 PM
You can. But you will mine so little, a fraction of a fraction of a litecoin. Just don't.
5  Bitcoin / Bitcoin Discussion / Re: Why is there such a big problem with Satoshi? on: December 11, 2015, 10:43:39 PM
Satoshi's identity is important.

For a start - Remaining anonymous is a big bump to their credibility. The person(s) acted and interacted publicly, collaborated with other people, and no one knows who they are or are keeping quiet about it. That's hard. Very hard. You need to know what you are doing to accomplish that. It also requires discipline and, likely, planning.

Secondly, the global implications. What if undeniable evidence breaks that points to a nation state? What if Mike Hearn is discovered to be Satoshi? GMaxwell? Etc.



Maybe even Vladimir Putin!
6  Economy / Speculation / Re: BTC at $435. Is it sustainable? on: December 11, 2015, 04:33:05 PM
I think this will continue, I am very optimistic that we will touch $500 at the end of 2015 Cool Cool

More like $470 - 480, I presume. Let's not get our hopes too high, we all know people are gonna cash out if this keeps on going.

I'm even happy if we are at $450 at the end of 2015 if it is able to be held stable.
7  Economy / Speculation / Re: BTC at $435. Is it sustainable? on: December 11, 2015, 03:32:49 PM
As sustainable as the temperature in summer guys  Wink

Can you elaborate on why you feel this way?

8  Economy / Speculation / Re: BTC at $435. Is it sustainable? on: December 11, 2015, 03:30:05 PM
How the hell would anyone here know?

Obviously it is all speculation. I'm looking for opinions  Wink
I was just kidding. And pointing out that the guesses here are just that, guesses.

Ah, okay no problem. That is a very good point tho.
9  Economy / Speculation / Re: BTC at $435. Is it sustainable? on: December 11, 2015, 02:56:02 PM
How the hell would anyone here know?

Obviously it is all speculation. I'm looking for opinions  Wink
10  Economy / Speculation / Re: BTC at $435. Is it sustainable? on: December 11, 2015, 02:55:16 PM
There isn't really any news to have an effect on bitcoin so I doubt that that's the reason of the bitcoin value going up.
I'm just happy that it's going up, I would be happy if it went either way though.

You don't think it's going up at least in part by the whole "Satoshi" hype? I would think it's bringing interest into bitcoin.
11  Other / Off-topic / Re: Lets play a game of Chess on: December 11, 2015, 02:52:57 PM
I'll join in. I might be totally going against the current strategy, but lets see.

Re8
12  Economy / Speculation / Re: BTC at $435. Is it sustainable? on: December 11, 2015, 02:14:53 PM
It may pull back a little here, but long-term, the rise is sustainable in my view.

This. More and more people realize block halving which BTC ll face in July next will permanently half BTC supply. This is gonna push BTC up big time and this price growth might easily generate snowball effect.
Last big price jump over 1k was purely speculative. This one s different, it s based on actual supply and demand for crypto.

It's not going to halve the bitcoin supply, rather it will be halving the block reward (i.e. bitcoin production.) The same Bitcoin amount will be produced, it will just take a longer time to produce it.
13  Economy / Speculation / Re: BTC at $435. Is it sustainable? on: December 11, 2015, 02:09:21 PM
There hasn't really been any news to cause this pump so I don't know if it's sustainable. I hope so. We'll soon find out though.

well the last pump reached 500, so i'm assuming we are just returning there, if bitcoin is waiting everytime  good news to increase, then we will not have a high price ever

anyway you need to move this on the specualtion board OP...

Sorry. How do I do that?
14  Economy / Speculation / Re: BTC at $435. Is it sustainable? on: December 11, 2015, 02:08:30 PM
There hasn't really been any news to cause this pump so I don't know if it's sustainable. I hope so. We'll soon find out though.

I was referring to all the hype caused by "Satoshi" right now. It may be drawing interest and so more people are purchasing.
15  Economy / Speculation / BTC at $435. Is it sustainable? on: December 11, 2015, 02:02:36 PM
Bitcoin has been on the rise, currently at $435. Is this a sustainable number, or is it a momentary spike because of the news?
16  Bitcoin / Bitcoin Discussion / Re: Why is there such a big problem with Satoshi? on: December 11, 2015, 01:41:29 PM
this media stories suck because they are reveal the poor journalism that we have.
It is not journalism anymore it's more like storytelling and creating hype without actually checking clues. I feel that journalism nowadays works like this:
'Let's write some fabricated story, agitate the masses and never post any dementi if that turn out to be total bullshit'.

It's sad when main stream media has articles with plainly false information because it sounds good.
17  Bitcoin / Bitcoin Discussion / Re: Why is there such a big problem with Satoshi? on: December 10, 2015, 10:35:46 PM
A problem? I don't see any problem. One guy's saying he's Satoshi, and then what? What has changed? BTC's price is up a little, but BTC's price has been going up or down all year. Sleep well and sweet dreams. Satoshi being known or unknown, dead or alive, won't change anything.

That is what I'm trying to say.

Everybody is hyping it up, when it really doesn't matter.
18  Bitcoin / Bitcoin Discussion / Re: Why is there such a big problem with Satoshi? on: December 10, 2015, 10:23:51 PM
Satoshi has somewhere around one million coins. If these coins were to be sold on the market, it could crash the price.

He could, but why would he if he founded it? Also, how would finding him allay any fears of that happening?
19  Bitcoin / Bitcoin Discussion / Re: Why is there such a big problem with Satoshi? on: December 10, 2015, 10:18:11 PM
IMO there is seriously no point at all figuring out who Satoshi is. If he wants to stay anonymous, let him stay anonymous. It's just the media trying to leave the public a bad impression of bitcoin.

My point exactly. It just doesn't matter!
20  Bitcoin / Bitcoin Discussion / Why is there such a big problem with Satoshi? on: December 10, 2015, 10:09:14 PM
So this Craig Wright claims to be Satoshi. It has the media and half the bitcoin community up in arms. Why is it such a big deal? The whole point of bitcoin was to have nobody controlling it. Whether or not Craig is Satoshi, why does anybody care? It isn't important to Bitcoin at all. The miners and the people who transact via Bitcoin are more vital to it's survival than finding Satoshi will ever be.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!