Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 690. (Read 4671660 times)

legendary
Activity: 1260
Merit: 1008
For those running into any problems with the monerodo OS, you can file issues on my github:

https://github.com/Gingeropolous/monerodo/issues

And for those that can code bash shell script (oh wait thats anyone who knows linux), don't hesitate to make a pull request Smiley Granted, some of the problems may not be addressable (some deeper setting in some random .conf file), but if you install the iso on a VM (i think it works. fluffypony got it on a VM), then you can get a sense of the architecture. A primary architecture note are the upstart daemonizing files: these are created in /home/bob/monerodo/conf_files, then copied to /etc/init/ . Thats the main thing. Everything is managed via upstart: bitmonerod, the simplewallet instance for the pool server, and the nvidia miner. The pool server itself is managed by forever, but is first managed by upstart. So upstart loads forever which loads the init.js . This is the only way I got it to work. And don't listen to the naysayers. Upstart is great. The ability to load things sequentially is great. There's even a way to modify monero core to release a "synchronized" signal that would initiate the simplewallet daemon, but I dropped that.

If you make a pull request, any users script set will be automatically updated because of the automatic git pull and chmod +x *.sh in the first menu.

I've already received a couple of great suggestions for version 2, so please keep them coming.
sr. member
Activity: 400
Merit: 263
INTRODUCING THE MONERODO OS

http://nodebox.link/

What is it? Monerodo is a portmanteau (because I love them and love that word) of Monero and Node (well, esperanto for node).

Now you can take any old PC and turn it into a monero node, monero pool server, and nvidia miner. Instructions on the website.



Its not a GUI... but its not CLI either!!!!

Great work!
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
Major announcement from NobleSir. RingCT library is ready for testing!

https://twitter.com/XMRpromotions/status/692096697493639169

NobleSir is the Boss!


INTRODUCING THE MONERODO OS

http://nodebox.link/

What is it? Monerodo is a portmanteau (because I love them and love that word) of Monero and Node (well, esperanto for node).

Now you can take any old PC and turn it into a monero node, monero pool server, and nvidia miner. Instructions on the website.



Its not a GUI... but its not CLI either!!!!
Killa!
legendary
Activity: 2968
Merit: 1198
A great feature of MONERODO is the built-in pool node. You can run your own pool and effectively solo mine with one or more GPU rigs, or open the pool node to your friends as a private pool. No chance of pool DDoS or pool ripping you off.

Great work GingerAle!
sr. member
Activity: 336
Merit: 250
INTRODUCING THE MONERODO OS

http://nodebox.link/

What is it? Monerodo is a portmanteau (because I love them and love that word) of Monero and Node (well, esperanto for node).

Now you can take any old PC and turn it into a monero node, monero pool server, and nvidia miner. Instructions on the website.



Its not a GUI... but its not CLI either!!!!

This should make it very easy for anyone to turn an old PC into a Monero node and help the network!
legendary
Activity: 1456
Merit: 1000
INTRODUCING THE MONERODO OS

http://nodebox.link/

What is it? Monerodo is a portmanteau (because I love them and love that word) of Monero and Node (well, esperanto for node).

Now you can take any old PC and turn it into a monero node, monero pool server, and nvidia miner. Instructions on the website.



Its not a GUI... but its not CLI either!!!!

Nice.  What a novel idea.
legendary
Activity: 1260
Merit: 1008
INTRODUCING THE MONERODO OS

http://nodebox.link/

What is it? Monerodo is a portmanteau (because I love them and love that word) of Monero and Node (well, esperanto for node).

Now you can take any old PC and turn it into a monero node, monero pool server, and nvidia miner. Instructions on the website.



Its not a GUI... but its not CLI either!!!!
pa
hero member
Activity: 528
Merit: 501
OK, a little bit improved for those confused with cash and digital. Dollar bills are symbols of fiat currency.
I was trying to keep it simple as much as possible, not overcomplicate.


Looks great! Well done.
sr. member
Activity: 336
Merit: 250
Major announcement from NobleSir. RingCT library is ready for testing!

https://twitter.com/XMRpromotions/status/692096697493639169
legendary
Activity: 1154
Merit: 1001
Realtime coin market data site CoinCap.io has released an app for iOS devices! Download the app for your iPhone and get realtime market data for your Monero, set up alerts for XMR prices increases and decreases as well as create up to three altfolios so you can keep up with your XMR and other altcoin holdings.

That's nice.... but ppl who are interested in crypto mining are often geeks and won't use iPhones...

Some (pseudo)geeks do use iPhones!  Roll Eyes  Grin
App looks to get stuck retrieving latest market data, then crashes/closes. Uh Oh... Fine now. Cool!
hero member
Activity: 1308
Merit: 508
Realtime coin market data site CoinCap.io has released an app for iOS devices! Download the app for your iPhone and get realtime market data for your Monero, set up alerts for XMR prices increases and decreases as well as create up to three altfolios so you can keep up with your XMR and other altcoin holdings.

That's nice.... but ppl who are interested in crypto currency are often geeks and won't use iPhones...
legendary
Activity: 1750
Merit: 1101
karbo.io
OK, a little bit improved for those confused with cash and digital. Dollar bills are symbols of fiat currency.
I was trying to keep it simple as much as possible, not overcomplicate.




hero member
Activity: 649
Merit: 500
server error on mymonero now.
Is there tutorial on how to import mymonero wallet to simple wallet?
Thinking on running fullnode now that I have stable internet connection.

