Pages:
Author

Topic: [ANN] [SHA256]+[CPU] MediterraneanCoin (MED) - REUSE your ERUPTER!! - page 59. (Read 227779 times)

member
Activity: 229
Merit: 10
sr. member
Activity: 266
Merit: 250
started work on https://github.com/mrtexaznl/medcommerce ...
it is the xmlrpc module for ecommerce  Smiley

superb!

here you go:

https://github.com/mrtexaznl/medcommerce


Simple JSON-RPC server for implementing an ecommerce service


Run service on same machine where MED wallet is running:

java -jar dist/medcommerce.jar

By default, it should listen on localhost:8080 and wait for JSON-RPC calls;
the service looks for .mediterraneancoin/mediterraneancoin.conf in the user's home for reading username and password.

// this just forwards the getnewaddress method to the wallet...
REQUEST: {"method": "getnewaddress", "params": [], "id": 1}
ANSWER: {"result": "MfVsBVi8UnRpG5aVSWZXtBmCn2jzZTc47R", "error": null, "id": 1}


// this method does the following:
// start from current highest block and go backwards (for 5 blocks, in this case)
// and look for all transactions with output in the specified MED address;
// return an array of [block number, transaction id, MED value

// with this method, by polling periodically, you can verify if the user has paid the amount due.

REQUEST: {"method": "getlastntransactionsforaddress", "params": ["Mb9hgh4ThWUdSaUucYNqEzTVuBWHq5Q2W1", 5], "id": 1}
ANSWER: [[111074,"f46e8218983ee45fc7052e145652502af69452c4657b5b72f10a36c271d784f7",10.0]]
sr. member
Activity: 386
Merit: 250

My Antminers arrived today, and everything works fine, thank you eestimees !

hero member
Activity: 651
Merit: 500
sr. member
Activity: 266
Merit: 250
started work on https://github.com/mrtexaznl/medcommerce ...
it is the xmlrpc module for ecommerce  Smiley
hero member
Activity: 651
Merit: 500
3rd week ibipot.com blockhash race winner is: soulistyce !
sr. member
Activity: 266
Merit: 250
I think making a fountain that required a legit MED wallet address as well as another popular altcoin like doge and make it random whether it pays in doge or med would be a good way to get ppl interested.

by fountain, do you mean a faucet?
can you develop this some more?  Cheesy
legendary
Activity: 1288
Merit: 1043
:^)
Got new package Smiley

Antminer U2 - 2500 MED (used, in stock: 25)



Ordered 5, finaly an upgrade for my old "lazy" USB Erupters. Tx ID 3c168c4de8feb6317abf510be201544514009ff069c062405cc3608ab3a07d94

Miners arrived 2 days ago. Everything works fine, thanks!

Jesus maybe we need to say we are going to give coins to every person in the Mediterranean that way we can be in the top 10 on coinmarketcap. Sometimes I just dont understand cryptos. This hidden gem is being overlooked meanwhille 50% premined coins are making it to the top 10 on coinmarketcap in a matter of days.

It is insane, really, and I fear for cryptos more than ever. Those shit, uninnovative, premined by unknown guy, to be airdropped (not really) coins
could easily cause major media and government attacks on all cryptos. If only it all ends with just (dumb) investors scammed, that would be great.
full member
Activity: 201
Merit: 100
I think making a fountain that required a legit MED wallet address as well as another popular altcoin like doge and make it random whether it pays in doge or med would be a good way to get ppl interested.
sr. member
Activity: 266
Merit: 250

3 - next week we will launch the first ecommerce site, using only MED


Can you help me with automated payment system for MED? I also have eCommerce site ready, but haven't had time to custom implement MED payment. I do not want to do it manually, as already selling USB miner from ibipot.com pool site takes a lot of time. Smiley
For shop I use woocommerce.

ok we can work together on this

I think we should port to MED this project, rigth?

https://github.com/bitpay/woocommerce-plugin

and also some sort of replacement for BitPay API, probably


actually I was thinking something that interacts directly (via RCP-calls) mediterraneancoind daemon.. as every plugin I have found require some sort of other web wallet for btc/ltc but there are non for med at the moment. therefore I would be fine width direct rpc access to store hot wallet, where coins are by my own scripts transferred to cold wallet.

ok that's fine, rpc to the wallet. Wink

 what are the main functions that we need?
- create and get new med address
- check if payment to med address has arrived...


also as web wallet, is there an open source project to you suggest to port to med?


yes those functions are sufficient, unfortunately i do not know opensource wallet software.. Sad
ok, we are going to put a project on github (1-2 days), in the meanwhile think about any additional functions you need.

we have all the bricks and we just need to put them together  Wink 
hero member
Activity: 651
Merit: 500

3 - next week we will launch the first ecommerce site, using only MED


Can you help me with automated payment system for MED? I also have eCommerce site ready, but haven't had time to custom implement MED payment. I do not want to do it manually, as already selling USB miner from ibipot.com pool site takes a lot of time. Smiley
For shop I use woocommerce.

ok we can work together on this

I think we should port to MED this project, rigth?

https://github.com/bitpay/woocommerce-plugin

and also some sort of replacement for BitPay API, probably


actually I was thinking something that interacts directly (via RCP-calls) mediterraneancoind daemon.. as every plugin I have found require some sort of other web wallet for btc/ltc but there are non for med at the moment. therefore I would be fine width direct rpc access to store hot wallet, where coins are by my own scripts transferred to cold wallet.

ok that's fine, rpc to the wallet. Wink

 what are the main functions that we need?
- create and get new med address
- check if payment to med address has arrived...


also as web wallet, is there an open source project to you suggest to port to med?


yes those functions are sufficient, unfortunately i do not know opensource wallet software.. Sad
hero member
Activity: 1426
Merit: 506
Yeah I find if I limit my block erupters to 8 per instance I get 300+ MH/s each. If I go with say 16 per instance I'll get ~270 per BE. I'm using an FX-8350
full member
Activity: 201
Merit: 100
bfgminer 3.10.0 from ibipot's getting started page

edit: I am running a separate intsance of bfgm for each miner

Why you run separate? I have all them running together, works fine.. under MacOSX Smiley

Mill0601 recommended that I try it.  Makes it easier to fine tune clock speeds for each miner as well.  I think my inability to overclock is coming from current limitations of my usb hub.  I am trying a different one now to see if I can get more out of these.
sr. member
Activity: 266
Merit: 250

3 - next week we will launch the first ecommerce site, using only MED


Can you help me with automated payment system for MED? I also have eCommerce site ready, but haven't had time to custom implement MED payment. I do not want to do it manually, as already selling USB miner from ibipot.com pool site takes a lot of time. Smiley
For shop I use woocommerce.

ok we can work together on this

I think we should port to MED this project, rigth?

https://github.com/bitpay/woocommerce-plugin

and also some sort of replacement for BitPay API, probably


actually I was thinking something that interacts directly (via RCP-calls) mediterraneancoind daemon.. as every plugin I have found require some sort of other web wallet for btc/ltc but there are non for med at the moment. therefore I would be fine width direct rpc access to store hot wallet, where coins are by my own scripts transferred to cold wallet.

ok that's fine, rpc to the wallet. Wink

 what are the main functions that we need?
- create and get new med address
- check if payment to med address has arrived...


also as web wallet, is there an open source project to you suggest to port to med?


hero member
Activity: 651
Merit: 500
Got my 2nd set of Antminers (U2) from eestimees yesterday, thanks... Grin

you are welcome!
hero member
Activity: 651
Merit: 500

3 - next week we will launch the first ecommerce site, using only MED


Can you help me with automated payment system for MED? I also have eCommerce site ready, but haven't had time to custom implement MED payment. I do not want to do it manually, as already selling USB miner from ibipot.com pool site takes a lot of time. Smiley
For shop I use woocommerce.

ok we can work together on this

I think we should port to MED this project, rigth?

https://github.com/bitpay/woocommerce-plugin

and also some sort of replacement for BitPay API, probably


actually I was thinking something that interacts directly (via RCP-calls) mediterraneancoind daemon.. as every plugin I have found require some sort of other web wallet for btc/ltc but there are non for med at the moment. therefore I would be fine width direct rpc access to store hot wallet, where coins are by my own scripts transferred to cold wallet.
member
Activity: 66
Merit: 10
Got my 2nd set of Antminers (U2) from eestimees yesterday, thanks... Grin
sr. member
Activity: 266
Merit: 250

3 - next week we will launch the first ecommerce site, using only MED


Can you help me with automated payment system for MED? I also have eCommerce site ready, but haven't had time to custom implement MED payment. I do not want to do it manually, as already selling USB miner from ibipot.com pool site takes a lot of time. Smiley
For shop I use woocommerce.

ok we can work together on this

I think we should port to MED this project, rigth?

https://github.com/bitpay/woocommerce-plugin

and also some sort of replacement for BitPay API, probably

hero member
Activity: 651
Merit: 500

3 - next week we will launch the first ecommerce site, using only MED


Can you help me with automated payment system for MED? I also have eCommerce site ready, but haven't had time to custom implement MED payment. I do not want to do it manually, as already selling USB miner from ibipot.com pool site takes a lot of time. Smiley
For shop I use woocommerce.
hero member
Activity: 651
Merit: 500
bfgminer 3.10.0 from ibipot's getting started page

edit: I am running a separate intsance of bfgm for each miner

Why you run separate? I have all them running together, works fine.. under MacOSX Smiley
Pages:
Jump to: