Bitcoin Forum
April 20, 2024, 12:55:28 AM *
News: Latest Bitcoin Core release: 26.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 100277 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 03, 2013, 04:33:36 PM
Last edit: September 14, 2013, 12:18:07 PM by FreeTrade
 #1


The MemoryCoin Manifesto
http://memorycoin.org/manifesto/

1. Memory intensive hashing - Scrypt-Jane - 64MB per thread minimum
2. 6 Minute Blocks
3. Initial Block Subsidy of 24 Coins. Reduced by 5% every 7 days.
4. Minimum Block Subsidy of 0.125 Coins*
5. Grant System in Block Chain to support development and promotion
6. Based on Bitcoin source
7. No Premine
8. Total Coin Supply 1 Million in the first 2 years, 20,000 per year thereafter

Windows Executable -
http://memorycoin.org/downloads/memorycoin-qt-latest.zip

Unzip the file, then click on Start.bat file to start the software. It will sync the blockchain. When the blockchain is synched, start mining by
Help->Debug Window->Console, type
setgenerate true

Am I mining?
To check if you are mining, Help->Debug Window->Console, type
getmininginfo -
"hashespersec" : 13.61867704,
(You should see a number that is not 0 after you have been mining for about 10 seconds)

Nodes
To connect to the seed nodes, Help->Debug Window->Console, type
addnode 178.33.191.150 add
addnode 37.19.243.33 add
addnode 192.241.163.164 add
addnode 5.39.30.228 add
addnode 65.29.230.51 add
addnode 182.130.169.64 add
addnode 218.89.110.104 add

Network port: 8555
To improve speed and connectivity, open port 8555 on your router

Exchange
---------
http://bter.com/trade/meg_btc

Source
-------
https://github.com/memorycoin/memorycoin

Coin Minting
-----------
Reduction of 5% each week. 90% of coins minted in first year. 10% minted in second year. ~2% a year thereafter



Grant Awards
-------------
Every 20 blocks, a grant is awarded. The grant size is 5 times the size of the block reward.
Coin holders vote as to which address receives the grant.

Grant Voting
------------
Addresses beginning MVTEoEo are eligible to receive the grant provided it receives enough votes.

To vote for a grant, send a small amount of coin to the address.
For example, to vote for the MemoryCoin Foundation, send 1 satoshi (0.00000001) to

MVTEoEoXmYzFydRfg5uNJRewt9tZ329fAN

Try that now. Wink

You can vote for grants in order of preference.

Lower amounts represent higher preferences . . . so you should send 1 satoshi to your highest preference, 2 satoshis to your second preference etc.
Amounts are cumulative . . . so if you send additional amounts, they are added to previous amounts to determine which preference they are in your vote.

The grant are awarded every 20 blocks using a STV voting system. If your first preference is eliminated, your vote is transferred to your second preference, until one of your preferences is elected or the election ends.

You only need to vote once, and your vote will be active for all future elections. Your whole balance will count towards your vote, so the large your balance, the more influence your vote has.

You should only use one key per wallet when you use the voting system in MemoryCoin. The MemoryCoin wallet will always send change in you transactions to the first address in your wallet, helping to maintain all of your funds at a single address.

Request for Grant Proposals
--------------------------
If you're stuck for ideas, have a look here
https://bitcointalk.org/index.php?topic=267877.0



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.
1713574528
Hero Member
*
Offline Offline

Posts: 1713574528

View Profile Personal Message (Offline)

Ignore
1713574528
Reply with quote  #2

1713574528
Report to moderator
1713574528
Hero Member
*
Offline Offline

Posts: 1713574528

View Profile Personal Message (Offline)

Ignore
1713574528
Reply with quote  #2

1713574528
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713574528
Hero Member
*
Offline Offline

Posts: 1713574528

View Profile Personal Message (Offline)

Ignore
1713574528
Reply with quote  #2

1713574528
Report to moderator
Alex P
Member
**
Offline Offline

Activity: 97
Merit: 10



View Profile
August 03, 2013, 04:39:32 PM
 #2

Restarts?Huh  Meaning ZERO coin after mining?  Then this is a BETA test coin.

