Search content
Sort by

Showing 20 of 26 results by shesek
Post
Topic
Board Collectibles
Re: LIST OF AVAILABLE ORIGINAL ARTWORKS by 1Dq
by
shesek
on 25/12/2021, 21:34:58 UTC
Hi 1Dq

My name is Nadav, I’m a volunteer with the Bitcoin Embassy in Tel Aviv.

I wanted to inquire about displaying your works at the Bitcoin genesis day party we're throwing on Jan 3rd.

What is the best way to reach you? I'm also available as @shesek on twitter and at nadav@shesek.info.

Some more details on the party are available here: https://www.facebook.com/events/2939936489670078 (scroll down for English)

Thank you!
Post
Topic
Board Project Development
Re: eznode – a simple pruning-friendly setup for a personal bitcoin full node
by
shesek
on 30/03/2021, 16:10:45 UTC
eznode can use https://prunednode.today to do a trusted fast-sync from a recent snapshot instead of syncing from scratch. This is optional and disabled off by default.

See more details here: https://ezno.de/packages#fast-sync
Post
Topic
Board Bitcoin Discussion
Merits 4 from 1 user
Topic OP
eznode – a simple pruning-friendly setup for a personal bitcoin full node
by
shesek
on 29/03/2021, 20:04:39 UTC
⭐ Merited by ETFbitcoin (4)
eznode is a docker-based single-container setup for a personal bitcoin node, featuring:

  • Bitcoin Core - Pruned by default with optional trusted fast-sync
  • Electrum Server - Personal Electrum server powered by BWT
  • BTC RPC Explorer - Personal block explorer and node dashboard
  • Specter Desktop - Wallet GUI for hardware and multi-sig setups
  • Secure remote access using Tor Onion, SSH tunnels or SSL

Why eznode?

  • Simple one command setup
  • Lightweight (120 MB docker image)
  • Pruning-friendly (requires <5GB of storage)
  • Suitable for a dedicated box, but doesn't require one
  • Supports Linux, macOS, Windows and ARMv7/v8
  • Secure transports out-of-the-box

Quickstart for a pruned node with a block explorer and a personal electrum server tracking your <xpub>, available over a Tor Onion service:

Code:
docker run -it --rm --name ez -v ~/eznode:/data eznode/eznode TOR=1 XPUB=<xpub>

User guide available on the website: https://ezno.de

See it in action (with the trusted fast-sync mode): https://twitter.com/shesek/status/1375144468366700550

Github: https://github.com/ez-org/eznode
Twitter: https://twitter.com/eznode_
Telegram: https://t.co/ez_node
Post
Topic
Board Electrum
Re: connect your Electrum wallet directly to your Bitcoin full node
by
shesek
on 05/06/2020, 11:50:06 UTC
The first time I used the BWT plugin, the port was there automatically. I didn't know this was for Regtest.

That's strange, it should've used the appropriate port according to the network reported by Electrum.

But glad to hear you managed to get it working!
Post
Topic
Board Electrum
Re: connect your Electrum wallet directly to your Bitcoin full node
by
shesek
on 30/05/2020, 07:41:55 UTC
I have changed the directory and get the following error message when running Electrum (bwt) with Bitcoin Core at the same time.

https://i.imgur.com/RcpyK2e.png

18443 is the default rpc port for regtest, are you on regtest?

Are you able to access the RPC port by other means? You can try opening http://localhost:18443/ in your browser. If this works, you should see `JSONRPC server handles only POST requests`.
Post
Topic
Board Service Announcements
[ANN] bcash-instadump: CLI tool for insta-dumping bcash in exchange for bitcoin
by
shesek
on 10/08/2017, 23:28:30 UTC
CLI tools for insta-dumping bcash on ShapeShift in exchange for bitcoins (bcash-instadump), creating bcash-compatible transactions (bcash-tx), listing unspent bcash outputs (bcash-utxo) and broadcasting raw bcash transactions (bcash-broadcast).

https://github.com/shesek/bcash-instadump

TL;DR

    $ npm install -g bcash-instadump
    $ bcash-instadump --tor --key LmyBcashKeyWIF --payout 1btcAddrGimmeRogersCoins
    # confirm the details and press Y to get your bitcoins

Yes, that's it! But do read the whole thing to fully understand the risks involved. This program deals with private keys and should be used with care. I recommend that you audit the code yourself (<500 SLOC) before using it, or wait until someone you trust does it.

