Search content
Sort by

Showing 20 of 45 results by OddyseyGames
Post
Topic
Board Marketplace
Re: Please Is Crypto Exchange Franchise Profitable?. Please I need advice
by
OddyseyGames
on 17/12/2021, 09:56:58 UTC
You can earn as much as I know the franchise is more expensive than developing a new exchange. A franchise gives you recognition, but if you're targeting a specific region, you can create your own.
Post
Topic
Board Project Development
Re: Project Idea - Decentralized Twatter
by
OddyseyGames
on 16/12/2021, 12:16:01 UTC
Big idea = big money for advertising. Donald Trump failed)
I believe that you can create just thematic decentralized services, they will be in demand.
Post
Topic
Board Off-topic
Re: Do you prefer the city or the village?
by
OddyseyGames
on 14/12/2021, 20:46:23 UTC
Half of our team lives in the village. In the city, we have apartments to sometimes escape to the city for rest)   Cheesy
Post
Topic
Board Beginners & Help
Re: cygan's 'Complete the Word Game and Get Merits 2.0'
by
OddyseyGames
on 13/12/2021, 20:47:15 UTC
2. Instamine
Post
Topic
Board Beginners & Help
Merits 1 from 1 user
Re: cygan's 'Complete the Word Game and Get Merits 2.0'
by
OddyseyGames
on 13/12/2021, 19:14:40 UTC
⭐ Merited by cygan (1)
4.  Bitcointalk forum
Post
Topic
Board Beginners & Help
Merits 3 from 2 users
Re: [Merit] Hey Newbies! Can You Sign A Message?
by
OddyseyGames
on 13/12/2021, 10:38:11 UTC
⭐ Merited by OgNasty (2) ,Welsh (1)
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=
Post
Topic
Board Bitcoin Technical Support
Re: mempool / electrs install, can load transactions but not addresses
by
OddyseyGames
on 13/12/2021, 07:08:16 UTC
I think you might have a firewall. First try using 127.0.0.1 instead of 192.168.4.116

in /electrs/config.toml
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
Post
Topic
Board Bitcoin Technical Support
Re: Help with testnet node
by
OddyseyGames
on 12/12/2021, 23:10:51 UTC
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]
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: need help - wikipedia page with multiplicatice subgroup of power 2
by
OddyseyGames
on 12/12/2021, 22:38:16 UTC
⭐ Merited by interiawp (1)
few months ago I found on wikipedia article about "multiplicative" subgroups of power two.

could some one give links?

Are you by any chance about this articles?
https://en.wikipedia.org/wiki/Multiplicative_group_of_integers_modulo_n
https://en.wikipedia.org/wiki/Power_of_two
Post
Topic
Board Beginners & Help
Re: cygan's 'Complete the Word Game and Get Merits 2.0'
by
OddyseyGames
on 12/12/2021, 22:31:52 UTC
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
Post
Topic
Board Bitcoin Discussion
Re: Exactly how does BTC development go on, if the current group all quits or dies?
by
OddyseyGames
on 12/12/2021, 16:27:34 UTC
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.
Post
Topic
Board Beginners & Help
Re: cygan's 'Complete the Word Game and Get Merits 2.0'
by
OddyseyGames
on 12/12/2021, 16:04:04 UTC
4) Benchmark
Post
Topic
Board Beginners & Help
Merits 1 from 1 user
Re: cygan's 'Complete the Word Game and Get Merits 2.0'
by
OddyseyGames
on 12/12/2021, 14:42:51 UTC
⭐ Merited by cygan (1)
4) Timestamp
Post
Topic
Board Beginners & Help
Re: cygan's 'Complete the Word Game and Get Merits 2.0'
by
OddyseyGames
on 12/12/2021, 13:35:28 UTC
4) Vaporware
Post
Topic
Board Beginners & Help
Re: cygan's 'Complete the Word Game and Get Merits 2.0'
by
OddyseyGames
on 12/12/2021, 13:03:41 UTC
4) Substrate
5) Bitcoiner
Post
Topic
Board Bitcoin Discussion
Re: What is the single worst piece of advice you ever received relative to Bitcoin?
by
OddyseyGames
on 12/12/2021, 12:55:58 UTC
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.
Post
Topic
Board Bitcoin Technical Support
Re: mempool / electrs install, can load transactions but not addresses
by
OddyseyGames
on 12/12/2021, 12:41:24 UTC
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.
Post
Topic
Board Beginners & Help
Merits 2 from 1 user
Re: cygan's 'Complete the Word Game and Get Merits 2.0'
by
OddyseyGames
on 12/12/2021, 12:26:04 UTC
⭐ Merited by cygan (2)
1) Market Signal
2) Nifty Gataway
3) Chain Split
4) Parachain
5) Custodial
6) Bearwhale
Post
Topic
Board Altcoin Discussion
Re: Would You Prefer a KYCed Team?
by
OddyseyGames
on 12/12/2021, 09:50:11 UTC
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.
Post
Topic
Board Bitcoin Technical Support
Re: mempool / electrs install, can load transactions but not addresses
by
OddyseyGames
on 11/12/2021, 22:41:10 UTC
Have you used 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.