Maybe this should be called "Amnesia coin"
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
August 03, 2013, 04:41:03 PM
 #3

will give this a try when it's released :>
A L I E N
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
August 03, 2013, 04:43:13 PM
 #4

sounds interesting, can you speak more about the hashing algo?
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 03, 2013, 04:45:25 PM
Last edit: August 03, 2013, 06:46:12 PM by FreeTrade
 #5

sounds interesting, can you speak more about the hashing algo?

   SHA512((pbegin == pend ? pblank : (unsigned char*)&pbegin[0]), (pend - pbegin) * sizeof(pbegin[0]), (unsigned char*)&csoh);
   for(int i=0;i<12;i++){
      scrypt(csoh, HASHLENGTH, csoh, HASHLENGTH, 12, 1, 1, (unsigned char*)&csoh, HASHLENGTH);
      for(int j=0;j<10;j++){
         scrypt(csoh, HASHLENGTH, csoh, HASHLENGTH, 8, 1, 1, (unsigned char*)&csoh, HASHLENGTH);      
         SHA512(csoh, HASHLENGTH, (unsigned char*)&csoh);
      }
   }
   scrypt(csoh, HASHLENGTH, csoh, HASHLENGTH, 10, 8, 1, (unsigned char*)&csoh, HASHLENGTH);
   uint256 hash2;
   SHA256((unsigned char*)&csoh, sizeof(csoh), (unsigned char*)&hash2);


It's designed to hit L2 cache for 128K, L3 cache for 2MB, and main memory for 64MB - and mixes in some SHA512 for complexity.

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 03, 2013, 06:47:50 PM
 #6

Bitcointalk has been down for the past 90 minutes.

I'm delaying launch for a similar time period.

If Bitcointalk goes down again near launch - look on Reddit Bitcoin for links.

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.
captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
August 03, 2013, 06:49:52 PM
 #7

dont understand why, but of course u decide.
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 03, 2013, 06:54:14 PM
 #8

how about a countdown timer?

jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
August 03, 2013, 06:57:09 PM
 #9

btctalk has been up before the actual release so i don't see a reason to delay it personally Smiley
tytanick
Legendary
*
Offline Offline

Activity: 2660
Merit: 1096


Simplemining.net Admin


View Profile WWW
August 03, 2013, 06:59:23 PM
 #10

btctalk has been up before the actual release so i don't see a reason to delay it personally Smiley

exactly
now we dont know when the release will be, can you post exact time ?

Manage your GPU farm the easy way with Mining OS (30 days free):  SimpleMining.net
Support available at Discord: https://simplemining.net/page/discord and admin@simplemining.net
Bitcointalk thread: https://bitcointalk.org/index.php?topic=1541084.0
erem
Full Member
***
Offline Offline

Activity: 128
Merit: 100


View Profile
August 03, 2013, 07:06:31 PM
 #11

btctalk has been up before the actual release so i don't see a reason to delay it personally Smiley

exactly
now we dont know when the release will be, can you post exact time ?

maybe 20:30 UTC?

CoinBuzz
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
August 03, 2013, 07:13:36 PM
 #12

Released?

Join ASAP: FREE BITCOIN
captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
August 03, 2013, 07:14:24 PM
 #13

lol
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 03, 2013, 07:16:19 PM
 #14

btctalk has been up before the actual release so i don't see a reason to delay it personally Smiley

exactly
now we dont know when the release will be, can you post exact time ?

I just want to give more people a chance to get in at the start.

Changed the launch time +1hr - 20:00UTC

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.
tomtommy
Full Member
***
Offline Offline

Activity: 120
Merit: 100



View Profile
August 03, 2013, 07:16:31 PM
 #15

Yet another new coin failing to launch on time.
dellstreakone
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
August 03, 2013, 08:02:32 PM
 #16

can't sync
captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
August 03, 2013, 08:03:06 PM
 #17

rpcport ??
8bits
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
August 03, 2013, 08:03:21 PM
 #18

0 connections, any other nodes?
captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
August 03, 2013, 08:04:37 PM
 #19

cant sync
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
August 03, 2013, 08:06:00 PM
 #20

rpcport ??

      nDefaultPort = 8555;
      nRPCPort = 8554;

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.
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!