Bitcoin Forum
April 28, 2024, 08:24:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
341  Economy / Currency exchange / Re: I want to buy bitcoin periodically on: October 10, 2023, 02:46:36 PM
Contacted via PM  Smiley

Thank you i am going to send you the details by PM, i am going to lock the topic to avoid spam.

Regards!


Edit

The user iwantmyhomepaidwithbtc2 and I came to an agreement to trade 50 or 100 USD weekly. He is going to send btc and i am going to send USDT
342  Other / Beginners & Help / Re: Hurray!!! Bitcoin defeated miscreants again on: October 10, 2023, 02:44:25 PM
some nodes reach the default memory limit

aaah well, yes that is correct, i agree with you, some other nodes without that limit will accept those TXs
343  Other / Beginners & Help / Re: Hurray!!! Bitcoin defeated miscreants again on: October 10, 2023, 02:06:58 PM
What block are you talking about

Isn't a mined block it is a expected block, those are still transaction on mempool waiting to be mined. you can see those on the mempool.space.
Can you see my images that i post?

it has been a long time since nodes no longer accept broadcast transactions with a fee of 1 sat/vByte.


That is not true... i can broadcast right now a Transaction with that fee and the nodes will accept it without problem... it is not going to be mined of course, becuase there are still transaction with higher fee on the mempool but the nodes MUST be accept it without problem.
344  Economy / Trading Discussion / Re: is there any safe ways out there to get 10-15 % ANY return rate ? on: October 10, 2023, 12:33:08 PM
is there any safe ways out there to get 10-15 % ANY return rate ?

That depends of your country, in my country i get 11% directly by the goverment. and some 14% from some Fintech bussines without risk.

I can get some 18% to 21% with some risk.

But those rates will not last forever, Last year goverment rates was about 5% to 8%, so it can vary over time
345  Bitcoin / Bitcoin Discussion / Re: Bitcoin vs Precious Metals - the final verdict is in. on: October 10, 2023, 12:55:57 AM
Gold is not going to make someone rich. How many people have you ever seen that say "investing in gold made me rich"? None!

the same can be said for bitcoin no?, Don't get me wrong i like bitcoin a lot.

The point is that you are not seeing the main point of metals like gold and silver, you don't become rich with them, you only buy then when you don't trust much your fiat money, those and also  bitcoin are considered a medium Store of Value. Those may have their ups and downs.

But it is demonstrated that bitcoin has a better store of value than gold at least in the last 10 years no?
346  Other / Beginners & Help / Re: Hurray!!! Bitcoin defeated miscreants again on: October 09, 2023, 10:03:30 PM
Not all transactions have the same weight, the ~26k transactions that remains are some big



if you see there are some prediction of the next blocks are going to have only a few dozens of transaction per block, this will slow down the remain transactions that are stuck on mempool.

347  Economy / Currency exchange / Re: I want to buy bitcoin periodically on: October 09, 2023, 05:34:12 PM
Buy Log:

Monday Oct 2, 2023 : I buy on Binance P2P network 56.84$ USD amount in bitcoin but i only receive 192324 sats that is 53.43$ USD worth, after send it to my external wallet i only receive near 183000 sats that is 51$ in fiat price, That means: I lost 10% in fees in this transaction
Monday Oct 9, 2023 : I buy 100$USD on changenow https://www.talkimg.com/images/2023/10/09/RnCvT.png I lost 6-7% on fess on this one

Moday 16, 2023 : Trade with user iwantmyhomepaidwithbtc2 successful
Moday 23, 2023 : Trade with user iwantmyhomepaidwithbtc2 successful
Friday 27, 2023 : off schedule trade for some 130USD with iwantmyhomepaidwithbtc2
Moday 30, 2023 : Buy 50$  on CEX

Nex trade/buy Moday 6, 2023 : Available
348  Local / Primeros pasos y ayuda / Re: Generacion Billeteras Frías / Cold Wallet on: October 09, 2023, 04:33:26 PM
Si confias plenamente en el RNG de tu sistema operativo, dejo un 2 codigos sencillos para generar tu Llave privada y apartir de ella tu SEED de 24 Palabras:


Generamos una lleva de 256 bits:
Code:
</dev/urandom tr -dc 'A-F0-9' | head -c 64  ; echo

Este solo funciona para Linux o dentro de WSL en windows.

Ejemplo:

Code:
$ </dev/urandom tr -dc 'A-F0-9' | head -c 64  ; echo
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Posteriormente podemos pegar la Key generada por /dev/urandom en el siguiente codigo de python:

genseed
Code:
from bitcoinlib.mnemonic import *

