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.


Topics - KillerByte

Pages: [1]
1
MemoryCoin / [Charity] Electronic Frontier Foundation
« on: March 23, 2014, 01:08:08 am »
I would like to propose another charity for CHA position - the Electronic Frontier Foundation (https://www.eff.org/)

What is different about this charity?

The organization works to protect digital rights in the online world from the prying governments.

The Memorycoin community likes the open internet, yes? :)

With the amount of money raised by the position, the EFF would consider us a "Super Major Donor", which is cool.

Can I trust that the money will arrive to the charity?

Yes! If you somehow do not know, I am the current CNO, and I remain active with the community. All the monetary value acquired in this account will be donated to the EFF in Bitcoins.

Why I am doing this? Because I want the community to have more options on different types of charities to donate to.

To donate to this charity, vote (send 0.00000001 MMC) for this address: MVTEchapJHRRBkCKG4qBCJvYqc1ufmyYvm

2
MemoryCoin / P2Pool Beta for Memorycoin
« on: March 17, 2014, 12:50:39 am »
Be among the first to create your own pool node now: https://github.com/KillerByte/p2pool

List of all P2Pools: http://mmcexplorer.info/p2pool

Stratum Mining Software: https://github.com/KillerByte/memoryminer

Pool Example: http://memorycoin.biz:8080/static/

YAM is not currently supported due to the fact it does not support Getwork longpolling. Stratum for YAM is supposed to be coming soon, I have already consulted yvg on the subject.

I got to admit, this project has been quite tedious for the last couple weeks, but I have finally reached the point where it works beta-quality.

Benifits:
* Highly efficient mining protocol
* Completely decentralized solution, no more mining centralization issues
* Instant payouts - included in coinbase transaction so you dont have to ever worry about not getting payed.

No other pool compares!

Python Twisted is the only dependancy.

How to use (obviously be aware of changes needed for your configuration):
Code: [Select]
git clone https://github.com/KillerByte/p2pool
cd p2pool
git submodule sync
git submodule update --init
cd memorycoin_momentum
sudo python setup.py install
cd ..
python run_p2pool.py

Let me know of any troubles.

How to mine:

Code: [Select]
https://github.com/KillerByte/memoryminer
cd memoryminer/src
make -f makefile.unix
./memoryminer -poolip=<your hostname to mine on, ex: memorycoin.biz> -poolport=9332 -pooluser=<your address, ex: MAJNEC7HzAeLPGSYdvvD8gFTxZLfdjzVnj> -genproclimit=<cpu cores>

What should work:

* Stratum Mining Protocol
* Mining a block, if it happens (has been tested on testnet)

What needs to be improved:

* Election blocks (currently does not work, and I dont see how to get it to work at this time...)
* Web interface
* " Punishing share for 'Block-stale detected! height(77149743cc5c387cbe616b8f5a391a57d39332b873a7271783d462b6207c) < height(6ec8ec70f52b74fd63a964c9f35f0eb54bba32915158bc2b2e5c045e5662) or 1f009129 != 1f009148'! Jumping from c46dc9d7 to 4d01520a!" message
* Other little bugs

I also hope to implement some sort of support for p2pool share browsing at mmcexplorer.info, but not sure yet.

So yes! Try, and mine!

3
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)

4
MemoryCoin / Electrum for Memorycoin
« on: February 09, 2014, 10:17:38 pm »
Ths has never been done by any other cryptocurrency community before...

...and here it is!

