Bitcoin Forum
June 08, 2024, 01:47:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: New and slow altcoin?  (Read 977 times)
jackjack (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1255


May Bitcoin be touched by his Noodly Appendage


View Profile
September 12, 2014, 08:04:25 AM
 #1

Hi
In order to try a project I'd like to know which altcoins are recent and have a long block creation time (ie small number of blocks per day)
Thanks

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
asdlolciterquit
Hero Member
*****
Offline Offline

Activity: 1666
Merit: 565


View Profile
September 12, 2014, 09:03:56 AM
 #2

Hi
In order to try a project I'd like to know which altcoins are recent and have a long block creation time (ie small number of blocks per day)
Thanks

how much long?
jackjack (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1255


May Bitcoin be touched by his Noodly Appendage


View Profile
September 12, 2014, 09:11:13 AM
 #3

Hi
In order to try a project I'd like to know which altcoins are recent and have a long block creation time (ie small number of blocks per day)
Thanks

how much long?

There's not a required minimum time between blocks. I just don't want new blocks to arrive at a rapid pace.

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
breakbeater
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250


Life is a bitch, get used to it...


View Profile
September 12, 2014, 12:26:39 PM
 #4

BTSY. 10 min block time, CPU only
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 12, 2014, 02:42:26 PM
 #5

Hi
In order to try a project I'd like to know which altcoins are recent and have a long block creation time (ie small number of blocks per day)
Thanks

Y'know, I'm rather glad you asked that question Smiley

The Description Of A CryptoCurrency project (DOACC - https://github.com/DOACC) carries metadata for over 1600 altcoins and publishes it as an RDF graph.

Minkiz offers a SPARQL endpoint at http://minkiz.co/sparql.

You can use the SPARQL endpoint via the web form at that URL, it is pre-completed with an example query.

If you over-paste the following query into the box ....

Code:
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX doacc: <http://purl.org/net/bel-epa/doacc#>

SELECT ?node ?label ?symbol ?incept ?bt WHERE {
   ?node skos:prefLabel ?label .
   ?node doacc:incept ?incept .
   ?node doacc:symbol ?symbol .
   ?node doacc:block-time ?bt .
   FILTER (?incept > "2013-12" && ?bt > 300)
} order by ?bt

it will return a list of altcoins which satisfy the query statements, giving the coin's DOACC uuid4 unique reference, the name of the altcoin, its trading symbol, the month of its inception (all entries have at least a YYYY-MM incept date, some have a full YYYY-MM-DD date-founded) and the block target time in seconds. Feel free to tweak the target values (atm, incept date later than "2013-12" and block target time greater than 300 seconds).

and for the terminally curious, the results (lightly edited in the interests of brevity and clarity) ...

Quote

------------------------------------------------------------------------------------------
| node                                        | label          | symbol | incept  | bt   |
==========================================================================================
| doacc:Dbe503204-7558-4362-94fb-d0fde4998b3a | Bulbcoin       | BULB   | 2014-08 | 380  |
| doacc:D0d94412d-27fd-4326-957e-a192e34254c0 | DiamondBack    | DBK    | 2014-08 | 384  |
| doacc:D9d7c7700-a2cb-40c4-aa52-859ad80bbf8e | 419coin        | SCAM   | 2014-04 | 419  |
| doacc:D52624384-c024-4497-b44f-e0a803c5923d | Pxlcoin        | PXL    | 2014-01 | 420  |
| doacc:Dee298eff-b026-4480-9a89-f70255f096c4 | Auroracoin     | AUR    | 2014-02 | 600  |
| doacc:D5a5921bb-6700-4a56-9bf6-558af5b2f7f7 | Arkhash        | ARK    | 2014-03 | 600  |
| doacc:D79ffc442-dddc-41da-822c-2f7fb4017f40 | BitcoinNEW     | BTN    | 2014-04 | 600  |
| doacc:D4f9acba8-77b5-4875-add3-4fe3da74c313 | Lemonadecoin   | LEO    | 2014-05 | 600  |
| doacc:Da47a45e7-540a-44cd-90df-b9c09d07c479 | Metalcoin      | MTC    | 2014-06 | 600  |
| doacc:Df73a7291-147f-4b6d-b04d-9a6e190b2e2c | Zippercoin     | ZIP    | 2014-06 | 600  |
| doacc:D0e92be0b-24a7-405c-9d7d-838e8de54a10 | BigBullioncoin | BIG    | 2014-07 | 600  |
| doacc:Def44a8b7-1825-490c-a271-f4929ba94b9c | CherryNote     | CRR    | 2014-07 | 600  |
| doacc:D4c23219d-ead1-4a97-bea1-b1339ae8faaf | Eaglecoin      | egc    | 2014-07 | 600  |
| doacc:Da0770ce7-0c77-4295-b225-a54a277a7828 | SpreadCoin     | SPREAD | 2014-07 | 600  |
| doacc:D61d7490f-b92a-4475-ba84-4fe5e929117d | ASDcoin        | ASD    | 2014-08 | 600  |
| doacc:D944be229-25c2-4569-971c-5ca8999ecf68 | Nostrum        | NOS    | 2014-09 | 600  |
| doacc:D88c5d412-9baa-4907-8408-c6c953ec122a | Asspenny       | ASS    | 2014-04 | 720  |
| doacc:Dfd347290-f43c-4172-94f6-8b31aa207fc4 | Spirecoin      | SPIRE  | 2014-02 | 900  |
| doacc:D4cd50334-925a-425e-8a63-e294c04e1f84 | Arkenstone     | ARS    | 2014-05 | 900  |
| doacc:Dbd5c4ce0-9e46-463b-b014-6181b605292c | Irccoin        | IRC    | 2014-04 | 1200 |
| doacc:D9cc029d2-3c3f-4741-a4fd-6928e5253a09 | EdisonX3       | EDISON | 2014-03 | 1800 |
| doacc:D72f28a0f-7726-4710-a249-f126027c402e | RivrCoin       | RIVR   | 2014-07 | 7200 |
------------------------------------------------------------------------------------------

Although, looking at those results, I see that we need to expand the query to include the label of the p2p protocol used by the coin:


Code:
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX doacc: <http://purl.org/net/bel-epa/doacc#>

SELECT ?node ?label ?symbol ?protocol ?incept ?bt WHERE {
   ?node skos:prefLabel ?label .
   ?node doacc:incept ?incept .
   ?node doacc:symbol ?symbol .
   ?node doacc:protocol ?p .
   ?p skos:prefLabel ?protocol .
   ?node doacc:block-time ?bt .
   FILTER (?incept > "2013-12" && ?bt > 300)
} order by ?bt

that's better ...
Quote

-------------------------------------------------------------------------------------------------------
| node                                        | label          | symbol | protocol   | incept  | bt   |
=======================================================================================================
| doacc:Dbe503204-7558-4362-94fb-d0fde4998b3a | Bulbcoin       | BULB   | bitcoin    | 2014-08 | 380  |
| doacc:D0d94412d-27fd-4326-957e-a192e34254c0 | DiamondBack    | DBK    | cryptonote | 2014-08 | 384  |
| doacc:D9d7c7700-a2cb-40c4-aa52-859ad80bbf8e | 419coin        | SCAM   | bitcoin    | 2014-04 | 419  |
| doacc:D52624384-c024-4497-b44f-e0a803c5923d | Pxlcoin        | PXL    | bitcoin    | 2014-01 | 420  |
| doacc:Dee298eff-b026-4480-9a89-f70255f096c4 | Auroracoin     | AUR    | bitcoin    | 2014-02 | 600  |
| doacc:D5a5921bb-6700-4a56-9bf6-558af5b2f7f7 | Arkhash        | ARK    | bitcoin    | 2014-03 | 600  |
| doacc:D79ffc442-dddc-41da-822c-2f7fb4017f40 | BitcoinNEW     | BTN    | bitcoin    | 2014-04 | 600  |
| doacc:D4f9acba8-77b5-4875-add3-4fe3da74c313 | Lemonadecoin   | LEO    | bitcoin    | 2014-05 | 600  |
| doacc:Da47a45e7-540a-44cd-90df-b9c09d07c479 | Metalcoin      | MTC    | bitcoin    | 2014-06 | 600  |
| doacc:Df73a7291-147f-4b6d-b04d-9a6e190b2e2c | Zippercoin     | ZIP    | bitcoin    | 2014-06 | 600  |
| doacc:D0e92be0b-24a7-405c-9d7d-838e8de54a10 | BigBullioncoin | BIG    | bitcoin    | 2014-07 | 600  |
| doacc:Def44a8b7-1825-490c-a271-f4929ba94b9c | CherryNote     | CRR    | cryptonote | 2014-07 | 600  |
| doacc:D4c23219d-ead1-4a97-bea1-b1339ae8faaf | Eaglecoin      | egc    | bitcoin    | 2014-07 | 600  |
| doacc:Da0770ce7-0c77-4295-b225-a54a277a7828 | SpreadCoin     | SPREAD | bitcoin    | 2014-07 | 600  |
| doacc:D61d7490f-b92a-4475-ba84-4fe5e929117d | ASDcoin        | ASD    | bitcoin    | 2014-08 | 600  |
| doacc:D944be229-25c2-4569-971c-5ca8999ecf68 | Nostrum        | NOS    | node       | 2014-09 | 600  |
| doacc:D944be229-25c2-4569-971c-5ca8999ecf68 | Nostrum        | NOS    | nostrum    | 2014-09 | 600  |
| doacc:D88c5d412-9baa-4907-8408-c6c953ec122a | Asspenny       | ASS    | bitcoin    | 2014-04 | 720  |
| doacc:Dfd347290-f43c-4172-94f6-8b31aa207fc4 | Spirecoin      | SPIRE  | bitcoin    | 2014-02 | 900  |
| doacc:D4cd50334-925a-425e-8a63-e294c04e1f84 | Arkenstone     | ARS    | bitcoin    | 2014-05 | 900  |
| doacc:Dbd5c4ce0-9e46-463b-b014-6181b605292c | Irccoin        | IRC    | bitcoin    | 2014-04 | 1200 |
| doacc:D9cc029d2-3c3f-4741-a4fd-6928e5253a09 | EdisonX3       | EDISON | bitcoin    | 2014-03 | 1800 |
| doacc:D72f28a0f-7726-4710-a249-f126027c402e | RivrCoin       | RIVR   | bitcoin    | 2014-07 | 7200 |
-------------------------------------------------------------------------------------------------------

If you wanted to include only altcoins that use the bitcoin protocol, just add that constraint to the filter expression (you need to explicitly provide the @en lang spec to constrain the match to just the english strings, I now regret editing all the @en out of the results)

Code:
FILTER (?incept > "2013-12" && ?bt > 300 && ?protocol = "bitcoin"@en)

Um, looks like a duplicate there for Nostrum, created when they switched the labels for their protocol, so I need to add a DISTINCT to the result spec ...

Code:
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX doacc: <http://purl.org/net/bel-epa/doacc#>

SELECT DISTINCT(?node as ?uuid) ?label ?symbol ?protocol ?incept
   ?node skos:prefLabel ?label .
   ?node doacc:incept ?incept .
   ?node doacc:symbol ?symbol .
   ?node doacc:protocol ?p .
   ?p skos:prefLabel ?protocol .
   ?node doacc:block-time ?bt .
   FILTER (?incept > "2013-12" && ?bt > 300)
} order by ?bt

Continue refining until you've got what you need.

HTH

Cheers

Graham
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 12, 2014, 03:13:26 PM
 #6

HTH

It might do, if accompanied by the next step --- which is basically: “gimme me all ya got on D72f28a0f-7726-4710-a249-f126027c402e” (assuming you're keen to learn more of Rivr) ...
Code:
PREFIX doacc: <http://purl.org/net/bel-epa/doacc#>
SELECT ?p ?o WHERE { doacc:D72f28a0f-7726-4710-a249-f126027c402e ?p ?o }

and if you wanted the simplest format, without any user-friendly PREFIX shortcuts:
Code:
SELECT ?p ?o WHERE { <http://purl.org/net/bel-epa/doacc#D72f28a0f-7726-4710-a249-f126027c402e> ?p ?o }

I'll include the (again, lightly-edited) results but they're not really intended for direct human consumption, the purl.org URLs are best left to a Linked Open Data explorer, it's just the strings that we're interested in and the bcttalk URL ...

http://purl.org/net/bel-epa/doacc#coinhttp://purl.org/net/bel-epa/doacc#D4edf512b-0c38-49b1-b71c-a4d34629bffc
http://purl.org/net/bel-epa/doacc#image"/img/coins/rivrcoin_rivr.png"
http://purl.org/net/bel-epa/doacc#incept"2014-07"
http://purl.org/net/bel-epa/doacc#powhttp://purl.org/net/bel-epa/doacc#D19155d96-f19d-4976-8f20-6434e3599186
http://purl.org/net/bel-epa/doacc#comment"pending"
http://purl.org/net/bel-epa/doacc#protection-schemehttp://purl.org/net/bel-epa/doacc#D9758d7c9-6b22-4039-a325-285d680c22fe
http://purl.org/net/bel-epa/doacc#protocolhttp://purl.org/net/bel-epa/doacc#Db8ade99f-11f1-476b-ae77-03c005c1bb66
http://purl.org/net/bel-epa/doacc#releasehttp://purl.org/net/bel-epa/doacc#D54b30ca0-6326-41cd-a142-1897298a9d51
http://purl.org/net/bel-epa/doacc#symbol"RIVR"
http://www.w3.org/2000/01/rdf-schema#comment"Rivr is an attempt to redesign the theory of decentralization using the Bitcoin protocol, by being the first digital cryptocurrency that introduces the monitary concept of debt as money in a trustless Peer-2-Peer environment. Rivr aims to involve the further abstraction of cryptocurrency into other exchangeable assets and the accumulation of income through ownership, exchange &amp; interest., Our Proof-of-stake model derives from the Pareto distribution. Similar to the concept of pool mining, we recognize that the majority of results often comes from a minority of inputs, driving the economy forward. Introducing the Rivrbank prescript, users will soon have the ability to exchange, borrow and save stakeweight - against interest!, Make sure you check out our Development Process Report for daily updates, POOLS:, http://www.hashharder.com/x13/rivrcoin, http://rivr.hashhot.com, http://www.flash-mine.com/, http://rivr.minerpools.com, Source: https://github.com/rivr/rivr, Windows: https://mega.co.nz/#!Mo4EjCLL!4M1-zC75SiXQMo4BI84prYfEjcsL6RA2ei3cDtLpFc8, Linux, MAC, Android"
http://www.w3.org/2004/02/skos/core#prefLabel"RivrCoin"@en
http://purl.org/net/bel-epa/doacc#threadhttps://bitcointalk.org/index.php?topic=719466.0
http://www.w3.org/1999/02/22-rdf-syntax-ns#typehttp://purl.org/net/bel-epa/doacc#Cryptocurrency
http://www.w3.org/1999/02/22-rdf-syntax-ns#typehttp://purl.org/net/bel-epa/doacc#Repository
http://purl.org/net/bel-epa/doacc#date-founded"2014-07-31"
http://purl.org/net/bel-epa/doacc#premine"non"
http://www.w3.org/2000/01/rdf-schema#label"RivrCoin"
http://purl.org/net/bel-epa/doacc#total-coins"2900000"
http://purl.org/net/bel-epa/doacc#block-time"7200"
http://purl.org/net/bel-epa/doacc#confirmations"100"
http://purl.org/net/bel-epa/doacc#distribution-schemehttp://purl.org/net/bel-epa/doacc#Dc10c93fb-f7ec-40cd-a06e-7890686f6ef8
http://purl.org/dc/elements/1.1/title"RivrCoin"@en
http://purl.org/net/bel-epa/doacc#repositoryhttp://purl.org/net/bel-epa/doacc#D7ad347e6-4059-4e79-8b19-02da2615f95c
http://purl.org/net/bel-epa/doacc#sourcehttps://github.com/rivr/rivr

Cheers

Graham
Pages: [1]
  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!