Search content
Sort by

Showing 20 of 55 results by JasonWoods
Post
Topic
Board Development & Technical Discussion
Re: Are transactions compressed?
by
JasonWoods
on 07/01/2018, 09:54:11 UTC
With transaction, it is a different case. If you were to compress it like that, the client would have to uncompress the transactions, every single time they validate it. Same thing with when someone mines a block. A side effect of this is the increase in the rate of transactions, which wouldn't be good, considering the tradeoff for it.
Compression will be very useful for some specific transactions, but for most it will not, so it is not worth it.

The transactions have to be decoded anyway, so pushing them through a bunzip2 should not be that dramatic.

In exchange, you could reduce fees to about a third and increase transactions per block 3 times (more or less, one would have to test with a significant number of transactions to get the average compression rate).

With fees going through the roof and tx/s being rather low, I don't see why increasing the tx rate would be bad.
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Are transactions compressed?
by
JasonWoods
on 06/01/2018, 12:33:08 UTC
⭐ Merited by ETFbitcoin (1)
I've been playing around some with raw transactions; one of them had a size of 4401 bytes when signed. So for a test, I compressed it with bzip2, and the resulting (hex) was only 1680 bytes
Code:
cat signed.txt | bzip2 | openssl enc -base64 -A -out signedbz2.txt

That's almost a third of space that's saved, so the fee would go down noticeable too, and more transactions would fit into a block.

I know keys can be compressed, but what about a transaction itself?
Post
Topic
Board Speculation (Altcoins)
Re: Ripple Coin Rising?
by
JasonWoods
on 05/09/2017, 08:08:07 UTC
Something I've always wondered about:

Ripple requires an activation fee of 20XRP (or 50XRP, depending who you ask it seems).

If you want to transfer all XRP to another account (in other words, empty your old one completely), will it be possible to transfer those too? I'm not talking about the activation fee that you're given by some online wallet services, but your own Ripples.

Assuming one has all relevant account data (like username, password, address and secret key), is it possible to create a transaction that changes the balance of that account to 0, ie inactivates it?

If not, that's kinda stupid because in the long run there will be only accounts with 20XRP sitting in it and nobody can send any coins anymore.
Post
Topic
Board Altcoin Discussion
Re: Byteball questions
by
JasonWoods
on 23/05/2017, 14:29:12 UTC
Your browser should know how to handle Byteball links after you've installed the wallet on your system.

This wiki entry about installation could be helpful: https://byteroll.com/installation
Well yes, I don't doubt that, but like I said, I keep wallets on an airgapped computer.
I'm looking for eg a simple form where I can copy&paste the signed confirmation message.
Because it's not really complex: post address, get address, sign message, post it.
Post
Topic
Board Altcoin Discussion
Topic OP
Byteball questions
by
JasonWoods
on 22/05/2017, 13:08:08 UTC
I've read quite a bit about Byteball, but some things I cannot answer:

For the next distribution you need to link your Bitcoin address against your Byteball address, eg by signing a message.
I always keep my wallets on an airgapped system to be safe. I can generate new Byteball addresses, and I can sign messages with Bitcoin.
But how can I access the transition bot eg via browser? The link starts with "byteball:" and Firefox does not know how to handle that.

Is it impossible to export the private keys for your addresses? I always keep them on paper for backup and would like to do the same with Byteball.

When I use different addresses, can others somehow tell those are mine? As in, does the wallet have eg an ID that's in every transaction?

Anybody knows of something like vanitygen to create custom Byteball addresses?

Thanks!

Post
Topic
Board Goods
Re: [WTS] Outfittery.de €20 Geschenkkarte
by
JasonWoods
on 17/07/2016, 12:01:28 UTC
Another one is available
Post
Topic
Board Goods
Re: [WTS] Outfittery.de €20 Geschenkkarte
by
JasonWoods
on 10/07/2016, 09:06:36 UTC
sold
Post
Topic
Board Goods
Topic OP
[WTS] Outfittery.de €20 Geschenkkarte
by
JasonWoods
on 28/06/2016, 17:32:59 UTC
I have a gift card code for sale. On the back it says:
"Dieser Rabatt gilt einmalig pro Neukunde ab einem Mindestbestellwert von 150 Euro und ist nicht mit weiteren Aktionen kombinierbar"

I'm offering it for half the value (€10) in BTC.

Post
Topic
Board Services
Re: Freebitco.in Autoplayer
by
JasonWoods
on 24/05/2014, 09:07:08 UTC
I wrote it myself too. If you want to play for 1 satoshi at the beggining you can use lower code. (Just paste it into browser console - usually F12)
- no rounds limit
- no stake limit
- no audio alert
- 3s delay
- relying on jquery

I'm sure a JS expert can optimize my code, but at least it doesn't keep on going without checking what's going on.
And you didn't take into account that freebitco.in throttles you if you play long enough, so your 3s delay will haunt you.

Jason Woods, if you share yours too i am sure people will tip you for your hard work and you will profit more than trying to sell it here... just a thought, pm me if you wanna discuss it in private.
Hmm, maybe you're right.I'll think about it (also sending a pm).
Post
Topic
Board Services
Re: Freebitco.in Autoplayer
by
JasonWoods
on 22/05/2014, 15:46:39 UTC
If it worked, wouldn't you just be using it yourself?  I think that's what the second poster is trying to ask.
Part of the martingale strategy is the fact that you need the funds to survive a couple of consecutive losses.
With about 450 Satoshi per payout, it takes a few days to collect enough, especially if you want to play with a minimum stake of 10 instead of 1 for example. I'm currently trying to build up a budget there.
That's why I thought I'd offer it for those interested. In my test runs it worked, although it turns out I need to be able to survive more tan 16 losses in a row Tongue
You cannot earn a fortune on freebitco.in, but it's entertaining to play around. Worst case you lose a dollar or two only.
Post
Topic
Board Services
Re: Freebitco.in Autoplayer
by
JasonWoods
on 22/05/2014, 14:55:45 UTC
A non working bot is that worth trying to sell?
Why should it not be working?
Post
Topic
Board Services
Topic OP
Freebitco.in Autoplayer
by
JasonWoods
on 22/05/2014, 07:56:14 UTC
I have written an automatic martingale player. It just needs to be copy & pasted into the webconsole of Firefox and keeps on playing until it either reaches a certain amount of rounds, or a stake limit (with audio alert).

