Bitcoin Forum
April 23, 2024, 08:15:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
  Print  
Author Topic: [DGC] Digitalcoin 3.0 | Multi-algorithm, Improved Blockchain Storage | RELEASED!  (Read 85590 times)
fredeq
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
May 26, 2015, 02:19:59 PM
 #501

Insight block explorer is constantly timing out, any chance you could fix it?
Or point me to another api that would list difficulties by each algo Wink

https://whattomine.com - Check what to mine Smiley
1713903317
Hero Member
*
Offline Offline

Posts: 1713903317

View Profile Personal Message (Offline)

Ignore
1713903317
Reply with quote  #2

1713903317
Report to moderator
1713903317
Hero Member
*
Offline Offline

Posts: 1713903317

View Profile Personal Message (Offline)

Ignore
1713903317
Reply with quote  #2

1713903317
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
SimonTower
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


View Profile
May 26, 2015, 09:43:34 PM
 #502

Insight block explorer is constantly timing out, any chance you could fix it?
Or point me to another api that would list difficulties by each algo Wink

I don't know what is that "insight block explorer" but You can find some working explorer at here: http://wiki.digitalcoin.co/index.php/Charts_Block_Explorers_Statistics
"another api that would list difficulties by each algo" - Sorry, I can't help in that.  Undecided
samson
Legendary
*
Offline Offline

Activity: 2097
Merit: 1068


View Profile
May 26, 2015, 11:17:53 PM
 #503

Insight block explorer is constantly timing out, any chance you could fix it?
Or point me to another api that would list difficulties by each algo Wink

Hi, please send a link to the Insight block explorer.

I've never heard of this but I came across this from bitpay : https://github.com/bitpay/insight

Are you talking about modifying the above project to work with the multiple algorithm difficulties we have in DGC

Please clarify your request.

Getting the difficulty on each algorithm is easy via RPC call to the wallet, here's how it's done :

RPC Command : getmininginfo

Returns :

{
"blocks" : 1341189,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pow_algo_id" : 1,
"pow_algo" : "scrypt",
"difficulty" : 50.16523440,
"difficulty_sha256d" : 298174.07876389,
"difficulty_scrypt" : 50.16523440,
"difficulty_x11" : 10.15654692,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 1534007685,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}

Out of the above, these will be of interest to you :

Default (Scrypt) "difficulty" : 50.16523440,

"difficulty_sha256d" : 298174.07876389,
"difficulty_scrypt" : 50.16523440,
"difficulty_x11" : 10.15654692,

Let me know if this isn't what you're taking about and send links please.
fredeq
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
May 27, 2015, 06:32:00 AM
Last edit: May 27, 2015, 06:42:28 AM by fredeq
 #504

Sorry for the confusion, I think this was the 'official' explorer given to me a few pages back:
http://block.digitalcoin.co/blockexplorer/DGC/

I have requested this as a requirement to keep DGC listed on my site.
Insight is a type of block explorer, first one on the web to list difficulties by each algo (was used for myriad and digibyte). Exactly the one from your link Samson Smiley
I always thought that dgc one on the site is insight modified, could have been wrong.

Anyway, its the explorer right there on your website, seems to be collecting blocks right now?

Edit:
Xawksow introduced this explorer (guess he is the coder / owner) on this page
https://bitcointalk.org/index.php?topic=785601.240

https://whattomine.com - Check what to mine Smiley
samson
Legendary
*
Offline Offline

Activity: 2097
Merit: 1068


View Profile
May 27, 2015, 09:47:58 AM
 #505

Sorry for the confusion, I think this was the 'official' explorer given to me a few pages back:
http://block.digitalcoin.co/blockexplorer/DGC/

I have requested this as a requirement to keep DGC listed on my site.
Insight is a type of block explorer, first one on the web to list difficulties by each algo (was used for myriad and digibyte). Exactly the one from your link Samson Smiley
I always thought that dgc one on the site is insight modified, could have been wrong.

Anyway, its the explorer right there on your website, seems to be collecting blocks right now?

Edit:
Xawksow introduced this explorer (guess he is the coder / owner) on this page
https://bitcointalk.org/index.php?topic=785601.240


What output are you expecting on the above block explorer API page, the one that shows the difficulties from all algorithms ?

It doesn't appear to be working at the moment, I'm not sure why.

Getting the difficulty via RPC is easy so I should be able to write a simple script to make this information available for you.

Just let me know what information / format a 'difficulty API call' URL should show and I'll make it when I have a few spare minutes later today.
fredeq
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
May 27, 2015, 12:18:17 PM
 #506

Just to clarify - I was already using this explorer API since january, but for the last month it had connectivity problems.
http://block.digitalcoin.co/api.php?coin=DGC&data=difficulty

When it returns data it looks like this:
{"blocks":1367185,"difficulty_sha256d":1154052.6915532,"difficulty_scrypt":18.3707915,"difficulty_x11":30.87053005}

