Pages:
Author

Topic: [ANN][FIND] FindCoin | Update Wallet If You Haven't! | Community Anti-Scam Token - page 84. (Read 126380 times)

legendary
Activity: 1442
Merit: 1000

Great jobs FindCoin Dev. team ...

2 thumbs up for you guys in handling everything smoothly ...

Really appreciated ...

And, so proud with our community that are coming together helping each-others ...

thank you ...

Cheers ...



+1

Great re-launch
newbie
Activity: 48
Merit: 0
Using Ubuntu 32bit
when I ./Wrapper I get:

Code:
./FindCoin-qt: relocation error: /home/.../FINDcoin/Findcoin-Ubuntu/Findcoin/Libs/libc.so.6: symbol _dl_find_dso_for_object, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference

Any simple fix for this?
https://lists.debian.org/debian-user/2014/06/msg01293.html states that "reinstalling libc6-i686 should fix it." Have a look there and tell me if that helps. I believe what you want is sudo apt-get upgrade glibc

Upgrade is used to install the newest versions of all packages. apt-get install libc6 should update the package if update is available.

apt-get install libc6
results:
libc6 is already the newest version.
member
Activity: 101
Merit: 10

Great jobs FindCoin Dev. team ...

2 thumbs up for you guys in handling everything smoothly ...

Really appreciated ...

And, so proud with our community that are coming together helping each-others ...

thank you ...

Cheers ...

legendary
Activity: 882
Merit: 1001
so hot for this Faucet Distribution?
I will try.
legendary
Activity: 1176
Merit: 1000
how to get this coin ,..

You can download wallet here,  http://www.findcoin.info/
Leave it open for 10 days and you will get FREE coins!

ok,.i did
legendary
Activity: 1176
Merit: 1000
how to get this coin ,..
sr. member
Activity: 658
Merit: 250
50 FIND per person for a twit/facebook/whatever post promoting FIND. Post a link and your address, you must at least have some audience to qualify. I don't have much funds, first come first served.

There is a 50k bounty for block explorer if you want (your signature seems to say so).
If you can provide the hosting and a console based version of the wallet I'll see what I can do over the weekend.
hero member
Activity: 544
Merit: 500
I can sync running through TOR, but can't generate any coins ... any help, suggestions? Unfortunately I only have port 80 open on my network
hero member
Activity: 672
Merit: 500
good job guys im receiving coins every hour !!
full member
Activity: 184
Merit: 100
50 FIND per person for a twit/facebook/whatever post promoting FIND. Post a link and your address, you must at least have some audience to qualify. I don't have much funds, first come first served.

There is a 50k bounty for block explorer if you want (your signature seems to say so).
sr. member
Activity: 658
Merit: 250
50 FIND per person for a twit/facebook/whatever post promoting FIND. Post a link and your address, you must at least have some audience to qualify. I don't have much funds, first come first served.
sr. member
Activity: 658
Merit: 250
Using Ubuntu 32bit
when I ./Wrapper I get:

Code:
./FindCoin-qt: relocation error: /home/.../FINDcoin/Findcoin-Ubuntu/Findcoin/Libs/libc.so.6: symbol _dl_find_dso_for_object, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference

Any simple fix for this?
https://lists.debian.org/debian-user/2014/06/msg01293.html states that "reinstalling libc6-i686 should fix it." Have a look there and tell me if that helps. I believe what you want is sudo apt-get upgrade glibc

Upgrade is used to install the newest versions of all packages. apt-get install libc6 should update the package if update is available.
full member
Activity: 184
Merit: 100
Using Ubuntu 32bit
when I ./Wrapper I get:

Code:
./FindCoin-qt: relocation error: /home/.../FINDcoin/Findcoin-Ubuntu/Findcoin/Libs/libc.so.6: symbol _dl_find_dso_for_object, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference

Any simple fix for this?
https://lists.debian.org/debian-user/2014/06/msg01293.html states that "reinstalling libc6-i686 should fix it." Have a look there and tell me if that helps. I believe what you want is sudo apt-get upgrade glibc
newbie
Activity: 48
Merit: 0
Using Ubuntu 32bit
when I ./Wrapper I get:

Code:
./FindCoin-qt: relocation error: /home/.../FINDcoin/Findcoin-Ubuntu/Findcoin/Libs/libc.so.6: symbol _dl_find_dso_for_object, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference

Any simple fix for this?
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
Is the staking working?,my wallet shows O seconds to wait for stake but hasnt payed any,will staking not start until distro is over?
Yeah there's something wrong with the staking. Quadmium is having a look over the code right now.
full member
Activity: 208
Merit: 100
Is the staking working?,my wallet shows O seconds to wait for stake but hasnt payed any,will staking not start until distro is over?
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
Good point, I deleted my post as I realized I already gave too much info I suggest to do the same since you quoted me.

Hehehe you have a nice computer there:
root@jewbuntu:/home/xxx/Downloads/64Bit# curl ifconfig.me



Lol!

That is pretty funny.
full member
Activity: 184
Merit: 100
Good point, I deleted my post as I realized I already gave too much info I suggest to do the same since you quoted me.

Hehehe you have a nice computer there:
root@jewbuntu:/home/stan/Downloads/64Bit# curl ifconfig.me
xxx.217.86.135

sr. member
Activity: 658
Merit: 250
Good point, I deleted my post as I realized I already gave too much info I suggest to do the same since you quoted me.
sr. member
Activity: 658
Merit: 250
Yes same here unable to sync, I guess I did jump the gun. But I do have few other ideas other than the obvious VM+VPN.

In my view, I do support open source code, but the thing that worries me is that you are spending hours trying to break a system in order to prove it can be broken. Its pretty obvious people can cheat with this distribution system, and we are doing the best we can to make it work. There doesn't seem to be any reason for you to continue to try as we will release the source after distribution and your wallets do seem to be working.

Anyway I don't like leaving things unfinished so this is how I did it.

Code:
iptables -t mangle -A OUTPUT -m owner --uid-owner klen -j MARK --set-mark 42
iptables -t nat -A POSTROUTING -o tun0 -m mark --mark 42 -j SNAT --to-source 10.8.0.6
ip rule add fwmark 42 table 42
ip route add default via 10.8.0.6 dev tun0 table 42

Where uid klen is the user running the second instance, all packets generated by that uid are routed over the tun0 interface which is an openvpn interface and the wallet sync just fine this time.



It does fail to get the external IP though but synces none the less;
Code:
connection timeout
ERROR: GetMyExternalIP() : connection to 91.198.22.70:80 failed
Flushing wallet.dat
connection timeout
Flushed wallet.dat 68ms
trying connection 60.231.65.38:55097 lastseen=98.2hrs
connection timeout
ERROR: GetMyExternalIP() : connection to 74.208.43.192:80 failed
connection timeout
trying connection 60.231.65.38:55097 lastseen=98.2hrs
received block 00000002466a26f6c2c0
SetBestChain: new best=00000002466a26f6c2c0  height=347  trust=25293722859  blocktrust=283599419  date=12/26/2014 23:30:49
ProcessBlock: ACCEPTED
Code:

klen@jewbuntu:/home/stan/Downloads/64Bit$ curl ifconfig.me
xxx.91.172.195
klen@jewbuntu:/home/stan/Downloads/64Bit$ exit
exit
root@jewbuntu:/home/stan/Downloads/64Bit# curl ifconfig.me
xxx.217.86.135
Pretty neat huh? Wink
Pages:
Jump to: