Bitcoin Forum
May 03, 2024, 05:51:07 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 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  Print  
Author Topic: [ANN] MemoryCoin  (Read 100280 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.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 04:29:34 AM
 #281

Here's some more info on coin issuance . . .

Reduction of 5% each week. 90% of coins issued in first year. 10% issued in second year. ~2% a year thereafter


Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
1714758667
Hero Member
*
Offline Offline

Posts: 1714758667

View Profile Personal Message (Offline)

Ignore
1714758667
Reply with quote  #2

1714758667
Report to moderator
1714758667
Hero Member
*
Offline Offline

Posts: 1714758667

View Profile Personal Message (Offline)

Ignore
1714758667
Reply with quote  #2

1714758667
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 04:32:15 AM
 #282

I'm getting tired of restarting the miner on my machines all the time when it hangs on a block.

That sounds like it could be a symptom of timejacking.

https://en.bitcoin.it/wiki/Weaknesses#Forcing_clock_drift_against_a_target_node

Specifically this (the article is from 2011, so I'm not sure if bitcoin and derivatives are still susceptible):

Quote
The network time is used to validate new blocks. As a precaution, nodes reject any block timestamp that is greater than 2 hours from the current network time. Block timestamps that are earlier than the median time of the past 11 blocks are also rejected. This validation puts upper and lower bounds on the acceptable range of block timestamps.

The attacker would then create a new block with a timestamp set 190 minutes ahead of the real time. (The amount of time required to generate a block would depend on the attacker's share of the network's total power, but it could be done 10 times a week on average by someone with a relatively small 1% share.)

The target node would reject this new block (because the timestamp is 260 minutes past its own slowed-down network time) and continue using the previous chain. However the miners would accept the block (because it's no more than 120 minutes past their own sped-up network time).

The target would now be isolated from the network's normal transaction processing. As network processing continues, each new block created by the miners would appear to be invalid (because it would bear a timestamp 140 minutes past the target's network time). The target would immediately drop invalid blocks (in CheckBlock()) without bothering to request and re-check the blocks' ancestors. The attack could continue indefinitely until either an unaffected node or the target itself creates a block, clocks are reset, or operators intervene.

Source: http://culubas.blogspot.ca/2011/05/timejacking-bitcoin_802.html





That sounds pretty sophisticated for such a new coin - could someone really be taking all that effort before it is even listed on an exchange?

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
gica_contra
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
August 09, 2013, 04:52:44 AM
 #283

well that sucks having it say i have coins getting block after block only to find out later i get nothing for my efforts Sad

Do they show up as orphans when you type "listtransactions" in the debug console?

i see this..

Quote

16:27:05

Welcome to the Bitcoin RPC console.
Use up and down arrows to navigate history, and Ctrl-L to clear screen.
Type help for an overview of available commands.


16:27:36

listtransactions


16:27:37

[
{
"account" : "",
"address" : "MTJRe6e7qAJeViWyxZZMNNtBmZEHs2u778",
"category" : "orphan",
"amount" : 24.00000000,
"confirmations" : 0,
"generated" : true,
"txid" : "d41dbf53dff21fff5bfc2932f3759959cc4b5410f522fb461178046155325e3a",
"time" : 1375923512,
"timereceived" : 1375923515
},
{
"account" : "",
"address" : "MTJRe6e7qAJeViWyxZZMNNtBmZEHs2u778",
"category" : "orphan",
"amount" : 24.00000000,
"confirmations" : 0,
"generated" : true,
"txid" : "9ddd78fda5fa0100d56bd9f6aa7bf76e62a47c7a7e2e38e08bb4b93c69e6d8fe",
"time" : 1375964890,
"timereceived" : 1375964893
},
{
"account" : "",
"address" : "MTJRe6e7qAJeViWyxZZMNNtBmZEHs2u778",
"category" : "orphan",
"amount" : 24.00000000,
"confirmations" : 0,
"generated" : true,
"txid" : "9a42911231de815694ce56696bc5616b3230bab47f658c07d71257008528723c",
"time" : 1375964994,
"timereceived" : 1375964998
}
]


BUTT there was confirmations done on them when they showed in the wallet.. now in that they all say 0
i dunno Sad

ohhhh... miner's first orphans. it's cute. welcome to cryptos.

basically you and some other nodes decided to fork the main chain and create you own, in essence creating a different network, where blocks could still be confirmed by the other miners on the same chain. when you restarted the client it connected to the main chain, sending your blocks into coin limbo.
torbank
Full Member
***
Offline Offline

Activity: 217
Merit: 100


View Profile
August 09, 2013, 05:35:11 AM
 #284

That sounds pretty sophisticated for such a new coin - could someone really be taking all that effort before it is even listed on an exchange?

I'll add that after spending a few hours looking into it, I don't think it's caused by your code.

IMO, it's possible it could happen by chance, due to a smaller network and peers that are not running NTP.
21stcenturymoney
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
August 09, 2013, 06:05:33 AM
 #285

That sounds pretty sophisticated for such a new coin - could someone really be taking all that effort before it is even listed on an exchange?

I'll add that after spending a few hours looking into it, I don't think it's caused by your code.

IMO, it's possible it could happen by chance, due to a smaller network and peers that are not running NTP.

Most likely due to the smaller network with limited peers accepting incoming connections.  The two builds we uploaded yesterday ( http://21stcenturymoneytalk.org/index.php/topic,23.0.html ) both have UPnP enable which should help some, as well as the node running on the block viewer ( http://memorycoin.21stcenturymoneytalk.org/ ) being a seed node that can accept incoming connection and be long running  will help

That said, this reminds me of another potential issue.  Bitcoin itself never fixed the time warp bug, so since this was forked from bitcoin, the time warp patch may have been overlooked to add in.  Code to exploit it already is in the hands of those who like to do such things, so yeah, they would use it on a new coin, and have in the past.

So if/when a hard fork is ever done the fix for that should also go in  ( https://github.com/twobits/MultiCoin-2bit/commit/98deadb47968229d71d537324a139f15edb0c3f9 ).


FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 06:49:20 AM
 #286

I'll add that after spending a few hours looking into it, I don't think it's caused by your code.

IMO, it's possible it could happen by chance, due to a smaller network and peers that are not running NTP.

Hmm, thanks - I'll add that I'm not seeing the issue on my local machine here, running multicore at full throttle. Maybe because it is well connected?

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 06:59:30 AM
 #287


That said, this reminds me of another potential issue.  Bitcoin itself never fixed the time warp bug, so since this was forked from bitcoin, the time warp patch may have been overlooked to add in.  Code to exploit it already is in the hands of those who like to do such things, so yeah, they would use it on a new coin, and have in the past.

So if/when a hard fork is ever done the fix for that should also go in  ( https://github.com/twobits/MultiCoin-2bit/commit/98deadb47968229d71d537324a139f15edb0c3f9 ).




Thanks - I added code to fix this, but I've just reviewed it and looks like I messed it up.

Problem is on line 1385
https://github.com/memorycoin/memorycoin/blob/fasterstarup/src/main.cpp

What's the ramifications of fixing this? Hard fork required?

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
torbank
Full Member
***
Offline Offline

Activity: 217
Merit: 100


View Profile
August 09, 2013, 07:26:41 AM
 #288

What's the ramifications of fixing this? Hard fork required?

I think the network just needs more miners.

Still reading through some of the old posts about this.

Some interesting finds:

https://bitcointalk.org/index.php?topic=46498.msg554877#msg554877

https://bitcointalk.org/index.php?topic=42417.msg517370#msg517370
(And then read the previous 20 or so posts above this one, for the backstory).

Not sure if a hard fork will be necessary.
21stcenturymoney
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
August 09, 2013, 07:40:49 AM
 #289

Thanks - I added code to fix this, but I've just reviewed it and looks like I messed it up.

Problem is on line 1385
https://github.com/memorycoin/memorycoin/blob/fasterstarup/src/main.cpp

What's the ramifications of fixing this? Hard fork required?

Ah,  yeah.


Yeah, a hard fork to now fix it.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 09:32:39 AM
 #290

21st Century Money just announced a Block Viewer - more details here,

http://21stcenturymoneytalk.org/index.php/topic,28.0.html

Remember to vote for 2CMT to support continued efforts - voting address is

MVTEoEomFfe7WuSEepMLsorgYzCQGBVw1z

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
B.T.Coin
Sr. Member
****
Offline Offline

Activity: 332
Merit: 250



View Profile
August 09, 2013, 10:49:40 AM
 #291

OK, good to hear you have identified the problem and are solving it.
Looking forward to the fix.

Having some difficultly finding this.

Can you try deleting hashlookup.txt and the blocks and chainstate folders and restarting. It'll need to re-download and index the blockchain again, but might resolve the problem for you.

I think the issue is related to the multithreading as it happens more often on my 6-core CPU than it does on my 4-core.
Yesterday I put the miner on a simple 2-core machine as well and it hasn't crashed on that machine yet.
Actually the miner doesn't crash (on the 6 and 4 core) but gets stuck on a block so it keeps mining and wasting energy but not to find the correct block.
Getting stuck on a block happens more often when  a grant-block is coming, but it can happen on other blocks as well.

One problem that is very easy to reproduce on all machines I have, is deleting the blockchain and then starting the miner with the StartWithMining.bat command. On every machine it will crash when loading the next grant-block into the chain (40, 60, 80, etc...)
I don't know if this problem is related but it might be, so fixing this might also solve the other problem.

A fine is a tax you pay for something you did wrong.
A tax is a fine you pay for something you did right.
jestronix
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
August 09, 2013, 11:53:40 AM
 #292

love this coin, will love it even more if it takes off, ive managed to mine 10% of all the blocks Smiley anyone got any ideas what these puppies will launch at ?  or grow to? looks like they will be hard to mine in a few months.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 01:32:19 PM
 #293

This is a bit embarrassing. I left in a line of code that causes subsidy reduction in 1 month rather than 1 week.

I've uploaded a new client that fixes the issue, but it's a hard fork and it happens at Block 1680. At this time the network will split into anyone running the old code and anyone running the new.

So you need to download the new client as soon as possible and stop running the old one. Here it is -

https://docs.google.com/file/d/0B-5Ax5kejTpMOTNBYU8tckthMEU/edit?usp=sharing

If you're compiling from source - the offending line is 116 in chainparams.h. There's a rather ironic line nearby. Smiley
remove -
nSubsidyHalvingInterval = 7305;

The correct value is already set above at
nSubsidyHalvingInterval = 1680;

It might occur to you to stick with the old client and 1 month subsidy reduction - but rapid minting is an important part of this coin, and without it, it becomes just another shitcoin, so I wouldn't want any part of that. 

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
twobits
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250



View Profile
August 09, 2013, 02:52:08 PM
 #294

If you have to hardfork you should probably include all the things that need can  be done at a hard fork at the same time.

█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
███
███
███
███
███
███
███
███
███
HyperQuant.net
Platform for Professional Asset Management
███
███
███
███
███
███
███
███
███
WhitePaper
One-Pager
███
███
███
███
███
███
███
███
███
Telegram 
Facebook
Twitter
Medium
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
Spoetnik
Legendary
*
Offline Offline

Activity: 1540
Merit: 1011


FUD Philanthropist™


View Profile
August 09, 2013, 03:08:59 PM
 #295

well that sucks having it say i have coins getting block after block only to find out later i get nothing for my efforts Sad

and what is up with this line i see in my log 500 times ?

Quote
No Candidates with support remaining. Grant awarded to developer MVTEoEoww5Zz1SJ5DLcbdrxGwSY8VgFZDk

looks to me like the dev is making some LARGE coin here !
or maybe i don't get what is going on ?

a response would have been nice guys (anyone)

i think i asked a fair and yet very important question.. and i figured it would slip by ignored..

concerns me this is a "Spots" style self modded topic too lol

FUD first & ask questions later™
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
August 09, 2013, 03:12:21 PM
 #296

well that sucks having it say i have coins getting block after block only to find out later i get nothing for my efforts Sad

and what is up with this line i see in my log 500 times ?

Quote
No Candidates with support remaining. Grant awarded to developer MVTEoEoww5Zz1SJ5DLcbdrxGwSY8VgFZDk

looks to me like the dev is making some LARGE coin here !
or maybe i don't get what is going on ?

a response would have been nice guys (anyone)

i think i asked a fair and yet very important question.. and i figured it would slip by ignored..

concerns me this is a "Spots" style self modded topic too lol

don't get your hopes up. FreeTrade rarely responds to critical posts. And as far as the self moderated topic, i think its an insult to compare this guy to Spots. this guy here knows what he's doing i've seen the code.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 04:24:51 PM
 #297


looks to me like the dev is making some LARGE coin here !
or maybe i don't get what is going on ?


a response would have been nice guys (anyone)

i think i asked a fair and yet very important question.. and i figured it would slip by ignored..


Fair enough. For the first few award blocks there were no mature coins and no-one understood the voting so there were no votes or vote winners. I thought if fair for the code to award those coins to me as the first grants as the developer.  The first voted-for grant was awarded in Block 140, and by block 460, there were 5 grant award address, and only voted-for grants were being awarded. The total amount awarded was 1560. To put that in perspective . . at current difficulty, mining cost is currently around 2 cents per coin on a Amazon server. There can't be any more awards to that address as there are more than five grant award addresses in the system now.

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 04:28:10 PM
 #298

One problem that is very easy to reproduce on all machines I have, is deleting the blockchain and then starting the miner with the StartWithMining.bat command. On every machine it will crash when loading the next grant-block into the chain (40, 60, 80, etc...)
I don't know if this problem is related but it might be, so fixing this might also solve the other problem.

Thanks! It's very helpful to have a reproducible error. I'm almost sure now it is to do with multithreading. Hope to have a fix very soon.

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 09, 2013, 04:30:51 PM
 #299

If you have to hardfork you should probably include all the things that need can  be done at a hard fork at the same time.

Agreed - I've set up a thread about this here -
http://21stcenturymoneytalk.org/index.php/topic,29.0.html


Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
diatonic
Sr. Member
****
Offline Offline

Activity: 271
Merit: 250


View Profile
August 09, 2013, 04:34:03 PM
 #300

Man this is buggy as shit. Crashes constantly and the blocks are slow as hell. On Linux and Windows.

#bitcoin-otc ratings: http://bitcoin-otc.com/viewratingdetail.php?nick=diatonic | Tips: 1DiATonicgGnUcsH6NpSuCEDwRRW3wecgs
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  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!