Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/address.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function addressCommand(message, args) {
const mempoolCount = mempoolStats.tx_count.toLocaleString('en-US', { maximumFractionDigits: 0 });
const formattedMempoolAmt = mempoolAmt.toLocaleString('en-US', { maximumFractionDigits: 0 });

const messageString = `View in [bitcointech.wiki/editor](<https://bitcointech.wiki/editor?d=${data.address}>)\`\`\`
const messageString = `View in [bitcointech.space/editor](<https://bitcointech.space/editor?d=${data.address}>)\`\`\`
Address ${data.address}
Balance is ${formattedBalance} sat
Received ${receivedCount} TXO for ${receivedAmt} sat
Expand Down
2 changes: 1 addition & 1 deletion commands/tx.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function txCommand(message, args) {
const inputs = data.vin.length;
const outputs = data.vout.length;

const message_string = `View in [bitcointech.wiki/editor](<https://bitcointech.wiki/editor?d=${data.txid}>)\`\`\`TX ${data.txid}
const message_string = `View in [bitcointech.space/editor](<https://bitcointech.space/editor?d=${data.txid}>)\`\`\`TX ${data.txid}
${confirmed} ${block} ${time}
Sent ${amount.toLocaleString('en-US', { maximumFractionDigits: 0 })} sat for ${fee.toLocaleString('en-US', { maximumFractionDigits: 0 })} sat fee (${feerate.toLocaleString('en-US', { maximumFractionDigits: 2 })} sat/vbtye, ${feepercent.toLocaleString('en-US', { maximumFractionDigits: 2 })}%)
${inputs} inputs, ${outputs} outputs, ${size.toLocaleString('en-US', { maximumFractionDigits: 2 })} vbytes
Expand Down
4 changes: 2 additions & 2 deletions data/memos.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"jobs": "Bitcoin job boards and resources:\n<https://cash.app/careers>\n<https://reddit.com/r/Jobs4Bitcoins>\n<https://strike.me/jobs>\n<https://www.bitmex.com/careers>\n<https://angel.co/company/river-financial/jobs>\n<https://bitcoinerjobs.co/>",
"dev": "\n<https://github.com/bitcoin/bitcoin> <- the repo\n<https://web.libera.chat/#bitcoin-core-dev> <- the irc\n<https://github.com/bitcoin-core/bitcoin-devwiki/wiki/General-IRC-meeting> <- the dev meetings\n<https://bitcoincore.reviews/> the PR review club meetings\n<https://bitcoin.stackexchange.com> <- the stack exchange\n<https://lists.linuxfoundation.org/pipermail/bitcoin-dev/> <- the general dev mailinglist\n<https://lists.linuxfoundation.org/pipermail/bitcoin-core-dev/> <- core dev mailinglist\n<https://bitcoinops.org/en/newsletters/> <- optech newsletters dev summary\n<https://bitcoincoreslack.herokuapp.com/> <- core slack\n<https://delvingbitcoin.org/> <- technical discussion community\n<https://bitcoin.design/guide/> <- the development design guide\n<https://www.bitcointech.wiki/editor> <- the online transaction editor\n<https://bitcoincore.academy/> <- Bitcoin Core Onboarding\n<https://github.com/bitcoin/bips> <- Bitcoin Improvement Proposals",
"dev": "\n<https://github.com/bitcoin/bitcoin> <- the repo\n<https://web.libera.chat/#bitcoin-core-dev> <- the irc\n<https://github.com/bitcoin-core/bitcoin-devwiki/wiki/General-IRC-meeting> <- the dev meetings\n<https://bitcoincore.reviews/> the PR review club meetings\n<https://bitcoin.stackexchange.com> <- the stack exchange\n<https://lists.linuxfoundation.org/pipermail/bitcoin-dev/> <- the general dev mailinglist\n<https://lists.linuxfoundation.org/pipermail/bitcoin-core-dev/> <- core dev mailinglist\n<https://bitcoinops.org/en/newsletters/> <- optech newsletters dev summary\n<https://bitcoincoreslack.herokuapp.com/> <- core slack\n<https://delvingbitcoin.org/> <- technical discussion community\n<https://bitcoin.design/guide/> <- the development design guide\n<https://www.bitcointech.space/editor> <- the online transaction editor\n<https://bitcoincore.academy/> <- Bitcoin Core Onboarding\n<https://github.com/bitcoin/bips> <- Bitcoin Improvement Proposals",
"quantum": "A general purpose and stable high qubit quantum computer (which doesn't exist and no one is sure if will ever exist) can run an algorithm called shor's. Shor's is used to factor numbers. You can thus use shor's to derive a private key from a public key. Bitcoin exposes public keys in the scenarios of certain address reuse and when certain transactions are sitting in the mempool, as well as very old 2009 era pay to pubkey coinbases and new taproot transactions. What will happen if such a computer ever exists is slowly attempts to mine the most static of these coins, probably the old coinbases, will occur. Once this happens everyone will know there is a quantum actor and avoid address reuse or in the worst case just move to a new address format. It's also important to remember that a quantum attack takes considerable time, not dissimilar to mining, as it's the process for searching for a private key. Another Algorithm, called grovers, will enable a new kind of mining ASIC, similar to how generations of PoW devices have always functioned.",
"tools": "<https://www.bitcointech.wiki/editor> <- Transaction Editor\n<https://bitcoinsearch.xyz/> <- Bitcoin Technical Search\n<https://btcpayserver.org/> <- Bitcoin Point of Sale Software\n<https://bisq.network/> <- P2P Trading Software\n<https://wizardsardine.com/liana/> <- Liana Simple Inhereitance and Multisig Wallet\n<https://github.com/JoinMarket-Org/joinmarket-clientserver> <- Joinmarket Coinjoins\n<https://github.com/lightninglabs/pool> <- Lightning Pool Low Trust Liquidity Marketplace\n<https://blockstream.com/satellite-api/> <- Blockstream Satellite Bitcoin Accessibility\n<https://github.com/Blockstream/esplora/tree/master> <- Self Hosted Block Explorer\n<https://blockstream.info/> <- Block Explorer\n<https://github.com/jhoenicke/mempool> <- Self Hosted Mempool Statistics\n<https://jochen-hoenicke.de/queue/#BTC,24h,weight> <- Mempool Statistics\n<https://blockstream.info/tx/push> <- Broadcast a TX\n<https://1ml.com/> <- Lightning Explorer\n<https://github.com/BoltzExchange/boltz-lnd> <- Atomic Swaps for LND\n<https://github.com/lightningd/plugins> <- Plugins for C-Lightning",
"tools": "<https://www.bitcointech.space/editor> <- Transaction Editor\n<https://bitcoinsearch.xyz/> <- Bitcoin Technical Search\n<https://btcpayserver.org/> <- Bitcoin Point of Sale Software\n<https://bisq.network/> <- P2P Trading Software\n<https://wizardsardine.com/liana/> <- Liana Simple Inhereitance and Multisig Wallet\n<https://github.com/JoinMarket-Org/joinmarket-clientserver> <- Joinmarket Coinjoins\n<https://github.com/lightninglabs/pool> <- Lightning Pool Low Trust Liquidity Marketplace\n<https://blockstream.com/satellite-api/> <- Blockstream Satellite Bitcoin Accessibility\n<https://github.com/Blockstream/esplora/tree/master> <- Self Hosted Block Explorer\n<https://blockstream.info/> <- Block Explorer\n<https://github.com/jhoenicke/mempool> <- Self Hosted Mempool Statistics\n<https://jochen-hoenicke.de/queue/#BTC,24h,weight> <- Mempool Statistics\n<https://blockstream.info/tx/push> <- Broadcast a TX\n<https://1ml.com/> <- Lightning Explorer\n<https://github.com/BoltzExchange/boltz-lnd> <- Atomic Swaps for LND\n<https://github.com/lightningd/plugins> <- Plugins for C-Lightning",
"mstr": "MicroStrategy isn't bitcoin. Saylor encourages people to buy his stock instead of real bitcoin. Says Bitcoin isn't money and shouldn't be used as money. Says people shouldn't self custody. Says people should go into dangerous levels of debt and risk their entire lives by gambling on the top of markets - as he did last cycle when telling people to remortgage their homes at 64k. MicroStrategy is a product Saylor shills to enrich himself and gamble with other people's money. https://cdn.discordapp.com/attachments/796935699034144798/1358837480346095878/Gn7pBBSaMAAUTEk.png?ex=67f54b85&is=67f3fa05&hm=23287bebdb0c004bbba3b7c339c1c9d36c65f71ee6b7d0da8f1b3a914bb3d190&",
"custody": "If you store bitcoin on an exchange or custodial platform, **you don't actually own ANY bitcoin**. Bitcoin belongs to the person that holds the digital cryptographic keys required to spend it. If you don't have a wallet app or hardware wallet that holds these keys, your custodian is the one who owns the bitcoin. You own an IOU, which can and WILL screw you over, like has happened many times before in the cases of Mt. Gox, FTX, and the like. Your custodian is not safe, your custodian will be hacked, your custodian will be coerced or pressured by governments, your custodian will side with profit in the case of forks. Protect yourself by holding your own keys.",
"choosewallet": "Choosing the right wallet for you ultimately depends on your threat model. This scales with factors like if people know you hold bitcoin, if you're at risk for physical attacks, etc. but for most people, it mainly depends on how *much* bitcoin you hold, and what you plan to do with it. For small amounts you want readily available for spending, a hot wallet on an internet-connected device is often the most convenient-- but this also puts you at risk of being hacked. For large amounts you really can't afford to lose, an airgapped hardware wallet is often a better choice. In some cases, you might even want to setup multisig or more complex security systems.",
Expand Down
Loading