There is no off-the-shelf way to do this. There is code (useful for an Oh Shit solution if MyMonero went offline permanently or for an extended period) but there are also issues with merging it directly.

In practice the easiest and best way to do this, albeit with a 10 XMR fee, is to create a wallet with simplewallet, and then import that wallet in MyMonero. You will then be able to access it both ways.


Easier still is generating with one of the offline generators (simplewallet is one). As long as you log into MyMonero with the seed prior to actually sending the account any funds, you don't need to pay the import fee.

Basically, just use 25 word seeds instead of 13 word seeds.

I would argue that if people can afford to pay the import fee they should because the fees helps support Monero development.

Actually, fluffypony says that MyMonero (which is not associated with the dev team) only charges the import fee to cover the cost associated with processing the entire chain looking for transactions for that address. Therefore, if you are just creating the address, there is no point in paying that fee (unless you want to help the guys who host the servers Tongue )
legendary
Activity: 1260
Merit: 1008
server error on mymonero now.
Is there tutorial on how to import mymonero wallet to simple wallet?
Thinking on running fullnode now that I have stable internet connection.

There is no off-the-shelf way to do this. There is code (useful for an Oh Shit solution if MyMonero went offline permanently or for an extended period) but there are also issues with merging it directly.

In practice the easiest and best way to do this, albeit with a 10 XMR fee, is to create a wallet with simplewallet, and then import that wallet in MyMonero. You will then be able to access it both ways.


Easier still is generating with one of the offline generators (simplewallet is one). As long as you log into MyMonero with the seed prior to actually sending the account any funds, you don't need to pay the import fee.

Basically, just use 25 word seeds instead of 13 word seeds.

I would argue that if people can afford to pay the import fee they should because the fees helps support Monero development.

I think the dude wants to get his funds off mymonero and into his own wallet. Easiest thing you can do is get your own node running, make a new address using simplewallet, and then when mymonero is working, go in there and transfer your funds to your new simplewallet address.
sr. member
Activity: 336
Merit: 250
server error on mymonero now.
Is there tutorial on how to import mymonero wallet to simple wallet?
Thinking on running fullnode now that I have stable internet connection.

There is no off-the-shelf way to do this. There is code (useful for an Oh Shit solution if MyMonero went offline permanently or for an extended period) but there are also issues with merging it directly.

In practice the easiest and best way to do this, albeit with a 10 XMR fee, is to create a wallet with simplewallet, and then import that wallet in MyMonero. You will then be able to access it both ways.


Easier still is generating with one of the offline generators (simplewallet is one). As long as you log into MyMonero with the seed prior to actually sending the account any funds, you don't need to pay the import fee.

Basically, just use 25 word seeds instead of 13 word seeds.

I would argue that if people can afford to pay the import fee they should because the fees helps support Monero development.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
Am I missing something? How is cash digital?


Wire transfer, interact transfer, visa, etc.  You can transfer fiat electronically in many ways however none of them are decentralized.



Nor private.

IMO that diagram is confusing: Fiat money can't be digital and private at the same time, it can be private only in the form of cash, which is not digital.

It works fine if you just remove the dollar bills from the "digital" circle and only put them in the "private" circle.

I think there should be a credit card with the fiat as they are pretty much interwoven.
hero member
Activity: 850
Merit: 1000
One could make the case for slight variations in the diagram, but overall the diagram is accurate.

For example:
   1. "Hand me the cash that is on the table." This is referring only to physical fiat.

   2. "Wire the cash to me," or, "Wire the money to me." This is also cash even if it's not physical for part of all of the transaction.

Both are cash. There's not a sphere for "physical" and I don't think it's needed.

It seems the point of the diagram is to showcase the differences/relationships between fiat, gold, Monero, and Bitcoin. If someone wants to communicate the pillars of Monero, another diagram can be created for that.
legendary
Activity: 1105
Merit: 1000
server error on mymonero now.
Is there tutorial on how to import mymonero wallet to simple wallet?
Thinking on running fullnode now that I have stable internet connection.

There is no off-the-shelf way to do this. There is code (useful for an Oh Shit solution if MyMonero went offline permanently or for an extended period) but there are also issues with merging it directly.

In practice the easiest and best way to do this, albeit with a 10 XMR fee, is to create a wallet with simplewallet, and then import that wallet in MyMonero. You will then be able to access it both ways.


Easier still is generating with one of the offline generators (simplewallet is one). As long as you log into MyMonero with the seed prior to actually sending the account any funds, you don't need to pay the import fee.

Basically, just use 25 word seeds instead of 13 word seeds.
hero member
Activity: 1308
Merit: 508
Quote
I don't know what CPU miner that is but with the right one you should get something like 150 from CPU alone. Try 3 threads for a start.


And which is the right one?

I use yam for the cpu
look here if want to use that pool.
https://moneropool.com/#getting_started

I dont think that gpu can give much...how much does it say?

I don't wanna change pools.
It says 70 H/s for the CPU.



Use the the yam miner- it should give better than you are getting now.  
The gpu is pretty useless for mining.
I got the right version now - but I can't handle the setup. It doesn't start at all....

My current setup is this:
miner -t 6 -a cryptonight -o stratum+tcp://mine.moneropool.com:3333 -u Adress -p x

Yam miner tells me to use it this way....
yam -c x -M stratum+tcp://YOUR_EMAIL%40DOMAIN.COM:[email protected]:45560/xmr

But I can't fit my adress in this command the way it works...
Jump to: