Bitcoin Forum
May 09, 2024, 09:48:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 29, 2018, 04:39:31 PM
I get errors when trying to compile the linux wallet. Can you assist with a quick tutorial?

I'm using ubuntu 16.04.

Rather use 14.04 - (required to cross compile Windows Binaries) 16.05 will give you a boost and gmp error unless you install the correct versions

In 14.04

Create a shell file - install.sh

Copy and paste
Code:
#!/bin/bash

apt-get update
 
apt-get install -y autotools-dev automake build-essential bsdmainutils git libboost-all-dev libtool libssl-dev libevent-dev pkg-config software-properties-common

add-apt-repository ppa:bitcoin/bitcoin
 
apt-get update
 
apt-get install -y libdb4.8-dev libdb4.8++-dev

cd ~
 
git clone https://github.com/coinerd/krugercoin krugercoin

find . -type f -print0 | xargs -0 sed -i 's/bitcoin.conf/krugercoin.conf/g'
 
cd krugercoin
 
./autogen.sh

./configure
 
make

make install

At the command prompt, type
Code:
bash install.sh

To start krugercoind for the first time, type
Code:
krugercoind -server -daemon

It will create the .krugercoin folder

Now add a krugercoin.conf file to the .krugercoin folder
Code:
# JSON-RPC options (for controlling a running Krugercoin/krugercoind process)
server=1
listen=1
rpcuser=rpcuser===
rpcpassword=rpcpassword====
rpcport=8772
addnode=144.202.35.253:8771
addnode=212.73.150.118:9333
addnode=38.79.70.254:8771
addnode=47.52.167.147:7088
addnode=63.247.147.166:12127
addnode=70.169.221.184:8771

To start krugercoind for real, type
Code:
krugercoind -server -daemon

After a while, type
Code:
watch krugercoind-cli getblockcount

Press Ctrl + c to exit to terminal



42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 29, 2018, 06:05:11 AM
Quote from: gnode link=topic=246803.msg47377240#msg47377240
Are you using a linux or windows client?

Linux. Win client crashes with some errors.

Could you please share the nodes that your connected to?

Tnx,

H
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 28, 2018, 09:59:14 AM

hamburger, your source codes for v0.7.0.1  v0.7.0.5 are just the copy of v0.9.4.0 version. Please double check.


Hi,

It is correct, github.com add the source code automatically when the release is added and I do not know how to remove it.

I never had any response from yobit on any of my requests for the version number they use and the nodes - you can at least see the highest block height when going to wallets and select deposit or withdraw.

Does anyone know the IP that yobit use?

Tnx.

H

 
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 27, 2018, 08:14:24 PM

Some good news

 - www.yobit.com is up again - block height 8849982
 - www.novaexchange.com - I do not have an account
 - www.freiexchange.com - will do a transaction to see if they are up
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 26, 2018, 01:40:56 PM
Krugercoin v0.9.4.0 - sync to block height 8840714 without any errors and that is where the good news end, it is no longer down loading blocks from the /Satoshi:0.7.0.5/ client on node 173.48.255.21 (@gnode - are you running the Windows client)

It will still be some time before my v0.7.0.5-g2d35dc4-kgw client reach the block height of 173.48.255.21 - mine is at block height 4957515 now.

Until then, the waiting is killing me!


Yes it is the windows client. If I could get version 9.3 to sync I would mine it.

@gnode

Seems like my Satoshi:0.7.0.5 client caught up with yours and it show that the last block mined was on 24 September 2018 - is this correct?

Could you mine a few more blocks if possible and I'll confirm later if the new blocks download to my client.

Tnx,

H
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 25, 2018, 09:53:53 PM

A snapshot of the synchronized block up to height 8840714 for Krugercoin v0.9.4.0  / v0.9.3.0 is available at https://www.blockexplorer.tk/snapshot/ - the file size is 3.34 GB and is to large for github.com upload.

The file is being uploaded now and it will take some time to be available for download.

H
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 25, 2018, 11:03:37 AM
Krugercoin v0.9.4.0 - sync to block height 8840714 without any errors and that is where the good news end, it is no longer down loading blocks from the /Satoshi:0.7.0.5/ client on node 173.48.255.21 (@gnode - are you running the Windows client)

It will still be some time before my v0.7.0.5-g2d35dc4-kgw client reach the block height of 173.48.255.21 - mine is at block height 4957515 now.

Until then, the waiting is killing me!
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 24, 2018, 05:04:23 PM
I was only able to get my 9.3 client to july 2017 and then I got the bad allocation error. I'm trying to get past the bad allocation error by reindexing. Looks like it will take a while.

Any other suggestions on what to do?

I had Krugercoin 9.3 running on Ubuntu 14.05 so I copied from the .krugercoin folder. the "blocks" "chainstate" and "database" folder to my Windows C:\....\AppData\Roaming\Krugercoin folder, then started the Kurgercoin client with -reindex.

I will upload a snapshot of https://www.blockexplorer.tk/ folders to github when the re indexing reach height 7400000 2017-08-16 09:42:45 - it should take you past the Krugercoin 9.3 error.

H
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 23, 2018, 05:38:23 PM
no, Nova;s wallet is not moving, and these nodes are all dead... please share some working nodes somebody!

The only node that move is 173.48.255.21 not always but most of the time. I do not have the new block height at this time but it was in excess of 8857000 blocks the last time that I had a look. I connected to this node with a v0.9.3.0 client and it only update up to block 8840714 and from all the nodes that I had connected to the client. The node on 173.48.255.21 is using Krugercoin v0.7.0.5 and I think that is why the v0.9.3 clients do not update past the 8840714 block.

I still do not know how to mine Krugercoin - seems like everyone is very tight when it comes to sharing this information. Anyway, I have now started a v0.7.0.5 client to see if it will pass the 8840714 block and should know by tomorrow sometime.

In addition to this, I compiled a new version of the client - Krugercoin v0.9.4.0 and removed all, except for the genesis block from the check points on the main network - this should allow all clients to use the same blockchain (v0.7.0.1 / v0.7.0.5 / v0.9.3.0 / v0.9.4.0).

https://github.com/krugercoin-project/krugercoin-core/releases

50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 22, 2018, 07:47:20 AM
please share some working nodes...


https://novaexchange.com/addnodes/KGC/

addnode=102.165.232.246:8771
addnode=103.80.26.180:8553
addnode=104.131.79.85:11081
addnode=122.155.219.130:9336
addnode=13.78.18.101:9333
addnode=136.243.104.167:9336
addnode=139.162.216.67:9336
addnode=144.202.35.253:8771
addnode=159.100.245.86:9336
addnode=165.227.60.96:8771
addnode=173.48.255.21:8771
addnode=192.222.172.92:9336
addnode=207.148.31.116:8771
addnode=208.66.68.150:4200
addnode=211.152.32.35:9333
addnode=213.239.201.46:9333
addnode=222.186.30.247:9333
addnode=24.89.195.56:9526
addnode=35.198.99.146:9333
addnode=45.119.99.227:9333
addnode=45.32.163.218:8771
addnode=46.166.162.123:20108
addnode=52.168.149.8:9336
addnode=52.196.172.57:9333
addnode=60.216.107.189:9333
addnode=66.23.235.240:8771
addnode=69.165.238.143:8771
addnode=70.169.221.184:8771
addnode=73.75.141.18:4200
addnode=79.67.10.70:9333
addnode=85.217.171.123:9333
addnode=91.92.66.74:9333
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 21, 2018, 02:16:11 PM
I could help make the chain moving again but the wallet syncing process is extremely slow and stucks every few hundred/ thousand blocks.
Any solution for that?
Thanks.

Someone took advantage of this issue and created a fork in the chain, the highest block currently on 173.48.255.21 is 8846575 and this chain is also no longer moving at this point.

I have started to reindex https://www.blockexplorer.tk/ on this chain.

To answer your question;

On Windows
Remove the peers.dat file from the AppData folder
Right click on the Krugercoin executable and click on Create Shortcut.
Right click on the shortcut and click on Properties.
In the Target: field you will find the path to the executable - something like ...\Krugercoin-qt.exe
After the .exe part add -connect=173.48.255.21 to look something like  ...\Krugercoin-qt.exe -connect=173.48.255.21
Click on Apply
Double click the shortcut to start the client - it will now only connect to 173.48.255.21
*You may also remove all the files and folder in ...\AppData\Roaming\Krugercoin except your wallet.dat file*

On Linux
Stop Krugercoin (depending on the version that you use)
Remove the peers.dat file from the .krugercoin folder
Start Krugercoin krugercoind -connect=173.48.255.21
*You may also remove all the files and folder in .krugercoin except your wallet.dat file*

This will take about two days - even if you get a snapshot of the blockchain, it will take forever to reindex

Now you could tell me how do you mine this coin?

EDIT: Seems to be moving again - 8847679 


52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 20, 2018, 07:27:13 PM
guys, this coins has not received any new blocks for a while, and it might get delisted from Novaexchange.... that would be a shame though as it seems that there is some sort of community :/

its alive!!!

Could we please have your node(s) to sync with - all exchanges are still on block height 8840714

Tnx,

H
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 19, 2018, 04:39:25 AM
It looks like that was the last block mined. In the next couple of days, I'm going to point my miner at KGC and try to get the network moving.

That would be great!

Could you tell me what do you use to mine Krugercoin?

Tnx,

H

I use an Innosilicon Asic scrpyt miner. I haven't mined with it in a while so I need to get things reconfigured to start mining again.

Is your compiled wallet a linux version and have you been able sync the wallet?

Four running on Ubuntu 14.04 x64 and three Windows wallets;

All on

Timestamp: 2018-09-28 16:50:32
Height: 8840714

H
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 18, 2018, 11:23:19 AM

I'll appreciate any assistance with setting up a pool to mine or at least a quick guide to solo mine from a cpu

I have put my resources towards fixing and compiling the broken coinerd 0.93 release and can confirm that I where able to compile a wallet from source earlier this morning.

I'll really would appreciate the support an previous supported of Krugercoin - you have a ton of money out there that will be rescued if this coin stay alive and listed on the three exiting exchanges.

Tnx,

55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 16, 2018, 06:22:21 PM
It looks like that was the last block mined. In the next couple of days, I'm going to point my miner at KGC and try to get the network moving.

That would be great!

Could you tell me what do you use to mine Krugercoin?

Tnx,

H
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 16, 2018, 04:16:20 AM
What is the date of the last block?

The last block info;

Timestamp: 2018-09-28 16:50:32
Height: 8840714

Tnx
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: October 15, 2018, 06:46:21 PM
Hi,

Are there anyone with a chain higher than 8840714 blocks - if so, what are the nodes that you connect to?

Thx,

H
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: October 09, 2018, 08:53:19 PM
Denial-of-Service vulnerability

The Windows Binaries for commit 0ef6107 that fix the crash bug with duplicate inputs.


https://github.com/datacoinfiles/datacoin-core/releases/tag/v0.15.99.8


59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: October 05, 2018, 01:19:40 PM
I am trying to cross compile the Windows wallet with the patch (0ef6107) on Ubuntu, however, I get stuck with a madpool error.

Any one that have an idea why?
Yes but unfortunately, not in any helpful detail, see upthread a few posts: https://bitcointalk.org/index.php?topic=2188160.msg46478718#msg46478718

Cheers

Graham


I will have a look and see if I will able able to do a successful compile, for sanity sake I'll start with 0.15.99.03 again. I believe that I were able to do the cross compilation before - just need to remember the process that I followed before.

Tnx,

H
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: October 05, 2018, 11:50:48 AM
Hi,

I am trying to cross compile the Windows wallet with the patch (0ef6107) on Ubuntu, however, I get stuck with a madpool error.

Any one that have an idea why?

Tnx,

H  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!