Pages:
Author

Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure - page 91. (Read 850023 times)

legendary
Activity: 3164
Merit: 1116
myriadcoin-qt is located in the ~/myriadcoin-master/src/qt/ folder, however it is not executable.  This file is roughly 1043.MB in size and is labeled as a shared library by Dolphin in the type column.  If everything worked properly shouldn't myriadcoin-qt be an application?

When I performed the compile steps what folder should I have been in?  After I took care of all the dependencies, I ran these commands
while in ~/myriadcoin-master/

1.) ./autogen.sh
2.) ./configure
3.) make


Come to think of it, I'm not sure why I am not doing my compiling in /usr/local/src.  I have only compiled one other wallet and the guide I followed said to place the source code in /usr/local/src.  I will move the myriad source there and try again.

Any other ideas about my compiling issue?

Thank you for the response Palawan

It shouldn't matter where you do the compiling. Have you tried just executing the myriadcoin-qt file that it creates from the terminal (I think it should be created with exectuable flag)? Also, 1 GB seems kind of giant for the binary...
full member
Activity: 204
Merit: 100
myriadcoin-qt is located in the ~/myriadcoin-master/src/qt/ folder, however it is not executable.  This file is roughly 1043.MB in size and is labeled as a shared library by Dolphin in the type column.  If everything worked properly shouldn't myriadcoin-qt be an application?

When I performed the compile steps what folder should I have been in?  After I took care of all the dependencies, I ran these commands
while in ~/myriadcoin-master/

1.) ./autogen.sh
2.) ./configure
3.) make


Come to think of it, I'm not sure why I am not doing my compiling in /usr/local/src.  I have only compiled one other wallet and the guide I followed said to place the source code in /usr/local/src.  I will move the myriad source there and try again.

Any other ideas about my compiling issue?

Thank you for the response Palawan

hm



try build

1.) ./autogen.sh
2.) ./configure --enable-tests=no --with-miniupnpc
3.) make
full member
Activity: 129
Merit: 100
myriadcoin-qt is located in the ~/myriadcoin-master/src/qt/ folder, however it is not executable.  This file is roughly 1043.MB in size and is labeled as a shared library by Dolphin in the type column.  If everything worked properly shouldn't myriadcoin-qt be an application?

When I performed the compile steps what folder should I have been in?  After I took care of all the dependencies, I ran these commands
while in ~/myriadcoin-master/

1.) ./autogen.sh
2.) ./configure
3.) make


Come to think of it, I'm not sure why I am not doing my compiling in /usr/local/src.  I have only compiled one other wallet and the guide I followed said to place the source code in /usr/local/src.  I will move the myriad source there and try again.

Any other ideas about my compiling issue?

Thank you for the response Palawan
sr. member
Activity: 386
Merit: 250
I have Google searched, and searched on this forum but I still cannot get this wallet to compile under Linux.  I am using Kubuntu 14.04 and I have gotten close but I still do not end up with a QT file that I can run to give me the wallet.

I was able to solve the Berkley DB 4.8 error and everything looked like it was compiling and working normal but the end result was nothing that I could use.  I am a Linux noob so a few hints or pointers would be wonderful.

I followed the instructions in the build-unix.md file that was located in the doc folder of the Myriadcoin master download.  I'm pretty sure I have all of the dependency problems taken care of because I didn't notice any errors, and every thing looked to be compiling fine (to an inexperienced eye anyways).  When the compile was finished I ended up with new or modified folders for qt,test,leveldb, and obj however I see no actual qt application to run.

Anyone feel like throwing me a small crumb, a hint about what I am doing wrong or what I can do to get this wallet to run under Linux?

Thanks in advance.


If it completed successfully; there should be an executable file   myriadcoin/src/qt/myriadcoin-qt   that you can run from that folder or move to  /usr/local/bin  or   /usr/bin  and then it'll be in your search path and you can run it from anywhere by typing  myriadcoin-qt on a command line.  You'll need root access to move the file.

Good luck.
full member
Activity: 129
Merit: 100
I have Google searched, and searched on this forum but I still cannot get this wallet to compile under Linux.  I am using Kubuntu 14.04 and I have gotten close but I still do not end up with a QT file that I can run to give me the wallet.

I was able to solve the Berkley DB 4.8 error and everything looked like it was compiling and working normal but the end result was nothing that I could use.  I am a Linux noob so a few hints or pointers would be wonderful.

I followed the instructions in the build-unix.md file that was located in the doc folder of the Myriadcoin master download.  I'm pretty sure I have all of the dependency problems taken care of because I didn't notice any errors, and every thing looked to be compiling fine (to an inexperienced eye anyways).  When the compile was finished I ended up with new or modified folders for qt,test,leveldb, and obj however I see no actual qt application to run.

Anyone feel like throwing me a small crumb, a hint about what I am doing wrong or what I can do to get this wallet to run under Linux?

Thanks in advance.
full member
Activity: 195
Merit: 100
Here's a preview of Myriad Switcher 0.3, with the new functionality to make it work like Simplicity (mining into an Electrum walet via P2Pool) with minimal configuration.

All is needed now is to pick your mining device(s) and hit "Run". This is me mining on a single HD7950. Miners are now integrated in the app. No more popping command line windows



Pools can be added, removed or edited for each algo:




And I'm also working on an GUI editor for the different miner params (thread concurrency, work size, intensity, etc...)

Problem is I need to collect a "good enough" set of configs for each algo and GPU/CPU combination. That will probably take a while
sr. member
Activity: 448
Merit: 250
No iPhone wallet? Just use the "JSWallet" in your phone's browser instead! Super easy, super secure!

sr. member
Activity: 448
Merit: 250
You can use -QT as deamon Smiley

To run ONE P2Pool node you need:

1. myriadcion.conf in your data directory containing:
Code:
rpcuser=someuser
rpcpassword=somepassword
daemon=1
server=1
algo=xxxx
where xxxx is one of:  sha256d, scrypt, groestl, skein, qubit.
You can get all stuff using "myriadcoind --help" or readme
After you made changes in .conf file you need close and reopen myriadoin.

2. P2Pool code (from github) or .exe (from my skydrive) started by command
Code:
run_p2pool --net yyyy
where yyyy is one of: myr_groestl,myr_qubit,myr_scrypt,myr_sha,myr_skein.
You can get more stuff from "run_p2pool --help" or readme

P2Pool is console program, so on linux run it on "screen", on windows just don`t close it window, minimize it or use some stuff to minimize to tray.

Thats all Smiley

edit: shotted to reddit
http://www.reddit.com/r/myriadcoin/comments/2p3sfv/p2pool_for_myriadcoin_linuxwindows/
;]


Thanks a ton!
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
You can use -QT as deamon Smiley

To run ONE P2Pool node you need:

1. myriadcion.conf in your data directory containing:
Code:
rpcuser=someuser
rpcpassword=somepassword
daemon=1
server=1
algo=xxxx
where xxxx is one of:  sha256d, scrypt, groestl, skein, qubit.
You can get all stuff using "myriadcoind --help" or readme
After you made changes in .conf file you need close and reopen myriadoin.

2. P2Pool code (from github) or .exe (from my skydrive) started by command
Code:
run_p2pool --net yyyy
where yyyy is one of: myr_groestl,myr_qubit,myr_scrypt,myr_sha,myr_skein.
You can get more stuff from "run_p2pool --help" or readme

P2Pool is console program, so on linux run it on "screen", on windows just don`t close it window, minimize it or use some stuff to minimize to tray.

Thats all Smiley

edit: shotted to reddit
http://www.reddit.com/r/myriadcoin/comments/2p3sfv/p2pool_for_myriadcoin_linuxwindows/
;]
sr. member
Activity: 448
Merit: 250
Main problem is, it will require run multiple copy of myriadcoind along witch multiple copies of blockchain, all started on different P2P and RPC ports AND on different algos...
Using P2pool is quite simply - just add "--net myr_xxxx" to choose what network you want to run BUT your myriadcoin daemon need to be started on this algo!
It would be really cool to have separate RPC ports for each algo - this way one daemon can feed all 5 pools.


I'm sure some guys on the subreddit (reddit.com/r/myriadcoin) would enjoy the p2pool node forks you made for Windows. There's a ton of guys there who only discuss on the subreddit because they are sick of all the trolls here on bitcointalk.

As far as the Windows p2pool forks, hell, I'm even interested but I've never run a p2pool node and I never fuck with anything in any wallet consoles. I wouldn't know where to start.
hero member
Activity: 686
Merit: 500
WANTED: Active dev to fix & re-write p2pool in C

It would be really cool to have separate RPC ports for each algo - this way one daemon can feed all 5 pools.


Exactly - kinda like merge mining - but full mining instead!

EDIT: Hmmmm.....Now I'm thinking....surely this can be done?
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Main problem is, it will require run multiple copy of myriadcoind along witch multiple copies of blockchain, all started on different P2P and RPC ports AND on different algos...
Using P2pool is quite simply - just add "--net myr_xxxx" to choose what network you want to run BUT your myriadcoin daemon need to be started on this algo!
It would be really cool to have separate RPC ports for each algo - this way one daemon can feed all 5 pools.
hero member
Activity: 686
Merit: 500
WANTED: Active dev to fix & re-write p2pool in C
If someone want run own P2pool node under Windoze, on my skydrive fresh builds of my both P2pool forks Cheesy

Good stuff rav  Smiley

I've been thinking about running a myr-p2pool instance on my Xubuntu set up - am I right in thinking that your version runs all the different algos - or does one have to choose which algo to use?

Ta  Smiley
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
If someone want run own P2pool node under Windoze, on my skydrive fresh builds of my both P2pool forks Cheesy
hero member
Activity: 626
Merit: 504
Greetings All,

jswallet is now being served via ssl. Please update your links:

https://cryptap.us/myr/jswallet

If you already have a wallet, just update the link address in your browser bookmark and add the https:// at the beginning.

Please let me know of any issues.

Regards,

Edit: A little explanation. There is no issue with jswallet security itself, everything was performed client-side (key gen, transaction signing, etc.). Now you have a little more confidence you're getting the javascript from my host.
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Looks like I have some old bookmark leading to birdonwheels5.no-ip.org/ Tongue
Anyway, it would be cool to update nodes to one code.
I`m working on windows exe for my P2pool code if anyone interested Smiley
sr. member
Activity: 448
Merit: 250
Looks like Birds pools vanished Sad
I can run 3 myriad P2Pools, one for each of my machines.
ATM I have
http://p2pool-eu.gotgeeks.com:5567 an MYRQ pool 1% VPS in EU
http://rav3n.dtdns.net:5578 and SHA pool 1% my home machine in EU
I have one node in USA, any ideas what one is need to run there?

Pool code https://github.com/Rav3nPL/p2pool-myriadcoin


I'm still mining on birdonwheel's pools (sha and scrypt), and page is up here for me: http://birdspool.no-ip.org:5567/static/MyrNodeHub.html

I'm mining there still, too. On Skein.
hero member
Activity: 626
Merit: 504
Greetings All,

jswallet is now being served via ssl. Please update your links:

https://cryptap.us/myr/jswallet

If you already have a wallet, just update the link address in your browser bookmark and add the https:// at the beginning.

Please let me know of any issues.

Regards,
legendary
Activity: 3164
Merit: 1116
Looks like Birds pools vanished Sad
I can run 3 myriad P2Pools, one for each of my machines.
ATM I have
http://p2pool-eu.gotgeeks.com:5567 an MYRQ pool 1% VPS in EU
http://rav3n.dtdns.net:5578 and SHA pool 1% my home machine in EU
I have one node in USA, any ideas what one is need to run there?

Pool code https://github.com/Rav3nPL/p2pool-myriadcoin


I'm still mining on birdonwheel's pools (sha and scrypt), and page is up here for me: http://birdspool.no-ip.org:5567/static/MyrNodeHub.html
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Looks like Birds pools vanished Sad
I can run 3 myriad P2Pools, one for each of my machines.
ATM I have
http://p2pool-eu.gotgeeks.com:5567 an MYRQ pool 1% VPS in EU
http://rav3n.dtdns.net:5578 and SHA pool 1% my home machine in EU
I have one node in USA, any ideas what one is need to run there?

Pool code https://github.com/Rav3nPL/p2pool-myriadcoin
Pages:
Jump to: