Pages:
Author

Topic: [ANN] MemoryCoin | CPU Coin | Paid Dev Team | Limited Supply [MMC] - page 84. (Read 281383 times)

legendary
Activity: 1428
Merit: 1030
Fixing the difficulty adjustment algo won't change the scarcity - it will make the difficulty adjustments more linear instead of hopping around so wildly. There's currently simply too few data points being used for the calculation, which skews the average badly. With more data points to calculate from, the curve will be much smoother and predictable. It won't (shouldn't) change the number of blocks per hour.

Yes, as far as I can see, we're getting the right number of blocks overall - it's just we have high variability on the block times. I think the difficultly adjustment might be making that worse.

What I'm leaning towards is taking an average of three time periods - previous 10 blocks, previous 60 blocks, previous 240 blocks, and limiting the adjustment each block to a maximum of 5% up or down.

Are there any other coins that handle this well? I see Freicoin has an advanced diff adjustment - maybe too complex.


I've had a suggestion that we use the MegaCoin 'Gravity Well' -

https://forum.megacoin.co.nz/index.php?topic=893.msg5742#msg5742

newbie
Activity: 11
Merit: 0
Linux crash similar +1
sr. member
Activity: 476
Merit: 250
Got the linux bug too :/

 Error loading block database.
                              Do you want to rebuild the block database now?
                                                                            bitcoind: db/version_set.cc:715: leveldb::VersionSet::~VersionSet(): Assertion `dummy_versions_.next_ == &dummy_versions_' failed.
hero member
Activity: 724
Merit: 500
Some more info about the linux crash problems.

When the database corruption occurs this also happens in the output:

terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'
  what():  boost::thread_resource_error: Resource temporarily unavailable

bitcoind has 0% cpu usage.

if you restart it, it goes back to 100%, but you get this:

error: {"code":-1,"message":"CDB() : can't open database file wallet.dat, error
-30973"}

if you replace the wallet with a backup, it starts again, but you get:

Error loading block database.
Do you want to rebuild the block database now?
bitcoind: db/version_set.cc:715: leveldb::VersionSet::~VersionSet(): Assertion `dummy_versions_.next_ == &dummy_versions_' failed.

after which it redownloads the chain and works again.

so it's some data corruption issue.

will send FreeTrade the logfile.

legendary
Activity: 882
Merit: 1000
how much is the transaction fee?
full member
Activity: 140
Merit: 100

Thanks! Great work. I've tipped you 200 MMC from MCF funds. The MCF is now defunct, but has funds left over from MemoryCoin 1, so I'll run those funds down by distributing them to people doing useful stuff for the coin.

Thanks FreeTrade. Appreciate it.
legendary
Activity: 1428
Merit: 1030
FreeTrade,
Can you elaborate a little more on how to POW works in regards to the difficulty and 'solution' of 1968. I'm working to create a dedicated miner and pool software, and want to make sure I'm implementing it correctly. I've been digging through the source (it is the first time I've looked at a cryptocurrency in depth) and it is still not clear to me.

Thanks!

Here's the most straightforward explanation -
https://bitcointalksearch.org/topic/m.3945848

Best guide is the code, but if you have specific questions, I'll do my best to answer them - ask on that thread.
legendary
Activity: 1428
Merit: 1030

I think that has to do with the officer voting/grant system? Maybe FreeTrade can shed some light on it.

Yep, those are the payments to the elected MemoryCoin officers -
https://bitcointalksearch.org/topic/m.3975506
legendary
Activity: 1428
Merit: 1030
I have a block explorer up for MemoryCoin. It can be found here:

http://www.chainbrowser.com/memorycoin/

Have a few more cosmetic things to add, but thought it would be useful for now.

If anyone wants to help support this project, I would greatly appreciate it. My MMC address is: MPdmnRRtYWhSp6cPY7LNaSrM429P8vdk56

Thanks! Great work. I've tipped you 200 MMC from MCF funds. The MCF is now defunct, but has funds left over from MemoryCoin 1, so I'll run those funds down by distributing them to people doing useful stuff for the coin.
full member
Activity: 140
Merit: 100

I think that has to do with the officer voting/grant system? Maybe FreeTrade can shed some light on it.
newbie
Activity: 51
Merit: 0
why wont my wallet sync? when i try to add any node in the consol i just get : Method not found (code -32601)

any help?

correct syntax is "addnode x.x.x.x add"
sr. member
Activity: 569
Merit: 250
why wont my wallet sync? when i try to add any node in the consol i just get : Method not found (code -32601)

any help?
legendary
Activity: 882
Merit: 1000
Block number 1
Block Reward:733,664.16 MMC
Number of Transactions:1
Difficulty:0.00000000

lol

some people out there are rich, they don't even need to mine.
newbie
Activity: 2
Merit: 0
FreeTrade,
Can you elaborate a little more on how to POW works in regards to the difficulty and 'solution' of 1968. I'm working to create a dedicated miner and pool software, and want to make sure I'm implementing it correctly. I've been digging through the source (it is the first time I've looked at a cryptocurrency in depth) and it is still not clear to me.

Thanks!
legendary
Activity: 1428
Merit: 1030
Fixing the difficulty adjustment algo won't change the scarcity - it will make the difficulty adjustments more linear instead of hopping around so wildly. There's currently simply too few data points being used for the calculation, which skews the average badly. With more data points to calculate from, the curve will be much smoother and predictable. It won't (shouldn't) change the number of blocks per hour.

Yes, as far as I can see, we're getting the right number of blocks overall - it's just we have high variability on the block times. I think the difficultly adjustment might be making that worse.

What I'm leaning towards is taking an average of three time periods - previous 10 blocks, previous 60 blocks, previous 240 blocks, and limiting the adjustment each block to a maximum of 5% up or down.

Are there any other coins that handle this well? I see Freicoin has an advanced diff adjustment - maybe too complex.
full member
Activity: 140
Merit: 100
I have a block explorer up for MemoryCoin. It can be found here:

http://www.chainbrowser.com/memorycoin/

Have a few more cosmetic things to add, but thought it would be useful for now.

If anyone wants to help support this project, I would greatly appreciate it. My MMC address is: MPdmnRRtYWhSp6cPY7LNaSrM429P8vdk56
member
Activity: 103
Merit: 10
I can understand the reasoning behind transferring transactions from MemoryCoin 1.0 over to this block chain, but I don't understand the ProtoShares thing. If I own 100 PTS, I can import that wallet.dat and I get 10 MMC? Why?

free trade developed the protoshare-qt too i guess he wants to support the III Team
full member
Activity: 147
Merit: 100
Mortimer, restart the client with the lower block count. It helped here.

Restart worked, but that kinda sucks - I don't want to have to babysit these machines to make sure they're in sync  Huh

Yeah, I have been babysitting all my PCs. Going to bed now, so when I wake up there will be probably nothing mined. :/ But so is life.
hero member
Activity: 532
Merit: 500
Mortimer, restart the client with the lower block count. It helped here.

Restart worked, but that kinda sucks - I don't want to have to babysit these machines to make sure they're in sync  Huh
Pages:
Jump to: