Pages:
Author

Topic: 🔥LILICOIN🔥 [POW][POS][MASTERNODES][NOICO]🔥THE GREEN REVOLUTION ! - page 8. (Read 7243 times)

newbie
Activity: 70
Merit: 0
Japanese translation reserved

Japanese translation finished:  https://bitcointalksearch.org/topic/lili-powposico-3009184

My address : LMfAFh9HgD6FAmidz9bPp8iuP8sQMwetjC

lili.technology, i post a wrong address. Please confirm the Japanese translation page.

Thank you for your kindness!

i received. Thanks.
copper member
Activity: 56
Merit: 1
Masternode Setup Guide (cold wallet) on Ubuntu 16.04 64 Bit server ... created by one of our community member Smiley Thank you !

https://lili.technology/masternode-setup-lili-cold-wallet.pdf
member
Activity: 150
Merit: 11
copper member
Activity: 56
Merit: 1
member
Activity: 150
Merit: 11
Dev i want error you help me?
i've had a go at compiling on unbuntu 16.04 and didnt have a problem, which unbuntu version are you running? and also which libdb? newer version than 4.8 may cause install problems ive heard with other coins, im having a go at get it running on a pi3 in the morning and will post a guide on the discord if im successful, or maybe some version of wine might let you run windows version if you cant get it installed under linux.
newbie
Activity: 53
Merit: 0
Dev i want error you help me?
newbie
Activity: 70
Merit: 0
Japanese translation reserved

Japanese translation finished:  https://bitcointalksearch.org/topic/lili-powposico-3009184

My address : LMfAFh9HgD6FAmidz9bPp8iuP8sQMwetjC

lili.technology, i post a wrong address. Please confirm the Japanese translation page.

Thank you for your kindness!
newbie
Activity: 53
Merit: 0
so what is the dev how to defeat the error I have when compiling?
copper member
Activity: 56
Merit: 1
copper member
Activity: 56
Merit: 1
newbie
Activity: 135
Merit: 0


you can using this pool

cgminer/bfgminer -a quark -o stratum+tcp://cryptohub.online:5055 -u YOUREMAIL -p x

Port for static dif: 5056
You should set dif at password param, example: -p 1

You can also set worker name at -u param after symbol ":", example: -u YOUREMAIL:worker1

https://cryptohub.online/pools/
https://cryptohub.online/pools/LILI/

for node wallet

addnode=54.38.131.143:44100
addnode=199.247.11.252:35894
addnode=80.211.181.11:44100
addnode=47.254.37.247:52009
addnode=54.37.235.13:45164
addnode=148.251.198.218:53681
addnode=118.190.206.21:44100
addnode=221.180.22.249:44100
addnode=46.188.24.144:12688
addnode=54.37.235.13:45192
addnode=54.37.235.13:45204
addnode=5.135.155.226:35348
addnode=120.27.11.252:53967
addnode=45.76.252.152:44100
addnode=136.243.230.187:63758
addnode=54.37.235.13:45276
addnode=45.77.55.231:35768
addnode=47.104.87.181:49355
addnode=84.52.203.227:64563
addnode=47.104.1.19:44100
addnode=47.104.154.110:50812
addnode=185.24.235.170:56677
addnode=85.214.211.186:51910
addnode=47.104.155.35:49229
addnode=149.167.15.12:50335
addnode=185.209.23.211:56012
addnode=78.140.58.98:52555
addnode=47.254.17.78:62021
addnode=192.241.199.17:43520
addnode=116.11.157.205:3488
addnode=47.254.17.142:51626
addnode=148.251.244.141:54873
addnode=39.107.224.219:51853
addnode=35.196.30.222:65064
addnode=47.104.142.53:49310
addnode=118.190.204.89:49333
addnode=79.66.11.178:55885
addnode=178.189.45.164:52377
addnode=13.84.176.233:61942
addnode=47.104.147.209:52572
addnode=103.71.237.15:44100
addnode=47.104.109.236:49279
addnode=77.72.134.97:47510
addnode=77.72.134.124:44100
addnode=36.24.244.158:49359
addnode=45.76.122.222:60074
addnode=109.182.73.132:50024
addnode=130.255.58.37:56070
addnode=69.172.188.216:52208
addnode=108.56.193.9:56774
addnode=176.106.131.130:55122
addnode=91.122.62.157:31510
addnode=81.231.240.108:61092
addnode=176.9.19.145:65407
addnode=202.190.141.37:44100
addnode=78.34.33.22:54443
addnode=93.43.176.225:50017
addnode=99.242.141.240:57595

for more info you can join here

https://cryptohub.online/glossary/coininfo/95/

happy weekend and my best regards..
newbie
Activity: 53
Merit: 0
collect2: error: ld returned 1 exit status
Makefile:2752: recipe for target 'lilid' failed
make[2]: * [lilid] Error 1
make[2]: Leaving directory '/home/lili/lili/src'
Makefile:7067: recipe for target 'all-recursive' failed
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory '/home/lili/lili/src'
Makefile:595: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1



Why i want error?

if you are on ubuntu

install required libraries first

Code:
apt-get install git automake build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev software-properties-common
add-apt-repository ppa:bitcoin/bitcoin
apt-get update && apt-get install libdb4.8-dev libdb4.8++-dev libminiupnpc-dev

then

Code:
git clone https://github.com/jembem/lili

Code:
chmod +x  lili/autogen.sh
chmod +x  lili/configure.ac
chmod +x  lili/depends/config.guess
chmod +x  lili/depends/config.sub
chmod +x  lili/share/genbuild.sh
chmod +x  lili/src/leveldb/build_detect_platform

then

Code:
cd lili/
./autogen.sh
./configure
make



No
collect2: error: ld returned 1 exit status
Makefile:2752: recipe for target 'lilid' failed
make[2]: *** [lilid] Error 1
make[2]: Leaving directory '/home/lili/lili/src'
Makefile:7067: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/lili/lili/src'
Makefile:595: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
lili@vm222512:~/lili$
newbie
Activity: 47
Merit: 0
cryptohub exchange has added Lili to their pools

https://cryptohub.online/pools/LILI/
copper member
Activity: 56
Merit: 1
collect2: error: ld returned 1 exit status
Makefile:2752: recipe for target 'lilid' failed
make[2]: * [lilid] Error 1
make[2]: Leaving directory '/home/lili/lili/src'
Makefile:7067: recipe for target 'all-recursive' failed
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory '/home/lili/lili/src'
Makefile:595: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1



Why i want error?

if you are on ubuntu

install required libraries first

Code:
apt-get install git automake build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev software-properties-common
add-apt-repository ppa:bitcoin/bitcoin
apt-get update && apt-get install libdb4.8-dev libdb4.8++-dev libminiupnpc-dev

then

Code:
git clone https://github.com/jembem/lili

Code:
chmod +x  lili/autogen.sh
chmod +x  lili/configure.ac
chmod +x  lili/depends/config.guess
chmod +x  lili/depends/config.sub
chmod +x  lili/share/genbuild.sh
chmod +x  lili/src/leveldb/build_detect_platform

then

Code:
cd lili/
./autogen.sh
./configure
make
copper member
Activity: 56
Merit: 1
lili.technology I made a translation into Russian on February 23rd - https://bitcointalksearch.org/topic/m.30920116 I sent you an email [email protected] with my wallet address. There is still no coin in the wallet.

Russian translation done: https://bitcointalksearch.org/topic/lilicoin-powposmasternodesnoicothe-green-revolution-3008230

My wallet: LaVJV9EUPYeh1XxWEpS3tLu6go63wQfQM5

sent
newbie
Activity: 53
Merit: 0
collect2: error: ld returned 1 exit status
Makefile:2752: recipe for target 'lilid' failed
make[2]: * [lilid] Error 1
make[2]: Leaving directory '/home/lili/lili/src'
Makefile:7067: recipe for target 'all-recursive' failed
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory '/home/lili/lili/src'
Makefile:595: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1



Why i want error?
member
Activity: 150
Merit: 11
LILICOIN is added into CryptoHub pool  https://cryptohub.online/pools/LILI/

If we join enough coins we can launch cooperative masternode
Depends if you trust the person your sending your coins to unless its added to a shared masternode hosting site
full member
Activity: 210
Merit: 100
lili.technology I made a translation into Russian on February 23rd - https://bitcointalksearch.org/topic/m.30920116 I sent you an email [email protected] with my wallet address. There is still no coin in the wallet.

Russian translation done: https://bitcointalksearch.org/topic/lilicoin-powposmasternodesnoicothe-green-revolution-3008230

My wallet: LaVJV9EUPYeh1XxWEpS3tLu6go63wQfQM5
Pages:
Jump to: