Bitcoin Forum
March 29, 2024, 03:19:01 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 [324] 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 ... 413 »
  Print  
Author Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure  (Read 849659 times)
Arsenay
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
December 14, 2014, 02:30:12 PM
 #6461


I then navigate into the /qt folder which now contains many new object code files and a few folders as a result of the compile process, including the myriadcoin-qt file (size 104.9MB) labeled as shared library.  I have checked this file via Dolphins right click.. properties menu and under permissions this file is marked as executable.  Under the file type options menu this file is also marked as a *.so file.

As of right now, I am at a loss and I am about to just give up and try running the developer provided binaries under Wine and see how that works.  I really would like to become more familiar with the Linux environment and figure this out.... is this the typical struggle of a Linux user?

Myriadcoin Developers, I appreciate the tough love in forcing me to learn Linux and how to compile but damn, show us Linux noobs some love like you do the Windows peeps, is a pre-compiled Linux binary an option?

Again, Thanks for all the help so far.

I use Debian 6 amd64 & boost 1.55

and no problems with Myriad
1711725541
Hero Member
*
Offline Offline

Posts: 1711725541

View Profile Personal Message (Offline)

Ignore
1711725541
Reply with quote  #2

1711725541
Report to moderator
1711725541
Hero Member
*
Offline Offline

Posts: 1711725541

View Profile Personal Message (Offline)

Ignore
1711725541
Reply with quote  #2

1711725541
Report to moderator
1711725541
Hero Member
*
Offline Offline

Posts: 1711725541

View Profile Personal Message (Offline)

Ignore
1711725541
Reply with quote  #2

1711725541
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jwinterm
Legendary
*
Offline Offline

Activity: 2982
Merit: 1102



View Profile
December 14, 2014, 05:01:16 PM
 #6462

My mistake, the myriadcoin-qt file that is created is 104MB however it is not executable either by clicking on it or by trying to run it from within a console.  The file type is shared library not executable.

It really shouldn't be that tricky if you have all dependencies installed, and it really should come out as an executable, but maybe try and explicitly set it as executable, like:

Code:
chmod 755 ./myriadcoin-qt

and then see if you can launch it.
palawan
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
December 14, 2014, 09:11:25 PM
 #6463

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

Hi Merick, you're all set, actually.  I see on your other post that the file is executable, it's just the file type shown in file manager says it's a shared library file.

There are 2 ways you can start the myriadcoin-qt  application.  On your file manager (i.e. dolphin?), right click on the myriadcoin-qt  and  choose "open with other application"  and select your terminal application (i.e.  Konsole?).   You can also start it up from the command line in the folder the myriadcoin-qt is located, type    ./myriadcoin-qt

If the file is moved to  /usr/bin or  /usr/local/bin, you can start  the application by typing   myriadcoin-qt  on any  terminal prompt.

halu
Merick
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
December 14, 2014, 09:22:36 PM
 #6464

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

Hi Merick, you're all set, actually.  I see on your other post that the file is executable, it's just the file type shown in file manager says it's a shared library file.

There are 2 ways you can start the myriadcoin-qt  application.  On your file manager (i.e. dolphin?), right click on the myriadcoin-qt  and  choose "open with other application"  and select your terminal application (i.e.  Konsole?).   You can also start it up from the command line in the folder the myriadcoin-qt is located, type    ./myriadcoin-qt

If the file is moved to  /usr/bin or  /usr/local/bin, you can start  the application by typing   myriadcoin-qt  on any  terminal prompt.


I tried the chmod command but nothing changed.  I'm guessing this command is the same as ticking the box in the GUI that says <is executable>


Yep, if from within Dolphin I browse to /usr/local/src/myriadcoin-master/src/qt/
Right Click, open console here.
type ./myriadcoin-qt
the wallet runs and begins to sync.  Thank you very much.

If I just type myriadcoin-qt from the console in the same directory I just get an error that says command not found.  Also if I right click from within Dolphin and select open with console I just get console window, nothing happens.

The ./myriadcoin-qt command solved my problem, I don't think I would have ever guessed to put the ./ in front of the command.
Again, thanks
palawan
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
December 14, 2014, 10:25:36 PM
 #6465

.....

Yep, if from within Dolphin I browse to /usr/local/src/myriadcoin-master/src/qt/
Right Click, open console here.
type ./myriadcoin-qt
the wallet runs and begins to sync.  Thank you very much.

If I just type myriadcoin-qt from the console in the same directory I just get an error that says command not found.  Also if I right click from within Dolphin and select open with console I just get console window, nothing happens.


You're very welcome.   After it's completed the sync, you can move myriadcoin-qt to  /usr/local/bin   and then   you can just type myriadcoin-qt   from any console prompt.

Code:
sudo mv -i ./myriadcoin-qt /usr/local/bin/

