Bitcoin Forum
May 27, 2024, 12:50:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 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 »
  Print  
Author Topic: [KGC] The future is krugercoin and the future is now! [Official Launch]  (Read 84906 times)
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
October 29, 2018, 06:11:24 AM
 #601

Could you please share the nodes that your connected to?

Tnx,

H

Sure, here you go:
  • 173.48.255.21:8771
    45.32.163.218:8771
    70.169.221.184:8771
    46.166.162.123:20108
    52.168.149.8:9336
    73.75.141.18:4200

https://nuls.io/about/ The sky is not the limit
gnode
Sr. Member
****
Offline Offline

Activity: 492
Merit: 250


View Profile
October 29, 2018, 10:32:33 AM
 #602

I get errors when trying to compile the linux wallet. Can you assist with a quick tutorial?

I'm using ubuntu 16.04.
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
October 29, 2018, 04:39:31 PM
Last edit: November 03, 2018, 10:19:19 PM by hamburger
 #603

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




Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
gnode
Sr. Member
****
Offline Offline

Activity: 492
Merit: 250


View Profile
October 30, 2018, 12:27:38 PM
Last edit: October 31, 2018, 12:28:16 AM by gnode
 #604

what changes to the above are need to get the gui client to compile?
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
October 31, 2018, 03:07:27 PM
Last edit: October 31, 2018, 03:23:28 PM by hamburger
 #605

what changes to the above are need to get the gui client to compile?

I unfortunately do not know - I make use of the command line only or Windows PC.

Most likely you will have to include the qt dependencies, my development environment include;

autoconf
automake
autotools-dev
build-essential
g++
git
libboost-all-dev
libczmq-dev
libdb4.8++-dev
libdb4.8-dev
libevent-dev
libgmp-dev
libprotobuf-dev
libqrencode-dev
libqt4-dev
libssl-dev
libtool
miniupnpc
pkg-config
protobuf-compiler
python3
qt
software-properties-common
univalue
unrar
uuid-dev


For Qt5 also install;

libqt5gui5
libqt5core5
libqt5dbus5
qttools5-dev
qttools5-dev-tools


In most altcoins, the altcoin-qt for *nix will automatically build when you compile, provided that all the correct dependencies are met.

I will try to do this once I have a stable chain to work with - It's been more than a month now since the mining stopped and the blockchain went out of sync. I will recompile the Krugercoin 0.9.4 client with check points to only follow the longest Krugercoin chain. At the same time, I will see if I can find a way to prevent Worldcoin, Digitalcoin and the rest of the Krugercoin and Litecoin clones that piggy back on Krugercoin to connect to the network. If all else fail, I'll either abandon the rescue of this project or create a hard fork.

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
gnode
Sr. Member
****
Offline Offline

Activity: 492
Merit: 250


View Profile
November 02, 2018, 08:06:08 PM
Last edit: November 03, 2018, 12:37:28 AM by gnode
 #606

I've compiled the daemon per the above instructions (thanks!) and I'm syncing now. I see 2 connections that have block height of 8877770.

45.32.163.218:8771
70.169.221.184:8771

Somebody must be mining on the v09.3 network.



edit: now I'm mining on the 9.3 network



hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
November 03, 2018, 06:09:04 PM
 #607

I've compiled the daemon per the above instructions (thanks!) and I'm syncing now. I see 2 connections that have block height of 8877770.

45.32.163.218:8771
70.169.221.184:8771

Somebody must be mining on the v09.3 network.

edit: now I'm mining on the 9.3 network


Congrats on the mining - I naively believed that nodes are the back bone of maintaining any chain, after the fiasco of the last month, I now understand the symbiotic relationship between miners and nodes much better. You should do a short tutorial on mining and post it here for other people who are not willing to ask in the open - I can not keep up with the PM requests for assistance.

I have asked https://www.atomminer.com/ to add Krugercoin to their pool - their FPGA Crypto Miner will support scryt mining and it would be ideal for mining Krugercoin. Very low power consumption and easy to maintain. BTW - they are looking for distributors if anyone is interested, just join them on Telegram

45.32.163.218:8771 is just a node running 0.9.3 and 70.169.221.184:8771 could be either an exchange or a miner.

I have added the necessary check points up to block height 8800000 in 0.9.4 and will see how fast the synchronization is now.

Tnx,


Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
kingartur
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 04, 2018, 11:45:47 PM
 #608

                                                              Huh

Windows wallet is not synchronized
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
November 05, 2018, 04:23:33 AM
 #609

                                                              Huh

Windows wallet is not synchronized

No it's not. Use the Linux one Cheesy

https://nuls.io/about/ The sky is not the limit
gnode
Sr. Member
****
Offline Offline

Activity: 492
Merit: 250


View Profile
November 05, 2018, 11:27:27 AM
Last edit: November 05, 2018, 09:46:42 PM by gnode
 #610

                                                             Huh

Windows wallet is not synchronized

No it's not. Use the Linux one Cheesy

Are you using the linux GUI wallet? If so what changes are needed to Hamburger's instructions given above to be able to compile the GUI version?

Or is there another way to install the linux GUI wallet?
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
November 06, 2018, 04:29:14 AM
 #611


Are you using the linux GUI wallet? If so what changes are needed to Hamburger's instructions given above to be able to compile the GUI version?

Or is there another way to install the linux GUI wallet?

No GUI, just running daemon.

https://nuls.io/about/ The sky is not the limit
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
November 07, 2018, 04:29:55 PM
Last edit: November 07, 2018, 06:46:05 PM by hamburger
 #612


Are you using the linux GUI wallet? If so what changes are needed to Hamburger's instructions given above to be able to compile the GUI version?

Or is there another way to install the linux GUI wallet?

This script will install and compile the Linux graphic user interface for krugercoin-qt

You can build on a Virtual Private Server:

Server:Ubuntu 14.04 x64
CPU: 1 vCore
RAM: 512 MB
Size: 20 GB SSD

Referral link below - if you really appreciate open source  
http://www.vultr.com/?ref=7587570 - November only
https://www.vultr.com/?ref=7225127 - Anytime - recommended

The $3.50/mo [$0.005/h] server would be fine and it will take approximately 40 minutes to complete.


1) Create a shell file - install.sh

Copy and paste:

Code:
#!/bin/bash

clear
# Start timer
START_TIME=$SECONDS

echo "Upgrade server."
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y autoremove
sleep 3
clear
 
echo "Install dependencies."
sudo apt-get install -y autoconf automake autotools-dev build-essential bsdmainutils g++ git libboost-all-dev libevent-dev libgmp-dev libprotobuf-dev libqrencode-dev libqt4-dev libssl-dev libtool miniupnpc pkg-config protobuf-compiler python3 qt4-default sed software-properties-common unrar uuid-dev
sleep 3
clear

echo "Install database."
sudo add-apt-repository -y ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
sleep 3
clear

echo "Create memory swap file"
sudo fallocate -l 4G /mnt/4GB.swap
sudo mkswap /mnt/4GB.swap
sudo swapon /mnt/4GB.swap
echo "/mnt/4GB.swap  none  swap  sw 0  0" >> /etc/fstab
echo "vm.swappiness=60" >> /etc/sysctl.conf
chmod 600 /mnt/4GB.swap
sudo apt-get update
sleep 3
clear

echo "Download Krugercoin"
git clone https://github.com/krugercoin-project/krugercoin krugercoin
find . -type f -print0 | xargs -0 sed -i 's/bitcoin.conf/krugercoin.conf/g'
sleep 3
clear

echo "Prepare and build Krugercoin"
cd krugercoin
./autogen.sh
./configure
make
sleep 3
clear

echo "Install Krugercoin"
make install
sleep 3
clear

echo "Rename executables"
mv /usr/local/bin/bitcoin-qt /usr/local/bin/krugercoin-qt
mv /usr/local/bin/test_bitcoin /usr/local/bin/test_krugercoin
mv /usr/local/bin/test_bitcoin-qt /usr/local/bin/test_krugercoin-qt
sleep 3
clear