If anybody is interested, pm me an offer and I'll clean up the code (it's not obfuscated so you can easily work on it).

It's for scientific/educational purposes and losses may occur. Sold as is.

EDIT:
I posted the script later in this thread. If you like it, please tip me Smiley
Post
Topic
Board Beginners & Help
Re: MtGox verification question
by
JasonWoods
on 17/11/2013, 12:15:53 UTC
Thanks.

I think I better stay away from MtGox then.

Any other suggestions for a reliable BTC/USD exchange which does not require verification?
As said, just for selling/buying USD without ever withdrawing anything but BTC.
Post
Topic
Board Beginners & Help
Topic OP
MtGox verification question
by
JasonWoods
on 16/11/2013, 21:01:07 UTC
If you newer withdraw or deposit anything but BTC at MtGox, will you still have to go through the verification?

I'm just looking for a place where I can exchange a few coins back and forth to US dollars or some other fiat to try my luck at profiting from fluctuations.

Is there any official statement on this?
Post
Topic
Board Altcoin Discussion
Re: Ripple Giveaway!
by
JasonWoods
on 02/03/2013, 21:29:14 UTC
rK6vMW3JfnMZxhjNEiGbVCc1TjXi1fuALK
Post
Topic
Board Scam Accusations
Re: Find Trendon Shavers in person thread... [BTCST, BTS&T, pirateat40]
by
JasonWoods
on 03/01/2013, 23:39:04 UTC
To get a search warrant for the safety deposit box would have to imply that a crime was committed.

To imply that a crime was committed some one would have had to file charges.

The sad fact of the matter is that NO ONE filed any charges.

The SEC may or may not still be investigating but it seem then those "investors" or as they now see themselves "co-conspirators" with any material evidence refuse to be interviewed.

Meanwhile we rail and threaten here on our little internet chat board, yet Trendon Shavers remains at large with your liquidated bitcoin.

Bitcoincoiners are clearly very GREEDY and not the smartest lot and Bitcoin is truly a scammers paradise.
Those who invested directly with him can decide whatever they want; they lost only their own coins and have to deal with that.
But those who ran a PPT should do everything in their power to get something done because they are responsible for the money of their investors. In cases like this you see who is a responsible person and who should be labeled as a co-scammer (for profiting from money lend to them). Of course it's easy to understand why no PPT will do anything: because the lost money does not belong to them. They should get a "Scam Supporter" tag because by doing nothing for their clients they support Pirate.
I'm just glad that I never got involved in all this.
Post
Topic
Board Micro Earnings
Re: [Project Development] CoinWorker.com - earn bitcoin in your browser in minutes
by
JasonWoods
on 09/03/2012, 09:51:14 UTC
Ran into another problem with a task. This time it's a 15 point offer for searching some casino on Google. The task asked if I found it on the first 5 result pages, which I did not. So I selected no and hit submit, but the task insisted I have to provide their phone number and visit the page. So I googled more to find the casino (tigercasino) and visited it. After adding their phone number the task still complains. I even went so far as to install their casino software in a virtual machine; still the task won't accept my submission.

To me it seems as if the higher paying tasks try their best to get a job done without paying for it simply by complaining about non-existent problems. I guess the task provider simply hopes that users won't go into a lengthy email discussion just to get a few cents, especially when the user has to deliver proof of his work.

If more such questionable tasks appear, users will quit working because of such hassles with the task provider.

Btw, is the "Contributor Id" listed in the help menu unique to a worker? So in case crowdflower acknowledges a complain and pays points to this id, will I receive the bitcoins for it?
Post
Topic
Board Micro Earnings
Re: [Project Development] CoinWorker.com - earn bitcoin in your browser in minutes
by
JasonWoods
on 08/03/2012, 16:34:08 UTC
I did some 13 point relevancy tests and the system complained about a few of my choices, even though they were perfectly correct. Like, when searching for a cell phone a result was a plastic case. I categorized it as an accessory but the system told me that's wrong and that the cover is a perfect match (meaning it is the cell phone). In the end this caused my rating to drop below the minimum and barred me from doing more of these tasks although I always gave a short explanation every time.

Does anybody read those comments at all, or am I permanently blocked from this task now?

Also the system pays out too fast. I keep receiving tiny transfers but would prefer less, yet bigger ones instead. Or the payment trigger button that was suggested in the other thread.

Some tasks have a ridiculous low payment ("Categorize Twitter Users"). You're expected to do all sorts of searches to categorize each user and get only 1 point for 2 users.
Post
Topic
Board Goods
Re: Offering 75€ for 1BTC (80% discount)
by
JasonWoods
on 08/03/2012, 16:12:22 UTC
Bump
Post
Topic
Board Goods
Topic OP
Offering 75€ for 1BTC (80% discount)
by
JasonWoods
on 28/02/2012, 20:28:21 UTC
I'm offering an AdWords code worth 75€ for only 1BTC, meaning you'll get 75€ for a Bitcoin.

Reason I cannot use it is that it's only valid for AdWords accounts not older than 14 days.

Feel free to PM me

Edit: Lowered the price from 5 to 1 BTC