FaSan
|
|
December 17, 2013, 12:20:58 PM |
|
Just 1 active connection
I can't sync
I have added so many nodes into the conf file, but still can't sync. Add me : addnode 69.30.254.58:1968 add FaSan
|
|
|
|
iDoge
Newbie
Offline
Activity: 40
Merit: 0
|
|
December 17, 2013, 12:24:25 PM |
|
Ill give up, mining since start, but no any block.... 4HPM, maybe back if any pool up.
MGeW2r4pA1sHPBAwe5TErj8LcB8pNs6wuj
|
|
|
|
sid280
Member
Offline
Activity: 71
Merit: 10
|
|
December 17, 2013, 12:24:44 PM |
|
...still no block source available I've added all the latest nodes, getting 1-3 active connections but still block source Hanging to do some CPU mining
|
|
|
|
delta123
Newbie
Offline
Activity: 11
Merit: 0
|
|
December 17, 2013, 12:31:14 PM |
|
CentOS openssl package don't have EC support. yes, i am known. i'm rebuild openssl of course (ECC enable) for CentOS.
now +1h (Ubuntu 12.04) without crash …
ok - i am try 2^N .
|
|
|
|
sid280
Member
Offline
Activity: 71
Merit: 10
|
|
December 17, 2013, 12:31:50 PM |
|
Add me :
addnode 69.30.254.58:1968 add
FaSan
Syncing now - thankyou
|
|
|
|
FaSan
|
|
December 17, 2013, 12:31:57 PM Last edit: May 02, 2014, 03:17:15 AM by FaSan |
|
Ok here my solution : Ubuntu 12.04 / 12.10 / 13.04 / 13.10 fresh install. sudo su - apt-get update apt-get upgrade reboot
sudo su - apt-get install -y git make g++ build-essential dos2unix apt-get install -y autoconf automake libtool yasm m4 apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev libboost1.48-all-dev git clone https://github.com/memorycoin/memorycoin cd memorycoin/src/ make -f makefile.unix USE_PNP=- strip bitcoind mv bitcoind /usr/local/bin/memorycoind mkdir /root/.memorycoin cd /root/.memorycoin/ vi memorycoin.conf
my memorycoin.conf : server=1 daemon=1 rpcuser=youruser rpcpassword=yourpass rpcallowip=127.0.0.1 logtimestamps=1 gen=1 genproclimit=-1 addnode=69.30.254.58:1968
start with : memorycoind FaSan
|
|
|
|
evershawn
Sr. Member
Offline
Activity: 308
Merit: 250
Vod is a liar
|
|
December 17, 2013, 12:55:46 PM |
|
I like the philosophy behind protoshares, keyhotee, new mining algo's.. please dont get me wrong on this. there are just some fundamental flaws in the basics of this coin. It gives the developers a to much head start :-)
Can you please explain how this gives developers too much of a head start? I'm all ears. I'll assume you're talking about the premine for PTS and MMC 1.0... if so, you're simply not reading or you don't understand. This coin was specifically designed to prevent anyone from getting a head start.. hence the issues. It might have been over tuned.
|
|
|
|
stasieks
Newbie
Offline
Activity: 23
Merit: 0
|
|
December 17, 2013, 12:57:22 PM |
|
Is there an algorithm of calculating difficulty and hashespermin into chances of mining block ? Or maybe finding out what is the total value of hashespermin attached to the net.
|
|
|
|
martins
Full Member
Offline
Activity: 140
Merit: 100
Residencial Castor Apart-Hotel
|
|
December 17, 2013, 01:16:02 PM |
|
Is there an algorithm of calculating difficulty and hashespermin into chances of mining block ? Or maybe finding out what is the total value of hashespermin attached to the net.
if we cant realize how much net hashrate this coin have, it's all suspicious and im right... give it a try dev's, show some respect to the miners!
|
|
|
|
martins
Full Member
Offline
Activity: 140
Merit: 100
Residencial Castor Apart-Hotel
|
|
December 17, 2013, 01:30:14 PM |
|
Is there an algorithm of calculating difficulty and hashespermin into chances of mining block ? Or maybe finding out what is the total value of hashespermin attached to the net.
if we cant realize how much net hashrate this coin have, it's all suspicious and im right... give it a try dev's, show some respect to the miners! networkhashps is missing from "getmininginfo" if you do this console command
|
|
|
|
martins
Full Member
Offline
Activity: 140
Merit: 100
Residencial Castor Apart-Hotel
|
|
December 17, 2013, 01:35:16 PM |
|
Is there an algorithm of calculating difficulty and hashespermin into chances of mining block ? Or maybe finding out what is the total value of hashespermin attached to the net.
if we cant realize how much net hashrate this coin have, it's all suspicious and im right... give it a try dev's, show some respect to the miners! networkhashps is missing from "getmininginfo" if you do this console command i fell like mining diamond's in that movie called "Blood Diamond" ;( ,i suck for being here...
|
|
|
|
CleverCraftsman
Newbie
Offline
Activity: 14
Merit: 0
|
|
December 17, 2013, 01:43:04 PM |
|
i did a research and found some tool's to decrypt AES+IN, i read FPGA can do that prety fast ... Shhhh! And how dare you google the same things I googled. I read that too. I'm presently trying to make a working GPU miner so I can dominate this market. Been at it all night.
|
|
|
|
frga13
|
|
December 17, 2013, 01:49:12 PM |
|
Ok here my solution : Ubuntu 12.04 / 12.10 / 13.04 / 13.10 fresh install. sudo su - apt-get update apt-get upgrade reboot
sudo su - apt-get install -y git make g++ build-essential dos2unix apt-get install -y autoconf automake libtool yasm m4 apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev libboost-all-dev git clone https://github.com/memorycoin/memorycoin cd memorycoin/src/ make -f makefile.unix USE_PNP=- strip bitcoind mv bitcoind /usr/local/bin/memorycoind mkdir /root/.memorycoin cd /root/.memorycoin/ vi memorycoin.conf
my memorycoin.conf : server=1 daemon=1 rpcuser=youruser rpcpassword=yourpass rpcallowip=127.0.0.1 logtimestamps=1 gen=1 genproclimit=-1 addnode=69.30.254.58:1968
start with : memorycoind FaSan after I start with memorycoind I get: MemoryCoin server starting root@miner1:~./memorycoin# terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc what's wrong?
|
|
|
|
Tamis
|
|
December 17, 2013, 01:51:12 PM |
|
Ok here my solution : Ubuntu 12.04 / 12.10 / 13.04 / 13.10 fresh install.
Had the same problem after strip. I am testing your solution right now ! Just added more nodes as blocks were not downloading... Will keep you informed ! Thanks for your time
|
|
|
|
FaSan
|
|
December 17, 2013, 01:53:51 PM |
|
after I start with memorycoind I get:
MemoryCoin server starting root@miner1:~./memorycoin# terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc
what's wrong?
You need min. 1024MB free FaSan
|
|
|
|
BryceRoss
Newbie
Offline
Activity: 5
Merit: 0
|
|
December 17, 2013, 01:56:09 PM |
|
Does this look right. This is my first coin to mine. All I have done is launch the app and wait for sync, then start the miner.
{ "blocks" : 446, "currentblocksize" : 1980, "currentblocktx" : 4, "difficulty" : 0.00001555, "errors" : "", "genproclimit" : 8, "hashespermin" : 1.49605682, "pooledtx" : 4, "testnet" : false }
|
|
|
|
foolsh
Newbie
Offline
Activity: 11
Merit: 0
|
|
December 17, 2013, 01:57:43 PM |
|
Ok here my solution : Ubuntu 12.04 / 12.10 / 13.04 / 13.10 fresh install. sudo su - apt-get update apt-get upgrade reboot
sudo su - apt-get install -y git make g++ build-essential dos2unix apt-get install -y autoconf automake libtool yasm m4 apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev libboost-all-dev git clone https://github.com/memorycoin/memorycoin cd memorycoin/src/ make -f makefile.unix USE_PNP=- strip bitcoind mv bitcoind /usr/local/bin/memorycoind mkdir /root/.memorycoin cd /root/.memorycoin/ vi memorycoin.conf
my memorycoin.conf : server=1 daemon=1 rpcuser=youruser rpcpassword=yourpass rpcallowip=127.0.0.1 logtimestamps=1 gen=1 genproclimit=-1 addnode=69.30.254.58:1968
start with : memorycoind FaSan after I start with memorycoind I get: MemoryCoin server starting root@miner1:~./memorycoin# terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc what's wrong? One machine I have gave me that error, it seems the minimum amount of RAM a machine needs is 1.5 GB 512mb for the OS and 1G for memorycoin
|
|
|
|
CleverCraftsman
Newbie
Offline
Activity: 14
Merit: 0
|
|
December 17, 2013, 01:58:10 PM |
|
Looks right Bryce. You're officially in the lottery system that is Memorycoin2.0
|
|
|
|
sid280
Member
Offline
Activity: 71
Merit: 10
|
|
December 17, 2013, 02:09:27 PM |
|
Thought I would share my stats to help keep the momentum going i7-3610QM @ 2.30ghz "blocks" : 446, "currentblocksize" : 2779, "currentblocktx" : 8, "difficulty" : 0.00001555, "errors" : "", "genproclimit" : 8, "hashespermin" : 2.52846438, "pooledtx" : 8, "testnet" : false I'm happy for an 18 month old laptop
|
|
|
|
trankil
|
|
December 17, 2013, 02:15:37 PM |
|
Thought I would share my stats to help keep the momentum going i7-3610QM @ 2.30ghz "blocks" : 446, "currentblocksize" : 2779, "currentblocktx" : 8, "difficulty" : 0.00001555, "errors" : "", "genproclimit" : 8, "hashespermin" : 2.52846438, "pooledtx" : 8, "testnet" : false I'm happy for an 18 month old laptop do you have find a way to have no 100% CPU i have the same laptop and with 8 process its hard to do something other on the laptop at the same time
|
|
|
|
|