Pages:
Author

Topic: Re: ☺ [ANN] MOINCOIN | MEUS DECENTRALIZED CRYPTO FORUM | NO ICO | YOBIT ☺ - page 7. (Read 16126 times)

hero member
Activity: 938
Merit: 522
7k selling moincoin  Grin!
interests PM  Grin
sr. member
Activity: 388
Merit: 250
Twitter: @goodguyed
legendary
Activity: 910
Merit: 1000
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
newbie
Activity: 16
Merit: 0
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
newbie
Activity: 16
Merit: 0
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
legendary
Activity: 910
Merit: 1000
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
newbie
Activity: 6
Merit: 0
full member
Activity: 364
Merit: 100
Are you working to block explorer @Dev ?
newbie
Activity: 16
Merit: 0
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
legendary
Activity: 910
Merit: 1000
static const int64_t nTargetTimespan = 10 * 30;  // Moincoin - every 5 minutes
unsigned int nTargetSpacing = 1 * 30; // Moincoin - 30 seconds
Block Time: 1 minute???
full member
Activity: 364
Merit: 100
WTS some cheap coin. Pm me
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
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.
legendary
Activity: 1246
Merit: 1005
[WTS] 2458 coins for .1btc
sr. member
Activity: 440
Merit: 250
Yes it came to life right away.
newbie
Activity: 16
Merit: 0
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.
sr. member
Activity: 440
Merit: 250
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
sr. member
Activity: 440
Merit: 250

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..
legendary
Activity: 910
Merit: 1000
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..
full member
Activity: 140
Merit: 100
If Danish Coin have chances to be honest professional and fear currency....
hero member
Activity: 882
Merit: 500
MiG Messenger - earn while chatting
Did you restart your wallet?  Usually those runaway exception errors go away after you start the qt once.  And here is my getpeerinfo for anyone needing nodes.


10:47:32

{
"version" : "v1.0.0.0-g32a928e",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 2080.08435442,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 2855,
"timeoffset" : -1,
"moneysupply" : 184388.72019973,
"connections" : 4,
"proxy" : "",
"ip" : "174.102.229.22",
"difficulty" : {
"proof-of-work" : 253060.06183947,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1432638791,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}


16:07:10

getpeerinfo


16:07:10

[
{
"addr" : "168.235.154.239:59901",
"services" : "00000001",
"lastsend" : 1432674383,
"lastrecv" : 1432674405,
"conntime" : 1432638894,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 2215,
"banscore" : 0
},
{
"addr" : "162.244.29.79:59901",
"services" : "00000001",
"lastsend" : 1432674373,
"lastrecv" : 1432674405,
"conntime" : 1432638895,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 2215,
"banscore" : 0
},
{
"addr" : "144.76.238.2:59901",
"services" : "00000001",
"lastsend" : 1432674405,
"lastrecv" : 1432674405,
"conntime" : 1432638912,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 2215,
"banscore" : 0
},
{
"addr" : "178.33.126.221:59901",
"services" : "00000001",
"lastsend" : 1432674372,
"lastrecv" : 1432674404,
"conntime" : 1432638953,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 2216,
"banscore" : 0
},
{
"addr" : "91.134.53.161:59901",
"services" : "00000001",
"lastsend" : 1432674383,
"lastrecv" : 1432674405,
"conntime" : 1432663473,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 3198,
"banscore" : 0
},
{
"addr" : "93.157.25.130:59901",
"services" : "00000001",
"lastsend" : 1432674405,
"lastrecv" : 1432674405,
"conntime" : 1432668418,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 3377,
"banscore" : 0
},
{
"addr" : "86.83.153.61:59901",
"services" : "00000001",
"lastsend" : 1432674405,
"lastrecv" : 1432674405,
"conntime" : 1432673112,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 2884,
"banscore" : 0
}
]
Pages:
Jump to: