Pages:
Author

Topic: [ANN] MaiaCoin | First X15 PoW/PoS | New Exchange | Vote on next developments - page 55. (Read 155166 times)

hero member
Activity: 630
Merit: 500
hero member
Activity: 906
Merit: 500
WTS 1k around 6-7k sats, pm me
hero member
Activity: 784
Merit: 503
Bitcoin King BTC
as of now dedicated still has 495 coins per block and suprnova 500, why isnt this fixed yet???

i switched over to suprnova, why would you stay on dedicated??? i stayed there for some time hoping they'd fix it , but no
hero member
Activity: 630
Merit: 500
@mammix2
I hope there is checkpointing done regularly in the wallet ...
Another small issue with wallet:

I keep all my wallets on a seperate SSD drive for quick startups and I use the command line option -datadir=.
to keep all database info in current directory.
However this does not work with your wallet Sad
Having DB in same folder makes backups of entire wallet including DB very simple Smiley

EDIT: Nevermind ... I had a comma instead of period LOL Eyes not the greatest anymore Smiley
DB now where I want it Smiley

hero member
Activity: 630
Merit: 500
Both dedicated and suprnova seem to be on correct fork as I have been receiving payouts Smiley
Very fast solo miners can sometimes cause fork if there is high network latency.
sr. member
Activity: 309
Merit: 250
Too weird to live,too rare to die ;)
So,dedicated seems to be on the correct fork? Smiley

Block:1629

diff: 190.78168710

legendary
Activity: 1022
Merit: 1000
FreshTheGame
Have synced wallet, coins inside from supernova pool (everything is ok), no stake and it shows 0.0002 diff???

edit: ok for me but what is happening with stake???
If your difficulty is that low I would say you are on a forked blockchain Sad

everything ok...

"difficulty" : {
"proof-of-work" : 205.93059937,
"proof-of-stake" : 0.00031358
hero member
Activity: 630
Merit: 500
I just re-synced with no addnode


16:12:46

getinfo


16:12:46

{
"version" : "v1.0.0.0: Experimental",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 131.57910662,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 1626,
"timeoffset" : 0,
"moneysupply" : 960850.79985726,
"connections" : 3,
"proxy" : "",
"ip" : "65.130.8.200",
"difficulty" : {
"proof-of-work" : 205.93059937,
"proof-of-stake" : 0.00031358
},
"testnet" : false,
"keypoololdest" : 1403985771,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}
legendary
Activity: 1302
Merit: 1004
@mammix2
what is master node from beginning of launch ?

They are hard coded in....

At launch for the first 2 hours there was only 1 node available to try and help avoid forking. once the difficulty had settled down i brought up one more node.

Code:

// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
    {"seed1.maiacoin.com", "seed1.maiacoin.com"},
    {"seed2.maiacoin.com", "seed2.maiacoin.com"},
    {"seed3.maiacoin.com", "seed3.maiacoin.com"},
    {"seed4.maiacoin.com", "seed4.maiacoin.com"},
    {"seed5.maiacoin.com", "seed5.maiacoin.com"},
};



So if I re-sync with NO addnode= in conf I should be on correct fork?
or should I use connect= to connect to only 1 node?

If you sync using the connect= then you will only connect to that destination and will never connect to any other node.

If you just delete your peers.dat file, the wallet will initially connect to the hard coded seed nodes and resnyc from that
hero member
Activity: 630
Merit: 500
@mammix2
what is master node from beginning of launch ?

They are hard coded in....

At launch for the first 2 hours there was only 1 node available to try and help avoid forking. once the difficulty had settled down i brought up one more node.

Code:

// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
    {"seed1.maiacoin.com", "seed1.maiacoin.com"},
    {"seed2.maiacoin.com", "seed2.maiacoin.com"},
    {"seed3.maiacoin.com", "seed3.maiacoin.com"},
    {"seed4.maiacoin.com", "seed4.maiacoin.com"},
    {"seed5.maiacoin.com", "seed5.maiacoin.com"},
};



