Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - KillerByte

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 ... 20
76
MemoryCoin / Re: Electrum for Memorycoin
« on: February 14, 2014, 05:25:09 am »
Quote
'http://xpool.xram.co/blockchain_headers.bin'
Is this the same with bootstrap.dat ?
So you can load it with memorycoind -loadblock ?


no, its just a pregenerated file made by the servers which can be directly downloaded to the client to speed up the block header download.

bootstrap.dat? No, and you dont load it in memorycoind, it only works with the electrum wallet.

77
MemoryCoin / Re: Electrum for Memorycoin
« on: February 13, 2014, 11:26:46 pm »
Quote
what does this part do? self.headers_url = 'http://xpool.xram.co/blockchain_headers.bin'

when i use the link in a browser it attempts a download, the websit it'self is a XPM pool

The domain itself is an XPM pool I run, but it also hosts a download for some preliminary blocks to be added to the client database, to speed sync.

Quote
Which library is responsible for that?

Maybe you can explore fdroid as an alternative to Google Play.

FDroid is an idea... but does it support python? That is the big barrier here.

78
MemoryCoin / Re: Electrum for Memorycoin
« on: February 13, 2014, 01:34:50 pm »
Hey, is it possible if someone with a little technical background, after getting this to work, could use the py2exe application (http://py2exe.org/) to simplify all this into a single, standalone executabe? Like they have on the original electrum download page.

This is a great idea. Is there a similar packager for the Mac?

Also the install for Android looks very daunting. Is it achievable in theory to package everything required into a single .adt - or even distribute through the Play store?

For Mac, Yep, I believe it says I'm the package description on the front of the package repository.

Android install depends on a library Google does not allow on the play store, so no.

79
MemoryCoin / Re: [CNO] Status Thread
« on: February 13, 2014, 06:16:26 am »
block explorer improvements have been made, just go check it out.

Super fast JSON RPC available now. DEMO: http://mmcexplorer.info/json?query=1379



I will be updating the first post tomorrow with a list of things I plan to do in order.

80
MemoryCoin / Re: Electrum for Memorycoin
« on: February 13, 2014, 06:11:40 am »
I will be back home (traveling at the moment) Friday or Saturday night - as soon as I am back I will setup a shared hosting account at Go Daddy and if I am able to get it working well - I can setup about 15 more.   

Does it matter what host name I use?  I have a few domains  that I really dont care much about that I can donate to the cause if host-name is not important.


Thanks,

Brian aer

15 nodes? The original Electrum network only has 8 or so... :)

Wow, that is... unbelievable.

The hostname is not important, just so long as the hosting is reliable.

81
Great project! Keep it up!

82
MemoryCoin / Re: Electrum for Memorycoin
« on: February 13, 2014, 03:00:46 am »
ELECTRUM ON WINDOWS

1) open setup.py with text editor and change line 18 from
Code: [Select]
usr_share = '/usr/share'to
Code: [Select]
usr_share = 'C:\Users\<YOUR USER NAME>\AppData\Roaming\Electrum-MMC'
2) Download & install python

3) open cmd line and go to your electrum directory

4) Depending on where your python is installed, execute 
Code: [Select]
C:\Python27\python.exe .\setup.py install
5) Download PyQT4 from http://www.riverbankcomputing.co.uk/software/pyqt/download
Select the correct PyQt4 Download based on your installed python version! 32 vs 64 Bit is based on your python version, not OS!

6) Install PyQt4; on "choose components" screen, select at least "Qt runtime" and "developer tools"

7) open cmd line and go to your electrum directory

8 ) Depending on where your python is installed, execute 
Code: [Select]
C:\Python27\Lib\site-packages\PyQt4\pyrcc4.exe icons.qrc -o gui/qt/icons_rc.py
9) Start Electrum GUI with
Code: [Select]
C:\Python27\python.exe .\electrum

Hey, is it possible if someone with a little technical background, after getting this to work, could use the py2exe application (http://py2exe.org/) to simplify all this into a single, standalone executabe? Like they have on the original electrum download page.

I will hold off on updating the instructions until we know for sure.

Thanks BTChris for the detailed instructions, which I am not good at :)