In any case, you SHOULD MOVE OUT YOUR BITCOINS to new keys before using the tool, such that only the bcash remains on the old ones. This ensures that your bitcoins are never at risk.

Good luck, happy dumping!
Post
Topic
Board Service Announcements
Topic OP
HODL.voting – time-locked voting for provable bitcoin hodlers
by
shesek
on 17/03/2017, 01:57:42 UTC
HODL.voting is a time-lock-weighted voting system that gives provable long-term bitcoin HODLers a way to express their opinion on proposed protocol upgrades.

To vote, users are requested to lock-up bitcoins for some pre-determined amount of time (using CHECKSEQUENCEVERIFY), where each vote is weighted by the number of bitcoins * lock duration. This mechanism lets people who're willing to commit to long-term hodling (and thus have a provable vested interest in bitcoin) get more say.

I built this project for the TLV emBassy 2017 Hackathon (and won the first prize with it!). It is currently running on testnet. Happy to hear your thoughts :-)

Website: https://HODL.voting/

GitHub repo and more info: https://github.com/shesek/proof-of-hodl

Hackathon slides: https://www.docdroid.net/rzFKS1g/proof-of-hodl.pdf.html

Article by Kyle Torpey: https://cryptoinsider.com/new-bitcoin-project-aims-make-online-trolling-expensive/
Post
Topic
Board Service Discussion
Re: Bitrated undergoing DDOS attack. What happens to funds there?
by
shesek
on 09/05/2016, 08:35:49 UTC
Hi! Nadav from Bitrated here. That's a great question, thanks for bringing this up. We recently published a post with some more details regarding the attack and state of funds locked in on-going trades. The relevant section for your question is:

Quote
Secondly, and more importantly, we want to clarify that the architecture of the Bitrated payment system ensures that funds held up in on-going trades are never at risk.

The private keys used in the multi-signature script are directly derived from the users’ passwords (using Scrypt and key stretching), which ensures that users are always in full control of their funds. Even in the worse case scenario of Bitrated becoming permanently unavailable, private keys are always recoverable by the user and access to funds is never lost.

We’re currently working on a tool to help users go through the process of recovering their keys and signing a transaction releasing funds from the multi-signature address to an address of their choosing.

If you’d like to receive updates about the availability of this tool, please follow us on Twitter, Facebook or Reddit.

If you have funds held up in the system and need to urgently release them, please reach out to us for help at support@bitrated.com. If it’s not urgent and can wait for a little while, we’d like to request that you allow us for some time to publicly release the tool.

You can read the full post here: https://medium.com/@bitrated/bitrated-clarifications-regarding-ongoing-ddos-attack-and-extortion-attempt-61709556a9a9

BTW, it appears like the DDoS attack have stopped for now. Bitrated is back online.
Post
Topic
Board Services
Re: FREE TRUSTLESS ESCROW | 2-of-3 Multisig from BitRated | Free
by
shesek
on 03/04/2015, 14:35:54 UTC
Hey bassguitarman,

Best of luck with your services! Please let us know if there's anything we can do to help or if you have any suggestions or feedback to share with us. You can reach me directly with a PM here, or at nadav@bitrated.com.

Also, you should perhaps add a link to your profile, so that people can see who you are and know how to start a transaction with you as the arbitrator.
Post
Topic
Board Service Announcements
Re: [ANN] Bitrated V2 - consumer protection and reputation management for Bitcoin
by
shesek
on 23/02/2015, 19:43:20 UTC

Thanks for the article link! I don't like the insidebitcoins article for some reason, I mostly use coindesk or cointelegraph. I wanted to know if someone has used it and is really secure but I forgot to mention this in the post.


The InsideBitcoins article was the first to get published, so I included that. While that article is great, I too find CoinTelegraph's article better. The OP was updated to that link.
Post
Topic
Board Service Announcements
Topic OP
[ANN] Bitrated V2 - consumer protection and reputation management for Bitcoin
by
shesek
on 20/02/2015, 22:23:12 UTC
We're excited to announce the release of Bitrated V2, a trust platform for the Bitcoin ecosystem.

For these not familiar, Bitrated was launched back in '13 as a service that facilitates 2-of-3 multi-signature transactions for the purpose of arbitration (providing buyer protection in case of fraud) and provides a marketplace for arbitration service.

