Bitcoin Forum
July 01, 2024, 11:42:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 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 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375362 times)
twats
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
February 10, 2015, 12:05:23 PM
 #5881

did you tried with this or was miner app this ? asking for just being sure
http://sourceforge.net/projects/coinmagi/files/m-miner/wolf-m7m-cpuminer-V2/
ZaZ59
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
February 10, 2015, 01:35:40 PM
 #5882


Hm, what do you need? Let me know specs so that I can make a custom API call if you want?

A custom API (json?) that returns the current difficulty and the reward ?

My goal is to add XMG on my site  Smiley
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
February 10, 2015, 02:38:39 PM
 #5883

did you tried with this or was miner app this ? asking for just being sure
http://sourceforge.net/projects/coinmagi/files/m-miner/wolf-m7m-cpuminer-V2/
Spexx's compilation might be better: http://coinmagi.org/files/magi-miner/Spexx-package/
(I hosted these in our site)


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
February 10, 2015, 03:06:29 PM
 #5884


Hm, what do you need? Let me know specs so that I can make a custom API call if you want?

A custom API (json?) that returns the current difficulty and the reward ?

My goal is to add XMG on my site  Smiley

Will this work for you?

Code:
getnewblockvaluebynumber 174196

Code:
{
"flags" : "proof-of-work",
"difficulty" : 2.40458289,
"difficulty-V2" : 1.66967352,
"blockvalue" : 12.39547783
}

difficulty is the actual value; difficulty-V2 is the value calculated by https://github.com/magi-project/magi/blob/master/src/main.cpp#L968, i.e., rDiff as in the formula I posted.


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
ZaZ59
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
February 10, 2015, 03:15:49 PM
 #5885


Hm, what do you need? Let me know specs so that I can make a custom API call if you want?

A custom API (json?) that returns the current difficulty and the reward ?

My goal is to add XMG on my site  Smiley

Will this work for you?

Code:
getnewblockvaluebynumber 174196

Code:
{
"flags" : "proof-of-work",
"difficulty" : 2.40458289,
"difficulty-V2" : 1.66967352,
"blockvalue" : 12.39547783
}

difficulty is the actual value; difficulty-V2 is the value calculated by https://github.com/magi-project/magi/blob/master/src/main.cpp#L968, i.e., rDiff as in the formula I posted.

it's perfect but i am looking for a way witout wallet...
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
February 10, 2015, 03:38:49 PM
 #5886

Will this work for you?

Code:
getnewblockvaluebynumber 174196

Code:
{
"flags" : "proof-of-work",
"difficulty" : 2.40458289,
"difficulty-V2" : 1.66967352,
"blockvalue" : 12.39547783
}

difficulty is the actual value; difficulty-V2 is the value calculated by https://github.com/magi-project/magi/blob/master/src/main.cpp#L968, i.e., rDiff as in the formula I posted.

it's perfect but i am looking for a way witout wallet...

We must have the difficulty data to feed into the formula, what's alternative you'd use to access difficulty? Once we can get that, it would be easy by using https://github.com/magi-project/magi/blob/master/src/main.cpp#L968


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
ZaZ59
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
February 10, 2015, 03:47:21 PM
 #5887

Will this work for you?

Code:
getnewblockvaluebynumber 174196

Code:
{
"flags" : "proof-of-work",
"difficulty" : 2.40458289,
"difficulty-V2" : 1.66967352,
"blockvalue" : 12.39547783
}

difficulty is the actual value; difficulty-V2 is the value calculated by https://github.com/magi-project/magi/blob/master/src/main.cpp#L968, i.e., rDiff as in the formula I posted.

it's perfect but i am looking for a way witout wallet...

We must have the difficulty data to feed into the formula, what's alternative you'd use to access difficulty? Once we can get that, it would be easy by using https://github.com/magi-project/magi/blob/master/src/main.cpp#L968

A pool with JSON API
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
February 10, 2015, 04:59:26 PM
 #5888

Will this work for you?

Code:
getnewblockvaluebynumber 174196

Code:
{
"flags" : "proof-of-work",
"difficulty" : 2.40458289,
"difficulty-V2" : 1.66967352,
"blockvalue" : 12.39547783
}

difficulty is the actual value; difficulty-V2 is the value calculated by https://github.com/magi-project/magi/blob/master/src/main.cpp#L968, i.e., rDiff as in the formula I posted.

it's perfect but i am looking for a way witout wallet...

We must have the difficulty data to feed into the formula, what's alternative you'd use to access difficulty? Once we can get that, it would be easy by using https://github.com/magi-project/magi/blob/master/src/main.cpp#L968

A pool with JSON API

Alright, we need a little figure on this. What needed are recent 2000 blocks' difficulty and also noticed the block time used in calculation too. So most straightforward is to access the wallet's api then; either, let me look into hosting a JSON API in my server to access block value.

Are you trying to add a mining calculator? http://www.altcoinprofitability.com

Code:
getminingbykhps 100

Code:
{
"hashrate (kh/s)" : 100.00000000,
"difficulty" : 1.26654813,
"difficulty(aver)" : 2.29402066,
"blockvalue" : 2.52426217,
"mining (XMG)" : {
"1 hour" : 0.09223161,
"1 day" : 2.21355856,
"1 week" : 15.49490990
}

just another option.


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
February 10, 2015, 05:17:02 PM
 #5889

I just thought of a simple way to calculate average diff. You can simply sum up diff of past 100 blocks and then divide it by 100, which is a simple average. This way won't differ much than the actual value; this method should be better than using the diff-V2 since for mining calculator, the more stable value, the better.


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
ZaZ59
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
February 10, 2015, 05:24:52 PM
 #5890


Alright, we need a little figure on this. What needed are recent 2000 blocks' difficulty and also noticed the block time used in calculation too. So most straightforward is to access the wallet's api then; either, let me look into hosting a JSON API in my server to access block value.

Are you trying to add a mining calculator? http://www.altcoinprofitability.com


The second option is better for me, if u can host a JSON API with a private key for example.. then i will add your coin on my website  Smiley Smiley Smiley
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
February 10, 2015, 06:05:07 PM
 #5891

Is it possible to increase the transfer limit (back to what it was), it is a bit ennoying how it is (especially as I don't know what is the limit but I know that I had to split some deposit and even while transfering to one address in my wallet)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
February 10, 2015, 06:50:08 PM
 #5892


Hm, what do you need? Let me know specs so that I can make a custom API call if you want?

A custom API (json?) that returns the current difficulty and the reward ?

My goal is to add XMG on my site  Smiley

What kind of website do you mean amigo?

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
ZaZ59
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
February 10, 2015, 07:24:08 PM
 #5893


What kind of website do you mean amigo?

http://www.altcoinprofitability.com/

 Wink
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
February 10, 2015, 07:33:27 PM
 #5894


Looks nice! Keep us informed! Wink

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
ZaZ59
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
February 10, 2015, 07:43:39 PM
 #5895


Ty, for sure but it does not depend on me alone

 Wink
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
February 10, 2015, 07:55:26 PM
 #5896

the number are a little off for nvidia

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
ZaZ59
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
February 10, 2015, 08:27:58 PM
 #5897

the number are a little off for nvidia

tell me which cards / algo, ty
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
February 10, 2015, 08:56:26 PM
 #5898

Is it possible to increase the transfer limit (back to what it was), it is a bit ennoying how it is (especially as I don't know what is the limit but I know that I had to split some deposit and even while transfering to one address in my wallet)

Is that something "Transaction creation failed" error? if so that could be due to a large number of inputs used to create transaction especially when sending a big amount of coins.


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
February 10, 2015, 09:46:00 PM
 #5899

the number are a little off for nvidia

tell me which cards / algo, ty
x11/keccak and neoscrypt for the gtx980
(need to check for keccak though)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
February 10, 2015, 10:22:24 PM
 #5900

Yea Coinmagi group is on page two. Few more members and Magi will enter page one!
 Smiley
http://socialcrypto.net/groups/all?filter=popular&offset=10

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Pages: « 1 ... 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 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 ... 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!