That is right! Electrum (https://electrum.org/), a popular Bitcoin thin client, has been ported for Memorycoin! It is ultra secure, lightweight (no blockchain download), and user-friendly. It can be used as an offline wallet. I have been using it as my offline wallet!

DOWNLOAD:

Electrum Client: https://github.com/KillerByte/electrum/archive/master.zip
Electrum Server: https://github.com/KillerByte/electrum-server/archive/master.zip

MAC (curtosy of s4l1h:

http://www.memorycoin.org/downloads/electrum-mmc-macosx.dmg

GITHUB SOURCE:

Electrum Client: https://github.com/KillerByte/electrum
Electrum Server: https://github.com/KillerByte/electrum-server

If you would like to use electrum, all you need is the electrum client

Getting Started Tutorials: https://electrum.org/tutorials.html

Let me know of any problems on this thread

To run an electrum server, see the howto guide: https://github.com/KillerByte/electrum-server/blob/master/HOWTO.md

I have done my best to update documentation appropriately

Let me know of any problems.

5
MemoryCoin / [CNO] Status Thread
« on: February 09, 2014, 07:11:23 am »
Projects completed within my first 5 days as CNO:

Fast Block Explorer: http://mmcexplorer.info/
Electrum Wallet: https://bitsharestalk.org/index.php?topic=2829.0
Open Source General Purpose Pool Software (needs work): https://bitsharestalk.org/index.php?topic=2839.0

Planned Projects:

* Add addresses to block explorer

* New, more efficient pool software which will be used for the distributed pool system

* Electrum wallet (was working on it all day today, actually. See this project to get an idea: https://electrum.org/) I am having a few problems, but once I get it all organized, then it will be a great thin client and will make it easy to get a wallet on any computer (at least that is the hope). All of this project will be opensource. https://bitsharestalk.org/index.php?topic=2829.0 - Got this done way sooner than expected. I think this will be great for the community

* Android Wallet - Like this: https://github.com/KillerByte/bitcoin-wallet - but for Memorycoin :)

* Whatever else the community needs - post suggestions here. I try to work on everything a little each day.

6
MemoryCoin / Open Source or Licensed Pool Software
« on: February 07, 2014, 09:25:03 pm »
Hey all,

I am running for CNO (https://bitsharestalk.org/index.php?topic=2792.0), and I am planning on setting up some sort of distributed system to spread the wealth and allow Memorycoin to become a less central currency.

The big debate is this: Should the pool software be Opensource or Licensed.

Please provide your input here and use this thread for such discussions. Also dont forget to vote (Send 0.00000001 MMC to MVTEcnogH2ArcvpkYJ66GcErb1iwHhLPN1) so that this plan can come to life.

7
MemoryCoin / [CNO] New CNO, Blockchain viewer, and Distributed Pool System
« on: February 07, 2014, 05:29:03 am »
For those of you who do not know me, I was the first person to make a successful pool for memorycoin

...and I am back with new ideas and new services!

Who I am:

I am a speedy, supportive, and experienced developer in the US. I will work to maximize my work for pay.

What I am doing:

* Brand new, quick, KISS (that means simple) block explorer for block and transaction searching with AJAX and socket.io! (has some minor bugs, but really minor) (see below for link)

* Super fast bitcoin node (test it! ./memorycoin-qt -connect=xpool.xram.co, download speed is very fast alone!)

What I will do upon election:

* Move the block explorer to a nice domain on http port :)

* Make accurate and equally fast node viewer

* Begin development of a new pool system, designed to balance the power:

    - Will either Opensource specialized pool code

                     - OR -

    - License it at a cheap price

* The pool software will be provided with the intention to be connected as part of a distributed network which will be autobalanced, spreading the wealth and using the power of numbers over 1GH. Additionally, small pools will be protected from DDoS attacks.

* Developers who run the distributed pools will be able to contribute to the code to improve the pool system
    - This IS NOT P2Pool!

Try out the awesome block explorer: http://xpool.xram.co:3000/

Like it? Then what are you waiting for? Cast your vote for CNO: Send 0.00000001 MMC to MVTEcnogH2ArcvpkYJ66GcErb1iwHhLPN1

I will begin all of the above projects upon election. Details regarding the plans will also be released.

8
MemoryCoin / mmc.xpool.xram.co - Closing
« on: January 03, 2014, 07:02:50 am »
hello all,

XRamPool has had many troubles since its initial launch. I have done much work to improve the pool over this time, but many problems still remain. Memorycoin has accomplished a wider variety of pools at this point... so I have decided to close XRamPool down.

Yes, payouts will be made. Sometime tomorrow, you should get the amount listed on the website.

The server will be taken down at 00:00 UTC on the 4th of January. It is my hope that we mine a block before then so that we can pay for our miners efforts over the last day or so of mining with no blocks found.

Now, I do not plan to be done with the community here - Eadword (my partner) and I have already started a new project which should involve Memorycoin to some degree, as well as many other cryptocurrencies. Keep an eye out for it :)

While XRamPool MMC is closing, our XPM (http://xpool.xram.co/) and DTC (http://dtc.xpool.xram.co) pools will remain fully operational. If you liked XRamPool, consider joining them. As always, we are constantly working to improve the pool software.

Also, I have decided that the source code will not be shared with anyone. It will remain completely closed. I am sorry if this dissapoints anyone :)

If there are any other questions regarding the closure of XRamPool MMC, please do not hesitate to post on this thread.

9
MemoryCoin / XPool - How to continue & fix problems...
« on: December 25, 2013, 09:27:53 pm »
Well, I have been working on XPool for a few days now. It has developed greatly and I have done much work to improve the pool.

Unfortunately, I keep running into problems, the pool server keeps crashing, and I do not have enough time to work on all the improvements I wanted to get done.

The pool software for my pool is not standard: it is written directly inside the source code for memorycoind. This has its advantages, but it causes alot of problems also.

I am unwilling to switch to a pushpool server at this time... simply because I have worked really hard on this pool and dont have time to restart.

I am not saying XRamPool is done or over (and YES, payouts will be executed one way or another, I even have the balance file ready with the correct balances. All will be payed properly), but I simply cant do it all. I am overwhelmed.

So I guess I have created this thread to get some help and insight on how to continue... I feel like people like the pool and if I could just fix these crashes, then things would be much better.

Should I just release the source code to the community to fix and make better? If that would be the case, would I still be able to recieve adequete funding to pay for the pool?

Would the community put the source code I publish into good use, or will it just be a useless project?

10
MemoryCoin / [ANN] [STABLE!] mmc.xpool.xram.co - First Memorycoin Pool
« on: December 24, 2013, 07:01:03 am »
Windows miner available! Download easy from the pool: http://mmc.xpool.xram.co/assets/files/memoryminer-win.zip

The pool is now stable. There are still some very minor issues that need fixing, but it is good to mine on! Lets mine some blocks!

There is (still) a 800 client limit on the pool! We still have room!



This is the offical announcement for the XRamPool (or just XPool).

POOL LINK: http://mmc.xpool.xram.co/

MINING PROGRAM:

Source code (Github, stay updated!): https://github.com/KillerByte/memoryminer (see build instructions below)

Windows Precompiled: http://mmc.xpool.xram.co/assets/files/memoryminer-win.zip

EXTRA MINING SCRIPT (made by s4l1h, allows you to run it in the background):

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

Features:

*   First MMC Pool
*   Stability Tested by Hundreds of Users
*   A 2% Pool fee
*   Payout transaction fees are not taken from miners' balances
*   Block transaction fees go to miners
*   A high variance payment system
*   Payouts at a personal balance of 0.5 MMC
*   60 Confirmation blocks
*   Individual block rankings for all miners
*   Room to grow
*   Two admins (Eadword and KillerByte)

MINING BUILD TUTORIAL (for both windows and linux):

http://mmcwiki.com/memoryminer (curtosy of s4l1h, thanks!!)


Pages: [1]