The new version released today is a complete rewrite of the original system, with a brand new identity & reputation management system, as well as improved usability and user experience.

Check it the new release: https://www.bitrated.com/

Explainer video: https://vimeo.com/116507236

CoinTelegraph article: http://cointelegraph.com/news/113535/bitrated-adds-reputation-system-offering-chargeback-like-process-to-bitcoin

If you have any questions, suggestions, or feedback, please don't hesitate contacting us!
Post
Topic
Board Service Announcements
Re: Bitrated – m-of-n arbitrated transactions interface and marketplace
by
shesek
on 05/03/2014, 19:03:53 UTC
Hey CryptoPanda - thanks for the kind words, and sorry that I haven't noticed your messages until now Smiley

Bitrated is going pretty well, and is starting to get some more usage over time, albeit a little slowly. I didn't have much time and resources for it, but I'm hoping to change that soon... I'll hopefully have some more news shortly.

About help - right now, the most important thing I'm looking for is feedback. I'll appreciate hearing what you want to see added/changed/improved, so that I'll know what users want and where to focus next. Feel free to contact me here or at nadav@bitrated.com. I'm not seeking funding right now, but I might in the future - contact me if you think it could be relevant for you.

Cheers!
Post
Topic
Board Scam Accusations
Re: TehoM attempted a Bitrated email spear-phishing scam
by
shesek
on 20/01/2014, 23:48:53 UTC
Ouch. I'm very sorry to hear that, crashoveride. It appears like you were indeed scammed. Its just awful that people are using a service like Bitrated as a tool to scam people, where it should serve for the exact opposite purpose.

Just to make it clear - using Bitrated requires using the interface to generate a key pair, and users should only ever pay to the multisig address shown on the website after they created/joined a transaction and accepted the terms. Bitrated doesn't ever send emails (especially not with payment addresses), nor it has any numerical identifier for transaction IDs.

I'm going to add a warning in Bitrated about this, though I'm a bit doubtful that it'll help much - with that scam, the primary interaction users have with "Bitrated" is via the spoofed email, I'm not sure they'll take the time to go over the website and learn how Bitrated should work.

I will also setup DKIM and SPF on our mail servers, to make it harder to spoof emails from our domain for users that have an email client who supports that.

Edit: I also created a post on r/bitcoin to warn users about this.
Post
Topic
Board Service Discussion
Re: Blockchain.info constantly switching to USD
by
shesek
on 08/01/2014, 21:35:43 UTC
I'm getting this too. Its really annoying to switch back every single time. Please, at least persist what the user chooses in that footer select box.

