Bitcoin Forum
May 26, 2024, 12:14:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Other / Beginners & Help / myNode support on Telegram. Is it awful ? on: March 01, 2024, 06:31:28 PM
Hello guys,
This is not a rant but it may look like one. My apologies.
Has anyone been trying to get some support from the Telegram channel myNode ?
I've been trying to address this channel a few times and all I'm getting are generic irrelevant questions about my system, by some guys which it is impossible to conclude if they are scam or AI bots.
If you start asking questions, the answers just do not make any sense, as if whoever attempt to support you didnt read your question.

Am I the only one having these doubts ?

After some hours of chatting, one finds himself in a dead end with absolutely no result.
Are there scammers on this Telegram channel ?
One guy even asked me to post my private bitcoin key so he can verify if myNode was sending the proper info to their servers. I mean, this is so weird.

Any thoughts

Here is the link to my technical issue that started this whole adventure:
https://bitcointalk.org/index.php?topic=5487085.0
22  Bitcoin / Bitcoin Technical Support / Re: Why is the RPC explorer failing to connect to the Bitcoin Core in myNode ? on: March 01, 2024, 02:25:20 PM
Have you checked whether you can edit BTC RPC Explorer setting from myNode GUI app?
There doesn't seem to be any way for editing the .env file from any of myNode GUI pages.
At least, I couldn't find anything.
23  Bitcoin / Bitcoin Technical Support / Re: Why is the RPC explorer failing to connect to the Bitcoin Core in myNode ? on: March 01, 2024, 12:29:33 AM
Try adding the followings two in configuration file:
Code:
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
Which config file ?  Bitcoin or .env ?
Thanks
24  Bitcoin / Bitcoin Technical Support / Re: Why is the RPC explorer failing to connect to the Bitcoin Core in myNode ? on: March 01, 2024, 12:26:40 AM
What's your current config in your Bitcoin.conf file? Did you set up RPC and enable it?
Based on the logs it seems it's a connection refused. Would you mind to replace this BTCEXP_HOST=0.0.0.0 with BTCEXP_HOST=127.0.0.1 and then replace localhost with the local IP of your node like 192.168.1.1 then use this command to restart the explorer.
Code:
sudo systemctl restart btc-rpc-explorer
If the error still persists try the other configuration posted below.
- https://bitcointalk.org/index.php?topic=5367296.msg61517989#msg61517989

OK. Some weird things happened. First, if I edit .env with nano, the file will be edited properly. Then when restarting BTC_RPC_Explorer from myNode "Manage" page, the .env file will revert back to original. All changes will disappear.
Second, your proposed line "sudo systemctl restart btc-rpc-explorer" will generate an error in Terminal:
Code:
Failed to restart btc-rpc-explorer.service: Unit btc-rpc-explorer.service not found.

Third, I've added the Bitcoin config file on my second post ( see #2 )

Fourth, I did enabled RPC but I didnt do anything about setting it up cause I do not have any knowledge about how to do so.

Thanks for your help. Very appreciated.

25  Bitcoin / Bitcoin Technical Support / Re: Why is the RPC explorer failing to connect to the Bitcoin Core in myNode ? on: February 29, 2024, 03:36:56 PM
Here is a partial log file from the BTC RPC EXPLORER STATUS file.
Not the whole file for these lines repeat about 50 times over, which IMO would be useless to completely post here.

Code:
Feb 29 09:18:36 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:36.124Z btcexp:errorVerbose Stack: Error: connect ECONNREFUSED ::1:8332
Feb 29 09:18:36 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:36.124Z btcexp:error Error 32ugegdfsde: Error: connect ECONNREFUSED ::1:8332, json: {"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"::1","port":8332,"userData":{"request":"getnetworkinfo"}}, userData: [object Object] (json: {})
Feb 29 09:18:36 mynode btcrpcexplorer[8611]:     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
Feb 29 09:18:36 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:36.124Z btcexp:errorVerbose Stack: Error: connect ECONNREFUSED ::1:8332
Feb 29 09:18:36 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:36.124Z btcexp:error Error RpcError-001: Error: connect ECONNREFUSED ::1:8332, json: {"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"::1","port":8332,"userData":{"request":"getnetworkinfo"}}, userData: [object Object] (json: {"request":"getnetworkinfo"})
Feb 29 09:18:36 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:36.123Z btcexp:app Verifying RPC connection...
Feb 29 09:18:06 mynode btcrpcexplorer[8611]:     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
Feb 29 09:18:06 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:06.122Z btcexp:errorVerbose Stack: Error: connect ECONNREFUSED ::1:8332
Feb 29 09:18:06 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:06.122Z btcexp:error Error RpcError-001: Error: connect ECONNREFUSED ::1:8332, json: {"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"::1","port":8332,"userData":{"request":"getblockchaininfo"}}, userData: [object Object] (json: {"request":"getblockchaininfo"})
Feb 29 09:18:06 mynode btcrpcexplorer[8611]:     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
Feb 29 09:18:06 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:06.122Z btcexp:errorVerbose Stack: Error: connect ECONNREFUSED ::1:8332
Feb 29 09:18:06 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:06.122Z btcexp:error Error 32ugegdfsde: Error: connect ECONNREFUSED ::1:8332, json: {"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"::1","port":8332,"userData":{"request":"getnetworkinfo"}}, userData: [object Object] (json: {})
Feb 29 09:18:06 mynode btcrpcexplorer[8611]:     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
Feb 29 09:18:06 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:06.122Z btcexp:errorVerbose Stack: Error: connect ECONNREFUSED ::1:8332
Feb 29 09:18:06 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:06.121Z btcexp:error Error RpcError-001: Error: connect ECONNREFUSED ::1:8332, json: {"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"::1","port":8332,"userData":{"request":"getnetworkinfo"}}, userData: [object Object] (json: {"request":"getnetworkinfo"})
Feb 29 09:18:06 mynode btcrpcexplorer[8611]: 2024-02-29T15:18:06.120Z btcexp:app Verifying RPC connection...

Code:
# bitcoin configuration
# /home/bitcoin/.bitcoin/bitcoin.conf
# Bitcoin options
server=1
daemon=1
# Needed for BTC-RPC-Explorer
txindex=1
# CPU count
par=-1
# Debug log settings
shrinkdebugfile=1
# Connection settings
rpcauth=mynode:Some big and long string here
rpcport=8332
rpcbind=0.0.0.0
rpcallowip=127.0.0.1
rpcallowip=100.100.100.100/8
rpcallowip=172.166.60.60/12
rpcallowip=192.168.0.0/16
# Set default wallet so some wallet APIs work
main.wallet=wallet.dat
main.wallet=joinmarket_wallet.dat
test.wallet=wallet.dat
test.wallet=joinmarket_wallet.dat
# Enable Deprecated RPCs (if any)
deprecatedrpc=create_bdb
# Whitelist local connections (and docker)
whitelist=127.0.0.1
whitelist=172.16.0.0/12
# Dont limit data to electrum server or local network
whitelist=download@100.100.100.100/8
whitelist=download@192.168.0.0/16
# Enable Bloom filters (local network)
whitelist=bloomfilter@100.100.100.100/8
whitelist=bloomfilter@192.168.0.0/16
zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
zmqpubhashblock=tcp://0.0.0.0:28334
# MyNode Optimizations
dbcache=3000
maxorphantx=10
maxmempool=500
maxconnections=40
maxuploadtarget=5000
rpcworkqueue=32
mempoolfullrbf=1
# IPv4 only
onlynet=ipv4
#listenonion=0 #???
bind=0.0.0.0# Tor config
proxy=127.0.0.1:9050
listen=1
onlynet=onion
26  Bitcoin / Bitcoin Technical Support / Re: How do you recover BTC from a multi-signature wallet? [BTC TIP$ FOR HELP] on: February 29, 2024, 03:29:57 PM
For sake of upgrading everyone's knowledge here, and
I certainly am interested in knowing how you proceeded to recup your cryptos.

By all means, thank you for educating us, pls.
27  Bitcoin / Bitcoin Technical Support / Why is the RPC explorer failing to connect to the Bitcoin Core in myNode ? on: February 29, 2024, 03:12:53 PM
Newly installed myNode OS is running on a mini PC with 8GB RAM and 2T SSD.
The whole blockchain is now completely loaded in the SSD
Electrum Server and Bitcoin are running OK. The NTC RPC Explorer has the little green light.
From the myNode Home page, when clicking on the “Explorer” button, a new web page open and show this error:

Code:
No RPC Connection
This explorer currently is failing to connect to your Bitcoin Core node.
Check your connection details (host & port for Bitcoin Core), as well as your authentication details (username, password, etc).
All of these parameters need to be specified in a ".env" file or via commandline parameters.

Here is a copy of the NTC RPC Explorer .env file:
Location:  /opt/mynode/btc-rpc-explorer/.env
Code:
=======  START OF .env FILE ( stripped of all comments )===========

BTCEXP_COIN=BTC
BTCEXP_HOST=0.0.0.0
BTCEXP_PORT=3002

# BTCEXP_BITCOIND_URI=bitcoin://rpcusername:rpcpassword@127.0.0.1:8332?timeout=10000

BTCEXP_BITCOIND_HOST=localhost
BTCEXP_BITCOIND_PORT=8332
BTCEXP_BITCOIND_USER=mynode
BTCEXP_BITCOIND_PASS=/// here some unique key hidden /////

# BTCEXP_BITCOIND_COOKIE=/path/to/bitcoind/.cookie

BTCEXP_BITCOIND_RPC_TIMEOUT=10000
BTCEXP_ADDRESS_API=electrumx
BTCEXP_ELECTRUMX_SERVERS=tcp://127.0.0.1:50001
BTCEXP_RPC_CONCURRENCY=4
BTCEXP_PRIVACY_MODE=true
BTCEXP_SSO_TOKEN_FILE=/opt/mynode/btc-rpc-explorer/token
BTCEXP_UI_THEME=light
BTCEXP_UI_SHOW_TOOLS_SUBHEADER=true

=======  END OF .env FILE ===========

I’m a newbie in the world of all things node and linux, so my knowledge is pretty limited.
Where do I start to get the NTC RPC Explorer functional ?
Thank you for any assistance.
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NEW XBY ANN] XTRABYTES - OFFICIAL WEBSITE and WHITEPAPER RELEASED on: November 06, 2017, 02:23:07 AM
BORZ 777 is 48 Hours Away
Be sure to get your questions posted so that we can choose the 7 best questions for this month.
Remember, this is Borzalom, the technical genius and lead developer of XTRABYTES. So, put your energy into thinking about TECHNICAL questions because he will only answer technical questions during this monthly event.
Thank you in advance for your time and energy to come up with some great questions for Borz!

Here, I think, would be a very promoting question for XBY:
What would be the most important advantages for XBY compare to the actual EOS.IO crypto being currently introduced. ?
I read that EOS.IO will also offer lightning speed transactions and a bunch of other features similar to ETH and blockchain storage. Is XBY got some extra features capable of surpassing EOS.IO ?  And, is XBY ready and functional prior to EOS.IO ?
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution on: July 28, 2017, 05:23:36 PM
My guess is: There is no reason that we should not see XtraBYte along with all the other major cryptos out there in the range of $10 to $50 USD per XBY. Sky is the limit folks. When people at large start to recognize the usefulness of this technology and start to use it, XBY will skyrocket.
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution on: June 20, 2017, 01:56:55 AM
CCR thumbs up  - this intervention was long overdue
31  Alternate cryptocurrencies / Altcoin Discussion / Re: How long to download Ethereum Blockchain? on: June 14, 2017, 02:06:15 AM
Just as a datum, I started for the first time the Ethereum app on Thursday the 8th of June and I am still downloading the blockchain today on the 13th of June (and nothing is wrong with my internet connection). According to calculations I am at about 90% from completion and actually downloading at a rate of 0.17% blockchain per hour. Calculated prediction for 100% completion is putting me to the 17th of June, and that is if it stays at 0.17% blockchain/hour. Since start, it went from 5% per hour down to now 0.17%. This is ridiculously slow and completely nonsense. Just imagine what its gonna be when the blockchain attain 10 millions blocks. This is a total joke! And, this is my third attempt at completing the whole blockchain. The two previous ones were stopped because I thought my computer and or Ethereum installation was something wrong. I now am confident that everything is operating normally (according to posted information and research) and that I must be submitted to this ridiculously slow installation. After the whole 8 or 9 days (I hope) of installation I will be a happy owner of a tedious Ethereum blockchain. 

Just be patient guys!
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution on: May 17, 2017, 03:51:16 AM
XBY down to 200 sat then soon 1 sat again!!!
Id rather die with the regrets of failure than die with the regrets of not having tried hard enough.
But I do have a strong feeling that I may very well die rich.
33  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple releases 333 million more Tokens on: May 17, 2017, 02:39:53 AM
This is nothing less than shocking. People never learn! I was drawn to take a look at Ripples after seing today's performance on CoinMarkietCap. XRP are coming out of the sea like a shark chasing flying food. What's happening to all those people who bought into this volatile futile currency ? Has anyone ever studied the american dollar or any other fiat currencies ? Isn't those people understood already that fiat currency is anything but viable? I am amazed! 
What gives value to a currency is it's scarcity. If Ripple releases so many units regularly the only people gaining in such a scam are the initial investors who knew since the beginning what they were up to. This an oversimplified picture but still is the reality. Get your money out now people. This is going to fall down just like the U$ dollar is about to do pretty soon.
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution on: May 16, 2017, 05:20:00 PM
How can I upload an Avatar on my Profile ? Tried to do it but the option do not seem to be available.
Any hint ?
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution on: May 09, 2017, 03:29:05 AM
When trying to execute directive 1 from page 55 for implementation of a Static, I get this error message from the Debug Console:
Quote
23:03:32 Welcome to the xtrabytes RPC console. Use up and down arrows to navigate history, and Ctrl-L to clear screen.
23:11:10 dumpprivkey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
23:11:10 Error: Please enter the wallet passphrase with walletpassphrase first. (code -13)
23:12:04 dumpprivkey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
23:12:04 Error: Wallet is unlocked for staking only. (code -13)
What does it mean and how can I continue the directives ?
Thanks for your help
36  Economy / Exchanges / Re: C_CEX awfully slow to handle withdraw problem on: May 06, 2017, 03:26:47 AM
As far as I can see I've done nothing wrong with my C-CEX account, yet my attempt to withdraw XtraBYtes (XBY) funds is in vain! I have been collecting many screenshots of attempts to communicate with C_CEX support and the only thing happening is a robot answer stating
Quote
"Wallet is on maintenance now. Please, wait until we finish and we will be able to resolve this issue after that"
Huh
Yea! sure. Maintenance of an account certainly does not take over 24 hours. C_CEX was lightning fast to accept my funds when I filled up my account with my precious bitcoins. They are not so willing to let my have my money back now! Also, even after two messages to support, I still get the exact word for word automated answer. They apparently cannot do anything until the account is out of maintenance status.  I can understand that they are getting uncountable support request and that they have to resort to automated robotic reply system to keep up but that is not a way to handle my XBY portfolio.
C_CEX is not an exchange it is a gimmick to hold on your funds while making profit. At least that is what transpire from the behavior. Dont juge a person on his words but on his actions.
I want my funds C_CEX! What are you doing ?  And dont accuse me of not asking, I have sent you 2 support requests so far in the last 24 hours.    A suggestion anyone ?
Sorry to hear that thing happen into you but its still just on 24 hours and isn't too long for waiting time.Give them sometime to complete the maintenance and maybe they are really doing it.Just keep on the track on contacting them until a support responds-not a bot.If this situation would come out on days then that's the time you would really make some accusations.
Things got corrected. I now have access to my funds. thanks for the reply. I guess I was in panic mode because I didn't expect such a situation. Also because c-cex are not too fluid in their explanation.  Next time I,ll know better.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution on: May 05, 2017, 07:37:08 PM
OOPS... actually the NEW instructions are on page 55.
Please refer to the post from CCRevolution on Page 55
Some technical questions about the Wallet before I dwelve into page 55. My XtraBYtes Wallet is stuck on Synchronizing for days now. It shows 2146 blocks remaining. I have QT version   5.8.0. installed. Is that the most update version? Is it normal that it is not synchronizing for such a long period? My computer is ON 24/7. And, probably related, my latest 575000xby deposit on 4may2017 is still not confirmed ( shown in gray on the wallet). Any suggestions?

XBY is now the 169th currency in Market Cap rank, it's taking momentum, life is great, were all gonna get rich Smiley))
Thanks, have a terrific day.
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution on: May 05, 2017, 07:12:49 PM
Also, Fred, please join us in Slack... if you don't know what that is, send me a PM with you email address and I will send you a TEAM invite.
WoW! Thanks for the invitation, Yes, Sure !
though, I réalise this may sound a bit dumb but what's a PM and how do I send you my email?
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution on: May 05, 2017, 06:22:13 PM
Hello CCRevolution, now that I have been able to recuperate my 1,001,896xby and ready to get into static, what is the next step? How do I start a Static?
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Database on: May 04, 2017, 02:37:12 PM
C-CEX updated the wallet
Thank you for the update. I was just able to recuperate my 500000XBY getting ready for a Static. Thank you so much for your support and information provided. I think my panic was triggered more by the fact that I couldnt get any information to why my account was frozen. You guys came in and poke some info that made me fell more safe with my account on c-cex.
XBY will take off big time and I put my words on, the main reason is that there is an amazing team to back it up. Thanks again. Im in for long...
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!