She doesn't have the leverage. She didn't get elected.
Biden can name his replacement, or he can stay as the nominee. His handlers hold the leverage.
I love her name coming back in the headlines.
You know she has the emails that could get her on the ticket.
I was told the only guy that could beat Trump is Biden.
I was told the only guy Trump could beat is Biden.
Next you'll tell me I shouldn't trust the government and the media.
At 80+, what can they threaten Biden with to get him to step aside?
Texts and emails and DMs should all just be nostr notes.
One app on a privacy phone, then figure out an open source VOIP and none of us need a sim card.
That could be the start of a mixing market. Pass around proofs from trusted mints to other people who also trust the same mints severing the IP leak when minting/melting from the mint.
I have a Zeus wallet connected via tor to my LND node that has plenty of outbound liquidity. When I try to send 500k sats Zeus says it has a 100% success, probability, but it fails with “error: the request timed out “
100k sats works about 90% of the time. Why are the larger transactions failing due to timeout?
This is the best use case for all lightning/Bitcoin gift cards.
The same *gift card* could be sent and “redeemed” as long as the issuer wants.
It’s like a bank note that can only be redeemed at that bank. Old state bank currencies were like this.
I have a question about the bitcoin ETFs.
Since it’s cash in, cash out, are the ETFs legally required to hold the asset, or just have enough cash to cover the withdrawals?
It seems like your argument here is, you can create a system that is *just as good* and you shouldn't trust those losers, you should *trust me bro*.
If you build a better mousetrap I may use it. But I like the Uncle Jim scenario of cashu more than yours so far.
"ECash is nothing a database account isn't, it's not any more
permission-less, or private, or asynchronous, it's literally a server
authentication scheme. "
If you have a "database account" at a server, and the server is hacked or seized, you have all the transactions listed between all the users of the service. A single point of failure.
If you hack or seize the mint, you cannot see anything like what you could with a database of transactions.
That single point of failure is much more private than a "database account" type SQL logged service.
Maybe a wallet will interact with a self hosted (or not) blossom server and you can have “cloud” storage of your ecash.
Or you could store it on Google drive in unencrypted if it’s locked by P2PK
I don’t think switching out the reserve currency with a decentralized alternative would be *aided* by the current regime.
I’m sure these opening salvos will seem trite a few battles in.
“Social reform” done “politically” but not requiring “big government”.
Does that accurately state your position?
I could support any social reform that is voluntary and makes government smaller.
But I don’t think that type of thing needs to be done politically.
Less government for me.
test
I built one, and I don’t even know what that is. I even built a mint.
If a cashu mint is a *debit card*, that’s one thing.
But with credit comes fractional reserve banking.
If the “fraction” is 1/1, maybe. Otherwise it’s just fiat.
Instead of using docker-compose, I tried to install via the docker commands.
# docker volume create blossom_data
# docker run -v blossom_data:/app/data -v $(pwd)/config.yml:/app/config.yml -p 3000:3000 ghcr.io/hzrd149/blossom-server:master
There was a "typeError":
******
TypeError: (0 , import2_1.default) is not a function
at Object.
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at cjsLoader (node:internal/modules/esm/translators:348:17)
at ModuleWrap.
at ModuleJob.run (node:internal/modules/esm/module_job:222:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:123:5)
Node.js v20.13.1
******
So I tried installing from source. Same problem.
******
TypeError: (0 , import2_1.default) is not a function
at Object.
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at cjsLoader (node:internal/modules/esm/translators:348:17)
at ModuleWrap.
at ModuleJob.run (node:internal/modules/esm/module_job:222:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:123:5)
Node.js v20.13.1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
******
Apparently its a problem with "websocket-polyfill" library. I have reached the limit of my knowledge, so I opened an issue on the github.