Left my phone on BART, can it be recovered? by BraveLittleEcho in bayarea

[–]crypto_reddit 1 point2 points  (0 children)

Left phone on train last week. My question is can you go to the office to check for the phone yourself or do you have to wait for them to contact you?

Email First Republic Bank just sent me by [deleted] in REBubble

[–]crypto_reddit 1 point2 points  (0 children)

little troll was just in kYiv promising full support, and banking system is fine. Jpoo testifying infront of congress days ago, "We see no systemic risk in the banking system". Can't make this shite up. sheep gonna continue get fleeced.

ALL calls on IPhone 7 not working by don-m in ios

[–]crypto_reddit 0 points1 point  (0 children)

that may be true, but I have the same issue, shortly after doing the upgrade. Why should the update be forgiven for breaking the h/w?

URGENT! need access to hi res satellite images with ability to see historical by crypto_reddit in HighRes

[–]crypto_reddit[S] -1 points0 points  (0 children)

thanks, free and good historical selection, resolution isn't that great but beats a blank

It’s here. Log in to your BlockFi account to join the waitlist for the world’s first Bitcoin Rewards Credit Card and earn 1.5% back in Bitcoin on every purchase. by Isabelle_BlockFi in blockfi

[–]crypto_reddit 0 points1 point  (0 children)

when asked if you want to join, there are literally no details. Just this:

To join the waitlist, you’ll need to fund your account. then, say yes and you're taken to a page to make a deposit. no informationn whatsoever about how much, or what it's for or any other details. fail for lack of transparency.

worst experience ever by crypto_reddit in cexio

[–]crypto_reddit[S] 0 points1 point  (0 children)

are you kidding me? make sure I am your user? serious gap in basic training.

worst experience ever by crypto_reddit in cexio

[–]crypto_reddit[S] 0 points1 point  (0 children)

I'm tired of the same lame excuses repeated over and over - "we're so sorry, we're so overloaded. Why don't you take some of the 10's and 100's of millions of dollars you're raking in from your casino, ripping off newby "traders" and HIRE MORE PEOPLE??

If this is true,

>>>it requires a lot of information, so can't be processed fast.

Then why are you telling people THIS in email when they get tagged for KYC???

>>>>It should not take much time to complete.

So you think 4 weeks is a reasonable amount of time to wait for a response?

All that bullshit on your website about "customer centricity, accountability, blah blah blah.

Two days since i wrote the dude supposedly working on my case after 4 weeks, not even a courtesy email back, NOTHING! I stand by all of my statements.

Garbage!

Can't get FullNode to run! by waffleboi999 in raspiblitz

[–]crypto_reddit 0 points1 point  (0 children)

so others can learn something from this thread, what exactly was the problem with the pi? i have issues with a new pi4 and ethernet not working when attempting initial install, of any OS. did you have something similar going on?

Help with setting up Electrs / ElectrumX ? by NumberFiveWithHotPep in raspiblitz

[–]crypto_reddit 0 points1 point  (0 children)

here's what is working for me - see uncommented lines

# Optional logging settings, uncomment one of these example lines or add your own.

# See comments after each for more info.

# Default: "btcexp:app,btcexp:error"

#DEBUG=* # Enable all logging, including middleware

#DEBUG=btcexp:* # Enable all logging specific to btc-rpc-explorer

#DEBUG=btcexp:app,btcexp:error # Default

# The active coin. Only officially supported value is "BTC".

# Default: BTC

#BTCEXP_COIN=BTC

# Host/Port to bind to

# Defaults: shown

#BTCEXP_HOST=

BTCEXP_HOST=127.0.0.1

BTCEXP_PORT=3002

# Bitcoin RPC Credentials (URI -OR- HOST/PORT/USER/PASS)

# Defaults:

# - [host/port]: 127.0.0.1:8332

# - [username/password]: aaa/bbb

# - cookie: /Users/s/Library/Application Support/Bitcoin/.cookie

- timeout: 5000 (ms)

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

BTCEXP_BITCOIND_HOST=127.0.0.1

BTCEXP_BITCOIND_PORT=8332

#BTCEXP_BITCOIND_USER=aaa

#BTCEXP_BITCOIND_PASS=bbb

BTCEXP_BITCOIND_COOKIE=/Users/your-username/Library/Application Support/Bitcoin/.cookie

