Pages:
Author

Topic: Corgi community foundation (Read 11647 times)

sr. member
Activity: 530
Merit: 253
LDOGE aka Litedoge -stakeable 2.0 doge
February 23, 2016, 01:48:08 AM
 https://bitcointalksearch.org/topic/annvade-vade-crypto-pos-stealth-transactions-encrypted-messaging-1373179 the new corgi thread what also includes clear instructions how to do the coin swap to new corgicoin
legendary
Activity: 1938
Merit: 1014
February 21, 2016, 09:08:39 PM
The best wallet loading splash screen ever, period!  Cheesy



Yes, I agree with you. Wink
newbie
Activity: 49
Merit: 0
February 21, 2016, 06:32:51 PM
Corgi faucet is now live, fill your boots people, corgi is here to stay.
hero member
Activity: 651
Merit: 518
February 21, 2016, 03:20:34 PM
The best wallet loading splash screen ever, period!  Cheesy

newbie
Activity: 49
Merit: 0
February 18, 2016, 06:29:16 PM
Ok, it's official, I have updated the front page.

CORGI CORGI CORGI !!!
newbie
Activity: 49
Merit: 0
February 18, 2016, 05:39:59 PM
Hi guys, long time no speak. I'm sorry I haven't kept up with the corgi progression on here. I will update the original post with all that is relevant. I have never done anything like this before and I can only apologise to you all for losing track, corgi got legs and ran away from me for a bit. This is a community coin and all are equal.
Thanks
full member
Activity: 139
Merit: 100
February 15, 2016, 09:54:34 AM
sadly it says those packages are obsollite.

I was trying to build the deamon but still no luck sadly.

Package libboost-filesystem1.55-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libboost-program-options1.55-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libboost-thread1.55-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libboost-filesystem1.55-dev' has no installation candidate
E: Package 'libboost-thread1.55-dev' has no installation candidate
E: Package 'libboost-program-options1.55-dev' has no installation candidate
newbie
Activity: 11
Merit: 0
February 14, 2016, 10:22:27 AM
You need at least the following packages in addition to standard Qt dev tools.

sudo apt-get install libdb5.3++-dev libminiupnpc-dev libboost-filesystem1.55-dev libboost-thread1.55-dev libboost-program-options1.55-dev

Run qmake followed by make to build corgicoin-qt

Sadly I can not make the new linux wallet compile using the makefile.unix

I get following problem

home/mining/Corgicoinnew/src/smessage.cpp:219: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string, std::allocator > const&, leveldb::DB**)'
/home/mining/Corgicoinnew/src/smessage.cpp:223: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::ScanBatch(CDataStream const&, std::__cxx11::basic_string, std::allocator >*, bool*) const':
/home/mining/Corgicoinnew/src/smessage.cpp:281: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::TxnCommit()':
/home/mining/Corgicoinnew/src/smessage.cpp:309: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::EraseSmesg(unsigned char*)':
/home/mining/Corgicoinnew/src/smessage.cpp:584: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::WritePK(CKeyID&, CPubKey&)':
/home/mining/Corgicoinnew/src/smessage.cpp:393: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o:/home/mining/Corgicoinnew/src/smessage.cpp:537: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
obj/txdb-leveldb.o: In function `init_blockindex(leveldb::Options&, bool)':
/home/mining/Corgicoinnew/src/txdb-leveldb.cpp:60: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string, std::allocator > const&, leveldb::DB**)'
/home/mining/Corgicoinnew/src/txdb-leveldb.cpp:62: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `CTxDB::TxnCommit()':
/home/mining/Corgicoinnew/src/txdb-leveldb.cpp:149: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `CTxDB::ScanBatch(CDataStream const&, std::__cxx11::basic_string, std::allocator >*, bool*) const':
/home/mining/Corgicoinnew/src/txdb-leveldb.cpp:194: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Read, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator >&)':
/home/mining/Corgicoinnew/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/mining/Corgicoinnew/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/mining/Corgicoinnew/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:179: recipe for target 'corgicoind' failed
make: *** [corgicoind] Error 1

full member
Activity: 139
Merit: 100
February 12, 2016, 11:41:16 AM
Sadly I can not make the new linux wallet compile using the makefile.unix

I get following problem

home/mining/Corgicoinnew/src/smessage.cpp:219: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string, std::allocator > const&, leveldb::DB**)'
/home/mining/Corgicoinnew/src/smessage.cpp:223: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::ScanBatch(CDataStream const&, std::__cxx11::basic_string, std::allocator >*, bool*) const':
/home/mining/Corgicoinnew/src/smessage.cpp:281: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::TxnCommit()':
/home/mining/Corgicoinnew/src/smessage.cpp:309: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::EraseSmesg(unsigned char*)':
/home/mining/Corgicoinnew/src/smessage.cpp:584: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::WritePK(CKeyID&, CPubKey&)':
/home/mining/Corgicoinnew/src/smessage.cpp:393: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o:/home/mining/Corgicoinnew/src/smessage.cpp:537: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
obj/txdb-leveldb.o: In function `init_blockindex(leveldb::Options&, bool)':
/home/mining/Corgicoinnew/src/txdb-leveldb.cpp:60: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string, std::allocator > const&, leveldb::DB**)'
/home/mining/Corgicoinnew/src/txdb-leveldb.cpp:62: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `CTxDB::TxnCommit()':
/home/mining/Corgicoinnew/src/txdb-leveldb.cpp:149: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `CTxDB::ScanBatch(CDataStream const&, std::__cxx11::basic_string, std::allocator >*, bool*) const':
/home/mining/Corgicoinnew/src/txdb-leveldb.cpp:194: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Read, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator >&)':
/home/mining/Corgicoinnew/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/mining/Corgicoinnew/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/mining/Corgicoinnew/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:179: recipe for target 'corgicoind' failed
make: *** [corgicoind] Error 1
full member
Activity: 139
Merit: 100
February 10, 2016, 10:18:58 PM
I am using the new wallet I think V1.1.1.1 New V1

I am assuming this is using a standard scrypt miner and I dont need any special miner, however I dont seem to be mining any coins even with low diffeculty but I have solid hash rate.

I am rather confused on what wallet and algo miner I should be using.
newbie
Activity: 3
Merit: 0
February 10, 2016, 12:23:32 PM
Today working nodes for old wallet
addnode=93.158.200.223
addnode=98.115.147.74
addnode=76.95.178.229
sr. member
Activity: 630
Merit: 250
February 09, 2016, 02:28:25 PM
What wallet version you are using and on what OS? Did you added corgocoin.conf? After adding conf wallet got synced up for me.

I have this version.

v1.4.1.2-unk-beta

I don't find a config file.
I have addnodes some addnodes i found here in the debut screen.
But still 0 connections to the network.

First locate directory where your wallet.dat file is located and then create a new text file at the same location, named corgicoin.conf (NOT corgicoin.conf.txt or whatever else!!!). Paste addnodes listed below to that file, save it and then restart your old CORGI wallet.

addnode=192.241.169.209
addnode=72.239.219.186
addnode=188.40.21.52
addnode=98.115.147.74
addnode=54.196.170.73
addnode=82.247.141.228
addnode=91.215.53.243
addnode=162.243.41.34
addnode=50.122.128.166
addnode=108.61.158.78
addnode=79.217.207.250
addnode=162.255.117.105
addnode=68.118.192.140
addnode=192.99.166.26
addnode=115.29.136.244
addnode=76.95.178.229
addnode=209.188.18.43
addnode=50.24.0.249


Make sure you not behind firewall.



Is this for the OLD wallet or new?

How do you create a config. file?
I have never done that before.
My wallet doesn't synchronize too.
hero member
Activity: 514
Merit: 500
February 09, 2016, 10:28:55 AM
Where am I supposed to send OLD coins to get swapped with NEW Corgi coins?
hero member
Activity: 651
Merit: 518
February 09, 2016, 07:01:12 AM
Old one.
full member
Activity: 149
Merit: 100
February 08, 2016, 09:09:49 PM
#99
What wallet version you are using and on what OS? Did you added corgocoin.conf? After adding conf wallet got synced up for me.

I have this version.

v1.4.1.2-unk-beta

I don't find a config file.
I have addnodes some addnodes i found here in the debut screen.
But still 0 connections to the network.

First locate directory where your wallet.dat file is located and then create a new text file at the same location, named corgicoin.conf (NOT corgicoin.conf.txt or whatever else!!!). Paste addnodes listed below to that file, save it and then restart your old CORGI wallet.

addnode=192.241.169.209
addnode=72.239.219.186
addnode=188.40.21.52
addnode=98.115.147.74
addnode=54.196.170.73
addnode=82.247.141.228
addnode=91.215.53.243
addnode=162.243.41.34
addnode=50.122.128.166
addnode=108.61.158.78
addnode=79.217.207.250
addnode=162.255.117.105
addnode=68.118.192.140
addnode=192.99.166.26
addnode=115.29.136.244
addnode=76.95.178.229
addnode=209.188.18.43
addnode=50.24.0.249


Make sure you not behind firewall.



Is this for the OLD wallet or new?
hero member
Activity: 627
Merit: 500
February 03, 2016, 06:52:06 PM
#98
You can download the OLD Corgi blockchain at CryptoChainer.com

It will get your wallet back into sync in no time!
hero member
Activity: 651
Merit: 518
February 03, 2016, 04:06:14 PM
#97
However, I don't understand, where to send email for below suggestion. Email address is missing or I can't solve the code.

There is no email, you must create account at Cryptopia and use their internal messaging system to contact corgiswap account.
hero member
Activity: 514
Merit: 500
February 02, 2016, 10:57:35 AM
#96
Hello All,

I am ready to send my old corgicoin coins to CXPJWsjTyHJ3KNBm6RXnrikA1rvnuNKnsm.

However, I don't understand, where to send email for below suggestion. Email address is missing or I can't solve the code.

That is the only way from now on. So once again DO NOT DEPOSIT YOUR OLD COINS TO YOUR ACCOUNT BUT TO THE ADDRESS I LISTED IN THIS POST. All coins that get to corgiswap account by other ways will be seen as donation and will be send to cryptopia for support compensation.

Please Help!
member
Activity: 104
Merit: 18
January 28, 2016, 08:20:28 PM
#95
I downloaded old wallet and added nodes under corgicoin.conf and got synched up. However, wallet is still showing (out of sync) for some reason.


20:20:51

getinfo


20:20:51

{
"version" : 1040102,
"protocolversion" : 60003,
"walletversion" : 60000,
"balance" : 291241679.78700000,
"blocks" : 509322,
"connections" : 2,
"proxy" : "",
"difficulty" : 13.29242939,
"testnet" : false,
"keypoololdest" : 1414625938,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.01000000,
"errors" : ""
}


20:21:22

getblockcount


20:21:22

509322

Yes, I restarted my wallet couple of times as well.

I am using CorgiCoin Wallet Version: v1.4.1.2-unk-beta

Any help will be highly appreciated.

Where did you find this file?
hero member
Activity: 514
Merit: 500
January 28, 2016, 07:00:00 PM
#94
I am still waiting for information where I can send my old coins and get swapped with new. I know the address where to send though; however I don't know the email address where I am supposed to send TXID.
Pages:
Jump to: