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 - s4l1h

Pages: [1] 2 3 4 5 6 7 8 9
1
MemoryCoin / Re: Wordpress MemoryCoin Widget
« on: February 22, 2014, 08:40:10 pm »
I will see if I am allowed to add it on my posts there.  I if I can I will.
I write for cryptocoinsnews.com now.
My first article will be published soon.
I will be glad.

Thank You

2
MemoryCoin / Re: Wordpress MemoryCoin Widget
« on: February 22, 2014, 01:33:05 pm »
Customized a little bit and added to Coaex.com :)
Great job!
Thank You

3
MemoryCoin / Wordpress MemoryCoin Widget
« on: February 21, 2014, 11:06:13 pm »
Wordpress MemoryCoin Widget


Download: https://github.com/memorycoin/wordpress-memorycoin-widget/archive/master.zip
Source: https://github.com/memorycoin/wordpress-memorycoin-widget


=== Description ===

Add the MemoryCoin price and a donation address to your WordPress blog.

== Installation ==

Upload wordpress-memorycoin-widget to the /wp-content/plugins/ directory.
Activate the widget through the widget menu in WordPress.





4
MemoryCoin / Re: Electrum for Memorycoin
« on: February 18, 2014, 03:59:16 am »
MemoryCoin Electrum for Mac Os X

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

Tested: 10.8.5


5
MemoryCoin / Re: MemoryCoin New Version Mac Wallet Yam included.
« on: February 18, 2014, 03:56:15 am »

6
General Discussion / Re: NoirShares Launch in 8 hours, don't panic.
« on: February 16, 2014, 03:24:56 pm »
Mac Wallet:

https://mega.co.nz/#!0xpQTAZZ!gQwSgsRUH8R2tdAyOYT2uhnP3-ZwwrEA5TFSMljkMtE

Tested: 10.8 - 64 bit.

Mac Data Directory:~/Library/Application Support/NoirShares

Open terminal and enter this command: open ~/Library/Application\ Support/NoirShares

NRS: 9WqJYubg3iuhQNRiNTEyc2ojh6uzJsQFcw





7
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 11, 2014, 02:02:45 pm »
Hello Everyone,
After some requests I have decided to release my latest guide, how to cloud mine memory coin. Memory coin is a coin that is rapidly increasing in popularity but has very few cloud mining guides out there for it, something which you could use to turn a profit.

To start, please sign up for Digital Ocean using this link: https://www.digitalocean.com/?refcode=3a96071d7d5f Remember if you sign up with this link and spend $10 then I'll give you a $4 refund.

Once you sign up, create a new droplet. Choose whatever size you want (starting with the $10/month option as the smallest) and then choose Debian 7.0 x64 as your OS. After you do that they will email you your username (which is always root with Digital Ocean, and your password).

Once you do that, then click root access on your droplet's page and use that to log into your droplet so that you can begin editing. You'll use the username and password that you were given.

Code: [Select]
cd ~
apt-get update && apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev

Part 2
Code: [Select]
cd ~
mkdir -p .memorycoin
echo 'rpcuser=memorycoinrpc
rpcpassword=[You'll want to enter a secure password here]
rpcport=1925
rpcallow=127.0.0.1
server=1

Part 3 (now we'll want to add some nodes)
Code: [Select]
addnode=180.183.156.250:1968
addnode=76.24.94.154
addnode=62.43.2.239
addnode=82.52.177.81
addnode=84.249.109.128
addnode=79.3.168.143:1968
addnode=94.122.229.201:1968
addnode=118.210.212.90:1968
addnode=70.112.30.253:1968
addnode=95.89.105.134:1968
addnode=209.12.233.40:14210
addnode=79.113.210.250:51653
addnode=62.142.165.113:49646
addnode=86.106.35.224:1968
addnode=89.210.201.182:59197
addnode=84.228.200.63:50831
addnode=81.174.50.66:51930
addnode=213.197.188.148:43212

Finish it up now
Code: [Select]
gen=1' > .memorycoin/memorycoin.conf

And now lets get it started - the last batch is all one line.
Code: [Select]
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'

Now you just give it some time to connect to the servers (can take up to 15 minutes or sometimes more)

Now once you mine a block you can transfer the funds with this command.
Code: [Select]
./bitcoind sendtoaddress <enter your address here no spaces> <amount here no spaces> [comment] [comment-to]


That's all. PM me and post here if you have any questions and make sure to PM me to get your $4 back!
Thank you for guide but in guide there is wrong commands.

Replace :
Code: [Select]
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'to
Code: [Select]
git clone https://github.com/memorycoin/memorycoin;cd memorycoin/src && ./memorycoind --daemon && watch './memorycoind getinfo && ./memorycoind getmininginfo'

Replace:
Code: [Select]
./bitcoind sendtoaddress <enter your address here no spaces> <amount here no spaces> [comment] [comment-to]
to
Code: [Select]
./memorycoind sendtoaddress <enter your address here no spaces> <amount here no spaces> [comment] [comment-to]

8
MemoryCoin / OpenCart MemoryCoin Payment Module
« on: February 11, 2014, 12:25:15 am »
Source: https://github.com/s4l1h/OpenCart_MemoryCoin


Tested: opencart 1.5.6 + vqmod 2.4.1


installation steps
1) Install Opencart
2) Install vqmod
3) Install OpenCart MemoryCoin Module








9
MemoryCoin / Re: MemoryCoin New Version Mac Wallet Yam included.
« on: February 10, 2014, 03:06:40 pm »
Updated:

Wallet Version: 0.8.583
Yam version: yam-yvg1900-M7m

10
MemoryCoin / Re: Electrum for Memorycoin
« on: February 10, 2014, 12:14:16 am »
Very good.

11
Voted!
Good luck.

12
MemoryCoin / Re: MemoryCoin New Version Mac Wallet Yam included.
« on: February 04, 2014, 03:25:44 am »
Another user reported "crashes upon opening"

Not me, so not much more info I can provide.  Are there anything like "open as administrator" for mac?
What is error message report + os version?

Maybe neeed rebuild block database.
OR
Backup wallet.dat and remove other files

For mmc app directory terminal command open  ~/Library/Application\ Support/MemoryCoin

13
MemoryCoin / Re: [CTO] work status
« on: February 03, 2014, 01:07:34 am »
Who's operating mmcwiki.com?

I've registered but no confirmation email.  Same with forgot-password link.

I think we should be adding "further reading" and "intermediate" guides there, beyond the basic newb stuff on .org.  Start with "see this bitcoin guide". Then users can develop advanced guides off-site, etc

Check you pm.

14
MemoryCoin / MemoryCoin New Version Mac Wallet Yam included.
« on: February 03, 2014, 12:36:39 am »
http://www.memorycoin.org/downloads/MemoryCoin-Qt.app.zip

version: 0.8.583

yam 64 bit generic included.
Tested: 10.8.5 64 bit

Download and move file "MemoryCoin-Qt.app" in Application.

How can I change yam conf. and yam binary?

Open terminal -> enter this command "open /Applications/MemoryCoin-Qt.app/Contents/MacOS"






Screen Shot:



Alternative mmc wallet Electrum

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








15
MemoryCoin / Re: New Wallet Release 0.8.582
« on: January 31, 2014, 04:02:57 am »

Pages: [1] 2 3 4 5 6 7 8 9