Basically I need a JSON like that accessible via http. Thank you for your time Smiley

https://whattomine.com - Check what to mine Smiley
xawksow
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
May 27, 2015, 04:29:57 PM
 #507

Just to clarify - I was already using this explorer API since january, but for the last month it had connectivity problems.
http://block.digitalcoin.co/api.php?coin=DGC&data=difficulty

When it returns data it looks like this:
{"blocks":1367185,"difficulty_sha256d":1154052.6915532,"difficulty_scrypt":18.3707915,"difficulty_x11":30.87053005}

Basically I need a JSON like that accessible via http. Thank you for your time Smiley

Yea sorry, I was on holiday and just came back today! Smiley
Looks like my server is on its limit, I need to move everything to a new one.
Sorry for the inconvenience, will try to order one today or tomorrow and will move it.
fredeq
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
May 27, 2015, 05:04:37 PM
 #508

Looking forward to it, thank you Smiley

https://whattomine.com - Check what to mine Smiley
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 27, 2015, 05:05:16 PM
 #509

I think digitalcoin is the only coin to have its price more than double with the dev going on vacation.  Xawksow, take another vacation.   Grin


-tb-

Don007
Legendary
*
Offline Offline

Activity: 1050
Merit: 1007

Live like there is no tomorrow!


View Profile
May 27, 2015, 08:43:38 PM
 #510

I think digitalcoin is the only coin to have its price more than double with the dev going on vacation.  Xawksow, take another vacation.   Grin


-tb-

Hehe. I'm glad to see actually more coins have doubled in value these days, even with no devs on vacation Wink.

However, let's hope this is the start of something beautiful. It is time that the declining line we have experienced is over now. I just remember that I still have to join you guys on IRC. Soon.. Soon.. I'm really busy Wink.


{Curently quite inactive as I'm really busy in my private life. I will get back soon!}

-> Your line here during my inactivity? Feel free to PM <-
mcg
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 28, 2015, 06:03:56 AM
 #511

could be that bitcoin is on the way up. if you apply technical chart analysis to the bitcoin price chart then you see it had a double bottom @ 14 apr and 26apr.

lets hope greece is not going to be saved. then bitcoin is a safe haven for investors. like gold/silver etc.

bitcoinprice recovery is good for all altcoins.
SimonTower
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


View Profile
May 28, 2015, 11:13:34 AM
 #512

We reached 100Mh/s at http://simondgcx11.dynu.com:8811

0% fee, You get the transactions fee too. Join to us!
Tsquared
Hero Member
*****
Offline Offline

Activity: 500
Merit: 501


http://digitalcoin.org/


View Profile WWW
May 28, 2015, 12:25:25 PM
 #513

Nice work on the pool SimonTower. And very good of you to charge no fees. I don't know this for sure, but I've heard that the X11 algorithm is the most profitable for mining DGC. X11 miners should jump on this!

TT
SimonTower
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


View Profile
May 28, 2015, 01:01:03 PM
 #514

Nice work on the pool SimonTower. And very good of you to charge no fees. I don't know this for sure, but I've heard that the X11 algorithm is the most profitable for mining DGC. X11 miners should jump on this!

TT

Thank You and You're right about the profitability. Wink
We passed 200Mh/s.
Don007
Legendary
*
Offline Offline

Activity: 1050
Merit: 1007

Live like there is no tomorrow!


View Profile
May 28, 2015, 04:42:30 PM
 #515

Nice work on the pool SimonTower. And very good of you to charge no fees. I don't know this for sure, but I've heard that the X11 algorithm is the most profitable for mining DGC. X11 miners should jump on this!

TT

Thank You and You're right about the profitability. Wink
We passed 200Mh/s.

Looking at that increase of hashrate, I think more people found out about that profitabilty Wink.

I just saw a post about your pool from the Digitalcoin Facebook page, that might have caused this increase too. Well done! Smiley

{Curently quite inactive as I'm really busy in my private life. I will get back soon!}

-> Your line here during my inactivity? Feel free to PM <-
Tsquared
Hero Member
*****
Offline Offline

Activity: 500
Merit: 501


http://digitalcoin.org/


View Profile WWW
May 28, 2015, 11:05:48 PM
 #516

Nice work on the pool SimonTower. And very good of you to charge no fees. I don't know this for sure, but I've heard that the X11 algorithm is the most profitable for mining DGC. X11 miners should jump on this!

TT

Thank You and You're right about the profitability. Wink
We passed 200Mh/s.

Looking at that increase of hashrate, I think more people found out about that profitabilty Wink.

I just saw a post about your pool from the Digitalcoin Facebook page, that might have caused this increase too. Well done! Smiley

A suggestion for you SimonTower:

Not sure exactly how to set this up, but this block explorer shows where the blocks are found if they have a way of identifying the pool.

https://chainz.cryptoid.info/dgc/#!extraction

I think xawksow or techbytes can tell you what has to be done. In any case, it's another way to make your pool known to potential miners, it costs nothing, and I don’t think it's a difficult thing to get set up.

TT
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 28, 2015, 11:33:14 PM
 #517

Nice work on the pool SimonTower. And very good of you to charge no fees. I don't know this for sure, but I've heard that the X11 algorithm is the most profitable for mining DGC. X11 miners should jump on this!

TT

Thank You and You're right about the profitability. Wink
We passed 200Mh/s.

Looking at that increase of hashrate, I think more people found out about that profitabilty Wink.

I just saw a post about your pool from the Digitalcoin Facebook page, that might have caused this increase too. Well done! Smiley

A suggestion for you SimonTower:

Not sure exactly how to set this up, but this block explorer shows where the blocks are found if they have a way of identifying the pool.

https://chainz.cryptoid.info/dgc/#!extraction

I think xawksow or techbytes can tell you what has to be done. In any case, it's another way to make your pool known to potential miners, it costs nothing, and I don’t think it's a difficult thing to get set up.

TT


SimonTower, just PM "fairglu" with your pool dgc address and ask him to tag it on chainz block explorer.


-tb-

r32godzilla
Hero Member
*****
Offline Offline

Activity: 1360
Merit: 506



View Profile
May 29, 2015, 01:27:22 AM
 #518

Although alot of other altcoins are going up across the board, the price for Digitalcoin has tripled in the last few weeks which is very nice to see. Holding up nicely now between 0.000045 and 0.00005 on Cryptsy. Its also between 0.070-080 CNY or son on BTC38. Hopefully the price along with services continues to grow.

             ▄▄▄▄▄▄
         ▄▄███▀▀▀▀███▄▄
      ▄██▀▀          ▀▀██▄
     ██▀       ██       ▀██
    ██        ██          ██
   ██        ██   ██       ██
  ▐█▌       ██ ▄▄▄ ██      ▐█▌
  ██       ██  ███  ██      ██
  ▐█▌     ██         ██    ▐█▌
   ██    ██           ██   ██
    ██  ▀▀             ▀▀ ██
     ██▄                ▄██
      ▀██▄▄          ▄▄██▀
         ▀▀███▄▄▄▄███▀▀
             ▀▀▀▀▀▀
.Akoin.....ONE AFRICA. ONE KOIN..
█▀▀











█▄▄

▀▀█











▄▄█

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█  ██████    ▄▄▄▄▄▄▄▄ █
█  ██████    ▄▄▄▄▄▄▄▄ █
█  ██████    ▄▄▄▄▄▄▄▄ █
█            ▄▄▄▄▄▄▄▄ █
█ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █
█ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █
█ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █
█ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █
█ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █
█                     █
█ ▄▄▄▄▄▄              █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█













.Telegram....
SimonTower
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


View Profile
May 29, 2015, 09:35:39 AM
Last edit: May 29, 2015, 09:56:10 AM by SimonTower
 #519

Nice work on the pool SimonTower. And very good of you to charge no fees. I don't know this for sure, but I've heard that the X11 algorithm is the most profitable for mining DGC. X11 miners should jump on this!

TT

Thank You and You're right about the profitability. Wink
We passed 200Mh/s.

Looking at that increase of hashrate, I think more people found out about that profitabilty Wink.

I just saw a post about your pool from the Digitalcoin Facebook page, that might have caused this increase too. Well done! Smiley

A suggestion for you SimonTower:

Not sure exactly how to set this up, but this block explorer shows where the blocks are found if they have a way of identifying the pool.

https://chainz.cryptoid.info/dgc/#!extraction

I think xawksow or techbytes can tell you what has to be done. In any case, it's another way to make your pool known to potential miners, it costs nothing, and I don’t think it's a difficult thing to get set up.

TT

I know about this, thank You. I'm there in the list as "P2pool". I compared the number of blocks to my pool, so I'm pretty sure it isn't another p2pool.

These rigs are not rented, so if zombie007 and fkenny stay with me, we can hold the 200Mh/s for long time. Wink

Techbytes: Thanks for the tip.
Don007
Legendary
*
Offline Offline

Activity: 1050
Merit: 1007

Live like there is no tomorrow!


View Profile
May 29, 2015, 02:59:40 PM
 #520

Although alot of other altcoins are going up across the board, the price for Digitalcoin has tripled in the last few weeks which is very nice to see. Holding up nicely now between 0.000045 and 0.00005 on Cryptsy. Its also between 0.070-080 CNY or son on BTC38. Hopefully the price along with services continues to grow.

That's right, although we experience some (small) dumps today. For example six hours ago to 0.000037 and (after an increase) to 0.000039 15 minutes ago. I don't really care; the quantities are quite few that are sold. It would be great to hit the 0.00006 today or tomorrow Wink.


{Curently quite inactive as I'm really busy in my private life. I will get back soon!}

-> Your line here during my inactivity? Feel free to PM <-
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
  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!