Bitcoin Forum
May 05, 2024, 06:25:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 [92] 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 »
  Print  
Author Topic: [ANN][MEME][PEPE] Memetic / PepeCoin - UPDATE 3.1.1.0 - POS - MN - KEKDAQ DEX  (Read 256111 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
cryptotech
Sr. Member
****
Offline Offline

Activity: 393
Merit: 500



View Profile WWW
May 22, 2017, 09:33:26 PM
 #1821

Hello,

TheCryptoChat Block Explorers are getting upgraded to the new Block Explorer system plus all Block Explorers will be ran on their own server + have each BE will have a dedicated IP for the node.  However, after building the daemon and trying to sync we are running into some issues.  Please see snippets below of getinfo and debug.log

Thanks
Code:
{
    "version" : "v2.2.2.2-61410-PepeInLoo",
    "protocolversion" : 61410,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "smugsend_balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "moneysupply" : 0.00000000,
    "connections" : 0,
    "proxy" : "",
    "ip" : "154.16.7.180",
    "difficulty" : {
        "proof-of-work" : 0.00001526,
        "proof-of-stake" : 0.00001526
    },
    "testnet" : false,
    "keypoololdest" : 1495487374,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""

Code:
2017-05-22 21:09:33 PepeCoin version v2.2.2.2-61410-PepeInLoo (2017-05-16 02:53:08 -0600)
2017-05-22 21:09:33 Using OpenSSL version OpenSSL 1.0.1f 6 Jan 2014
2017-05-22 21:09:33 Default data directory /root/.pepecoin
2017-05-22 21:09:33 Used data directory /root/.pepecoin
2017-05-22 21:09:33 Failed to create backup boost::filesystem::copy_file: No such file or directory: "/root/.pepecoin/wallet.dat", "/root/.pepecoin/backups/wallet.dat.2017-05-22-21.09"
2017-05-22 21:09:33 init message: Verifying database integrity...
2017-05-22 21:09:33 dbenv.open LogDir=/root/.pepecoin/database ErrorFile=/root/.pepecoin/db.log
2017-05-22 21:09:33 Bound to [::]:29377
2017-05-22 21:09:33 Bound to 0.0.0.0:29377
2017-05-22 21:09:33 init message: Loading block index...
2017-05-22 21:09:33 Opening LevelDB in /root/.pepecoin/txleveldb
2017-05-22 21:09:33 Opened LevelDB successfully
2017-05-22 21:09:33  block index             185ms
2017-05-22 21:09:33 init message: Loading message cache...
2017-05-22 21:09:33 main LoadPepeMessages
2017-05-22 21:09:33 init message: Loading wallet...
2017-05-22 21:09:34 nFileVersion = 2020202
2017-05-22 21:09:34 Keys: 0 plaintext, 0 encrypted, 0 w/ metadata, 0 total
2017-05-22 21:09:34 Performing wallet upgrade to 60000
2017-05-22 21:12:26 keypool reserve 1
2017-05-22 21:12:26 keypool keep 1
2017-05-22 21:12:26  wallet               172293ms
2017-05-22 21:12:26 init message: Loading addresses...
2017-05-22 21:12:26 ERROR: CAddrman::Read() : open failed
2017-05-22 21:12:26 Invalid or missing peers.dat; recreating
2017-05-22 21:12:26 Loaded 0 addresses from peers.dat  0ms
2017-05-22 21:12:26 init message: Loading masternode cache...
2017-05-22 21:12:26 ERROR: Read : Failed to open file /root/.pepecoin/mncache.dat
2017-05-22 21:12:26 Missing masternode cache file - mncache.dat, will try to recreate
2017-05-22 21:12:26 fLiteMode 0
2017-05-22 21:12:26 nInstantXDepth 10
2017-05-22 21:12:26 Darksend rounds 2
2017-05-22 21:12:26 Anonymize PepeCoin Amount 2
2017-05-22 21:12:26 CDarksendPool::SetCollateralAddress - Invalid DarkSend collateral address
2017-05-22 21:12:26 mapBlockIndex.size() = 1
2017-05-22 21:12:26 nBestHeight = 0
2017-05-22 21:12:26 setKeyPool.size() = 1000
2017-05-22 21:12:26 mapWallet.size() = 0
2017-05-22 21:12:26 mapAddressBook.size() = 1
2017-05-22 21:12:26 AddLocal(154.16.7.180:29377,1)
2017-05-22 21:12:26 IPv4 eth0: 154.16.7.180
2017-05-22 21:12:26 init message: Done loading
2017-05-22 21:12:26 addcon thread start
2017-05-22 21:12:26 opencon thread start
2017-05-22 21:12:26 msghand thread start
2017-05-22 21:12:26 dumpaddr thread start
2017-05-22 21:12:26 net thread start
2017-05-22 21:12:26 dnsseed thread start
2017-05-22 21:12:26 Loading addresses from DNS seeds (could take a while)
2017-05-22 21:12:26 smsg-pow thread start
2017-05-22 21:12:26 smsg thread start
2017-05-22 21:12:27 2 addresses found from DNS seeds
2017-05-22 21:12:27 dnsseed thread exit
2017-05-22 21:12:27 socket recv error 104
2017-05-22 21:12:39 socket recv error 104
2017-05-22 21:12:40 socket recv error 104
2017-05-22 21:12:47 socket recv error 104
2017-05-22 21:12:54 socket recv error 104
2017-05-22 21:12:55 socket recv error 104
2017-05-22 21:12:56 socket recv error 104
2017-05-22 21:13:22 socket recv error 104
2017-05-22 21:13:23 socket recv error 104
2017-05-22 21:13:54 socket recv error 104
2017-05-22 21:13:55 socket recv error 104
2017-05-22 21:13:56 socket recv error 104
2017-05-22 21:14:03 socket recv error 104
2017-05-22 21:14:16 socket recv error 104
2017-05-22 21:14:30 socket recv error 104
2017-05-22 21:14:37 socket recv error 104
2017-05-22 21:14:44 socket recv error 104
2017-05-22 21:14:45 socket recv error 104
2017-05-22 21:15:04 socket recv error 104
2017-05-22 21:15:05 socket recv error 104
2017-05-22 21:15:06 socket recv error 104
2017-05-22 21:15:07 socket recv error 104
2017-05-22 21:15:14 socket recv error 104
2017-05-22 21:15:15 socket recv error 104
2017-05-22 21:15:16 socket recv error 104
2017-05-22 21:15:39 keypool reserve 2
2017-05-22 21:15:39 keypool return 2
2017-05-22 21:15:47 socket recv error 104
2017-05-22 21:15:48 socket recv error 104
2017-05-22 21:15:49 socket recv error 104
2017-05-22 21:15:50 socket recv error 104
2017-05-22 21:15:57 socket recv error 104
2017-05-22 21:16:04 socket recv error 104
This is never ending at this point. Just a repeat over and over of the same error.


Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714933520
Hero Member
*
Offline Offline

Posts: 1714933520

View Profile Personal Message (Offline)

Ignore
1714933520
Reply with quote  #2

1714933520
Report to moderator
Piston Honda
Legendary
*
Offline Offline

Activity: 2702
Merit: 1064


Juicin' crypto


View Profile
May 23, 2017, 05:38:01 PM
 #1822


$ADK ~ watch & learn...
Rumhurius
Legendary
*
Offline Offline

Activity: 1672
Merit: 1046


Here we go again


View Profile
May 23, 2017, 05:48:06 PM
 #1823

what

only good to shadilay in yeeeer pants huh ?

howdy partner Cheesy

PS:
SOON

pepeteam (OP)
Sr. Member
****
Offline Offline

Activity: 366
Merit: 270


PepeCoin / Memetic Developers


View Profile WWW
May 25, 2017, 06:37:54 AM
Last edit: May 27, 2017, 07:40:17 AM by pepeteam
 #1824

Website releases and Kekdaq beta signup coming by Sunday evening
pepeteam (OP)
Sr. Member
****
Offline Offline

Activity: 366
Merit: 270


PepeCoin / Memetic Developers


View Profile WWW
May 25, 2017, 07:32:24 AM
 #1825

Is this PEPECOIN the original MEMECOIN? Why rename?

I launched it as PepeCoin originally in March 2016, and due to pressure from miners to get to Bittrex, we caved and renamed to MEME, and have always tried to get listed on other exchanges as our original name PepeCoin. We raised $1800 from the community to get listed on Cryptopia.co.nz as PepeCoin but we're listed discreetly on Bittrex as Memetic, and coinmarketcap as both. We're on a few smaller exchanges but with time we will get more exchange additions and after we reach a certain level of maturity we have a good shot at getting listed on Shapeshift.
TrueAnon
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
May 25, 2017, 02:30:43 PM
 #1826

Website releases and Kekdaq beta coming by Sunday evening and sooner if possible.

Dev you are just bringing prosperity to the people, praise you and KEK for these such actions.  You will receive better reaction from the Pope that that cuck Trump and his shemale wife did....


https://i.imgflip.com/1pnba1.gif

Only a matter of time before this coin is beyond zeeMoon, with a fucking cherry on top.  Buy now or cry later.........



kokokoin
Hero Member
*****
Offline Offline

Activity: 638
Merit: 500



View Profile
May 25, 2017, 02:40:35 PM
 #1827

Website releases and Kekdaq beta coming by Sunday evening and sooner if possible.
This gonna be HUUUUUUGE! I'm holding my precious PEPEs to use at Kekdaq.
Rumhurius
Legendary
*
Offline Offline

Activity: 1672
Merit: 1046


Here we go again


View Profile
May 25, 2017, 05:43:30 PM
 #1828

PRAISE KEKDAQ !



msfeg
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
May 26, 2017, 02:30:34 PM
 #1829




you bought some pepe ehehehehe
Lauren Smith
Sr. Member
****
Offline Offline

Activity: 1050
Merit: 277



View Profile WWW
May 26, 2017, 05:27:07 PM
 #1830

Now do I buy pepecoin or pepecash ? Or pepecards ? When will I be able to buy pepecards with pepecoin ? I think it is a good investment if it goes anything like pepecash then we will see profit and long term hodl shortly.

johnnysof
Hero Member
*****
Offline Offline

Activity: 534
Merit: 500


View Profile
May 27, 2017, 01:18:47 PM
 #1831

Is the masternode still active?
Rumhurius
Legendary
*
Offline Offline

Activity: 1672
Merit: 1046


Here we go again


View Profile
May 27, 2017, 04:10:29 PM
 #1832

Is the masternode still active?

not released yet.
Prlly soon.

kokokoin
Hero Member
*****
Offline Offline

Activity: 638
Merit: 500



View Profile
May 27, 2017, 09:11:14 PM
 #1833

Is the masternode still active?

not released yet.
Prlly soon.
Just when everybody thinks masternodes is not pumpable news PEPE could prove them wrong.
pepeteam (OP)
Sr. Member
****
Offline Offline

Activity: 366
Merit: 270


PepeCoin / Memetic Developers


View Profile WWW
May 28, 2017, 02:14:55 AM
 #1834

Kekdaq website coming up tonight.  Beta access signup and lots more info

TrueAnon
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
May 28, 2017, 02:55:37 AM
 #1835

^ That is awesome news dev haha nice screenshot!  Showing it's legit and all!  Shocked Cool
How this coin still so cheap is a miracle (prais KEK), but i think not for much longer............

Can you get japanese translations done for all PEPE related things?  They are big for that market and enjoy it - given they are now very strong in crypto world, perhaps it is good chance to gain serious/$ market exposure there.  (Also usual China, etc. too)

PS - Is there hidden dickbutt in screenshot above, hrmmm?!
johnnysof
Hero Member
*****
Offline Offline

Activity: 534
Merit: 500


View Profile
May 28, 2017, 03:08:23 PM
 #1836

Is the masternode still active?

not released yet.
Prlly soon.

Thanks.
So, it was implemented in the previous wallet, but deleted on purpose?!?! Why?
whywetrance
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
May 28, 2017, 06:32:32 PM
 #1837

Kekdaq website coming up tonight.  Beta access signup and lots more info






luv your monitor stand!
  Grin


go pepe go!

Twitter@WhyWeTrance
frizbninja
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
May 29, 2017, 01:38:49 AM
 #1838

Is the masternode still active?

not released yet.
Prlly soon.

Thanks.
So, it was implemented in the previous wallet, but deleted on purpose?!?! Why?

kek bless u in time. do not rush our masterdevs. it was deleted for security reasons before your normie ass bought in. REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
kokokoin
Hero Member
*****
Offline Offline

Activity: 638
Merit: 500



View Profile
May 29, 2017, 09:19:53 AM
 #1839

Year ago masternodes weren't cool, now they are! That's why.
kushalgaudel
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
May 29, 2017, 11:08:06 AM
 #1840

masternode will make cherry on top. 10k incoming Grin
Pages: « 1 ... 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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 [92] 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 »
  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!