Bitcoin Forum
September 15, 2025, 04:58:47 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How far will this leg take us?
$110K - 9 (8.3%)
$120K - 19 (17.6%)
$130K - 17 (15.7%)
$140K - 9 (8.3%)
$150K - 19 (17.6%)
$160K - 2 (1.9%)
$170K+ - 33 (30.6%)
Total Voters: 108

Pages: « 1 ... 13060 13061 13062 13063 13064 13065 13066 13067 13068 13069 13070 13071 13072 13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 13086 13087 13088 13089 13090 13091 13092 13093 13094 13095 13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 13109 [13110] 13111 13112 13113 13114 13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 13147 13148 13149 13150 13151 13152 13153 13154 13155 13156 13157 13158 13159 13160 ... 34916 »
  Print  
Author Topic: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion  (Read 26840549 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (174 posts by 1 users with 9 merit deleted.)
Torque
Legendary
*
Offline Offline

Activity: 3822
Merit: 5504



View Profile
August 19, 2015, 02:38:34 PM



This gif made me lol so hard.  Bitcoin market in 2014, and the Oil market and Chinese stock market now.

Of course I'm now more bullish on the Bitcoin market for 2 reasons, and the second one is a pretty sad but true reason:  

1. We've bottomed out.

2. Hi net worth traders absolutely LOVE volatility, and they've basically exhausted all other markets for now (U.S. stock market, European market, Chinese market, commodities market, gold market, etc.).  

There's really no where else for them to run to get that fix, and the Bitcoin market hasn't seen a real rally in a long time.  And they know that public sentiment is down for all those other markets right now.

So IMO, it's just a matter of time before they come back to the Bitcoin market again.
dreamspark
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
August 19, 2015, 02:43:45 PM


XT'ers shouldn't be lobbying miners directly. They should first lobby the node operators, then the exchanges and payment processors. If they win those two battles the miners will follow.

Many mining pools have already indicated they want bigger blocks. That doesn't necessarily mean we'll see a switch to XT but if we start seeing the higher block version numbers increasing in number, it could start a rush to XT.

Or a half decent solution come out of the core team that addresses the need for bigger blocks but doesn't fork the network, raise the block size so large the spam bloat on the chain will render it humongous  or move us from a team of core devs to two mavericks.
wlefever
Legendary
*
Offline Offline

Activity: 1174
Merit: 1001



View Profile
August 19, 2015, 02:44:22 PM

I think XT won't be happening given the market uncertainty it caused.

Currently zero percent of the miner vote.

http://xtnodes.com/

Grab those those coins boys!
XT supporting nodes have more than doubled in a few days though (810 Bitcoin XT nodes today vs 3xx late Sunday)

I don't think we've bottomed out yet with more core and XT split discussions to come.
bassclef
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000



View Profile
August 19, 2015, 02:46:39 PM

I think XT won't be happening given the market uncertainty it caused.

Currently zero percent of the miner vote.

http://xtnodes.com/

Grab those those coins boys!
XT supporting nodes have more than doubled in a few days though (810 Bitcoin XT nodes today vs 3xx late Sunday)

I don't think we've bottomed out yet with more core and XT split discussions to come.

Bitcoin offers a discount and nobody shows up. Sounds like a bottom to me.
DonQuijote
Legendary
*
Offline Offline

Activity: 1551
Merit: 1002


♠ ♥ ♣ ♦ < ♛♚&#


View Profile
August 19, 2015, 02:52:50 PM

I think XT won't be happening given the market uncertainty it caused.

Currently zero percent of the miner vote.

http://xtnodes.com/

Grab those those coins boys!

So if i start mining on XT, will the blocks be easier to find?

No.
Where can i see XT hash??
notme
Legendary
*
Offline Offline

Activity: 1904
Merit: 1002


View Profile
August 19, 2015, 02:56:02 PM

I think XT won't be happening given the market uncertainty it caused.

Currently zero percent of the miner vote.

http://xtnodes.com/

Grab those those coins boys!

So if i start mining on XT, will the blocks be easier to find?

No.
Where can i see XT hash??
http://xtnodes.com/

Only one of the last thousand blocks has advertised XT compatibility.
Tzupy
Legendary
*
Offline Offline

Activity: 2198
Merit: 1094



View Profile
August 19, 2015, 02:58:04 PM

Nice new poll, Adam! Grin
May I suggest to change to CIA / NSA joint venture? Wink
leetcoiner
Sr. Member
****
Offline Offline

Activity: 1056
Merit: 251


View Profile
August 19, 2015, 02:58:57 PM

That's why BTC price is falling. Blockchain is FORKED...they are stamping btc's like a factory....this will bring down BTC to 10 dollars.... SAD....SELL ALL now!



Sub mgSaveBackup()
    p0$ = ActiveWorkbook.Path
    If Dir(p0$ & "\Backup", vbDirectory) <> "" Then
        p$ = p0$ & "\Backup"
    End If
    
    n0$ = ActiveWorkbook.Name
    If Right(n0$, 4) <> ".xls" And Right(n0$, 4) <> ".XLS" Then
    n$ = Left(n0$, Len(n0$) - 4)
    
    i = 0
    Do
        i = i + 1
    Loop Until (Dir(p$ & "\" & n$ & "." & Application.Text(i, "00") & ".xls") = "") Or (i > 50)
    
    If i > 50 Then
        MsgBox "No more than 50 backup's can be made."
        End
    End If
    
    response = MsgBox("File to be backed-up as:" & Chr(10) _
            & p$ & "\" & n$ & "." & Application.Text(i, "00") & ".xls", vbOKCancel)
        
    If response = vbOK Then
        'FileCopy p0$ & "\" & n0$, p$ & "\" & n$ & "." & i & ".xls"
        ActiveWorkbook.SaveCopyAs p$ & "\" & n$ & "." & Application.Text(i, "00") & ".xls"
    Else
         "Backup aborted!"
 
wlefever
Legendary
*
Offline Offline

Activity: 1174
Merit: 1001



View Profile
August 19, 2015, 02:59:14 PM


http://xtnodes.com/

Only one of the last thousand blocks has advertised XT compatibility.
First block https://blockchain.info/block/00000000000000000174419fa2ba5003e123dbd97c6982aff1863f016b04789d
ChartBuddy
Legendary
*
Offline Offline

Activity: 2660
Merit: 2372


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
August 19, 2015, 03:03:08 PM

Coin
Explanation

DonQuijote
Legendary
*
Offline Offline

Activity: 1551
Merit: 1002


♠ ♥ ♣ ♦ < ♛♚&#


View Profile
August 19, 2015, 03:04:19 PM

I think XT won't be happening given the market uncertainty it caused.

Currently zero percent of the miner vote.

http://xtnodes.com/

Grab those those coins boys!

So if i start mining on XT, will the blocks be easier to find?

No.
Where can i see XT hash??
http://xtnodes.com/

Only one of the last thousand blocks has advertised XT compatibility.
Thanks  Wink
becoin
Legendary
*
Offline Offline

Activity: 3431
Merit: 1233



View Profile
August 19, 2015, 03:07:45 PM

BitcoinXT is like Bitcoin but now with added free NSA support. After this crash XT altcoin is basically dead.
Fatman3001
Legendary
*
Offline Offline

Activity: 1554
Merit: 1014


Make Bitcoin glow with ENIAC


View Profile
August 19, 2015, 03:18:07 PM



I think we might be approaching Full Retard.







Bullish!
xyzzy099
Legendary
*
Offline Offline

Activity: 1068
Merit: 1109



View Profile
August 19, 2015, 03:20:20 PM


I'm not sure that block is really an XT block.  It was mined by Slush pool, which is still creating all version 3 blocks.  That particular block has a bizarre version field for some reason.

wlefever
Legendary
*
Offline Offline

Activity: 1174
Merit: 1001



View Profile
August 19, 2015, 03:28:00 PM


I'm not sure that block is really an XT block.  It was mined by Slush pool, which is still creating all version 3 blocks.  That particular block has a bizarre version field for some reason.


That's true. It could be a BIP 101 block...
xyzzy099
Legendary
*
Offline Offline

Activity: 1068
Merit: 1109



View Profile
August 19, 2015, 03:41:18 PM


I'm not sure that block is really an XT block.  It was mined by Slush pool, which is still creating all version 3 blocks.  That particular block has a bizarre version field for some reason.


That's true. It could be a BIP 101 block...

I don't really think it's either - the version in that block is "536870919", where the version field in a normal block (up to now) has been 1, 2, or 3.  I don't think any of the current BIP proposals or XT client creates weird versions like that, do they?  I would have expected maybe "4".  I confess that I have not looked at the XT code to see what it puts in the version field, but I would not expect what appears to be a large random number.

I think maybe the version field just got corrupted in that block somehow.

LFC_Bitcoin
Diamond Hands
Legendary
*
Offline Offline

Activity: 4018
Merit: 11881


#1 VIP Crypto Casino


View Profile
August 19, 2015, 03:55:15 PM

234 on Stamp now. Did we see the bottom a number of hours ago? I think the day opened at 224 so have we found the bottom? I'd really like it if we didn't go any lower than 220. Anybody got an opinion? Could we go any lower than 220?
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1001



View Profile
August 19, 2015, 03:57:55 PM


I'm not sure that block is really an XT block.  It was mined by Slush pool, which is still creating all version 3 blocks.  That particular block has a bizarre version field for some reason.



It is an XT block. Sadly. Slush confirmed it, saying they allowing miners to choose and using v3 for core blocks and 536870919 for XT blocks.

Version: 536870919(10) = 0x20000007 (hex)

Edit: Sorry, someone on reddit said that, not Slush. https://www.reddit.com/r/bitcoinxt/comments/3hhbm5/first_mined_xt_block_370434/
Gyrsur
Legendary
*
Offline Offline

Activity: 2856
Merit: 1520


Bitcoin Legal Tender Countries: 2 of 206


View Profile WWW
August 19, 2015, 03:58:21 PM

234 on Stamp now. Did we see the bottom a number of hours ago? I think the day opened at 224 so have we found the bottom? I'd really like it if we didn't go any lower than 220. Anybody got an opinion? Could we go any lower than 220?

don't modify the result with the answer to your question dude!

https://en.wikipedia.org/wiki/Schrödinger%27s_cat
Gyrsur
Legendary
*
Offline Offline

Activity: 2856
Merit: 1520


Bitcoin Legal Tender Countries: 2 of 206


View Profile WWW
August 19, 2015, 03:59:04 PM


I'm not sure that block is really an XT block.  It was mined by Slush pool, which is still creating all version 3 blocks.  That particular block has a bizarre version field for some reason.



It is an XT block. Sadly. Slush confirmed it, saying they allowing miners to choose and using v3 for core blocks and 536870919 for XT blocks.

Version: 536870919(10) = 0x20000007 (hex)

source?
Pages: « 1 ... 13060 13061 13062 13063 13064 13065 13066 13067 13068 13069 13070 13071 13072 13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 13086 13087 13088 13089 13090 13091 13092 13093 13094 13095 13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 13109 [13110] 13111 13112 13113 13114 13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 13147 13148 13149 13150 13151 13152 13153 13154 13155 13156 13157 13158 13159 13160 ... 34916 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!