Bitcoin Forum
June 17, 2024, 08:54:58 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 »
  Print  
Author Topic: [ANN] [KRN] Ekrona - not only for Vikings. Scrypt, KGW, NO PREMINE, 3.3 m.blocks  (Read 123752 times)
lar0che
Member
**
Offline Offline

Activity: 159
Merit: 10


View Profile
April 26, 2014, 02:16:40 PM
 #1161

Compiling qt programs really isn't that difficult.  If you are using linux (this was tested on elementaryOS), here is how you compile the new wallet.  You need to install build-essential and possibly some additional qt dependencies.  The terminal should tell you if you need something.


1. Delete everything in your .ekrona folder EXCEPT for your wallet.dat file (I'm not 100% sure removing these files is necessary, but it works)

2.Open terminal

3. cd Downloads/ekrona-master (if you downloaded and unzipped to your Downloads directory)

4. sed -i 's/-mgw46-mt-sd-1_53//g' ekrona-qt.pro

5. qmake USE_UPNP=- USE_QRCODE=0 USE_IPV6=0

Don't worry if you see any of the following messages:

Project MESSAGE: Building without UPNP support
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

6. make -j3

Sometimes, for me at least, the wallet can really hang on a particular block, but if you wait long enough it will update.

Windows and Mac users, look for instructions on how to compile other coins like dogecoin and modify where appropriate (that's what I did).

Can someone build the wallet using the same descriptions identified here:

https://cryptocointalk.com/topic/2966-bitcoin-scrypt-v120-source-code-and-compile-instructions-for-linux-windows-and-mac/

There are multiple strings and it explains how to do it for scrypt coins.

I do not have a system that's capable of doing this unfortunately.
tux456
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 27, 2014, 12:40:45 PM
 #1162

Sorry I can't be any help with Windows and Mac, but if you need the new wallet and can't compile it you can either run linux in a VM or install it.  Just follow the instructions I posted previously to compile.  If you are new to linux, I would recommend a distro based on ubuntu.  I use elementaryOS so I can guarantee that it will work.  Run all updates then install all dependencies and follow my previous instructions.


If you are new to linux, here is a simplified way to get going.  It installs the dogecoin ppa as an easy way to install most of the dependencies.  You can uninstall the dogecoin wallet after if you want.  This only works on distros based on ubuntu.  I use elementaryOS, so I would recommend it as it has been tested and it would be easier for me to answer any questions anyone may have.

Run all updates and type the following commands in the terminal:

sudo add-apt-repository ppa:cwayne18/doge
sudo apt-get update && sudo apt-get install dogecoin-qt
sudo apt-get update && sudo apt-get upgrade dogecoin-qt
sudo apt-get install build-essential libqrencode-dev qt4-qmake libqtgui4 libqt4-dev

If you want to remove the dogecoin wallet, type sudo apt-get remove dogecoin-qt

Then, follow my previous instructions on how to compile.
chiznitz
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile WWW
April 27, 2014, 03:24:54 PM
 #1163

Compiling qt programs really isn't that difficult.  If you are using linux (this was tested on elementaryOS), here is how you compile the new wallet.  You need to install build-essential and possibly some additional qt dependencies.  The terminal should tell you if you need something.


1. Delete everything in your .ekrona folder EXCEPT for your wallet.dat file (I'm not 100% sure removing these files is necessary, but it works)

2.Open terminal

3. cd Downloads/ekrona-master (if you downloaded and unzipped to your Downloads directory)

4. sed -i 's/-mgw46-mt-sd-1_53//g' ekrona-qt.pro

5. qmake USE_UPNP=- USE_QRCODE=0 USE_IPV6=0

Don't worry if you see any of the following messages:

Project MESSAGE: Building without UPNP support
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

6. make -j3

Sometimes, for me at least, the wallet can really hang on a particular block, but if you wait long enough it will update.

Windows and Mac users, look for instructions on how to compile other coins like dogecoin and modify where appropriate (that's what I did).

You realize we are able to compile the wallet just fine but it crashes when you run it right?

Looking for the best exchange? -> https://bittrex.com
Credde
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
April 27, 2014, 05:09:02 PM
 #1164

Seems like we are losing this coin if nothing happens in the very near future...
saykor
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile WWW
April 27, 2014, 06:07:58 PM
 #1165

Seems like we are losing this coin if nothing happens in the very near future...

If I am not in mistake the new dev waiting us to collect 0.3btc to improve the wallet.
Just I not know what exactly improvements will do. I suppose is not only for DigiShield.

Someone who know anything about this need to tell us. Pengar talk with icanprogram but what they agree i don't know.

Let's color the MOON: YP4ZV8yabKGBKG2uNWHQBwrdURkyxqst4D
Before to do business with me you can check my  BitcoinFeedback; ebay and .net developer profile
tux456
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 28, 2014, 02:01:29 AM
 #1166

Compiling qt programs really isn't that difficult.  If you are using linux (this was tested on elementaryOS), here is how you compile the new wallet.  You need to install build-essential and possibly some additional qt dependencies.  The terminal should tell you if you need something.


1. Delete everything in your .ekrona folder EXCEPT for your wallet.dat file (I'm not 100% sure removing these files is necessary, but it works)

2.Open terminal

3. cd Downloads/ekrona-master (if you downloaded and unzipped to your Downloads directory)

4. sed -i 's/-mgw46-mt-sd-1_53//g' ekrona-qt.pro

5. qmake USE_UPNP=- USE_QRCODE=0 USE_IPV6=0

Don't worry if you see any of the following messages:

Project MESSAGE: Building without UPNP support
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

6. make -j3

Sometimes, for me at least, the wallet can really hang on a particular block, but if you wait long enough it will update.

Windows and Mac users, look for instructions on how to compile other coins like dogecoin and modify where appropriate (that's what I did).

You realize we are able to compile the wallet just fine but it crashes when you run it right?

It never crashes for me.  Now that the wallet was updated, try to contact Pengar to see if he can compile the wallet for Windows and Mac.
chiznitz
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile WWW
April 28, 2014, 02:33:55 AM
 #1167

Compiling qt programs really isn't that difficult.  If you are using linux (this was tested on elementaryOS), here is how you compile the new wallet.  You need to install build-essential and possibly some additional qt dependencies.  The terminal should tell you if you need something.


1. Delete everything in your .ekrona folder EXCEPT for your wallet.dat file (I'm not 100% sure removing these files is necessary, but it works)

2.Open terminal

3. cd Downloads/ekrona-master (if you downloaded and unzipped to your Downloads directory)

4. sed -i 's/-mgw46-mt-sd-1_53//g' ekrona-qt.pro

5. qmake USE_UPNP=- USE_QRCODE=0 USE_IPV6=0

Don't worry if you see any of the following messages:

Project MESSAGE: Building without UPNP support
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

6. make -j3

Sometimes, for me at least, the wallet can really hang on a particular block, but if you wait long enough it will update.

Windows and Mac users, look for instructions on how to compile other coins like dogecoin and modify where appropriate (that's what I did).

You realize we are able to compile the wallet just fine but it crashes when you run it right?

It never crashes for me.  Now that the wallet was updated, try to contact Pengar to see if he can compile the wallet for Windows and Mac.

Are you saying you compiled the new wallet and it works for you on multiple PCs?  We had a successful compile that ran great on the compiling machine but wouldn't run outside of that VM.  If you have a wallet that is working with the new code why not share Smiley

Looking for the best exchange? -> https://bittrex.com
mdtspain
Legendary
*
Offline Offline

Activity: 1076
Merit: 1003


View Profile
April 28, 2014, 04:26:40 PM
 #1168

I just can't believe that there is not 1 programmer/dev that can help this coin to come back. I believe that all this is done on purpuse to let the people dump there coins.

Well....I am sorry, I am not gonna dump them and will take them with me to wherever I go.... NOT SELLING THEM AT ALL!!!

I think it's very strange that there is no wallet, no devolper and no one who can do anything...

If this coin is diying.....you are not getting my coins....never!!!!!
joelpina
Full Member
***
Offline Offline

Activity: 177
Merit: 100



View Profile
April 29, 2014, 01:10:08 AM
 #1169

What are the usual network fees?
tux456
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 29, 2014, 06:01:37 AM
 #1170

Compiling qt programs really isn't that difficult.  If you are using linux (this was tested on elementaryOS), here is how you compile the new wallet.  You need to install build-essential and possibly some additional qt dependencies.  The terminal should tell you if you need something.


1. Delete everything in your .ekrona folder EXCEPT for your wallet.dat file (I'm not 100% sure removing these files is necessary, but it works)

2.Open terminal

3. cd Downloads/ekrona-master (if you downloaded and unzipped to your Downloads directory)

4. sed -i 's/-mgw46-mt-sd-1_53//g' ekrona-qt.pro

5. qmake USE_UPNP=- USE_QRCODE=0 USE_IPV6=0

Don't worry if you see any of the following messages:

Project MESSAGE: Building without UPNP support
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

6. make -j3

Sometimes, for me at least, the wallet can really hang on a particular block, but if you wait long enough it will update.

Windows and Mac users, look for instructions on how to compile other coins like dogecoin and modify where appropriate (that's what I did).

You realize we are able to compile the wallet just fine but it crashes when you run it right?

It never crashes for me.  Now that the wallet was updated, try to contact Pengar to see if he can compile the wallet for Windows and Mac.

Are you saying you compiled the new wallet and it works for you on multiple PCs?  We had a successful compile that ran great on the compiling machine but wouldn't run outside of that VM.  If you have a wallet that is working with the new code why not share Smiley

I got it working perfect on my main pc running elementaryOS (not in a VM).

I just tried to install it on an old Dell Pentium 4 computer running Ubuntu 12.04 I had laying around.  It compiled and doesn't crash, but it has problems connecting to the network.  After refusing to connect for a while, it connected and synced up to block 44,999 and hasn't connected since.  The only thing I did differently was changing step 6 (from my instructions above) from make -j3 to make because it is such an old computer.

You asked me to share, but I already posted instructions on how I did it.

rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
April 29, 2014, 06:47:45 AM
 #1171

It is forked?
http://altexplorer.net/chain/Ekrona shows Blocks:    47,576
My node is on 47163 and have >10 connections.
Code:
ekronad getblockhash 47162
ddae2b5b4e7577cc3ccf074e1f1086c517238be6d6d4e8387ccda0c0b9dbbe8f
Block is not found on altexplorer...

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
saykor
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile WWW
April 29, 2014, 09:46:04 AM
 #1172

It is forked?
http://altexplorer.net/chain/Ekrona shows Blocks:    47,576
My node is on 47163 and have >10 connections.
Code:
ekronad getblockhash 47162
ddae2b5b4e7577cc3ccf074e1f1086c517238be6d6d4e8387ccda0c0b9dbbe8f
Block is not found on altexplorer...

You are sure that altexplorer update to the new wallet?

Let's color the MOON: YP4ZV8yabKGBKG2uNWHQBwrdURkyxqst4D
Before to do business with me you can check my  BitcoinFeedback; ebay and .net developer profile
tux456
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 29, 2014, 01:01:26 PM
 #1173

altexplorer isn't on the new wallet.  I just sent an email asking them to update.
compumine
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 30, 2014, 04:55:02 PM
 #1174

I downloaded the wallet, NOT syncing.

Reading back, I see you guys have a problem with an upgraded windows wallet that is not available! ekrona.org doesn't have the new wallet. 

How can I mine this coin without a wallet?

 *Image Removed*
omahapoker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
April 30, 2014, 04:59:02 PM
 #1175

any casino style games you can use with KRN?
tom14cat14
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500


View Profile
April 30, 2014, 06:13:17 PM
 #1176

How do i know if i am on the right fork?
barbmc193
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 01, 2014, 10:21:25 PM
 #1177

How do i know if i am on the right fork?

.
tom14cat14
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500


View Profile
May 01, 2014, 10:37:14 PM
 #1178

How do i know if i am on the right fork?

.

Can you say bag holder
tux456
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 02, 2014, 03:26:00 PM
 #1179

How do i know if i am on the right fork?

Forkpool is on the right fork.  Mine a few coins from them and have them sent to your wallet.  If you receive them, you are on the right fork.
ouchmefoot
Full Member
***
Offline Offline

Activity: 198
Merit: 100


View Profile
May 02, 2014, 07:43:43 PM
 #1180

bit unclear whether this is fixed or not. Don't wanna buy in and then watch my coins go 'poof'

PostCoin:PYrnF6rLzvERtS73rRc76fpP4QCKP2WJS4
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!