Bitcoin Forum
May 21, 2024, 02:12:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Project Development / Re: Project Idea - Decentralized Twatter on: December 16, 2021, 12:16:01 PM
Big idea = big money for advertising. Donald Trump failed)
I believe that you can create just thematic decentralized services, they will be in demand.
2  Other / Beginners & Help / Re: cygan's 'Complete the Word Game and Get Merits 2.0' on: December 13, 2021, 08:47:15 PM
2. Instamine
3  Other / Beginners & Help / Re: cygan's 'Complete the Word Game and Get Merits 2.0' on: December 13, 2021, 07:14:40 PM
4.  Bitcointalk forum
4  Other / Beginners & Help / Re: [Merit] Hey Newbies! Can You Sign A Message? on: December 13, 2021, 10:38:11 AM
Hello all. Thanks  Smiley
Quote
Address: 1HuHSJQDNggK2wczG2jGj75ai42FB6TCzw
Message: Hello BitcoinTalk, we are OddyseyGames and we can sign a message. Today: 13/12/2021
Signature: IK2sDpZqhlS9bSzCtuAHaJOA69inOb+1ZYtI4ro7hCT7eq1M6rT/kTgI6nQuwlLdQX8ZoPUm1Y3Gj4uOYsdaIHI=
5  Bitcoin / Bitcoin Technical Support / Re: mempool / electrs install, can load transactions but not addresses on: December 13, 2021, 07:08:16 AM
I think you might have a firewall. First try using 127.0.0.1 instead of 192.168.4.116

in /electrs/config.toml
Code:
electrum_rpc_addr = "127.0.0.1:50001"

Quote
Make sure that the rcpallowip= coorelates to your local subnet address range.
bitcoin.conf
Code:
rpcbind=127.0.0.1
rpcallowip=192.168.4.0/24
rpcport=8332
6  Bitcoin / Bitcoin Technical Support / Re: Help with testnet node on: December 12, 2021, 11:10:51 PM
Quote
And that resulted in this error:
Error: Config setting for -rpcbind only applied on test network when in [test] section.

I fixed it by adding rpcbind=127.0.0.1 to the [test] section. 

Try with this config. I just moved the RPC parameters to the test section.

Code:
coin=testnet
testnet=1
txindex=1
dbcache=1024
listen=1
onion=127.0.0.1:9050
discover=1
proxyrandomize=1
server=1
addresstype=bech32
changetype=bech32

# Options only for mainnet
[main]

# Options only for testnet
[test]
rpcbind=127.0.0.1
rpcport=18332
rpcauth=<rpcuser>:<rpcpassword>

# Options only for regtest
[regtest]
7  Other / Beginners & Help / Re: cygan's 'Complete the Word Game and Get Merits 2.0' on: December 12, 2021, 10:31:52 PM
5. Keylogger

Keylogger is correct - 1 merit won

4) Timestamp

Timestamp is correct - 1 merit won

so now the round #5 is finished and also new users could earn some merits Smiley