echo "Prepare installation"
mkdir -p ~/.krugercoin
touch ~/.krugercoin/krugercoin.conf
echo "# JSON-RPC options (for controlling a running Krugercoin/krugercoind process)
server=1
daemon=1
listen=1
rpcuser=$(uuidgen)
rpcpassword=$(uuidgen)
rpcallowip=127.0.0.1
rpcport=8772
addnode=207.148.31.116
addnode=45.32.163.218
addnode=102.165.232.246
addnode=165.227.60.96
addnode=144.202.35.253
addnode=45.32.163.218:8771
addnode=88.99.248.15:58682
addnode=212.125.247.43:46378
addnode=70.169.221.184:55510
addnode=45.32.163.218:8771
addnode=69.165.238.143:50743
addnode=144.202.35.253:59956
addnode=70.169.221.184:8771
addnode=88.99.248.15:42130
addnode=88.1.157.44:56397
addnode=173.48.255.21:65161
addnode=69.165.238.143:58152
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=212.125.247.43:46442
addnode=70.169.221.184:52924
addnode=88.99.248.15:47130
addnode=144.202.35.253:35212
addnode=207.148.31.116:46002
addnode=83.42.226.196:53804
addnode=85.202.228.70:44628
addnode=83.58.139.204:56775
addnode=165.227.60.96:8771
addnode=173.48.255.21:32816
addnode=69.165.238.143:52944
addnode=69.165.238.143:55269
addnode=99.234.164.213:4038
addnode=102.165.232.246:56519
" > ~/.krugercoin/krugercoin.conf
sleep 3
clear

echo "Start Krugercoin"
krugercoind -server -daemon
clear
# Stop timer
ELAPSED_TIME=$(($SECONDS - $START_TIME))
echo "Installation Duration: $(($ELAPSED_TIME/60)) min $(($ELAPSED_TIME%60)) sec"  
sleep 20

# Update the block download progress every 5 seconds
watch -n 5 krugercoin-cli getblockcount
clear

# Executable files
echo "Find executable here;"
echo "krugercoin-cli - /usr/local/bin/krugercoin-cli"
echo "krugercoind - /usr/local/bin/krugercoind"
echo "krugercoin-qt - /usr/local/bin/krugercoin-qt"
echo "test_krugercoin - /usr/local/bin/test_krugercoin"
echo "test_krugercoin-qt - /usr/local/bin/test_krugercoin-qt"
sleep 3

At the command prompt, type

Code:
bash install.sh

To exit, type

Code:
Ctrl + c

If you use Ubuntu Desktop, navigate to your folder in Terminal and type
Code:
sudo krugercoin-qt
and the graphic interface will open.

This script will by default create the krugercoin.conf file in root and the code $(uuidgen) by rpcuser and rpcpassword creates a universally unique identifier for each value in the form of xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxx - change the script or move the .krugercoin folder from root to your home folder. You should know what to do if you are using Ubuntu Desktop.


Some appreciation would be nice, just check out the nice Krugercoin address below!

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
gnode
Sr. Member
****
Offline Offline

Activity: 492
Merit: 250


View Profile
November 08, 2018, 12:41:35 AM
Last edit: November 08, 2018, 02:20:44 AM by gnode
 #613

Thanks for the guide.
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
November 08, 2018, 08:09:27 AM
 #614

This script will install and compile the Linux graphic user interface for krugercoin-qt

You can build on a Virtual Private Server:

Server:Ubuntu 14.04 x64
CPU: 1 vCore
RAM: 512 MB
Size: 20 GB SSD

Referral link below - if you really appreciate open source  
http://www.vultr.com/?ref=7587570 - November only
https://www.vultr.com/?ref=7225127 - Anytime - recommended

The $3.50/mo [$0.005/h] server would be fine and it will take approximately 40 minutes to complete.

Nice script! I would go with at least 1GB RAM, so it's not swapping to hell and back. I've had some odd experiences (like internal compiler errors, or signal 11 core dumps) when trying to compile coin daemons on a memory constrained VPS.
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
November 08, 2018, 11:01:55 AM
 #615


Nice script! I would go with at least 1GB RAM, so it's not swapping to hell and back. I've had some odd experiences (like internal compiler errors, or signal 11 core dumps) when trying to compile coin daemons on a memory constrained VPS.

It is correct, this script is meant to be for Ubuntu 14.05 Desktop users that want to compile the Ubuntu Graphic User Interface - can be done on their own machine or virtual server. Compiling Windows Binaries on a machine with these specs will take most likely two days. I prefer 6 cpu /16 ram as it only take a few minutes to compile the Ubuntu Graphic User Interface and about 20 minutes to compile the Windows Binaries. Would be nice to know if this will work on the Windows Subsystem for Linux.

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
dasHimalay
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 10, 2018, 10:53:49 PM
 #616


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