print("Convert hexadecimal to Mnemonic and back again to hex")
pk = 'PASTE YOUR HEXADECIMAL KEY HERE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'
words = Mnemonic().to_mnemonic(pk)
print("Mnemonics\n%s" % words)

Output:
Code:
$ python3 genseed.py
Convert hexadecimal to Mnemonic and back again to hex
Mnemonics
s..... a.... .......

Podremos utilizar nuestros 24 mnemonics generados en cualquier cartera que soporte formato como Electrum o sparrow

Y entonces tenemos 2 opciones a respaldar los 24 mnemonics o la key de 64 Caracteres hexadecimales, incluso podrias utilizar el formato de bitaddress para respaldar esta llave pero teniendo en cuenta que esta es la llave para generar tu seed de 24 palabras y no una llave privada individual.

Se que no es el mejor metodo, pero logra el mismo objetivo siempre y cuando conozcas lo que estas haciendo.

Hay mas ejemplo de como utilizar esa API de python para ese proposito:
https://github.com/1200wd/bitcoinlib/tree/master/examples

O bien puedes descargar la pagina de https://iancoleman.io/bip39/ como ya te lo mencionaron, esta se puede descargar y utilizar OFFLINE, pegas tu Seed de 24 palabras y seleccionas el PATH de derivacion que quieres generando asi tus Direcciones
349  Economy / Services / Re: [CFNP] Yo!Mix Bitcoin Mixer Signature Campaign| Reward up to $200/w on: October 09, 2023, 01:18:53 PM
Applying for Avatar Campaign

Royse777 didn't mention it but he changed the Title from OPEN to CFNP



That means that it is actually closed for new participants
350  Other / Beginners & Help / Re: Receive Merit - Post your PGP key, add an encrypted message, open for anyone. on: October 09, 2023, 12:41:35 PM
Here is my attempt to properly use PGP. I did this with Gpg4win on Windows platform. Its easy to use.

I strongly recomend you backup your privatekey and also backup the revoke file.

The comand to backup your PGP key is:

Code:
gpg --export-secret-keys KEY-FINGERPRINT > backup-key.asc

Copy that file to some 1 or 2 USB drivers

After you backup that key, you also can stake your  PGP Publickey in:

https://bitcointalk.org/index.php?topic=1159946.msg62960442#msg62960442

Also i can  recomend you to use WSL inside of Windows, it offer you a more complete linux enviroment.

351  Bitcoin / Development & Technical Discussion / Re: Block 811273/74 mined before block 811272 on: October 08, 2023, 11:50:55 PM
I guess, don't know the exact number.

I am looking for the exact number but i don't find it, maybe it can vary up to 10 minutes ?
352  Bitcoin / Development & Technical Discussion / Re: Block 811273/74 mined before block 811272 on: October 08, 2023, 11:30:37 PM
The problem should be only a network delay.

Block  811272 was mined by an unknow miner, this miner may have some slow network connection or simple mempool.space recive the data before from someone else node in the network.


Edit

Code:
curl -sSL "https://mempool.space/api/block/0000000000000000000129f389dc62ed91ad78866539ac77b0d9b9a3487b5b89"

{"id":"0000000000000000000129f389dc62ed91ad78866539ac77b0d9b9a3487b5b89","height":811272,"version":612671488,"timestamp":1696800518,"tx_count":1768,"size":1800947,"weight":3992906,"merkle_root":"c21c2a518141b7fb88280cd5f862fd74a746621827ff05835e2e839d68d34b0a","previousblockhash":"0000000000000000000115a254aefecb901263a802f2092ce81c5d642b24e927","mediantime":1696795285,"nonce":3370511648,"bits":386197775,"difficulty":57321508229258.04}

curl -sSL "https://mempool.space/api/block/0000000000000000000137eb33e954c41b692e73edad2f44885146a03ec60c8d"

{"id":"0000000000000000000137eb33e954c41b692e73edad2f44885146a03ec60c8d","height":811273,"version":549453824,"timestamp":1696800386,"tx_count":794,"size":2048344,"weight":3990001,"merkle_root":"c1aa0b3ffcb09a6df1ae067c857ecfcf573f8bb831654856216cf84545dff070","previousblockhash":"0000000000000000000129f389dc62ed91ad78866539ac77b0d9b9a3487b5b89","mediantime":1696796411,"nonce":2327133999,"bits":386197775,"difficulty":57321508229258.04}

I realize that what i said is incorrect.

Block 811272 - timestamp 1696800518
Block 811273 - timestamp 1696800386

Acording to the book, Mastering Bitcoin, Page 249 - Mining and the Hashing Race

Quote
However, this was easily resolved by updating the block timestamp to
account for the elapsed time. Because the timestamp is part of the header, the change
would allow miners to iterate through the values of the nonce again with different
results.



The minners can change the timestamp a little without affect the mining process
353  Economy / Collectibles / Re: PLEASE STAY SAFE AGAINST SCAMMERS on: October 08, 2023, 10:26:21 PM
I want to suggets that important data like payment address and other relevant stuff should be signed with their bitcoin public address or with some signed PGP Public key.
Those data must be stacked in some of the forum post with in some months or weeks:

Stake your Bitcoin address here
The BCT PGP/GPG Public Key Database: Stake Your PGP Key Here

I know that this may be some difficult for some people, but at least most software wallet like electrum/sparrow can sign text messagess easily.
At least with this you may notice that you are dealing with someone that knows what is he doing.
354  Bitcoin / Wallet software / Re: Are blockchain explorer threat to the privacy ? on: October 08, 2023, 08:37:55 PM
Same might be possible for importing private keys into Sparrow, as the documentation of Bitcoin Core's descriptors says that anywhere where a public key is valid a WIF private key is also valid and same for xpubs can be replaced by xprvs if necessary or desired.

Importing a individual private key is not possible, it only offer the option to sweep it.

For an HD key  are you refering to BIP 32 xpriv ?



In that case is possible to import it.

In case of of xpubs, and you can specify the script type and the Derivation path




Another question is if Sparrow needs to be connected to a bitcoind instance instead of an Electrum server which probably most users prefer?

It can use both ot them


355  Bitcoin / Bitcoin Discussion / Is it important to check addresses for AML before doing transactions with it? on: October 08, 2023, 07:27:39 PM
Well, I am just asking.

Do you consider this important? Usually when we request some payment in bitcoin, we don't care where those funds comes from. But what happens when some of us try to cash out that balance through some CEX to your bank account

I've readed histories here where people get their funds stuck for weeks or months and that would be frustatransing.

So again the question: Is it important to check addresses for AML before doing transactions with it?

Most of the AML checks services offer only a few checks per month, why?

Obviously if we don’t have any plan to cashout that balance we don’t care much about AML checks.

Is there some free unlimit service to check for AML?

What are your thoughts about this?

Regards!
356  Economy / Lending / Re: Lending Service Started! (USDT/BUSD/BTC/LTC/ETH/DOGE/ETC)! on: October 08, 2023, 05:59:59 PM
I have some doubt, who decides the Loan Repay Amount it is always 10% per month ?
357  Other / Archival / Re: What Is Alcoins? on: October 08, 2023, 03:08:06 PM
Practice using your favorite search engine when asking super common questions to prevent unnecessary redundant threads.

I think that OP is some alternate account of somebody else, if you see the post receive merit from some other new account, that is suspicious because the post don’t deserve it.
358  Local / Español (Spanish) / Re: Encarando el próximo bull run. on: October 08, 2023, 03:02:53 PM
No está mal, realmente las predicciones si que están moderadas y nada descabellado, en mi caso voy a seguir acumulando algo al mismo ritmo que vengo desde hace un año y tengo proyectado no gastar mucho de eso sino hasta el próximo periodo como comentas 2028-2032.

Esperando seguir con buena salud para esos días, en cualquier caso ya lo tengo heredado por cualquier imprevisto.

Saludos!
359  Other / Archival / Re: What Is Alcoins? on: October 08, 2023, 02:41:51 PM
An alt-coin is any other alternative to bitcoin.

According to https://www.ledger.com/academy/crypto/what-is-the-difference-between-coins-and-tokens#:~:text=%E2%80%94%20Coins%20are%20any%20cryptocurrency%20that,interesting%20properties%20relating%20to%20interoperability.

Quote
— Coins are any cryptocurrency that has a standalone independent blockchain (Bitcoin, Ethereum, Ripple…)

— Tokens are digital assets that operate on an existing blockchain network instead of on their own. This gives them some interesting properties relating to interoperability.

You should know the difference between them, also i don't recomento to invest in alt-coins or tokens.
360  Other / Beginners & Help / Re: Post your PGP key, add an encrypted message, open for anyone. on: October 08, 2023, 02:39:03 PM
no I am not, it's my girl where I got the inspiration.

Lol, I just guessed what he asked. Roll Eyes Roll Eyes they need to understand that until prove otherwise, every girl is a G.I.R.L (guy in real life)

You are doing well. Enjoy in the community. Try to set up a business of your own which will allow to receive payment in crypto. It really depends on what you want in your life. I hope it helps.

Thank you for your reply, i read that before in some other post. I am about to try something.

Ragards!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!