Bitcoin Forum
June 30, 2024, 10:19:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 »
41  Other / Beginners & Help / Re: Only averaging 10 Mh/s on: June 07, 2013, 03:04:53 PM
10 mhs is sooo freakin low
42  Other / Beginners & Help / Re: Only averaging 10 Mh/s on: June 07, 2013, 03:03:25 PM
WOW thats low as hell...
43  Other / Beginners & Help / Re: WikiLeak Donation using Bitcoin on: June 07, 2013, 02:59:36 PM
They havent had good information as of lately so I havent donated
44  Other / Beginners & Help / Re: KNCminer on: June 07, 2013, 02:56:26 PM
There is plenty to use
45  Other / Beginners & Help / Re: [WTS] SENDABITCOIN.COM QUICK AUCTION! on: June 07, 2013, 02:48:09 PM
This is a cool idea
46  Other / Beginners & Help / Re: Radeon + cgminer = "invalid nonce - HW error" on: June 07, 2013, 02:46:12 PM
Hi,

running cgminer on Radeon graphic card keeps causing error mentioned in the topic. I tried different versions of cgminer and catalyst driver. Always either graphic card is not visible or cgminer is able to generate only HW errors. I checked the card and it seems to be fine. Any idea how to solve that problem?
whats your graphics card?
47  Other / Beginners & Help / Re: A Modest Proposal on: June 07, 2013, 02:44:45 PM
Please consider the following proposal and comment:

https://sites.google.com/site/shatosimakanoto/

Moderator, please consider this post for transfer to the "Development & Technical Discussion" thread.

    -- Shatosi


You realise you cant comment if its moved right?
48  Other / Beginners & Help / Re: Suddenly getting verification errors on: June 07, 2013, 02:43:35 PM
Are all 3 cards in the same computer (the 2 bad ones + 1 good one?)

Well, I removed the 7750 to try the 6870 and 6450.
Last week I had all three cards in at the same time and they all worked.
Right now just the two 6xxx cards are in and none of them work.

I cant mine with the Geforce card i have there too (i never mine with it normally, but it always worked before). Something must be wrong with my software.

weird problem goin on
49  Other / Beginners & Help / Re: Wanna mine something? on: June 07, 2013, 02:41:48 PM
MINE FTC FOR PROFITS!!
50  Other / Beginners & Help / Re: [VBNET] help with BTER API on: June 07, 2013, 02:40:24 PM
Hi guys i'm trying to build a GUI for BTER in VBNET.
I'm using the following functions to get info on available funds


Private Function StringToSHA512(ByVal content As String) As String
        Dim M5 As New SHA512Managed
        Dim bytestring() As Byte = Encoding.UTF8.GetBytes(content)
        bytestring = M5.ComputeHash(bytestring)
        Dim signer As String = Nothing
        For Each bt As Byte In bytestring
            signer &= bt.ToString("x2")
        Next
        Return signer
End Function

Private Function GetUnixTimestamp(ByVal currDate As DateTime) As double
        'create Timespan by subtracting the value provided from the Unix Epoch
        Dim span As TimeSpan = (currDate - New DateTime(2012, 1, 1, 0, 0, 0, 0).ToLocalTime())
        'return the total seconds (which is a UNIX timestamp)
        Return span.TotalSeconds
End Function

Private Function response(ByVal postdata As String) As String
        Dim postReq As HttpWebRequest
        Try
            postReq = DirectCast(WebRequest.Create("https://bter.com/api/1/private/getfunds"), HttpWebRequest)
            Dim keyer As String = LCase("85XXXC8-9CXD-4X0-8X4A-95XXXXXX515") 'your key goes here
            Dim secret As String = "f87f4XXXXXb956bcfdXXXXXe19e9120XXXXXX6c8a" 'your secret goes here
            Dim KeyByte() As Byte = Encoding.ASCII.GetBytes(secret)
            Dim HMAcSha As New HMACSHA512(Encoding.ASCII.GetBytes(secret))
            Dim messagebyte() As Byte = Encoding.ASCII.GetBytes(postdata)
            Dim hashmessage() As Byte = HMAcSha.ComputeHash(messagebyte)
            Dim Sign As String = BitConverter.ToString(hashmessage)
            Sign = Sign.Replace("-", "")
            postReq.Method = "POST"
            postReq.KeepAlive = False
            postReq.Headers.Add("Key", keyer)
            postReq.Headers.Add("Sign", LCase(Sign))
            postReq.ContentType = "application/x-www-form-urlencoded"
            postReq.UserAgent = "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/4.0 (.NET CLR 3.5.30729)"
            postReq.ContentLength = messagebyte.Length
            Dim postreqstream As Stream = postReq.GetRequestStream()
            postreqstream.Write(messagebyte, 0, messagebyte.Length)
            postreqstream.Dispose()
            Dim PostRes As HttpWebResponse = DirectCast(postReq.GetResponse(), HttpWebResponse)
            Dim postreqreader As New StreamReader(PostRes.GetResponseStream())
            response = postreqreader.ReadToEnd.Replace(Chr(34), Chr(39))
            postreqreader.Dispose()
            PostRes.Close()
        Catch ex As Exception
            response = ""
        End Try