I've never used KDE, but if it's similar to XFCE or GNOME, then you can navigate to   /usr/share/applications   and  take a look at  bitcoin.desktop (it's a text file)    or   any application you have and  you can make one for myriadcoin?  It will be part of your DE application menu.

halu
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
December 14, 2014, 10:29:54 PM
 #6466

All Suprnova Myriad Pools have been updated to the latest Version

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
neuroMode
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
December 15, 2014, 04:50:23 AM
 #6467

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

Wonderful!

Myriadcoin - the first multi-PoW blockchain! (Mine with SHA256 [ASICs], Scrypt [GPU/ASICs], Skein [GPUs], Groestl [GPUs], OR Qubit [CPUs/GPUs]).
Myriad Website // Myriad on Reddit || Myriad Android Wallet || Myriad Electrum Wallet || Multi-vPoW and Block "Tips" - Solution to Parasitic Merged Mining
MyMoneyTree
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 15, 2014, 01:25:04 PM
 #6468

1,000,000 Myriad prize draw, free to enter.

Please read the details at: http://www.reddit.com/r/myriadcoin/comments/2pcur6/1000000_myriad_prize_draw_free_to_enter/
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
December 15, 2014, 04:33:52 PM
 #6469

Fixed broken diff data in myr-sha P2pool... stupid typo, realized when see that my miner throwing lotsof doa and pool eat 100% cpu every few moments...
Windows build also updated and send to my skydrive.

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
cryptapus
Hero Member
*****
Offline Offline

Activity: 626
Merit: 504



View Profile WWW
December 15, 2014, 07:51:32 PM
 #6470

Myriad Dice, Coinbomb and Transparent Ponzi Games!

Play and help support Myriad development.

There are now vanity addresses for the games (the old addresses will still work, no current plans to disable them). Webpage has been altered with QR codes to make playing via the Android app easy:

https://cryptap.us/myr/dice

From this week's donated dice, coinbomb, and Ponzi game proceeds:

No donation this week, house is -4963.08265218

Keep playing, remember that 90% of proceeds go to MYR development. Play for a good cause!

website | PGP fingerprint: 692C 0756 E57D 2FA1 7601 3729 010B 717F 231C E7AA | BTC Address: 1CrYPTB1o7QWc8hXqBMP2LtAJh1VMtTFBh
neuroMode
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
December 16, 2014, 10:44:29 AM
 #6471

A community member has been working hard on an all-auxPoW multi-PoW coin for Myriad and many other coin communities. A lot of the "specifics" (mostly with regard to the algorithms used) are still up for debate.

We'll be launching this in a few weeks.

The project is called Unitus. The website is here: http://unitus.info/

Quote
About
Unitus = United

1. Joined into a single entity.
2. Involving the joint activity of multiple agents.

Unitus is about bringing together smaller crypto-currencies and the communities that support them into a larger group capable of greater change, influence and innovation, whilst allowing each to maintain their own unique identities.

Every aspect of this project will be driven by the community, for the community.

Specifications
-Modern Wallet - Started from Bitcoin 0.9.3, with significant influence from Myriadcoin (Multi-Algorithm) and Dogecoin (Merge-Mining)
-Multi-Algorithm
-1. Skein
-2. Qubit
-3. TBD
-4. TBD
-5. TBD
-All algorithms are merge-mined (AuxPoW)
-Each algorithm will have a 5 minute block time, resulting in a 1 minute block time for the whole network

Fair Distribution
-No Premine
-First 2000 blocks increase from 1 UIS to 100 UIS (approx. 33 Hours)
-Every 7 days / 10080 blocks the reward decays by 1% (compound)
-Decay continues until we reach 2 UIS (approx. June 2022) - and then this remains for each block thereafter
-No free transactions - minimum fee is 0.01 UIS

Launch Date: Late December 2014 (TDB)

Help Needed

We need your help! Major goals we'd like to achieve:

-A great website!
-Liaison with communities using same algorithms
-Block Explorer
-Reddit Styling and Moderation

... More to come
If you'd like to be involved, and have a good standing within an existing community, please contact us on Reddit


Myriadcoin - the first multi-PoW blockchain! (Mine with SHA256 [ASICs], Scrypt [GPU/ASICs], Skein [GPUs], Groestl [GPUs], OR Qubit [CPUs/GPUs]).
Myriad Website // Myriad on Reddit || Myriad Android Wallet || Myriad Electrum Wallet || Multi-vPoW and Block "Tips" - Solution to Parasitic Merged Mining
lifeforcepools
Sr. Member
****
Offline Offline

Activity: 616
Merit: 253


View Profile
December 16, 2014, 02:58:14 PM
 #6472

anyone have a list of working nodes

none of these work

addnode=85.195.118.163
addnode=144.76.139.178:443
addnode=144.76.139.103:443
addnode=144.76.139.104:443
addnode=144.76.139.106:443
addnode=144.76.139.107:443
addnode=144.76.139.108:443
addnode=144.76.139.109:443
addnode=144.76.139.110:443
addnode=141.101.117.210
addnode=162.218.48.55
addnode=178.49.118.233

BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
Arsenay
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
December 16, 2014, 04:55:50 PM
 #6473

anyone have a list of working nodes

none of these work

addnode=85.195.118.163
addnode=144.76.139.178:443
addnode=144.76.139.103:443
addnode=144.76.139.104:443
addnode=144.76.139.106:443
addnode=144.76.139.107:443
addnode=144.76.139.108:443
addnode=144.76.139.109:443
addnode=144.76.139.110:443
addnode=141.101.117.210
addnode=162.218.48.55
addnode=178.49.118.233




getpeerinfo

{
"addr" : "108.110.190.101:55130",

"services" : "00000001",
"lastsend" : 1418748768,
"lastrecv" : 1418748773,
"bytessent" : 80178,
"bytesrecv" : 196640,
"conntime" : 1418748556,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2.7/",
"inbound" : true,
"startingheight" : 859311,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "85.195.118.163:10888",

"services" : "00000001",
"lastsend" : 1418748773,
"lastrecv" : 1418748773,
"bytessent" : 902,
"bytesrecv" : 82814,
"conntime" : 1418748575,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2.10/",
"inbound" : false,
"startingheight" : 859311,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "80.229.35.19:10888",


"services" : "00000001",
"lastsend" : 1418748758,
"lastrecv" : 1418748770,
"bytessent" : 963,
"bytesrecv" : 98316,
"conntime" : 1418748581,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2.10/",
"inbound" : false,
"startingheight" : 859311,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "108.61.10.90:10888",

"services" : "00000001",
"lastsend" : 1418748759,
"lastrecv" : 1418748775,
"bytessent" : 1268,
"bytesrecv" : 80562,
"conntime" : 1418748645,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2.7/",
"inbound" : false,
"startingheight" : 859313,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "80.223.90.146:10888",

"services" : "00000001",
"lastsend" : 1418748766,
"lastrecv" : 1418748774,
"bytessent" : 469,
"bytesrecv" : 77350,
"conntime" : 1418748675,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2.10/",
"inbound" : false,
"startingheight" : 859315,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "37.201.227.46:45644",

"services" : "00000001",
"lastsend" : 1418748752,
"lastrecv" : 1418748759,
"bytessent" : 75233,
"bytesrecv" : 291,
"conntime" : 1418748751,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2.7/",
"inbound" : true,
"startingheight" : 859317,
"banscore" : 0,
"syncnode" : false
}
]
lifeforcepools
Sr. Member
****
Offline Offline

Activity: 616
Merit: 253


View Profile
December 16, 2014, 05:06:44 PM
 #6474

thank you very much!

BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
niceman
Sr. Member
****
Offline Offline

Activity: 336
Merit: 254

CoinMine.pw


View Profile WWW
December 17, 2014, 12:06:35 AM
 #6475

CoinMine.PW have been updated to the latest version.

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
December 17, 2014, 10:33:48 PM
 #6476


It’s a party, and we’ve decided to put DGB into our signature lines. If you’re partying along, and haven’t heard, update your signature!!!



Wrong thread dude

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
neuroMode
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
December 18, 2014, 02:01:34 AM
 #6477


It’s a party, and we’ve decided to put DGB into our signature lines. If you’re partying along, and haven’t heard, update your signature!!!



Wrong thread dude

Correct response dude

Myriadcoin - the first multi-PoW blockchain! (Mine with SHA256 [ASICs], Scrypt [GPU/ASICs], Skein [GPUs], Groestl [GPUs], OR Qubit [CPUs/GPUs]).
Myriad Website // Myriad on Reddit || Myriad Android Wallet || Myriad Electrum Wallet || Multi-vPoW and Block "Tips" - Solution to Parasitic Merged Mining
Beave162
Hero Member
*****
Offline Offline

Activity: 809
Merit: 501



View Profile
December 18, 2014, 02:15:50 AM
 #6478

Report spam to moderator, thanks.

YaCoin: YL5kf54wPPXKsXd5T18xCaNkyUsS1DgY7z 
BitCoin: 14PFbLyUdTyxZg3V8hnvj5VXkx3dhthmDj
cryptapus
Hero Member
*****
Offline Offline

Activity: 626
Merit: 504



View Profile WWW
December 18, 2014, 05:12:40 PM
 #6479

Greetings,

https://cryptap.us/myr currently hosts two block explorers:

insight: http://insight-myr.cryptap.us/
abe: https://cryptap.us/myr/explorer/chain/Myriadcoin

Please note that the Abe block explorer is now deprecated. If you have any services using abe, please consider migrating to the insight explorer. I suspect that eventually the abe explorer will go away.

website | PGP fingerprint: 692C 0756 E57D 2FA1 7601 3729 010B 717F 231C E7AA | BTC Address: 1CrYPTB1o7QWc8hXqBMP2LtAJh1VMtTFBh
lifeforcepools
Sr. Member
****
Offline Offline

Activity: 616
Merit: 253


View Profile
December 18, 2014, 05:17:03 PM
 #6480

too bad there are no working nodes for this coin - I've tried them all and have given up trying to synch.

BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
Pages: « 1 ... 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 [324] 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 ... 413 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!