-
Dean_Guss
$ ./monerod --help
-
Dean_Guss
./monerod: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by ./monerod)
-
Dean_Guss
so I compiled glibc 2.23 and put it in /opt
-
Dean_Guss
Now I get a strange error:
-
Dean_Guss
$ LD_LIBRARY_PATH=/opt/glibc-2.23/lib ./monerod --help
-
Dean_Guss
./monerod: ��J
-
Dean_Guss
�: ELF: x: Error 1398459730
-
Dean_Guss
^ on CentOS 7
-
Dean_Guss
I tried to compile monero from source but there's even more roadblocks in that direction with packages being too old
-
sethsimmons
-
sethsimmons
I’ve used basically that to compile from source on CentOS 7
-
sethsimmons
Obviously change directories to match your username/structure
-
Dean_Guss
cool thanks
-
bigslim[m]
Monero breaking out with BTC
-
coolstyles
ok guys im back sorry i am getting: HTTP_CLIENT: Failed to SEND" "Failed to invoke http request to /json_rpc"
-
coolstyles
initial error was : "SSL handshake failed, connection dropped: stream truncated" then repeated with connecting without ssl. also [Parse uri] regex not matched for uri
-
vtnerd
sounds like the connection isn't actually being made to the server, try connecting with curl
-
vtnerd
something like `curl -v
ip:port/json_rpc` - the server should reject the request but at least its a response
-
vtnerd
curl might give a more descriptive error message
-
vtnerd
ah, the real error is going to print at a higher log level, use `--log-level 4` as an option when loading the client, that will jump the actual `error_code`
-
vtnerd
*jump->dump
-
aceupsleeve
Hello, which payment processor can I use for my online service that doesnt have limits and DO NOT require KYC from either merchant or customer?
-
moneromooo
There is globee, might fit your needs.
-
aceupsleeve
actually i'm on their site now, but first question/answer on their FAQ:
-
aceupsleeve
A: Our goal is to maintain the safety of your funds, that is why we take extra measures to prevent any issues from happening, therefore we may ask you to go through another verification process for future transactions. Some delays may occur in the verification stage for various reasons, such as high demand for cryptocurrency, delays in the
-
aceupsleeve
blockchain etc.
-
aceupsleeve
so not sure which verification they require, i am not planning on doing any more KYC process in my life and provide anyone with personal details
-
aceupsleeve
especially not when using monero
-
moneromooo
Then you probably want to set it up yourself with monero-wallet-rpc.
-
aceupsleeve
i'm tryig to avoid it to skip on doig my own billings
-
aceupsleeve
but if there wont be any choice i will
-
aceupsleeve
yep,
-
aceupsleeve
-
aceupsleeve
KYC required
-
asymptotically
aceupsleeve: you can host btcpayserver yourself -
github.com/btcpayserver/btcpayserver
-
aceupsleeve
but its for BTC, not monero. right?
-
azy
you could use the woocommerce plugin
-
azy
-
aceupsleeve
i will check that for sure, thanks
-
aceupsleeve
any knowledge about
paykassa.pro ?
-
asymptotically
aceupsleeve: it just has a confusing name. btcpayserver supports a bunch of cryptocurrencies
-
asymptotically
paykassa.pro doesn't list monero anywhere on their site
-
aceupsleeve
-
asymptotically
lol they list integrations with ponzi scheme scripts as one of their features
-
aceupsleeve
yea they have 0 info online. doesnt seem reliable
-
azy
the most popular online payment gateway Monero which allows you to securely store, fast and easy to obtain, send and exchange cryptocurrency
-
azy
???
-
azy
thats a no from me dawg
-
aceupsleeve
agreed
-
aceupsleeve
checking plisio.net and cryptonator
-
Dean_Guss
Why does the project pull code from google? git clone --recursive
github.com/monero-project/monero
-
Dean_Guss
Submodule 'thirdparty/gtest' (
github.com/google/googletest.git) registered for path 'thirdparty/gtest'
-
selsta
submodule of some submodule
-
fluffypony
you don't need gtest if you're not running tests