End Function

When i call the above function "response"

TextBox1.Text = response("nonce=" & GetUnixTimestamp(Now))

It prints  {'result':'false','message':'Error: invalid data'}

What am i doing wrong?

You can find documentation for the above API here https://bter.com/api#trade
At the bootom of the page there is a PHP example


Tyvm





Whats a GUI?
51  Other / Beginners & Help / Re: The Road to Bitcoin's Ultimate Success on: June 07, 2013, 02:38:27 PM
Market Analysis


Bitcoin has been sinking in price in a bear channel for the last couple of weeks. I've waited before saying this outright, because I didn't want to damage any potential runup to BTC's natural valuation, which is very, very high, IMHO*,...

...Yet the muckers of a jealous god, the fern, do what they can to arrest that realization, don't they?

*(...But this doesn't matter, now, and we are starring at another leg down.)

-

I've simplified the entire cryptomarket into two driving factors behind valuations:

1. New Investment
2. Need for ferns (and other fiats)

That's it. A simple black box equation. We could talk about a lot of things, like maybe scarcity of the issuance through mining, but that exists within limits that we haven't hit, thus, it hasn't factored in. Further, this particular potential factor can continue to be mitigated (read manipulated) with smaller volumes in the current state of the market, as we've already been seeing for weeks, as long as the entire BTC market looks to our Lord and Savior Gox to gauge the market, or the entire cryptocurrencies market(s) for that matter - looks to that one horrid, high-commission exchange for relative pricing!

-

We just are not seeing the "New Investment" that we need to boost the price up, or to maybe even boost morale and hype to really get things going again to overcome the need for miners, developers, speculators, GUS-type manipulators, and us peons to pay for our:

Taxes
Fees
Rents
Mortgages
Fines
Registrations
Loan repayments
Power/utilities
...Etc.

Do you get it, yet? The iron fist of the fiat-mongers requires each participant to submit to their will. THERE IS NO SELF-SUFFICIENCY. Barring self-sufficiency, the valuation formula is simple:

Price = (New Investment) - (Utter dependent need for fiats)

Frankly, I'm glad to see it has floated as high and as long as it has. I may even surmise that this is because the PTB actually have greater plans for BTC and some cryptos, so they've been manipulating this technical pennant, not just the downside.

-

Solutions:

1. Stimulate New Investment through a variety of methods that those familiar with such things are accustomed. Increase investment of those already in the market.

2. This is the most important: begin to actually trade BTC for goods and services, (and do it person-to-person!) This greatly improves demand and higher price pressure, and reduces the volumes made available to the exchanges, all while marking gains in that critical 'self-sufficiency' ideal. (Comes with a huge tax issue in - oh no! - need for fiat!) (I think I've just made a huge contradiction, unless we begin to think outside the box the muckers have convinced us we should stay in for damned eternity!) Actually trading for goods and services will also increase the interest of new entrants to the market, further boosting "New Investment." Additionally, this actual use of BTC for real trade, not just 'investment'/trade/mining and speculation, will automatically reduce the need for fiat for all (but the taxes) associated with the traded goods and services for individual BTC market participants.

3. Eliminate the need for fiat - lower or eliminate taxes, eliminate fees, fines, registrations, have utilities, rents, mortgages all accept BTC, and make BTC available to those who need it for other reasons-through charity, not through new BTC banking. (Ya - I'm the crazy one, huh? Maybe re-examine your comprehensive view on reality if you think so....There just might be some gems in the process.)

4. All turn their backs in a fully-coordinated effort against exchanges like Gox that are already practicing a fractional reserve method. (Psst! - That's why the addresses always change and people have to wait for large withdrawals!) Further - stop looking to exchanges, which can be easily manipulated and have centralized power and are most open to coercion to set prices. Your privacy and Bitcoins are not safe with them, being the power-concentrating targeted bitches that they are. Set your own prices and go person-to-person. There should be software each 'person' can use to post their prices in a decentralized fashion. Multiple apps for this! Make it as difficult as possible for immoral muckers to break this budding expression of freedom. ('Freedom' they purport us to already have, yet they prove with their actions and lies that we do not!)

5. Turn your back on new cryptos, and some of those already present. The market is saturated in this respect, and the downward pressure from new issues is pretty intense already - it basically has the effects of dilution and increasing the need for fiat to pay for all of those new crypto miners, who are all losing out, anyway. (I don't really mind a more equitable distribution for a brand new crypto, but now is not the time for that due to this 'saturation' issue. (Interested parties are already tapped out and vested in the crypto market.) It should be broadly coordinated with all interested market participants and given a long-term commencement date, like 10 years into the future.)

6. Continue to innovate, making the BTC market more user-friendly and accessible to newcomers.

7. Anyone who insists on using exchanges, such as an operating goods or services business that requires it at this stage of the greater cryptocurrencies market, should write to the exchanges and demand greatly lower commissions. The few exchanges are hording at these rates! We need a hundred exchanges all with low overhead, and not clones of the exisiting ones funded by the existing ones! (Hey, competition would come if BTC crossed, say, $1000 USD, so maybe our Lord and Savior Gox likes this 'range', Hmm...~?)

8. Stop using drugs and alcohol, (so much?), as this separates your soul from your ego, and turns you into minions of the materialistic. I'm seeing lots of comments on the boards from people that don't get how these things send them in a return loop right back to their dark powers-that-be masters. If you think I'm an idiot for mentioning it, or even maybe you are an 'atheist' thinking it, that's cool, but you've missed the point. It totally factors into ultimate success for the cryptocurrencies market(s) and Humanity. Having deep contemplation of purpose and action is important, here.

-

Thank you.

Feel free to copy and share broadly, no rights reserved.

-

Fern - Federal Reserve Note, $USD, dirty rotten fiat.

Did you write all this yourself?
52  Other / Beginners & Help / Re: Litecoin mining pool on: June 07, 2013, 02:36:32 PM
Woot litecoin mining pools rock
53  Other / Beginners & Help / Re: Sup - a short comment on DGC on: June 07, 2013, 02:33:56 PM
Hello

Some people probably noticed my comments and trolling on various markets. I am part of this community since april 1st. Was just on time to see LTC rise from 1 to 5.7 and back.


And now to comment DGC. It is cool coin, not much premine, active developer etc. But they claim there was no premine, but forgot to mention that 54k coins were mined in first 6hours. Not many people
mined first 6 hours and at that time, bounty was 2.5+ times higher than usual bounty of 86400 coins/day.

I hope I will soon be able to chat on other parts of this forum.

Best regards and good luck to nice people. And I hope that angry people that call me idiot will lose all their money investing in cr*pcoins.


GG

What do you mean by your trolling on various markets?
54  Other / Beginners & Help / Re: ASICminer USB with MacMiner: BFG/Incompatible Library Version Error on: June 07, 2013, 02:32:48 PM
What kind of ASIC are you using??
55  Other / Beginners & Help / Re: What server to run a pool ? on: June 07, 2013, 02:29:00 PM
CGminer
56  Other / Beginners & Help / Re: BFGMiner/CGMiner, Catalyst 13.4 and 58xx: Fix! on: June 07, 2013, 02:27:24 PM
Thanks!

Hopefully when I'm out of the newbie corner I can move it to a more visible area Smiley

yea your not gonna get very good answers on this part of the forum
57  Other / Beginners & Help / Re: Litecoin question on: June 07, 2013, 02:22:25 PM
Cgminer is what I use for litecoins
58  Other / Beginners & Help / Re: A Modest Proposal on: June 07, 2013, 02:21:21 PM
interesting ideas i doubt it will be implemented tho
59  Other / Beginners & Help / Re: Partying with BTC on: June 07, 2013, 02:19:55 PM
I agree
60  Other / Beginners & Help / Re: A need for a newbie donation on: June 07, 2013, 02:18:21 PM
if someone wants to donate to me, feel free to drop me a pm  Grin
Pages: « 1 2 [3] 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!