So if I re-sync with NO addnode= in conf I should be on correct fork?
or should I use connect= to connect to only 1 node?
legendary
Activity: 1302
Merit: 1004
@mammix2
what is master node from beginning of launch ?

They are hard coded in....

At launch for the first 2 hours there was only 1 node available to try and help avoid forking. once the difficulty had settled down i brought up one more node.

Code:

// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
    {"seed1.maiacoin.com", "seed1.maiacoin.com"},
    {"seed2.maiacoin.com", "seed2.maiacoin.com"},
    {"seed3.maiacoin.com", "seed3.maiacoin.com"},
    {"seed4.maiacoin.com", "seed4.maiacoin.com"},
    {"seed5.maiacoin.com", "seed5.maiacoin.com"},
};


hero member
Activity: 630
Merit: 500
@mammix2
what is master node from beginning of launch ?
I have closed wallet and deleted all except wallet.dat and maiacoin.conf and want to re-sync from beginning on original node ONLY.
legendary
Activity: 1302
Merit: 1004
Have synced wallet, coins inside from supernova pool (everything is ok), no stake and it shows 0.0002 diff???

edit: ok for me but what is happening with stake???
If your difficulty is that low I would say you are on a forked blockchain Sad

Yeah current difficulty on the correct chain is over 300
hero member
Activity: 630
Merit: 500
Have synced wallet, coins inside from supernova pool (everything is ok), no stake and it shows 0.0002 diff???

edit: ok for me but what is happening with stake???
If your difficulty is that low I would say you are on a forked blockchain Sad
legendary
Activity: 1302
Merit: 1004
Have synced wallet, coins inside from supernova pool (everything is ok), no stake and it shows 0.0002 diff???

edit: ok for me but what is happening with stake???

Try this

1) Make sure your wallet is encrypted
2) keep your wallet online,
3) Unlock your wallet
4) on the bottom right of the wallet there is a up arrow icon. Hover your mouse over that, it will inform you of the staking status. If it is grey you do not have any coins ready for staking, if it is green it will tell you when your next staking reward is due




Staking blocks are being created, for example, look on the block explorer at block 1589 http://maia.blockexplorer.cc/b/1313ADTrnJ
hero member
Activity: 630
Merit: 500
DMD coin had similar problem of multiple forks occuring when PoS became active Sad  Solution was to have only 1 Master Node in conf (addnode= ) which was on correct chain and re-sync wallet from beginning.  Be sure to delete peers.dat and let it be re-created by wallet, you don't want connections to peers on wrong fork.  The blockchain will heal itself over time ...
legendary
Activity: 1022
Merit: 1000
FreshTheGame
Have synced wallet, coins inside from supernova pool (everything is ok), no stake and it shows 0.0002 diff???

edit: ok for me but what is happening with stake???
hero member
Activity: 630
Merit: 500

15:33:26

getinfo


15:33:26

{
"version" : "v1.0.0.0: Experimental",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 126.11906326,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 1581,
"timeoffset" : -8,
"moneysupply" : 941785.28481654,
"connections" : 16,
"proxy" : "",
"ip" : "65.130.8.200",
"difficulty" : {
"proof-of-work" : 248.66912713,
"proof-of-stake" : 0.00027669
},
"testnet" : false,
"keypoololdest" : 1403985771,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}
hero member
Activity: 630
Merit: 500
Unfortunately getcheckpoint returns block height of 0 which is useless for those wanting to verify on correct blockchain ... Next best answer, The blockchain with highest difficulty is correct Smiley  I would also look at "moneysupply" as dedicatedpool was generating blocks of 500 instead of 505 Sad
hero member
Activity: 561
Merit: 500
kittehcoin.info
I give up on this one, idea was nice but it seems that final result not. There was multiple forks for some reason. Those problems with wallet won't sync and in the same time you have a large number of captured maia blocks says me only one thing, you was on wrong fork. There is no way you can solve this by just deleting chain. The same happened to me so I had to give up on this.
Pages:
Jump to: