Bitcoin Forum
May 02, 2024, 12:40:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 [414] 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375264 times)
th3.r00t
Sr. Member
****
Offline Offline

Activity: 312
Merit: 250



View Profile WWW
April 27, 2015, 12:33:43 PM
 #8261

UNCoin is now catching on fire.
See how it is starting.

* Allcoin exchange

https://www.allcoin.com/pub/user_regist?ref=126778

https://www.allcoin.com/trade/unc_btc?ref=126778


Wrong thread maybe?  Cool

BitSend ◢◤Clients | Source
www.bitsend.info
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












Your Digital Network | 10MB Blocks
Algo: XEVAN | DK3 | Masternodes
Bitcore - BTX/BTC -Project












BSD -USDT | Bittrex | C.Gather | S.Exchange
Cryptopia | NovaExchange | Livecoin
CoinPayments | Faucet | Bitsend Airdrop













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
April 27, 2015, 12:37:48 PM
 #8262

Would you guys recommend VPS mining?  The idea is tempting, and I'm already 50% through account creation...someone stop me before I go too far... Grin

I'm enjoying the shared pool mining through my CPU, but the idea of using a VPS intrigues me!  Has anyone had luck in doing this?
goldlabel
Hero Member
*****
Offline Offline

Activity: 575
Merit: 502



View Profile WWW
April 27, 2015, 12:41:39 PM
 #8263

UNCoin is now catching on fire.
See how it is starting.

* Allcoin exchange

https://www.allcoin.com/pub/user_regist?ref=126778

https://www.allcoin.com/trade/unc_btc?ref=126778


I think in his heart he wants to be with xmg, but he needs to tell his brain to switch to xmg Grin
TonySon
Sr. Member
****
Offline Offline

Activity: 396
Merit: 250



View Profile
April 27, 2015, 01:27:29 PM
 #8264

UNCoin is now catching on fire.
See how it is starting.

* Allcoin exchange

https://www.allcoin.com/pub/user_regist?ref=126778

https://www.allcoin.com/trade/unc_btc?ref=126778


I think in his heart he wants to be with xmg, but he needs to tell his brain to switch to xmg Grin
Grin
feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
April 27, 2015, 02:22:12 PM
 #8265

Hi, guys,

I have a very simple feature proposal for the wallet: a version checker.

I've played around with the code for a few days, mostly because I had no idea who Qt worked, and hacked this together (screenshots below). Does anyone else think this sort of feature would be beneficial to the community? I'll clean it up and submit a pull request if Magic or Joe asks, or if there's enough of a positive response from the community.

(For anyone interested, I just added a timer that runs once a day to check a remote file for an update string, then compare that with the internal version in version.h. Plus a QLabel to show the update message. If there's a new update, it tells you what the updated version number is and produces a clickable link to http://coinmagi.org/wallets/.)

If your version is current, you see no change to the interface:


If your wallet is out-of-date, you see a new label and a clickable link:
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
April 27, 2015, 02:38:21 PM
 #8266

Hi, guys,

I have a very simple feature proposal for the wallet: a version checker.

I've played around with the code for a few days, mostly because I had no idea who Qt worked, and hacked this together (screenshots below). Does anyone else think this sort of feature would be beneficial to the community? I'll clean it up and submit a pull request if Magic or Joe asks, or if there's enough of a positive response from the community.

(For anyone interested, I just added a timer that runs once a day to check a remote file for an update string, then compare that with the internal version in version.h. Plus a QLabel to show the update message. If there's a new update, it tells you what the updated version number is and produces a clickable link to http://coinmagi.org/wallets/.)

If your version is current, you see no change to the interface:


If your wallet is out-of-date, you see a new label and a clickable link:


nice I will check my wallet directly when i'am home!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
ElMacho20000
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
April 27, 2015, 02:55:30 PM
 #8267

Hi, guys,

I have a very simple feature proposal for the wallet: a version checker.

I've played around with the code for a few days, mostly because I had no idea who Qt worked, and hacked this together (screenshots below). Does anyone else think this sort of feature would be beneficial to the community? I'll clean it up and submit a pull request if Magic or Joe asks, or if there's enough of a positive response from the community.

(For anyone interested, I just added a timer that runs once a day to check a remote file for an update string, then compare that with the internal version in version.h. Plus a QLabel to show the update message. If there's a new update, it tells you what the updated version number is and produces a clickable link to http://coinmagi.org/wallets/.)

If your version is current, you see no change to the interface:


If your wallet is out-of-date, you see a new label and a clickable link:


Good, very nice feature, I'd like to have it in the new wallet release

Proud and humble member of MAGI community.
95Pyk32MRzSaMsv2hmzxu9NSxnydUQDgxG
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
April 27, 2015, 02:58:04 PM
 #8268

Hi, guys,

I have a very simple feature proposal for the wallet: a version checker.

I've played around with the code for a few days, mostly because I had no idea who Qt worked, and hacked this together (screenshots below). Does anyone else think this sort of feature would be beneficial to the community? I'll clean it up and submit a pull request if Magic or Joe asks, or if there's enough of a positive response from the community.

(For anyone interested, I just added a timer that runs once a day to check a remote file for an update string, then compare that with the internal version in version.h. Plus a QLabel to show the update message. If there's a new update, it tells you what the updated version number is and produces a clickable link to http://coinmagi.org/wallets/.)


Nice feature but if I understand correctly, you are checking a version number or something like that on the source code, then directing the user to a web page that may not have the very latest compiled versions available at that time. That would be a problem and might lead to confusion.

Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
April 27, 2015, 03:17:31 PM
 #8269

Hi, guys,

I have a very simple feature proposal for the wallet: a version checker.

I've played around with the code for a few days, mostly because I had no idea who Qt worked, and hacked this together (screenshots below). Does anyone else think this sort of feature would be beneficial to the community? I'll clean it up and submit a pull request if Magic or Joe asks, or if there's enough of a positive response from the community.

(For anyone interested, I just added a timer that runs once a day to check a remote file for an update string, then compare that with the internal version in version.h. Plus a QLabel to show the update message. If there's a new update, it tells you what the updated version number is and produces a clickable link to http://coinmagi.org/wallets/.)

If your version is current, you see no change to the interface:


If your wallet is out-of-date, you see a new label and a clickable link:


It's really great ! I think it's something we should add.
feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
April 27, 2015, 03:19:01 PM
 #8270

Nice feature but if I understand correctly, you are checking a version number or something like that on the source code, then directing the user to a web page that may not have the very latest compiled versions available at that time. That would be a problem and might lead to confusion.

I agree that this would be totally useless if the wallet maintainers were relying on me to update the file on my server when they update the wallets, but I am proposing that they keep a file (version.txt, for example), on the coinmagi.org site somewhere and update it after they have uploaded the new binaries.

All that they need to do is change the string in the source file from the one that points to my server to whatever address they host the version information at on coinmagi.org.

(In other words, my code is a proof-of-concept and it will work for referring people to new versions. I just had to make up a new version number to test with and point to my own server to test it.)

Does that make my intention a little more clear?
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
April 27, 2015, 05:32:50 PM
 #8271

Nice feature but if I understand correctly, you are checking a version number or something like that on the source code, then directing the user to a web page that may not have the very latest compiled versions available at that time. That would be a problem and might lead to confusion.

I agree that this would be totally useless if the wallet maintainers were relying on me to update the file on my server when they update the wallets, but I am proposing that they keep a file (version.txt, for example), on the coinmagi.org site somewhere and update it after they have uploaded the new binaries.

All that they need to do is change the string in the source file from the one that points to my server to whatever address they host the version information at on coinmagi.org.

(In other words, my code is a proof-of-concept and it will work for referring people to new versions. I just had to make up a new version number to test with and point to my own server to test it.)

Does that make my intention a little more clear?


Yes I like the idea. But think Joe has to adjust or add something and I don't know if hè has the time for it because of his important trip to the other side of the USA.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
April 27, 2015, 05:42:48 PM
 #8272

Yes I like the idea. But think Joe has to adjust or add something and I don't know if hè has the time for it because of his important trip to the other side of the USA.

Yes, Joe would have to review the code, add it, and rebuild all the wallets for it to be useful. This improvement would just be something to slip into the next overall wallet upgrade, rather than fretting about it now.

I understand that Joe is dealing with whatever personal issues came up for him recently. I'll wait to hear back from him after his business is settled before moving forward with the pull request.
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
April 27, 2015, 06:43:38 PM
 #8273

Yes I like the idea. But think Joe has to adjust or add something and I don't know if hè has the time for it because of his important trip to the other side of the USA.

Yes, Joe would have to review the code, add it, and rebuild all the wallets for it to be useful. This improvement would just be something to slip into the next overall wallet upgrade, rather than fretting about it now.

I understand that Joe is dealing with whatever personal issues came up for him recently. I'll wait to hear back from him after his business is settled before moving forward with the pull request.

Thank you for that feldenthorne!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
April 27, 2015, 08:01:06 PM
 #8274

Still debating whether or not VPS mining XMG would pay off ..... 5$ / month for a single core...but then again I've only made 3 XMG over the past day running between 2-3 cores off my i5-4670k....

Anyone have recommendations?
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
April 27, 2015, 08:03:39 PM
 #8275

Still debating whether or not VPS mining XMG would pay off ..... 5$ / month for a single core...but then again I've only made 3 XMG over the past day running between 2-3 cores off my i5-4670k....

Anyone have recommendations?
Are you in the proof of mining?
Think that might be a good option.

http://cryptomining-blog.com/4644-coin-magi-xmg-2nd-proof-of-mining-campaign-launched/

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
April 27, 2015, 08:11:44 PM
 #8276

Still debating whether or not VPS mining XMG would pay off ..... 5$ / month for a single core...but then again I've only made 3 XMG over the past day running between 2-3 cores off my i5-4670k....

Anyone have recommendations?
Are you in the proof of mining?
Think that might be a good option.

http://cryptomining-blog.com/4644-coin-magi-xmg-2nd-proof-of-mining-campaign-launched/

Yes, I'm in the m-hash pool now...but as I don't even know the value of 1XMG, I'm not really sure if it's worth purchasing a VPS to mine with...

I'm still quite new if you couldn't tell  Wink Wink
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
April 27, 2015, 08:28:18 PM
 #8277

Still debating whether or not VPS mining XMG would pay off ..... 5$ / month for a single core...but then again I've only made 3 XMG over the past day running between 2-3 cores off my i5-4670k....

Anyone have recommendations?
Are you in the proof of mining?
Think that might be a good option.

http://cryptomining-blog.com/4644-coin-magi-xmg-2nd-proof-of-mining-campaign-launched/

Yes, I'm in the m-hash pool now...but as I don't even know the value of 1XMG, I'm not really sure if it's worth purchasing a VPS to mine with...

I'm still quite new if you couldn't tell  Wink Wink

I think it might be good to mine in that one! The Proof of Mining campaign will reward you with some extra XMG.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
April 27, 2015, 08:46:33 PM
 #8278

Still debating whether or not VPS mining XMG would pay off ..... 5$ / month for a single core...but then again I've only made 3 XMG over the past day running between 2-3 cores off my i5-4670k....

Anyone have recommendations?
Are you in the proof of mining?
Think that might be a good option.

http://cryptomining-blog.com/4644-coin-magi-xmg-2nd-proof-of-mining-campaign-launched/

Yes, I'm in the m-hash pool now...but as I don't even know the value of 1XMG, I'm not really sure if it's worth purchasing a VPS to mine with...

I'm still quite new if you couldn't tell  Wink Wink

I think it might be good to mine in that one! The Proof of Mining campaign will reward you with some extra XMG.


Does it matter what OS i use on the VPS?  I chose ubuntu 14.04 x64; I'm following this guide:

https://bitcointalk.org/index.php?topic=735170.msg8800103#msg8800103

Thanks!
Arah
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
April 27, 2015, 09:02:56 PM
 #8279

how can i join pom?
the bitcoin cat
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
April 27, 2015, 09:05:40 PM
 #8280

How much longer until substantially less coins are produced each day?
Pages: « 1 ... 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 [414] 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 ... 1310 »
  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!