Bitcoin Forum
May 25, 2024, 03:11:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 »  All
  Print  
Author Topic: Re: ☺ [ANN] MOINCOIN | MEUS DECENTRALIZED CRYPTO FORUM | NO ICO | YOBIT ☺  (Read 16123 times)
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
May 26, 2015, 09:13:03 PM
 #41

static const char *strDNSSeed[][2] = {
    //{"rat4.Moincoin.co", "seed.Moincoin.co"},
    //{"maarx.Moincoin.co", "seed2.Moincoin.co"},
    //{"archon.darkfox.id.au", "foxy.seeds.darkfox.id.au"},


there is why..

dukester99
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250


View Profile
May 26, 2015, 09:50:39 PM
 #42


What do I need to do to get my wallet working?


static const char *strDNSSeed[][2] = {
    //{"rat4.Moincoin.co", "seed.Moincoin.co"},
    //{"maarx.Moincoin.co", "seed2.Moincoin.co"},
    //{"archon.darkfox.id.au", "foxy.seeds.darkfox.id.au"},


there is why..
dukester99
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250


View Profile
May 26, 2015, 10:10:38 PM
 #43

What do I have to do to add seeds? Do I need to create a txt file and copy it into the moin directory? What do I name it.
.



What do I need to do to get my wallet working?


static const char *strDNSSeed[][2] = {
    //{"rat4.Moincoin.co", "seed.Moincoin.co"},
    //{"maarx.Moincoin.co", "seed2.Moincoin.co"},
    //{"archon.darkfox.id.au", "foxy.seeds.darkfox.id.au"},


there is why..

add seeds or try this,its unofficial fix for windows:
http://www.filedropper.com/moincoin-qt
moincoindev (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 26, 2015, 10:18:46 PM
 #44

What do I have to do to add seeds? Do I need to create a txt file and copy it into the moin directory? What do I name it.
.



What do I need to do to get my wallet working?


static const char *strDNSSeed[][2] = {
    //{"rat4.Moincoin.co", "seed.Moincoin.co"},
    //{"maarx.Moincoin.co", "seed2.Moincoin.co"},
    //{"archon.darkfox.id.au", "foxy.seeds.darkfox.id.au"},


there is why..

add seeds or try this,its unofficial fix for windows:


Hi. There are no hardcoded seed nodes in this version of the wallet that is why we put the nodes in the first post. We will put some in the next version to make it more user friendly.  

For Windows go to

c:\users\YOUR-NAME\appdata\roaming\Moincoin\

and create a text file named Moincoin.conf with this in it:

Code:
addnode=168.235.154.239
addnode=162.244.29.79

Then restart the wallet. Please let us know if this solves the problem for you.  Smiley

We are grateful to members trying to help but do not recommend downloading wallets from unofficial sources.
dukester99
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250


View Profile
May 26, 2015, 10:23:38 PM
 #45

Yes it came to life right away.
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
May 26, 2015, 10:34:30 PM
 #46

[WTS] 2458 coins for .1btc
CryptoClub
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


cryptocollectorsclub.com


View Profile
May 26, 2015, 10:38:32 PM
 #47

We need exchange. Where is @Yobit Huh

Why does everyone want an exchange IMMEDIATELY?  Difficulty is low as hell right now, enjoy getting easy coins before more people have their attention drawn to it.

Sometimes it is a major investment to keep mining and people might be uncertain of the future. Once there is an exchange a value can be established too. I mined for a day, but going to wait for the plans to see if I want to mine more.

...
political1907
Full Member
***
Offline Offline

Activity: 364
Merit: 100



View Profile
May 26, 2015, 10:39:34 PM
 #48

WTS some cheap coin. Pm me

cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
May 26, 2015, 10:59:21 PM
 #49

static const int64_t nTargetTimespan = 10 * 30;  // Moincoin - every 5 minutes
unsigned int nTargetSpacing = 1 * 30; // Moincoin - 30 seconds
Block Time: 1 minute???

moincoindev (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 26, 2015, 11:16:41 PM
 #50

static const int64_t nTargetTimespan = 10 * 30;  // Moincoin - every 5 minutes
unsigned int nTargetSpacing = 1 * 30; // Moincoin - 30 seconds
Block Time: 1 minute???

Not going to lie, had meant to change that. Thanks for pointing it out, PoW stage will last roughly one week.

OP updated.  Smiley
political1907
Full Member
***
Offline Offline

Activity: 364
Merit: 100



View Profile
May 26, 2015, 11:21:18 PM
 #51

Are you working to block explorer @Dev ?

richar
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
May 26, 2015, 11:22:02 PM
 #52

https://i.imgur.com/YUIwFBQ.jpg

Staking like a champ!
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
May 26, 2015, 11:30:18 PM
 #53

static const int64_t nTargetTimespan = 10 * 30;  // Moincoin - every 5 minutes
unsigned int nTargetSpacing = 1 * 30; // Moincoin - 30 seconds
Block Time: 1 minute???

Not going to lie, had meant to change that. Thanks for pointing it out, PoW stage will last roughly one week.

OP updated.  Smiley

too tired to look more into source but when more pos miners kick in there will be less pow blocks.
because pos blocks will be counted among to: LAST_POW_BLOCK = 19999;
correct if i missed something

moincoindev (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 26, 2015, 11:31:04 PM
 #54

Are you working to block explorer @Dev ?

We had some messages from people offering to make an explorer. There will be one on the official site but in the meantime we will see what we can arrange.  Smiley
moincoindev (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 26, 2015, 11:39:50 PM
 #55

static const int64_t nTargetTimespan = 10 * 30;  // Moincoin - every 5 minutes
unsigned int nTargetSpacing = 1 * 30; // Moincoin - 30 seconds
Block Time: 1 minute???

Not going to lie, had meant to change that. Thanks for pointing it out, PoW stage will last roughly one week.

OP updated.  Smiley

too tired to look more into source but when more pos miners kick in there will be less pow blocks.
because pos blocks will be counted among to: LAST_POW_BLOCK = 19999;
correct if i missed something

Yes thats right if the first phase had been pure PoW the total would have been around 1.2m but it will be a less due to people staking.  Smiley
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
May 26, 2015, 11:50:12 PM
 #56

static const int64_t nTargetTimespan = 10 * 30;  // Moincoin - every 5 minutes
unsigned int nTargetSpacing = 1 * 30; // Moincoin - 30 seconds
Block Time: 1 minute???

Not going to lie, had meant to change that. Thanks for pointing it out, PoW stage will last roughly one week.

OP updated.  Smiley

too tired to look more into source but when more pos miners kick in there will be less pow blocks.
because pos blocks will be counted among to: LAST_POW_BLOCK = 19999;
correct if i missed something

Yes thats right if the first phase had been pure PoW the total would have been around 1.2m but it will be a less due to people staking.  Smiley

yep..
at block : 4053:

moneysupply : 243332.74613423 coins
calculated moneysupply without pos :  257468 coins
= 14136 coins less than calculated because of pos blocks
so, there is no way to tell what will be the supply after PoW

goodguyed
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250

Twitter: @goodguyed


View Profile
May 27, 2015, 12:15:51 AM
 #57

Looks good. In.

Signature for sale by owner
Toro iskandar
Hero Member
*****
Offline Offline

Activity: 910
Merit: 512


View Profile
May 27, 2015, 12:19:57 AM
 #58

7k selling moincoin  Grin!
interests PM  Grin
Stormspirit
Sr. Member
****
Offline Offline

Activity: 642
Merit: 250



View Profile
May 27, 2015, 01:45:35 AM
 #59

exchange soon
Toro iskandar
Hero Member
*****
Offline Offline

Activity: 910
Merit: 512


View Profile
May 27, 2015, 03:09:21 AM
 #60

exchange soon

bittex  Grin
Pages: « 1 2 [3] 4 5 6 7 8 9 »  All
  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!