Bitcoin Forum
June 20, 2024, 08:01:48 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 334 »
2021  Bitcoin / Project Development / Re: 20 BTC bounty for first AT *atomic cross-chain transfer* with Script clone on: April 04, 2015, 06:08:31 PM
Well the Qora implementation of AT is nearly complete (I expect it to be released in the next few weeks) and still unfortunately we have seemingly no Bitcoin clone coders "up to the task" of implementing AT.

Unless I hear from some keen devs I think we will use the bounty to instead seed more work with those blockchains that have already adopted AT (we are now working on turning the ACCT AT into something much more like a *true decentralised exchange*).
2022  Bitcoin / Press / Re: [2015-04-03] Japan Times: Singapore firm Quoine sees bitcoin being big in Japan on: April 04, 2015, 04:56:30 PM
From the OP:

Quote
Bitcoin is a cryptocurrency launched in 2009 and operated via peer-to-peer networks that are used for services like Skype, which connects users’ computers directly to each other instead of via a main server.


From Wikipedia about Skype:

Quote
In 2012, Microsoft altered the design of the network, and brought all supernodes under their control as hosted servers in data centres.[5] Microsoft at the time defended the move, saying they "believe this approach has immediate performance, scalability and availability benefits for the hundreds of millions of users that make up the Skype community."[6] At the time there was some concern regarding the privacy implications of the change,[7] which appear to have been vindicated with the revelation of the PRISM surveillance program in June 2013

So using Skype as an example of P2P when considering things like privacy and security might not be the best idea.
2023  Bitcoin / Project Development / Re: CIYAM - Project Plan Outline on: April 04, 2015, 04:44:51 PM
Just an update to let people know that progress is continuing (admittedly at a slow but at least steady rate).

The "standard protocol" has been recently extended to make it fairly straight forward to manually create a blockchain (without txs at this stage).

The next step is to build this capability into the "loop-back peer support" so that a test blockchain can be constructed using just the one computer and after this has been tested blockchains built by multiple peers will next be tested before txs are then integrated.

For those who have been following AT (Automated Transactions) you might be pleased to know that a second blockchain (Qora) will be going live with AT very soon (perhaps as soon as one week from this post).
2024  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: April 03, 2015, 04:18:21 PM
Do you, or anyone else, have a link to documentation for someone to read along and attempt to build an AT?

You can start here: http://ciyam.org/at

For further information PM me.
2025  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: April 03, 2015, 02:10:55 PM
The AT team is quite busy but you are welcome to send a PM to discuss how we might be able to work something out.
2026  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: April 03, 2015, 09:27:14 AM
1. Each car has its own set of ATs running on the blockchain
2. User sends funds to use the car for a certain period of time
3. Upon receiving funds AT releases a key which 'unlocks' the car for that specified time period

Rather than "releasing a key" it would probably make more sense that the renter provides a "secret" and the hash of this would be stored in the day(s) they wish to hire (assuming perhaps 31 variables where one is for each day of the month).

When they turn up to pick up the car they provide the secret (which then clears that day ready for the next month) and if they don't turn up then perhaps something like a message with the hash from the AT creator clears those days (as a forced cancellation).

Note that with this approach each car would only need a single AT.

Also as blocks are not an exact measure of time each AT might need manual messages (from its creator) to keep it time locked (otherwise perhaps create a new AT every month or create ATs with 366 variables to cover an entire year for a car).

Assuming this a bit like Uber (but renting your own car out rather than acting as a taxi) then I think a key part is going to be having a smartphone app.
2027  Other / Politics & Society / Re: FBI Has Put ALL Registered Motorcycle Owners On Classified Gang List on: March 30, 2015, 05:03:05 PM
I've always told my wife that FBI means "Fucking Bloody Idiots" and CIA means "Completely Insane Assholes". Cheesy

SUCKERS!!!

Look at the URL in the OP.  IT IS A HOAX/JOKE SITE.

Go back to believing everything you read on the Internet....

Perhaps you failed to see my Cheesy.

(Americans - not only do they fail to detect sarcasm but they also fail to detect smileys)

We should be ready to see quite a few such interesting "articles" appear in the next 24-48 hours. Wink
2028  Other / Politics & Society / Re: FBI Has Put ALL Registered Motorcycle Owners On Classified Gang List on: March 30, 2015, 04:48:19 PM
I've always told my wife that FBI means "Fucking Bloody Idiots" and CIA means "Completely Insane Assholes". Cheesy
2029  Other / Meta / Re: Remove All Faucets from Service Announcements on: March 29, 2015, 12:38:59 PM
You guys care too much about faucets but when it comes to ponzis and other similar scams you made an entire sub section just for it, i will never understand it.

Not sure why you quoted me in regards to the "you guys" statement as I am not a staff member nor have any influence over anything about how this forum is run (if I did I'd have got ad-sigs banned for a start).
2030  Bitcoin / Development & Technical Discussion / Re: Go lang - Create a random Bitcoin address on: March 28, 2015, 05:18:39 PM
The 3b prefix is interesting because 3b41b7a14a1db1f2c8 is 18 characters (you'd expect 16 if it was a 64 bit value being displayed in hex).

My guess is that you also have something going on with your outputting.
2031  Bitcoin / Development & Technical Discussion / Re: Go lang - Create a random Bitcoin address on: March 28, 2015, 05:04:04 PM
Then why are you doing this?

Code:
padded := make([]byte, 32)

(I am assuming that is what gives you the zeros along with your widening to 64 bit ints?)

If each "random" is only 4 bytes (32 bits) then you'd need to use 8 such random numbers for one 256 bit value.

Unfortunately I have never written any code in Go so can't give you "the answer" but what you are basically going to have to do is work out how to put together the smaller random numbers into the 256 bit value (piece by piece).
2032  Bitcoin / Development & Technical Discussion / Re: Go lang - Create a random Bitcoin address on: March 28, 2015, 04:57:03 PM
Perhaps the issue is the zero padding (although that seemingly has been done on purpose and I don't grok Go)?
2033  Other / Meta / Re: Remove All Faucets from Service Announcements on: March 28, 2015, 04:50:37 PM
And after the newbies spend hours and hours of their time trying to get "dust" from these faucets the next thing they tend to do is post in Technical Support complaining that they can't spend their dust without paying a huge fee.

So IMO the deeper you can bury them the better (I no longer bother replying to the posts for help with dust and I think even DannyHamilton is losing patience with that as the same question appears at least once per week).

These sorts of things really do not help to promote Bitcoin in any positive way at all.
2034  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | 100% POS | Assets | Names | Voting | Open Source on: March 28, 2015, 11:12:31 AM
Mercury, as long as it at least supports transaction scripts like Bitcoin's.

This is the key point (presumably it is using the approach outlined by forum member TierNolan which is where the ACCT AT's design came from).

is this about ACCT between scripts coin as you explain this thread? (20 BTC bounty)

This Mercury project will only work between Bitcoin clones (i.e. ones that use the Bitcoin Script language) and the author doesn't even seem to realise that various other blockchains don't use Bitcoin Script (so he is mentioning about adding things like Ethereum when in fact that is not likely to be so easy at all assuming that it would be even possible).

The bounty I have put forward is to implement AT into a Bitcoin clone so that we wouldn't need an alternative client such as Mercury and so it would allow transfers between non-Script blockchains such as Qora and Burst.

Also - it uses an "order matching server" so is in fact not decentralised (and I don't believe it is using anything other than "testnet" for now and that will probably the case for a long time to come due to the tx "malleability" problem which btw doesn't affect the AT ACCT implementation).
2035  Other / Meta / Re: A more effective way to reduce signature spamming on: March 27, 2015, 03:19:07 PM
If wanting to reward posters for good posts then some sort of "tip bot" would make *way more sense* than ad-sig campaigns.

Helpful (and far more patient than me) forum members such as DannyHamilton have resorted to publishing lists of all ad-sig posters to ignore because they are so sick of it.

To offer money for "any sort of post" is simply the wrong incentive.

This is why tips for useful posts would improve the content way more than allowing ad-sigs will ever do.

Advertisers just want to see their ad in every single topic (as that is all they care about) and posters oblige as they just want to get as much as they can from their ad-sig.

You (meaning the forum not anyone in particular) have created the need for a police force (which is generally not the kind of thing that members of this forum like).

And yes - I am "beating my head against a brick wall" with this (haven't quite given up yet but will soon).
2036  Other / Meta / Re: A more effective way to reduce signature spamming on: March 27, 2015, 02:41:47 PM
Am glad to see @BadBear is coming around - I've been complaining about the rubbish ad-sig posts for months and at first I was basically ignored and then next I was trolled (by the ad-sig posters of course) - but it is becoming obvious that more and more people are just sick and tired of seeing pointless posts that are being made by people "earning money" that just wastes our time (being that of normal forum users and the mods and admins also).

This forum used to be "interesting" in past years but since late 2013 it has gradually become more and more full of pointless posts (to the point that it becomes tedious to bother trying to follow topics).
2037  Bitcoin / Development & Technical Discussion / Re: An easy way to remember a bitcoin address on: March 26, 2015, 05:37:42 PM
I would very much doubt that the developers of any major Bitcoin wallets are going to include support for Namecoin anytime in the near future to accomplish what this topic is about so proposing its use here doesn't seem to make much sense.
2038  Other / Meta / Re: Just remove signatures already. As in delete, disable, gone. on: March 26, 2015, 01:50:31 PM
But we were talking about he fact that (for the most part) they don't get paid to post in off-topic.  Yet off-topic is a continual wall of nonsense.  

I never said a single thing about the "off topic" board (who cares what gets posted there?).

This is the typical sort of response you see from an ad sig poster which is to avoid answering any direct questions and then try to change the topic (mostly because they are so afraid of losing their income from making useless posts I guess).

Then of course they always remind us "you can switch of the display of sigs" despite the fact it has been stated at least a dozen times "that does not stop the crap being posted".

There is simply no point in trying to actually ever have a rational discussion about this as their are far more ad sig posters (who have many sockies no doubt) compared to non-ad sig posters.

So don't worry - I'll be unwatching this topic shortly and the mods themselves mostly have ad sigs also (so they are your friends - I already gave up reporting pointless posts from ad sig posters as the mods decided to simply lower my report rating by disagreeing that pointless stupid posts are correct to report as such).
2039  Bitcoin / Bitcoin Discussion / Re: Who holds the coins in a decentralized exchange? on: March 26, 2015, 07:49:37 AM
Think of PayPal without the exorbitant fees (no fees for buyers and 1% for sellers) and you have Alipay (it works with Taobao which is the Chinese equivalent of Amazon as well as can be used to pay for meal vouchers, airplane tickets, etc.).
2040  Other / Meta / Re: Just remove signatures already. As in delete, disable, gone. on: March 25, 2015, 07:59:29 PM
It means that admin and mods think signature campaign is reasonable.

It can help btc business going on in this forum, why ban it?

So because you have an ad sig it is reasonable?

This is about 99% of the problem actually (there is no-one without an ad sig that isn't a newbie sock-puppet that supports your point of view).

Please find 10 Legendary Members that support ad sigs if you want to refute this.

@tspacepilot - forum rank is not the reason they post crap - they post crap because they are "paid to do so" (this is also why they love "arguing about it").
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!