Bitcoin Forum
May 06, 2024, 05:07:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 129 »
  Print  
Author Topic: [ANN] MemoryCoin | CPU Coin | Paid Dev Team | Limited Supply [MMC]  (Read 281316 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.
chip99
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 18, 2013, 08:28:56 PM
 #1401

anyone how do i setup miner for centOS?

1715015242
Hero Member
*
Offline Offline

Posts: 1715015242

View Profile Personal Message (Offline)

Ignore
1715015242
Reply with quote  #2

1715015242
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715015242
Hero Member
*
Offline Offline

Posts: 1715015242

View Profile Personal Message (Offline)

Ignore
1715015242
Reply with quote  #2

1715015242
Report to moderator
1715015242
Hero Member
*
Offline Offline

Posts: 1715015242

View Profile Personal Message (Offline)

Ignore
1715015242
Reply with quote  #2

1715015242
Report to moderator
skwinx
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
December 18, 2013, 08:37:52 PM
 #1402

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::thread_resource_error> >'
  what():  boost::thread_resource_error
atta2k15
Sr. Member
****
Offline Offline

Activity: 315
Merit: 250


View Profile
December 18, 2013, 08:38:16 PM
 #1403

ERROR: ConnectBlock() : Block 1 coinbase pays too much (actual=117154811 vs limit=117154811)

cant create chain ?  Huh
montecristo83
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 18, 2013, 08:40:40 PM
 #1404

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::thread_resource_error> >'
  what():  boost::thread_resource_error

Try the script created by FaSan. It will restart the daemon automatically: https://bitcointalk.org/index.php?topic=370806.msg4030418#msg4030418
Mirsad
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Bitcoin - love & hate


View Profile
December 18, 2013, 08:41:12 PM
 #1405

Unable to import my old wallet.. yeah.. 280 MMC gone. Love that fork changes.

< 100 BTC is not worth mentioning. Poor souls will always remain poor. Don't miss the failtrain.
FreePls
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 18, 2013, 08:44:17 PM
 #1406

{
"blocks" : 658,
"currentblocksize" : 1384,
"currentblocktx" : 2,
"difficulty" : 0.00000118,
"errors" : "",
"genproclimit" : 8,
"hashespermin" : 1.89160325,
"pooledtx" : 2,
"testnet" : false
}


im still 60 or 70 blocks behind but i get hashes, do you think it works correctly or do i mine in the air?

jabbaah
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
December 18, 2013, 08:48:24 PM
 #1407

Regarding the connection / synchronization problem I suspect an issue specially for people who are "NATted" and do not have a public IP address directly. I don't know much about it, but the source used the library libminiupnpc which seems to be necessary for having some sort of inbound connections from outside although there is no public IP...

Background is, that I have two MMC wallets/miners running on Debian root servers having public IP addresses and two other wallets/miners in my home office, one on VMware (ESXi), the other on VirtualBox. Both "external" servers with public IP addresses are fully synced and currently at block 724. Both "internal" servers do not succeed in fully connecting to the network. From what I see both "intern" servers occasionally establish connections from their side (1 or 2) but shortly after they do not have any connection again and are waiting forever.

One of those non-synchronizing miners/wallets were installed only a couple of minutes ago using the current Github sources (new VirtualBox for trial).

Now it would be great to get any feedback from you guys: Stalled miners/wallets from you - do they have a public IP? Or are they NATted?

★ ★ ★ ★ ★   Infinex  ✔  Masternode  ✔  Decentralised ✔ Instant Send   ★ ★ ★ ★ ★
› › › › ›  JOIN US AT DISCORD    ★    ✔ ACTIVE DISCUSSION  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬   ANN TELEGRAM MASTERNODE ONLINE  MNRANK  TWITTER  CRYPTOBRIDGE   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
December 18, 2013, 08:51:24 PM
 #1408

My memorycoind just crashed with:

Code:
Dec 18 12:51:15 kernel: [1430299.393640] memorycoin-msgh[22896]: segfault at 50 ip 0000000000488dbf sp 00007ff4bdff89e0 error 4 in memorycoind[400000+2f5000]

This is why chainbrowser has not been updating.
foolsh
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 18, 2013, 08:59:11 PM
Last edit: December 18, 2013, 09:11:55 PM by foolsh
 #1409

Regarding the connection / synchronization problem I suspect an issue specially for people who are "NATted" and do not have a public IP address directly. I don't know much about it, but the source used the library libminiupnpc which seems to be necessary for having some sort of inbound connections from outside although there is no public IP...

Background is, that I have two MMC wallets/miners running on Debian root servers having public IP addresses and two other wallets/miners in my home office, one on VMware (ESXi), the other on VirtualBox. Both "external" servers with public IP addresses are fully synced and currently at block 724. Both "internal" servers do not succeed in fully connecting to the network. From what I see both "intern" servers occasionally establish connections from their side (1 or 2) but shortly after they do not have any connection again and are waiting forever.

One of those non-synchronizing miners/wallets were installed only a couple of minutes ago using the current Github sources (new VirtualBox for trial).

Now it would be great to get any feedback from you guys: Stalled miners/wallets from you - do they have a public IP? Or are they NATted?


I have 16 servers running here, 1 with an external IP at the gateway and 15 on the internal network.  I setup the "connect=" option in the memorycoin.conf file of the 15 internal ones to point to the one at the gateway.  I set it up this way to cut down on the traffic and increase performance, but I still had a lot of hangs, crashes, and block laggyness.  I then set the "rpcthreads=" option to 24 (it defaults to 4) on the one with the external IP.  So far, I have had zero hangs, crashes, or block laggyness on the 15 internal clients.
iDoge
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
December 18, 2013, 09:02:24 PM
 #1410

Delete many times memorycoin folder in appdata but still cant sync, omg any can tell me a f*king solution?
jeroenn13
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
December 18, 2013, 09:05:16 PM
 #1411

I am selling 280 MMC, Please PM if interested.

..bustadice..         ▄▄████████████▄▄
     ▄▄████████▀▀▀▀████████▄▄
   ▄███████████    ███████████▄
  █████    ████▄▄▄▄████    █████
 ██████    ████████▀▀██    ██████
██████████████████   █████████████
█████████████████▌  ▐█████████████
███    ██████████   ███████    ███
███    ████████▀   ▐███████    ███
██████████████      ██████████████
██████████████      ██████████████
 ██████████████▄▄▄▄██████████████
  ▀████████████████████████████▀
                     ▄▄███████▄▄
                  ▄███████████████▄
   ███████████  ▄████▀▀       ▀▀████▄
               ████▀      ██     ▀████
 ███████████  ████        ██       ████
             ████         ██        ████
███████████  ████     ▄▄▄▄██        ████
             ████     ▀▀▀▀▀▀        ████
 ███████████  ████                 ████
               ████▄             ▄████
   ███████████  ▀████▄▄       ▄▄████▀
                  ▀███████████████▀
                     ▀▀███████▀▀
           ▄██▄
           ████
            ██
            ▀▀
 ▄██████████████████████▄
██████▀▀██████████▀▀██████
█████    ████████    █████
█████▄  ▄████████▄  ▄█████
██████████████████████████
██████████████████████████
    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       ████████████
......Play......
RejectKid
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile WWW
December 18, 2013, 09:05:22 PM
 #1412

Unable to import my old wallet.. yeah.. 280 MMC gone. Love that fork changes.

How are you unable to import? what's you specific details as to why?
Riseman
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
December 18, 2013, 09:06:12 PM
 #1413

It finally synced. I just searched through the tread for some more nodes, added them, and it seems that some of them worked. Also I used the old MemoryCoin folder with block information that was created during my first sync. So I suppose it is all about the nodes, not some corrupt DB files. And yes, I am behind NAT.
tyler27
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
December 18, 2013, 09:07:09 PM
 #1414

Delete many times memorycoin folder in appdata but still cant sync, omg any can tell me a f*king solution?

try "-reindex"
agran
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000


View Profile
December 18, 2013, 09:07:16 PM
 #1415

Now it would be great to get any feedback from you guys: Stalled miners/wallets from you - do they have a public IP? Or are they NATted?
I have trouble with sync on my home NATed windows 8 computer. Reinstalling Windows is not helped. On the work memorycoin is installed on two Windows computers in the same network, one has a public address, the second behind NAT. Both work perfectly.

QORA | 2ND GEN | NEW SOURCE CODE | QTz6fSV2VNc2wjwwsw57kwQzgQhmGw5idQ
taturii
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
December 18, 2013, 09:09:12 PM
 #1416

Unable to import my old wallet.. yeah.. 280 MMC gone. Love that fork changes.

Did you delete the wallet.dat? It is not needed to import the wallet just put in place the original wallet.dat in the appdata folder
Sharky444
Hero Member
*****
Offline Offline

Activity: 724
Merit: 500


View Profile
December 18, 2013, 09:26:06 PM
 #1417

It would be helpful if people would start doing some sort of give aways to keep lifeblood in this coin and get more threads going about it.

Everyone can apply for the marketing executive position and receive 1% of the coins mined.

Radix - just imagine
itsik78
Full Member
***
Offline Offline

Activity: 462
Merit: 100



View Profile
December 18, 2013, 09:28:06 PM
Last edit: April 28, 2018, 11:38:07 AM by itsik78
 #1418

And how did he hit 17 blocks...?
http://www.chainbrowser.com/memorycoin/address/MAWa8jwrpvg87dZCv9KAajCmMY62xJfrKY/
evershawn
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


Vod is a liar


View Profile
December 18, 2013, 09:30:03 PM
 #1419

It would be helpful if people would start doing some sort of give aways to keep lifeblood in this coin and get more threads going about it.

Everyone can apply for the marketing executive position and receive 1% of the coins mined.

How exactly does the voting for this work? I'm a bit confused.. Do the amount of coins you hold influence your voting power?
Sharky444
Hero Member
*****
Offline Offline

Activity: 724
Merit: 500


View Profile
December 18, 2013, 09:30:47 PM
 #1420

Code:
*/1 * * * * root /bin/ps -ef|grep -v grep|grep memorycoind >/dev/null || /usr/local/bin/memorycoind -daemon

change name of process and/or path about your installation

This does not really help because

a, the process is often there, but just hangs
b, it's not there, but the database has been damaged
c, it's not there, but the wallet has been damaged

Radix - just imagine
Pages: « 1 ... 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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 129 »
  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!