I like it. An interesting enough topic, when is round 6?  Grin
8  Bitcoin / Bitcoin Discussion / Re: Exactly how does BTC development go on, if the current group all quits or dies? on: December 12, 2021, 04:27:34 PM
You may notice that the developers leave and come. It is natural, there will be new ones that will win the trust of the community and their views on Bitcoin will be new, fresh and the commits will be useful and clean.
9  Other / Beginners & Help / Re: cygan's 'Complete the Word Game and Get Merits 2.0' on: December 12, 2021, 04:04:04 PM
4) Benchmark
10  Other / Beginners & Help / Re: cygan's 'Complete the Word Game and Get Merits 2.0' on: December 12, 2021, 02:42:51 PM
4) Timestamp
11  Other / Beginners & Help / Re: cygan's 'Complete the Word Game and Get Merits 2.0' on: December 12, 2021, 01:35:28 PM
4) Vaporware
12  Other / Beginners & Help / Re: cygan's 'Complete the Word Game and Get Merits 2.0' on: December 12, 2021, 01:03:41 PM
4) Substrate
5) Bitcoiner
13  Bitcoin / Bitcoin Discussion / Re: What is the single worst piece of advice you ever received relative to Bitcoin? on: December 12, 2021, 12:55:58 PM
In 2014, fellow developers said that it was a ponzi and a means for the darknet. Since then, I don't communicate with them anymore) In 2017, it was also said a lot that it was a ponzi and it was necessary to sell it, I was still hodl and hodl. I will sell when needed, I do not like it when they advise what they don’t understand.
14  Bitcoin / Bitcoin Technical Support / Re: mempool / electrs install, can load transactions but not addresses on: December 12, 2021, 12:41:24 PM
I think it is likely the error is not on the Bitcoin side it is rather on the mempool. To be sure, try to add the debug configurations on my post above, I believe it will give clarity why the mempool is returning HTTP 500 since it will log more output on both electrs and mempool.

You are right.

Quote
Inspecting the URL via the Browser dev tools console gets me the same HTTP 500 error

There may also be an access error.  Start a bitcoin node with the -debug parameter and inspect what the node writes at the time of the request. You can use without -daemon.
15  Other / Beginners & Help / Re: cygan's 'Complete the Word Game and Get Merits 2.0' on: December 12, 2021, 12:26:04 PM
1) Market Signal
2) Nifty Gataway
3) Chain Split
4) Parachain
5) Custodial
6) Bearwhale
16  Alternate cryptocurrencies / Altcoin Discussion / Re: Would You Prefer a KYCed Team? on: December 12, 2021, 09:50:11 AM
From experience. In the spring, I invested in a coin, it was a pretty hefty amount of about $ 380k.
In the middle of summer it was already 38k, on July 13-15 they were hacked and it became 0.
Their CEO - Brandon conducted AMMA sessions and went live, talked with the stars about the creation of NTF.
It didn't help anything, as they say, Brandon kept the private keys in an email.

Simply put - the more self-promotion and colorful statements, the more likely it is to fail after some time.

I don't look at the team, but I look at their code, at the product. This is my personal opinion.
17  Bitcoin / Bitcoin Technical Support / Re: mempool / electrs install, can load transactions but not addresses on: December 11, 2021, 10:41:10 PM
Have you followed this instruction?
https://github.com/seth586/guides/blob/master/FreeNAS/bitcoin/freenas_2_bitcoin.md

Did you forget to specify the parameters in the bitcoin conf?

Code:
server=1
txindex=1
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333

Have you tried using the bitcoin-cli getaddressinfo [address] command directly?

Quote
But when I try to navigate/search
As far as I understand, you are using the web page for search? If yes: look what JsonRpc returns. You can do this in the browser in developer mode on the Network tab.
18  Bitcoin / Bitcoin Discussion / Re: Do you even want all your BTC to be anonymous. on: December 11, 2021, 10:22:59 PM
This is not a topic about the anonymity of bitcoin, but about the concealment of income) Each country has its own rules and its own "human fears", some countries may simply take everything away from you and you will still receive a very real punishment for using cryptocurrency or hiding income. Based on their Bitcoin court hearings in Europe, 90% are prison sentences for money laundering and cybercrime.
19  Economy / Economics / Re: To be financially well and healty you need to find fund manager on: December 11, 2021, 10:05:51 PM
Everyone should know the basics of financial literacy. It should be in the school curriculum.
To be honest, I would not trust my acquaintances money without understanding how the market or other business works.
They will say - the market has fallen, and will run away with your money, and you will not even know that the market has grown)
20  Alternate cryptocurrencies / Altcoin Discussion / Re: Unknown Tokens on my wallet? Growing.fi on: December 11, 2021, 09:49:15 PM
This is intrusive spam, i personally ignore such things. On Ethereum, it is now an expensive pleasure, many spammers use the Binance Smart Chain network.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!