Bitcoin Forum

Other => Beginners & Help => Topic started by: nadrojcote on September 23, 2017, 10:57:39 PM



Title: Please Help Compile Wallet
Post by: nadrojcote on September 23, 2017, 10:57:39 PM
I'm hoping someone can help a group of users who've been screwed by the developer of UKC coin.

Currently our wallets are not syncing and they're stuck on the same block. It appears they all stopped syncing around the exact time the developer made a new version of the wallet on github.

The problem is that he didn't compile a release of the wallet and seems to have gone silent on the project.

Many of us have funds locked in the wallet and we're hoping that someone with some more knowledge would be able to compile the wallet for us to try. At this point anything is worth trying.

This is the coin we're referring to https://bitcointalk.org/index.php?topic=2156309.0


And this is the github with version 1.2 https://github.com/UKCDev/UKCoin

I tried my best to download and compile all necessary software to compile the wallet, but I'm too green to figure it out.

Sorry if this is not the correct place to post this.


Title: Re: Please Help Compile Wallet
Post by: Commie on September 23, 2017, 11:27:34 PM
Excuse me but why would one waste his time compiling a wallet for the coin he isn't interested in? I guess you'd have to ask within the community of coin holders/miners, for sure there are few knowledgeable people there.


Title: Re: Please Help Compile Wallet
Post by: Jonny83 on September 24, 2017, 10:41:38 AM
If we can find someone i am sure we can get a donation fund going to help the cause. Il happily donate but all my coins are locked on wallet atm


Title: Re: Please Help Compile Wallet
Post by: rizorius on September 24, 2017, 01:19:22 PM
If we can find someone i am sure we can get a donation fund going to help the cause. Il happily donate but all my coins are locked on wallet atm
Mee too


Title: Re: Please Help Compile Wallet
Post by: nadrojcote on September 24, 2017, 03:26:45 PM
Excuse me but why would one waste his time compiling a wallet for the coin he isn't interested in? I guess you'd have to ask within the community of coin holders/miners, for sure there are few knowledgeable people there.

There's only a small group of people in the UKC coin thread and we're unable to compile. I was hoping someone would express some good morals and help us out.


Title: Re: Please Help Compile Wallet
Post by: centurionMiner on September 24, 2017, 03:30:41 PM
I'm going to try seems working, only few warnings  8)
I'm compiling the daemon and qt version of wallet.

is there any bounty for pool/block explorer?


Title: Re: Please Help Compile Wallet
Post by: centurionMiner on September 24, 2017, 03:49:11 PM
https://github.com/xlp0rk0lx/UKCoind

This is the daemon for linux


Title: Re: Please Help Compile Wallet
Post by: centurionMiner on September 24, 2017, 04:25:25 PM
https://github.com/xlp0rk0lx/UKCoin-QT

This is QT wallet for UKCOIN


Title: Re: Please Help Compile Wallet
Post by: Bobo81 on September 24, 2017, 04:49:27 PM
Thank you man!

Can you fix win10 wallet too?

Thanks very much in advance!


Title: Re: Please Help Compile Wallet
Post by: centurionMiner on September 24, 2017, 04:52:49 PM
Unfortunatly i havent a machine running win10. However you can try using the linux bash incorporated in windows 10 (just google "activate linux shell windows 10") and try to run the daemon.

If someone have a build enviroinment for compile coin i can send my *.pro file


Title: Re: Please Help Compile Wallet
Post by: nadrojcote on September 24, 2017, 04:56:43 PM
Unfortunatly i havent a machine running win10. However you can try using the linux bash incorporated in windows 10 (just google "activate linux shell windows 10") and try to run the daemon.

If someone have a build enviroinment for compile coin i can send my *.pro file
Thanks!
I have a machine running ubuntu, but I'm unsure which application to use to start the wallet. It doesn't have an extension that I can see.

Sorry I haven't used linux since college years ago.



Title: Re: Please Help Compile Wallet
Post by: centurionMiner on September 24, 2017, 05:10:32 PM
https://github.com/xlp0rk0lx/UKCoin-QT download this and execute (double click or ./UKcoin-qt from terminal when in folder)


Title: Re: Please Help Compile Wallet
Post by: beybietron on September 24, 2017, 06:48:43 PM
https://github.com/xlp0rk0lx/UKCoin-QT download this and execute (double click or ./UKcoin-qt from terminal when in folder)

Thanks for the effort on this buddy! Unfortunately, it does not seem to work on Windows, at least not in Windows 10:

Program 'UKCoin-qt.exe' failed to run: The specified executable is not a valid application for this OS platform.At
line:1 char:1

^ just added '.exe' to have Windows recognize it as an executable.

If you get this working, I'll donate some UKC, and encourage the PoS community to do the same! :D


Title: Re: Please Help Compile Wallet
Post by: centurionMiner on September 24, 2017, 07:01:26 PM
You have to install the "linux bash on windows" (type on google) and after execute the daemon by the shell


Title: Re: Please Help Compile Wallet
Post by: rizorius on September 24, 2017, 07:40:53 PM
https://github.com/xlp0rk0lx/UKCoin-QT download this and execute (double click or ./UKcoin-qt from terminal when in folder)

Thanks for the effort on this buddy! Unfortunately, it does not seem to work on Windows, at least not in Windows 10:

Program 'UKCoin-qt.exe' failed to run: The specified executable is not a valid application for this OS platform.At
line:1 char:1

^ just added '.exe' to have Windows recognize it as an executable.

If you get this working, I'll donate some UKC, and encourage the PoS community to do the same! :D
I try to run on Win7 64bit - even with adding .exe - can't run...


Title: Re: Please Help Compile Wallet
Post by: centurionMiner on September 24, 2017, 08:02:02 PM
You cant run a linux executable under windows  :o

You need to run daemon in shell


Title: Re: Please Help Compile Wallet
Post by: rizorius on September 24, 2017, 08:42:35 PM
You cant run a linux executable under windows  :o

You need to run daemon in shell
Thank you! Will  try!


Title: Re: Please Help Compile Wallet
Post by: nadrojcote on September 25, 2017, 02:39:52 AM
Im getting this when I try to run on ubuntu.

error while loading shared libraries: libboost_thread.so.1.55.0: cannot open shared object file: No such file or directory


Title: Re: Please Help Compile Wallet
Post by: nadrojcote on September 25, 2017, 04:45:29 AM
ok I've got libboost installed and now getting

Segmentation fault (Core dumped)


Title: Re: Please Help Compile Wallet
Post by: madarkieus on September 25, 2017, 03:18:21 PM
ok I've got libboost installed and now getting

Segmentation fault (Core dumped)

Did you install libboost 1.55 and did you run it as root? I think there can be permission issues. I will give it another try when I find some time, I had the problem that it didn't work with libboost 1.58 which is the installed version in ubuntu 16.04.


Title: Re: Please Help Compile Wallet
Post by: beybietron on September 25, 2017, 09:13:01 PM
I installed all dependencies and I still get an Abort (core dumped) error. Unfortunately, I don't see logs to check this further.


Title: Re: Please Help Compile Wallet
Post by: nadrojcote on September 25, 2017, 09:29:21 PM
https://github.com/xlp0rk0lx/UKCoin-QT download this and execute (double click or ./UKcoin-qt from terminal when in folder)

Which version of boost did you compile this with. I'm trying to get it compiled for windows. Originally I tried 1.57 and it's giving me some boost errors. I'm currently compiling 1.58 to try, but it will take about 2 hours to compile.

Maybe I should be trying 1.55?

https://i.imgur.com/Sn4qmdI.png


Title: Re: Please Help Compile Wallet
Post by: nadrojcote on September 26, 2017, 02:40:07 PM
I got it compiled for windows, but it still doesn't sync.


Title: Re: Please Help Compile Wallet
Post by: beybietron on September 26, 2017, 10:41:54 PM
Can you share your compiled Windows wallet so we can all test as well?


Title: Re: Please Help Compile Wallet
Post by: centurionMiner on September 27, 2017, 06:29:25 AM
Im unable to compile for Windows these day sorry


Title: Re: Please Help Compile Wallet
Post by: rizorius on September 27, 2017, 08:26:43 AM
I got it compiled for windows, but it still doesn't sync.
Can you please upload it, so we can test it too