83
MemoryCoin / Re: Electrum for Memorycoin
« on: February 12, 2014, 02:33:19 pm »
what are the suggested specs for a host machine?   I work for a major hosting company - so I get a very steep discount.  If it can run in a shared hosting environment its about $1 a month for high end shared hosting. 

Virtual and Dedicated are a bit more costly - but depending on bandwidth I am pretty sure I can get it to happen.

Just let me know what type of hardware/bandwidth is required - if it will run on a shared server I can spin up a few of them pretty quick.

Biran

all that is needed is to run the memorycoind daemon and a little bit of patience to set up really, all that it does is indexes all transactions and passes data along to the electrum clients.

just so long as you have a static IP and basic bandwidth (I have tested 1gb/s), you could run the server easily.

ALSO...

Default servers have been updated. Please update your clients. Your wallet money should not be impacted in any way

84
MemoryCoin / Re: Electrum for Memorycoin
« on: February 12, 2014, 05:55:52 am »
Thanks reorder!

At long last, we should have new nodes coming into existance for the wallet software hopefully by tomorrow. Emre has graciously provided 2 additional nodes, and BTChris has mentioned he will run a server node as well.

Nobody has reported any problems, which is good. The 2 nodes I run have been unbelievably stable. Free Trade unfortunately has not given the wallet a try yet, but I am sure he will give it some publicity eventually.

85
MemoryCoin / Re: Memorycoin Open Source Pool Software
« on: February 11, 2014, 02:17:11 pm »
Have you got anyone to sponsor/host your pool code?

i.e. it will run the pool and update using the latest nightly builds -- etc...

Oh and FaSaan already forked it ^^

Not yet. Feel free to give it a try. See below.

Really? Fasan... I cant wait to see his changes!

I hope to get the mining client updated today, so it has a competing chance in the wild, until I get the new pool software out.

86
MemoryCoin / Re: FreeTrade's Guide To Altcoin Investing
« on: February 10, 2014, 11:14:16 pm »
I have read this multiple times... it is very good. Might be a little biased, but still excellent reasoning.

87
MemoryCoin / Re: Development staff
« on: February 10, 2014, 06:13:23 am »
I could use some help with the electrum with the implementation of the gravity well calculations from memorycoin.

The code is in python. Do you think you could help out?

88
MemoryCoin / Memorycoin Open Source Pool Software
« on: February 10, 2014, 05:35:34 am »
As promised...

I warn the community - this is the original mmc.xpool.xram.co pool software. It should work out of the box if you follow the below instructions carefully.

Repository: https://github.com/KillerByte/memorypool

Compiling/Run Guide:


This gude assumes you have already built memorycoind on the same computer, it requires the same dependencies.

git clone https://github.com/KillerByte/memorypool
cd memorypool/src
make -f makefile.unix
mkdir -p ~/.memorycoin/pool/blocks
mkdir -p ~/.memorycoin/pool/oldblocks
./memorypool

It will accept connections from the memoryminer (needs to be updated) (https://github.com/KillerByte/memoryminer) on port 1335.

I plan on updating to the YAM miner within 24 hours with memoryminer, so the pool software has some competing chance.

JSONRPC functions for the pool are also available, including:

* getnumclients
* getuserinfo <username>
* getfoundblocks
* listpayouts (block #)
* ...and more, take a look at rpcpool.cpp

I will get an example website out pretty soon, which uses python jsonrpc to communicate with the server and display information on the website.

Again, this code is very rusty and needs to be updated, and I am not going to do it, I have other things to work on (Blockchain viewer, new distributed pool system, etc)

89
MemoryCoin / Re: Electrum for Memorycoin
« on: February 10, 2014, 02:02:05 am »
Glad to hear people like it!

...but seriously, servers are needed. The instructions are on the first post.

90
MemoryCoin / Re: [CNO] Status Thread
« on: February 10, 2014, 12:31:16 am »
Very fast from germany

OK, at least it is fast in Europe, just have to worry about the american audiences now :)

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 ... 20