BIP 352
(sender privacy)
- Alice faz uma doação via PIX para a vítma de enchente Bob
----- | |
Attempt #8 | |
create-bucket, sleep 5, put-versioning, sleep 5, put-object, sleep 5, put-object, sleep 5, purge: | |
2024/10/09 16:42:14 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "purge" "br-ne1:test-50-1728502909" "-vv" "--retries" "1" "--retries-sleep" "2" "--dump" "headers"] | |
2024/10/09 16:42:14 DEBUG : Creating backend with remote "br-ne1:test-50-1728502909" | |
2024/10/09 16:42:14 DEBUG : Using config file from "/home/fcz/.config/rclone/rclone.conf" | |
2024/10/09 16:42:14 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it. | |
2024/10/09 16:42:14 DEBUG : Resolving service "s3" region "br-ne1" | |
2024/10/09 16:42:14 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in th |
25 - Apr -2024 | |
## Apresentacao Leo/Sovereign engineer Madeiro | |
## Testnet4 incoming? | |
- https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/ | |
Jameson Lopp message to [email protected] saying that the current testnet3: | |
- is running for 13 years and not fulfilling the purpose of distributing coins since the actual reward is 0.014 |
[ | |
{ | |
"name": "WIP40", | |
"author": "Fabricio Campos Zuardi" | |
}, | |
[ | |
{ | |
"a": 7 | |
}, | |
"Q", |
punch://jc38t9nr7fasay4nqfxwfaawywfd3y14krnsitj67ymoubiezqdy/yjthwo5kaur8oe33e9gyw1p849meb7w8nu4578hxog7kyjo3racs8jr51c9hg69yyomhga3bw71h45744hdy8k8jmhs43p47dcetotnayry96cuqn7zakyeyybyczbpdy91g7iwqdfr9cgrmb3jegyism3kyx9cei9izsf817yu7z3wnjrennddiy9wayepubmxorou84ndx3cknxd1d9jf9fuqnm8t5be |
export const WORDS = [ | |
'cigar', | |
'rebut', | |
'sissy', | |
'humph', | |
'awake', | |
'blush', | |
'focal', | |
'evade', | |
'naval', |
Kit:
Resistores:
Resistors are blind to the polarity in a circuit. Thus, you don’t have to worry about installing them backwards. Current can pass equally through a resistor in either direction.
este site lika a planilha:
https://docs.google.com/spreadsheets/d/1bbxOGm4dPxZ4Vbzyu3XxBnZmuPx3Ue-cPqBeTxtnvkQ/edit#gid=0 (linha 40)
que linka o discord
.pre_commit: | |
image: stoqdev2/pre-commit:latest | |
stage: pre_commit | |
script: | |
- git fetch origin master | |
- pre-commit run --source `git rev-list origin/master -1` --origin HEAD |
# pre_commit stage | |
pre_commit: | |
image: stoqdev2/pre-commit:latest | |
stage: pre_commit | |
script: | |
- pre-commit run --source `git rev-list origin/master -1` --origin HEAD |