Hello, Nova's current block height is 8924397. Its showing synced. Nova is not going to delist this coin and they opened deposit for all coin including KGC. If you have account in old nova you can now trade deposit and withdraw KGC in nova. Smiley
LouisSchoeman
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
December 24, 2018, 01:08:07 PM
 #617

Was the Krugercoin founded in South Africa?

Does it have any relation to the Kruger Park?
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
January 03, 2019, 06:07:16 AM
 #618

Was the Krugercoin founded in South Africa?

Does it have any relation to the Kruger Park?

Louis,

Unfortunately no on both counts - it was some guy from India who saw an opportunity to make some money, created the the coin and then dropped it like a hot potato when he though it reached the highest value. Fortunately there are a few people out there that still support the coin and is actively mining the coin to keep it alive.

I still would like to see the coin succeed on such a level that it would be useful in South Africa.

You would find some information at;

https://web.archive.org/web/20140208001152/http://krugercoin.co/main/

PM me if you want to work on this coin with me.

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
February 21, 2019, 01:45:49 PM
 #619


Welcome to the new year!

Well that was a bit late for that but anyway, I found that https://www.blockexplorer.tk/ (http://207.148.31.116/) are not working and at first left it at that. Later I decided to investigate as it is the only know blockexplorer for Krugercoin that I use to make sure my nodes are updating correctly. Eventually found that the free domain was suspended. Left it at hat again and then the flame started to burn again I then decided to approach freenom for an answer.

It boils down to it that one of their trusted security partners decided to suspend the domain and no one are unable to provide any clear reason for this - see blow for reply;

Quote
Thank you for your message.

Upon inspection, we have found that your domain name has been removed by one of our trusted security partners.
Because we completely trust these companies and individuals (we wouldn't call them trusted partners if we didn't) and their reasons for removing domain names, we will not be able to restore the domain(s) to your account.

Possible reasons for having your domain name removed by our security partners include but are not limited to:
- phishing;
- spreading viruses and/or malware;
- copyright infringement.
These are violations of our terms and conditions that we do not allow.

Kind regards,

Freenom Support

So now I have send them a reply, not that I expect that they will admit their failure, corruption, unethical, behavior etc..,

Quote
I appreciate your reply, you should however seriously have a re look at your trusted security partner that suspended this domain as they are in the process of damaging your reputation.

The website https://www.blockexplorer.tk are;

1) Is not a phishing site as it does not collect any user information nor does it send or receive emails as a matter of security and integrity for server safety.

2) Is not spreading viruses and/or malware as there are no interaction with any visitor nor does it contain any scripts or software that is capable of doing so.

3) Is not infringing on any copyright as for the code use on the site is open source and the deployment of the software on this server complies with the license agreement of the author.

In addition, the name block explorer or blockexplorer are not copyright protected as it is commonly used by the crypto currency community and the phrase was coined by the original developer and visionary of Bitcoin.

Furthermore, the service that run on this site is the block explorer for Krugercoin, a unique crypto currency and the name in it self also does not infringe on any copyright or trademark as most likely and erroneously contemplated by your trusted security partners. The copyright and trademark that they mostly think of is Kruger Rand that is the trademark of the South African Mint and copyright also vest in South African Mint - there are no trademark name or copyright known as Krugercoin.

You really do not have to reinstate the domain as your supposedly trusted security partner is engaging in noncompetitive and corrupt behavior for suspending this domain and is depriving a small community of their right to identify with them self. My personal believe on this suspension is that it is politically an racially motivated and has nothing to do with any of the reason sited.

I take it that you will understand that I will no longer be able to promote or recommend your services and will not proceed with my planned upgrading any of my other free domains to paid domains.

Thank you,

Sorry for any inconvenience this cause to anyone using the site - it is still available via the ip address http://207.148.31.116 ia any one need to access it.

The krugercoin.tk are also removed and is now available as a "SPECIAL" domain at a premium.

Anyway, lets see what the future hold and move to a better domain extension and registrar.

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
QQ6693606
Full Member
***
Offline Offline

Activity: 407
Merit: 101


View Profile
May 11, 2019, 06:37:41 AM
 #620

this coin is still alive?

Pages: « 1 2 3 4 5 6 7 8 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 »
  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!