(I personally think that changing to USD values by default is wrong and sends the wrong message about what Bitcoin is about. I would ideally prefer changing back to Bitcoin as the default, but I guess that's probably not going to happen)
Post
Topic
Board Project Development
Re: Multi Signature Address Script and Escrow Service
by
shesek
on 06/01/2014, 12:57:03 UTC
OutCast3k, congrats on the release! We talked about it awhile ago on IRC, I'm glad to see you released it.

Also you might want to look at http://www.bitrated.com/ which does the same thing but requires an account and has some other features. I don't think it can be easily used with an online auction site, like bitmit.net with multisigs. Your site seems much better for that.

It doesn't do the same thing; Coinb.in has a general purpose tool that can be used for many kinds of multi-signature transactions, while Bitrated was created specifically to facilitate arbitration services and has an interface that was optimized for that purpose. Also, Bitrated does not require setting up an account - its optional and only for arbitrators that wants to be listed on the website, and buyers/sellers don't have accounts at all (and I believe it should be quite easy to use with something like bitmit).

Post
Topic
Board Development & Technical Discussion
Re: Alternative payment scheme
by
shesek
on 02/01/2014, 16:33:42 UTC
How does it increase privacy compared to payee generating new address for every payment? If you see that payee reuses the address for your payments, what's cheaper for payee: to start generating new addresses or adopting more complex scheme involved receiving some data from the payer (instead of just observing the blockchain)?

The main advantage is that the payee doesn't have to be active and provide addresses every time someone wants to make a payment. The payer can independently and without any action from the payee create an address and make the payment. As I wrote above, this makes it easier for cases like an open source project development fund, where people can just send payments without talking with the payee first.
Post
Topic
Board Development & Technical Discussion
Topic OP
Alternative payment scheme
by
shesek
on 02/01/2014, 15:39:14 UTC
I had an idea for a payment scheme that uses key derivation, but instead of the payee deriving the addresses, the payer would do it.

It would work like that:
  • The payee publishes his master public key
  • The payer generates a random "receipt number" (say, 25 random bytes)
  • The payer derives an address from the master public key using the receipt number and pays to it
  • The payer sends the receipt to the payee
  • The payee derives a private key with that receipt and adds it to his wallet

Advantages:
  • It increases privacy by avoiding address reuse
  • The process is asynchronous. The payee is completely passive in the payment process and isn't required to provide new addresses before each payment (no payment server required)
  • Its usable as a replacement for cases where re-used addresses are the most viable solution (like putting an address in a forum signature or as a development fund in a github readme)
  • The receipt also acts as a proof of payment that the payer can provide to the payee
  • Also, if the master is known to belong to someone, this also allows the payer prove to a third-party that the payment was made to that someone. If the output was spent, it also proves that he was aware of the payment and has the receipt.
  • Its a really thin abstraction layer and doesn't require any protocol changes

Disadvantages:
  • Losing the receipt numbers means losing access to your funds, they are random and there's no way to restore them
  • It requires sending the receipt to the payee somehow. Email could work for that, but a better defined channel that also can talk to the Bitcoin client and add the receipt would be much better.

What do you think?
Post
Topic
Board Scam Accusations
Re: is anything bitcoin not a scam?
by
shesek
on 20/12/2013, 12:36:31 UTC
some company will get a good rep for arbitration, then when its holding a lot of coins, it will pull a runner

This isn't that simple when using arbitration with multi-signature and not an escrow. The company providing the arbitration services doesn't have full control over the funds, and cannot do anything with it without the agreement of the buyer or seller.

To pull a runner, they would have to get the buyer/seller to agree to participate in the fraud. This is not simple to do in a large scale as it requires them to contact every buyer/seller and ask them to commit fraud, which could easily get published publicly by someone honest that was contacted by them. When it becomes public, the buyers/sellers can just move the funds to a new multisig with another arbitrator.

And besides all that - a popular and reputable arbitration company could be making good money from just acting honest and providing arbitration services. I don't think they would destroy their reputation for some quick buck.
Post
Topic
Board Scam Accusations
Re: is anything bitcoin not a scam?
by
shesek
on 19/12/2013, 23:08:45 UTC
One of the interesting use-cases for Bitcoin multi-signature transactions is arbitrated transactions. This allows the buyer/seller to agree ahead of time of an arbitrator that can help resolve disputes and reverse payments, in a way that doesn't put the funds under his full control (unlike an escrow) and does not require him to intervene if the deal ended successfully.

Basically, the buyer deposits his payment to a 2-of-3 multisig address controlled by the buyer, seller and arbitrator. To release the payment, two of the three parties have to cooperate and agree on a transaction that spends the funds from the multisig.

I recently launched Bitrated, that allows to do exactly that. If you're interested, you can learn more in the FAQ page or in the BitcoinMagazine article.
Post
Topic
Board Press
Re: [2013-12-11] Bitrated: You Can No Longer Say Bitcoin Has No Consumer Protection
by
shesek
on 13/12/2013, 01:34:49 UTC
The idea is good but it is still based on trust to unknown 3rd party.
How do you know the buyer is not conspiring with the arbitrator, wait for the delivery and subsequently leave with the BTCs?
Even if they implement a feedback system it will require trust.

Quote
1. Suppose that Alice wants to send money to Bob through escrow. To start off, Alice goes to the Bitrated website and goes to “Browse arbitrators”. She then selects an escrow agent (say, Trent) and clicks “Start transaction”.
...
Finally, Trent himself has no opportunity to run away with the funds. In theory, Trent can conspire with Alice to split the funds fifty-fifty and leave Bob with nothing, but such a situation would require two of the three parties involved to be dishonest, rather than only one.

This is a risk, but one that can be extremely small if you're using reputable, high-rated, reliable and trustworthy arbitrators that care about their reputation. Its still pretty early, but I'm hoping that the more well-known arbitrators would build a reputation that could allow people to trust them and know they won't do anything fishy.

shesek, do you agree/disagree?

I think arbitrators should put down an amount of BTC and be limited to escrow for that amount.
Not sure this is the best solution tho

What do you think?

We're planning to add a sort of fidelity bond in the form of verified accounts, but I think that reputation would do a much better job at ensuring the arbitrators are reliable.