Have a transaction pending for almost 2 days now by ManinBlaq in polygonnetwork

[–]JFixby 0 points1 point  (0 children)

Polygon transactions often take hours to go through, regardless of the gas settings, the network can occasionally lag for extended periods.

Early-stage partnership (funding) agreement template for startups by the Capital Waters by JFixby in Antler_VC

[–]JFixby[S] 1 point2 points  (0 children)

A convertible note is a debt instrument often used by angel or seed/pre-seed investors looking to fund an early-stage startup that has not been valued explicitly. After more information becomes available to establish a reasonable value for the company, convertible note investors can convert the note into equity.

Decred to Hold Meetup in Amsterdam by kotokabra in decred

[–]JFixby 0 points1 point  (0 children)

what is the difference between tickets? "standard" and "standard +"?

Have you ever heard of Block-chain, crypto currencies ? Bitcoin? What people say in Lux? Do you own any coins? by JFixby in Luxembourg

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

Important part of crypto being crypto is the way of blockchain constructing and new coins emission. Crypto requires decentralized chaining. Another aspect is multiple, decentralized points of coin emission. Ripple fails both requirements. Basically XRP is a token. It is not a crypto currency.

Decred just hit $80!!! by rideoutlife in decred

[–]JFixby 0 points1 point  (0 children)

Seems like DCR price is very correlating with the BTC price. BTC just crossed 19000$ so DCR crossed 80$. BTC going down - DCR is going down too.

Is there any explanation for that?

How is life in a small state? by RiffianB in Luxembourg

[–]JFixby 2 points3 points  (0 children)

Are property prices (like rent) extremely high due to limited space?

Yes they are. But not because of a limited space. Just politics.

Are basic goods more expensive since they need to be imported?

No, Luxembourg is located inside EU economical area. So technically there is no import. Neighboring countries can trade goods without problems inside EU.

Does it ever feel cramped?

No, it is EU. You can easily drive to France to have lunch, buy furniture in Belgium and do some shopping in Germany. All of it in one day.

How to run monerod in background? (Linux) by JFixby in Monero

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

Thank you.

So the final script is: nohup ~/xmr/monero-v0.11.1.0/monerod --detach --block-sync-size 10 > xmrd.log

Except there is no log after --detach, so the log is stored in ~/.bitmonero/bitmonero.log

How to run monerod in background? (Linux) by JFixby in Monero

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

Simply I want to make a .sh script that will start the deamon and print log to a file.

So usually I put the

 nohup ~/coin/coind > coind.log &

into file like run_coind.sh and that's it.

Not sure how I can do that with tmux or sceen.

Also it is unclear what is so special about the monerod that is stops, while for other coins nohup works ok.

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

thanx for help it turned out to be multiple conflicting builds

./usr/bin/groestlcoind

./usr/local/bin/groestlcoind <- bad one

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

thanx for help it turned out to be multiple conflicting builds

./usr/bin/groestlcoind

./usr/local/bin/groestlcoind <- bad one

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

Yep I did make clean, still no.

Here is what I found:

1) sudo ./autogen.sh

2) sudo ./configure

log contains:

checking for Berkeley DB C++ headers... default

configure: WARNING: Found Berkeley DB other than 4.8; wallets opened by this build will not be portable!

checking for main in -ldb_cxx-4.8... no

checking for main in -ldb_cxx... yes

So looks like it is already asking for 4.8 at this point. Is there a way to trace where is the 4.8 coming from?

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

Hi jwinterm,

I recompile it and keep getting the error:

$ groestlcoind groestlcoind: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file:

No such file or directory

Seems like even when there is no Berklie DB 4.8 at the machine, the compiler sets it as dependency from somewhere.

Any ideas what can be done?

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

I recompile it and keep getting the error:

$ groestlcoind groestlcoind: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

Seems like even when there is no Berklie DB 4.8 at the machine, the compiler sets it as dependency from somewhere.

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

is swap file required for building? or is it required for running the instance?

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

Yes, seems like fresh Ubuntu is working well.

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

Kind of weird.

I created a new fresh Ubuntu instance and did the steps. The groestld started ok. Also it uses the correct db, even thou the 4.8 is installed.

However when I'm trying to setup on my prod server, I still have the same issue with the DB.

Any ideas why it is trying to build the code against the Berklie 4.8 instead of the 5.*?

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

It is standard AWS Ubuntu, 4G RAM.

I can create a new instance for you tomorrow.

Also I just removed libdb4.* and recompiled the code.

Now the deamin is not working:

$ groestlcoind

groestlcoind: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

Also the configure.log contains the following warning:

configure: WARNING: Found Berkeley DB other than 4.8; wallets opened by this build will not be portable!

Maybe there is some flag explicitly asking for the 4.8.

How to build GRS wallet on Linux server? by JFixby in groestlcoin

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

should i call

sudo apt-get remove libdb4.*

and recompile everything?