Bitcoin Forum
June 25, 2024, 09:49:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 »
2121  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork at Block 750 on: December 19, 2013, 09:22:19 PM
hi guy,
someone can generate a node at port 80 or 8080 for bypass firewall restriction?
Thanks
up


addnode 91.121.8.23:8080 add


it's a new node, still to synch yet. Wait five minutes it's ready :-)



FaSan
2122  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Emergency Fork - Block 607 - 0.8.54 on: December 18, 2013, 09:36:29 PM
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



It's a fast and simple script for restart the daemon, if, of course, the crash are not damaged nothing. Need a more articolate script that check the integrity of all, but you will cannot execute it every minute.


FaSan
2123  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Emergency Fork - Block 607 - 0.8.54 on: December 18, 2013, 07:53:40 PM
A script to restart the daemon when this happens would be very handy.


A very simple script, I hope can help you :


write it into the file /etc/crontab
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



FaSan
2124  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork at Block 750 on: December 18, 2013, 10:09:25 AM
+1, the rcpthreads or port setting is only used when you remotely access the server. Not when mining.


It's not. Your built-in miner talk with client with rcp protocol



FaSan
2125  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork at Block 750 on: December 18, 2013, 10:07:11 AM
Quote
tterminate 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: Resource temporarily unavailable


does anyone getting this error in the deamon?

me too ,10 servers ,same error,and other errors

My miner is not working anymore with newest code. I get:

Code:
EXCEPTION: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_6system12system_errorEEEEE       
context: unable to load ssl2 md5 routines       
memorycoin in AppInit()


What OS ?

Looking some openssl bug. Try to update openssl and openssl-dev packages



FaSan
2126  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork at Block 750 on: December 18, 2013, 09:46:35 AM
how can i get all node of net for search if there is one on specific port?
thanks


You cannot get all node on the net. You can get node from your client :

Code:
memorycoind getpeerinfo


or if you have time, port scanning over the web. Not all node use default port  Grin




FaSan
2127  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork at Block 750 on: December 18, 2013, 09:13:16 AM
BULL.  Post a pic of htop and i will believe you.


This for my smart friend.

Client still up from the last update, 7 hours ago.







Last lines of debug.log :

Code:
2013-12-18 09:14:07 send version message: version 70001, blocks=606, us=xxxxxxxxx:1968, them=xxxxxxx:58284, peer=xxxxxxxxx:58284
2013-12-18 09:14:07 receive version message: version 70001, blocks=6, us=xxxxxxxxx:1968, them=xxxxxxxx:1968, peer=xxxxxxxxx:58284
2013-12-18 09:14:07 found solution - 4744 / 1968 / 2749664900
2013-12-18 09:14:12 socket closed
2013-12-18 09:14:12 disconnecting node xxxxxxxxxx:41668
2013-12-18 09:14:13 found solution - 8989 / 1968 / 729351395
2013-12-18 09:14:23 testHash 1603d4be08c4cfc75e52b27eb717022571eca3070b5de35eb6fe69da5dbe5df0, 4
2013-12-18 09:14:23 Start Search
2013-12-18 09:14:26 found solution - 12316 / 1968 / 3905085647



FaSan
2128  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork at Block 750 on: December 18, 2013, 01:17:24 AM
Delete the "rpcthreads" setting and use only the "genproclimit". It's the onlyone solution for now

try both last night, still got crash  Huh, now will try only genproclimit.
Any other suggestions?


I still to look the source code, but I've not find nothing yet.

Without rpcthreads my server was still up for three days without problems. Try and give a me a feedback. Now it's my time to sleep :-)


Good luck Cheesy



FaSan
2129  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork at Block 750 on: December 18, 2013, 01:11:43 AM
Delete the "rpcthreads" setting and use only the "genproclimit". It's the onlyone solution for now
2130  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 18, 2013, 12:30:13 AM
maybe off-topic but relevant. FaSan after looking at your constant help to other users I think you could be a good candidate to apply for the CSO position of memorycoin https://bitcointalk.org/index.php?topic=369487.0.


Thank you for suggest. Here my introduction :

https://bitsharestalk.org/index.php?topic=1460.0


Smiley




FaSan
2131  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 17, 2013, 11:08:46 PM

Usually forks start with block X, not with the release of the new client. So both old and the new clients can mine until that block.

I didn't confirm this with with FreeTrade, but I think you can sleep well Smiley

X=750

Please download new clients or recompile source. New version should show v0.8.53.0-unk-beta

Kind regards to Mister Kimoto.




Kimoto Gravity Well ? Very interesting to look the code  Tongue
2132  Local / Alt-Currencies (Italiano) / Re: Memorycoin 2.0 on: December 17, 2013, 10:42:18 PM
Comunque io non capisco i developer di questa moneta

Hanno lanciato il Memorycoin (Forse era un alpha?) ed aveva problemi.
Ora hanno lanciato il memorycoin 2.0 (forse una beta?) ed ha problemi.

Il bello è che il prezzo per un singolo MMC è inspiegabile...0.02 l'uno? e sulla base di che?!
Comunque per chi deve acquistare io andrei cauto...
per chi invece ci vuole solo speculare...sparate fuochi se trovare un blocco!

Ma guarda... in realtà in fase di pre-mine con il fatto che veniva cambiato 1:10 con le PTS le vendevano a 0.4 :-) e secondo me così dovrebbe essere. Un pò troppo alta la rew sui blocchi per mantenere un cambio simile.

Cmq tornando al fattore K, guarda questo :  
http://www.chainbrowser.com/memorycoin/address/MLaBhkNB7iMKDKmPqCDTSKrPy4QiXPg9CA/



FaSan
2133  Local / Alt-Currencies (Italiano) / Re: Memorycoin 2.0 on: December 17, 2013, 10:37:44 PM
è assurdo.

Due pc a 3.3 hashes per minuto e niente. Ma che server ci vuole!


Per quello che ho potuto vedere in questi giorni, la velocità è si importante ma non fondamentale. C'è gente che ha minato blocchi anche con 0.6

E' il fattore K che ci manca  Cheesy Cheesy
2134  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 17, 2013, 10:10:11 PM
maybe off-topic but relevant. FaSan after looking at your constant help to other users I think you could be a good candidate to apply for the CSO position of memorycoin https://bitcointalk.org/index.php?topic=369487.0.


Thank you, I will look now :-)



FaSan
2135  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 17, 2013, 10:08:50 PM
Ok finally clean.

Set the "rpcthreads" = number of CPUs Cores and set the "genproclimit" = the same value.

To me still to work fine from more of one hour.


FaSan




I little update. With this setting, very sometimes can be a collision for filled rpc calls. I still to try now "rpcthreads" = number of CPUs Cores + 4


I will update


FaSan
2136  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 17, 2013, 09:42:51 PM
Cant sync? Any good nodes, please?


Add me :

addnode 69.30.254.58:1968 add




FaSan
2137  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 17, 2013, 09:28:22 PM
Ok finally clean.

Set the "rpcthreads" = number of CPUs and set the "genproclimit" = the same value.

To me still to work fine from more of one hour.


FaSan

Hi Fa,

is that number of CPUs or number of core because genproclimit usually set to number of cores, not # of CPUs

You right, my mistake, sorry. Number of cores
2138  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 17, 2013, 09:22:24 PM
My server continue to work without stop. It's clean that we have some different config but I've not understand where yet.

I read in many thread that some people set the param "rpcthreads". I've never set it, I always use "genproclimit=-1". Can be a good test if you can try it.



FaSan


IS IT !

I've try to set the "rpcthreads" and my client crash in little minutes.

With "genproclimit=-1" you tell to client to use all CPUs avalaible.


Now I look the source code for try to fix ;-)



FaSan





Ok finally clean.

Set the "rpcthreads" = number of CPUs Cores and set the "genproclimit" = the same value.

To me still to work fine from more of one hour.


FaSan

2139  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 17, 2013, 05:45:41 PM
My server continue to work without stop. It's clean that we have some different config but I've not understand where yet.

I read in many thread that some people set the param "rpcthreads". I've never set it, I always use "genproclimit=-1". Can be a good test if you can try it.



FaSan


IS IT !

I've try to set the "rpcthreads" and my client crash in little minutes.

With "genproclimit=-1" you tell to client to use all CPUs avalaible.


Now I look the source code for try to fix ;-)



FaSan


2140  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MemoryCoin 2.0 (MMC) - Fork Code Available Within 24hrs on: December 17, 2013, 05:39:59 PM
I've not vps, only dedicate servers. But I can try Amazon, still connect ;-)
Pages: « 1 ... 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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!