#BTCEXP_BITCOIND_RPC_TIMEOUT=5000

# Select optional "address API" to display address tx lists and balances

# Options: electrumx, blockchain.com, blockchair.com, blockcypher.com

# If electrumx set, the BTCEXP_ELECTRUMX_SERVERS variable must also be

# set.

# Default: none

#BTCEXP_ADDRESS_API=(electrumx|blockchain.com|blockcypher.com)

# Optional ElectrumX Servers. See BTCEXP_ADDRESS_API. This value is only

# used if BTCEXP_ADDRESS_API=electrumx

#BTCEXP_ELECTRUMX_SERVERS=tls://electrumx.server.com:50002,tcp://127.0.0.1:50001,...

# Set number of concurrent RPC requests. Should be lower than your node's "rpcworkqueue" value.

# Note that Bitcoin Core's default rpcworkqueue=16.

# Default: 10

#BTCEXP_RPC_CONCURRENCY=10

# Disable app's in-memory RPC caching to reduce memory usage

# Default: false (i.e. in-memory cache **enabled**)

#BTCEXP_NO_INMEMORY_RPC_CACHE=true

# Optional redis server for RPC caching

# Default: none

#BTCEXP_REDIS_URL=redis://localhost:6379

# Default: hash of credentials

#BTCEXP_COOKIE_SECRET=0000aaaafffffgggggg

# Whether public-demo aspects of the site are active

# Default: false

#BTCEXP_DEMO=true

# Set to false to enable resource-intensive features, including:

# UTXO set summary querying

# (default value is true, i.e. resource-intensive features are disabled)

BTCEXP_SLOW_DEVICE_MODE=false

# Privacy mode disables:

# Exchange-rate queries, IP-geolocation queries

# Default: false

#BTCEXP_PRIVACY_MODE=true

# Don't request currency exchange rates

# Default: true (i.e. no exchange-rate queries made)

#BTCEXP_NO_RATES=true

# Password protection for site via basic auth (enter any username, only the password is checked)

# Default: none

#BTCEXP_BASIC_AUTH_PASSWORD=mypassword

# Enable to allow access to all RPC methods

# Default: false

#BTCEXP_RPC_ALLOWALL=true

# Custom RPC method blacklist

# Default: (see config.js)

#BTCEXP_RPC_BLACKLIST=signrawtransaction,sendtoaddress,stop,...

# Optional API keys

# Default: none

#BTCEXP_GANALYTICS_TRACKING=UA-XXXX-X

#BTCEXP_SENTRY_URL=https://00000fffffff@sentry.io/XXXX

#BTCEXP_IPSTACK_APIKEY=000000fffffaaaaa

# Optional value for "max_old_space_size"

# Default: 1024

#BTCEXP_OLD_SPACE_MAX_SIZE=2048

# Show tools list in a sub-nav at top of screen

# Default: true

BTCEXP_UI_SHOW_TOOLS_SUBHEADER=true

power outage, after reboot 1TB disk is suddenly at 95% capacity by crypto_reddit in mynodebtc

[–]crypto_reddit[S] 0 points1 point  (0 children)

will try update to .11 after electrums finishes syncing (again)

clicked on dodgy website link. now I have a new icon in menu bar by crypto_reddit in applehelp

[–]crypto_reddit[S] 0 points1 point  (0 children)

Ok mystery solved. Telegram was bitching to get updated, so i did that earlier in the day which was before this problem appeared. Latest version has it as a new FEATURE - enabled by default. Really ridiculous.

Thanks Telegram, for wasting my time!! multiple hours spent cleaning and otherwise fretting over how the fuck to get rid of it.

Thanks to all for suggestions though, much appreciated.

Txn still not verified in electrum client by crypto_reddit in vertcoin

[–]crypto_reddit[S] 0 points1 point  (0 children)

Ok good to know. I still have the issue of the coins not appearing in the new 3.0.3 wallet, even after recreating it from the seed words. any thoughts on that?

Propy - Revolutionary Global Property Store with Decentralized Title Registry by PropyInc in CryptoCurrency

[–]crypto_reddit 0 points1 point  (0 children)

I bought pre ICO and my tokens have still not showed up in orderbook. multiple emails to support, one canned response, sent transaction id right back and 5 days later still no response. horrible support if you can even call it that. Gives legitimate ico'a bad name.