Bitcoin Forum
June 23, 2024, 03:58:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »
 81 
 on: Today at 09:14:54 AM 
Started by Abiky - Last post by alexforneus
It's really strange for me why there are some pro crypto people that don't support him

 82 
 on: Today at 09:11:04 AM 
Started by COBRAS - Last post by ABCbits
Hi, I make a scrypt what give a publick key's and base point's of transaction nonce  from any rsz.

If you interested in tests and get possible profit(50%) try brute froce with kangaroo or bsgs in range from 1 to 2**80:

Are you offering script with sharing profit scheme? If so, you probably should move this thread to Services board.

 83 
 on: Today at 09:07:11 AM 
Started by julia335 - Last post by ABCbits
There are some methods to do that:

1.- Import all the private keys on Bitcoin core, you could use a script for that, something like:

Code:
for a in $(cat privatekeys.txt)
do
bitcoin-cli importprivkey $a
done

You forget 2 important things,
1. importprivkey only works on non-descriptor wallet.
2. By default importprivkey will rescan whole blockchain, so you need to pass false parameter to avoid rescan whole blockchain 86400 times.

 84 
 on: Today at 09:05:00 AM 
Started by MainIbem - Last post by Luzin
it's not supposed to be debated cause we've all seen the success of the project from the first day of creation by Satoshi to this present day
Now I'm curious, do you hold Bitcoin since May 2017 till now? you registered on that time and you're believing in Bitcoin since the first day of creation, which mean there's no way you will not buy Bitcoin if you believe it in the first place.

If you look at Satoshi's vision today, Bitcoin is different. Bitcoin is not a means of transaction without a 3rd party but a means of investment and this is very far from Satoshi's vision.

Regarding Hold, I hold some and sell some to make ends meet. It seems like if one holds Bitcoin from the 2017 price then he will make a lot of profit. At that time I believed that Bitcoin was capable of providing profits. I even spent a little money to start investing. At this time I feel lucky because I got to know him earlier. If anyone is new and wants to start then don't hesitate. The value of bitcoin is not an obstacle, investment is taking advantage of circumstances and there is always an opening to make a profit.

 85 
 on: Today at 09:03:24 AM 
Started by MainIbem - Last post by SatoPrincess
There are time to invest in bitcoin which is the bull season and there are time not to invest in bitcoin which is the bear season. The bull season has started since 2023 and not yet over. Investing in bitcoin right now would be good. But not all the time someone can invest in bitcoin. There are sometimes that you just need to wait until the massive bear season is over but we are not yet in that period of time.
Some traders prefer trading in the bull season compared to the bear market because of bigger risk in bear market, but for investors I believe the bear season is the best time to buy Bitcoin and hodl.

OP, people have different opinions on the subject, it is possible to make profit in both the bull or the bear seasons so do your own research and decide for yourself which strategy works for you.

 86 
 on: Today at 08:59:56 AM 
Started by Lepi - Last post by alexeyneu
now the whole thing

Code:
curl -OL http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb
curl -OL http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0-dev_1.0.2n-1ubuntu5.13_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb
sudo dpkg -i libssl1.0-dev_1.0.2n-1ubuntu5.13_amd64.deb
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev -y
curl -OL https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz
tar -xf Python-2.7.18.tar.xz
sudo mv Python-2.7.18 /opt/Python2.7.18
cd /opt/Python2.7.*
./configure --enable-optimizations --enable-shared
make -j4
sudo make altinstall
sudo ldconfig //opt/Python2.7.18
whereis python2.7

sudo ln -s /usr/local/bin/python2.7 /usr/bin/python

//then cd to some folder you have write access to

git clone https://github.com/coinbase/multisig-tool
cd *
sudo apt install  nodejs
sudo apt install  npm
npm install bip38 crypto-browserify --save
./node_modules/.bin/browserify -r bip38 -s Bip38 > lib/multisig/bip38.js
make compile
make run

http://127.0.0.1:8000/


 87 
 on: Today at 08:59:08 AM 
Started by regenbogen - Last post by ABCbits
It's probably due to one of those reasons,
1. You need to trust the exit node.
2. Unless you and other node use encryption (this is recent addition based on BIP 324), the connection isn't encrypted.
3. Theoretically anyone could run exit node, including government and analysis company.

 88 
 on: Today at 08:56:29 AM 
Started by JamesNZ - Last post by FatFork
Don't you get tired of playing dumb?

I could ask you the same thing. You've been trotting out the same wrong arguments for years, and nobody here gives a damn anymore.  Get a clue and come back with something original.

Value can only be assigned to something actual - gold, debt, liability to redeem, picture, company, computer program, patent, etc.

Again with this narrow-minded (and frankly, stupid) argument? By whose definition? How do you define "something actual"? Or do you think that, for example, ideas and thoughts cannot have value?
But... we already talked about this a few years ago, haven't we? It's astounding how you ignore facts that don't fit your narrative.

Oh, and here's the kicker! Bitcoin is essentially a computer program. So you just contradicted yourself in one sentence. Congratulations!

and now you're forced to play dumb to hide the fact that you participate in the dumbest invention in human history.

Again, by whose definition? Yours? Let's be honest, your previous blunders haven't exactly screamed 'financial' nor 'technology guru.' So, I'm genuinely curious - what qualifies you to be the authority on this subject?

 89 
 on: Today at 08:48:28 AM 
Started by snerd - Last post by ABCbits
This node is in the middle of nowhere in a wheat field, 50 miles east of Little Rock, AR.
Maybe there's a large demand to update other Bitcoin nodes in your field Cheesy

Seriously though: I don't know how much distance matters for Bitcoin Core downloads.

Distance doesn't matter, but network type (IPv4, IPv6, Tor or I2P) and IP address range matters. See https://bitcoincore.reviews/16702. I would speculate there aren't many other full node on OP's IP range.

 90 
 on: Today at 08:43:08 AM 
Started by Felicity_Tide - Last post by vjudeu
Quote
Transactions with nLocktime field set to future dates/block will be rejected by nodes as "non-final", so it wont make it in any node's mempool that enforce that rule.
This is almost true. Almost, because it is the case for those, who use Bitcoin Core. But there are sites, which can accept timelocked transactions for some reason, hold them for a few hours, and then drop, when it will stay unconfirmed (and yes, for those few hours, they may even show, that there is 35% chance for transaction inclusion, even if the real chance is 0%, because of the locktime).

Some example of such website: https://live.blockcypher.com/btc-testnet/pushtx/

Pages: « 1 2 3 4 5 6 7 8 [9] 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!