Bitcoin Forum
July 06, 2024, 10:41:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 [259] 260 261 262 263 »
5161  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DUCK]DuckDuckCoin - Kimoto Gravity Well - Genesis Egg Recovered! on: February 11, 2014, 03:17:10 PM
Duckcoin block explorer api has been released!
Now everyone can integrate this blockchain to their application/website.

Api is located here: http://cryptotrends.info/api/

Here's an example of use:
Code:
   http://cryptotrends.info/api/index.php?coin=DUCK&user=a&pass=b&method=getinfo&param1=null

Parameters:
- coin
- user
- pass
- method
- param1

Details:
- coin
    - chose what block chain you want to access

- user & pass
    - currently aren't used, but plan to use them for some other api calls (online wallet, etc...)

- method
    - method being called

- param1
    - additional parameter used in some calls

- available methods
Code:

   getinfo - show info about the coin
   getnetworkhashps - shows total network hashrate (H/s)
   getrawtransaction - show details about a transaction ( requires param1 to be transaction hash )
   getblock - show details about the block ( requires param1 to be block hash )
   getblockhash - show details about the block ( requires param1 to be block index)
   validateaddress - validates if address is correct format ( requires param1 to be address )


Output will be in a JSON forma, easily readable to anybody.
Code:

   {"version":80600,"protocolversion":70001,"walletversion":60000,"balance":0,"blocks":1470,"timeoffset":-1,"connections":17,"proxy":"","difficulty":8.95398695,"testnet":false,"keypoololdest":1392116887,"keypoolsize":101,"paytxfee":0,"errors":""}


This API is free for use, and if you need any help about setting it up, or have suggestions on what to add, send me a PM.

Any tips are welcome:
BTC: 1B6LErbRd3VVk7wUWKMe7K3sKfaj7PnQer
DUCK: dbTmfJnH7fVPUgEQgLpnFn5fHtqyE51Zfv
5162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DUCK]DuckDuckCoin - Kimoto Gravity Well - Genesis Egg Recovered! on: February 11, 2014, 12:31:02 PM
Code:
git clone https://github.com/duckduckcoin/duckduckcoin
cd ~/duckduckcoin/src

make -f makefile.unix

results in

Code:
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/duckduckcoin/src -I/root/duckduckcoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/duckduckcoin/src/leveldb/include -I/root/duckduckcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp

main.cpp: In function ‘void BitcoinMiner(CWallet*)’:
main.cpp:4687:23: warning: unused variable ‘nBlockNonce’ [-Wunused-variable]

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.

See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.

make: *** [obj/main.o] Error 4

has anyone seen that g++: internal compiler error before?  

What to do?

i sent you a pm
5163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DUCK]DuckDuckCoin - Kimoto Gravity Well - Genesis Egg Recovered! on: February 11, 2014, 09:17:23 AM
Little off topic:

The DDOS attack currently under way is being rerouted to FBI home page (http://www.fbi.gov/) so atm you're currently trying to DDOS them.

To whoever it may concern.

Additionally,

list of IP's from which DDOS originated has been forwarded to proper authorities.
5164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DUCK]DuckDuckCoin - Kimoto Gravity Well - Genesis Egg Recovered! on: February 11, 2014, 08:55:19 AM
Little off topic:

The DDOS attack currently under way is being rerouted to FBI home page (http://www.fbi.gov/) so atm you're currently trying to DDOS them.

To whoever it may concern.
5165  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DUCK]DuckDuckCoin - Kimoto Gravity Well - Genesis Egg Recovered! on: February 11, 2014, 07:44:14 AM
Block explorer compiling on Cryptotrends
5166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DUCK]DuckDuckCoin - Kimoto Gravity Well - 60+ BTC Sent For The Big Quack on: February 11, 2014, 02:14:22 AM
i'm sure it's just tehnical issues

Lets wait and see
5167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DUCK]DuckDuckCoin - Kimoto Gravity Well - 60+ BTC Sent For The Big Quack on: February 11, 2014, 02:04:48 AM
How do you investors feel?


trololololo.....don't troll
5168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][IPCO] Reddcoin [RDD] - the coin of the internet! UPDATE TO v1.1 on: February 10, 2014, 10:42:04 PM
If anybody wants to play, i opened a Reddcoin dice game:

http://cryptotrends.info/redd-explorer/hi-lo.php

Have fun!
5169  Alternate cryptocurrencies / Altcoin Discussion / Re: Faucets are a waste of time and/or rip off here's why on: February 10, 2014, 04:52:40 PM
Faucets aren't suposed to replace mining, instead they offer a small amount, enough to get you interested.

They strenghten the coin community and introduce new members to it.

I started with btc faucets, then went to mining, and now i gathered enough knowledge that i can make an altcoin myself and launch it.
5170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][IPCO] Reddcoin [RDD] - the coin of the internet! UPDATE TO v1.1 on: February 10, 2014, 03:49:50 PM
If anybody wants to play, i opened a Reddcoin dice game:

http://cryptotrends.info/redd-explorer/hi-lo.php

Have fun!
5171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LEAF] LEAFCOIN - IMPLEMENTED GRAVITY 3! - PLEASE UPDATE on: February 10, 2014, 02:46:27 PM
bah...prices still pummeling down
5172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][IPCO] Reddcoin [RDD] - the coin of the internet! UPDATE TO v1.1 on: February 10, 2014, 02:16:31 PM
Woah,
just took a quick peak at redd debug log

Code:
2014-02-10 14:15:54 Committing 4 changed transactions to coin database...
2014-02-10 14:15:54 SetBestChain: new best=1e633c3ad89410c71cdf206d609350cd02c5e636c5568bf1b2e706423744db7e  height=10156  log2_work=50.41853  tx=82909  date=2014-02-09 17:04:02 progress=0.921461
2014-02-10 14:15:54 Difficulty Retarget - Kimoto Gravity Well
2014-02-10 14:15:54 PastRateAdjustmentRatio = 0.758667
2014-02-10 14:15:54 Before: 1c0ee51d  000000000ee51d00000000000000000000000000000000000000000000000000
2014-02-10 14:15:54 After:  1c0ec6dc  000000000ec6dcf4dbbe291c989d2a3fde04b3ebabf4c620026d60dce16e849b
2014-02-10 14:15:55 Committing 1 changed transactions to coin database...
2014-02-10 14:15:55 SetBestChain: new best=0491925ca856a8bdb4a0fa1a366f51c9a9536fda18c3840f9f4693d00fefc229  height=10157  log2_work=50.418602  tx=82910  date=2014-02-09 17:04:06 progress=0.921465
2014-02-10 14:15:55 Difficulty Retarget - Kimoto Gravity Well
2014-02-10 14:15:55 PastRateAdjustmentRatio = 0.766964
2014-02-10 14:15:55 Before: 1c0ec6dc  000000000ec6dc00000000000000000000000000000000000000000000000000
2014-02-10 14:15:55 After:  1c0ea364  000000000ea364b37741870ef5acfbff283e5df8d6121ec31b9a057a6a9d2f01
2014-02-10 14:15:55 Committing 1 changed transactions to coin database...
2014-02-10 14:15:55 SetBestChain: new best=81a7bc8aba1b6ea00b95cc7ff18b1d579ac378d09600fcd6d69b329c75fe8adb  height=10158  log2_work=50.418674  tx=82911  date=2014-02-09 17:04:13 progress=0.921472
2014-02-10 14:15:55 Difficulty Retarget - Kimoto Gravity Well
2014-02-10 14:15:55 PastRateAdjustmentRatio = 0.768382
2014-02-10 14:15:55 Before: 1c0ea364  000000000ea36400000000000000000000000000000000000000000000000000
2014-02-10 14:15:55 After:  1c0ea199  000000000ea199e72649cff19240345227ee898720385dc95eabe9fc71821225
2014-02-10 14:15:55 Committing 1 changed transactions to coin database...
2014-02-10 14:15:55 SetBestChain: new best=84069b7238f73876f79198340dfce3b7b18ef7d25b22422cf55a4242722fd41e  height=10159  log2_work=50.418746  tx=82912  date=2014-02-09 17:04:23 progress=0.921482
2014-02-10 14:15:55 Difficulty Retarget - Kimoto Gravity Well
2014-02-10 14:15:55 PastRateAdjustmentRatio = 0.768355
2014-02-10 14:15:55 Before: 1c0ea199  000000000ea19900000000000000000000000000000000000000000000000000
2014-02-10 14:15:55 After:  1c0ea60f  000000000ea60fda314dbf86a314dbf86a314dbf86a314dbf86a314dbf86a386
2014-02-10 14:15:55 Committing 1 changed transactions to coin database...
2014-02-10 14:15:55 SetBestChain: new best=51470bff5eb8173e53cd5d0414bd4592e8184500a25e019c06f625c95c748446  height=10160  log2_work=50.418818  tx=82913  date=2014-02-09 17:04:28 progress=0.921488
2014-02-10 14:15:55 Difficulty Retarget - Kimoto Gravity Well
2014-02-10 14:15:55 PastRateAdjustmentRatio = 0.768629
2014-02-10 14:15:55 Before: 1c0ea60f  000000000ea60f00000000000000000000000000000000000000000000000000
2014-02-10 14:15:55 After:  1c0ea911  000000000ea911f3078b0503c01daa9fe0fc2a4ef85f679f3f2af0c998ecff20

I think you guys forgot to turn down debugging log pre release
5173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Saturncoin - Ready for the first flight to Saturn? JUST LAUNCHED - on: February 10, 2014, 08:58:08 AM
Can any1 paste a working conf file for windows wallet?

Mine is not syncing
5174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DUCK] DuckDuckCoin - The Big Quack Happens In 1 Day on: February 10, 2014, 07:29:49 AM
i'd like to apply for the first faucet. please let me know if you agree and how much bounty. thanks

already have these faucets:
http://[Suspicious link removed]
http://[Suspicious link removed]
http://[Suspicious link removed]

1st faucet has already been arranged
5175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: OFFICIAL CAGECOIN - RELAUNCH. KEEPING IT ALIVE. CAGECOIN.INFO [SUPPORT] on: February 09, 2014, 09:06:46 AM


New and improved faucet opened up

http://cryptotrends.info/faucets/cagecoin/

Faster payimes, more funds, easyer captcha!


5176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CAGE] CageCoin - Powered by Nicolas Cage - COINEDUP - Back from the dead! on: February 09, 2014, 09:04:50 AM


New and improved faucet opened up

http://cryptotrends.info/faucets/cagecoin/

Faster payimes, more funds, easyer captcha!


5177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DUCK] DuckDuckCoin - The Big Quack Happens In 4 Days on: February 09, 2014, 08:49:11 AM

Hahahahah!

Catchy tune!

Can you quack, can you quack like a duck....
5178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DUCK] DuckDuckCoin - The Big Quack Happens In 4 Days on: February 08, 2014, 11:11:38 PM
http://duck.mining-road.com/

- Proportional 0% fee
- Vardiff Stratum
- Powerfull Server (DDOS protected)

Come to mine with us  Wink


Registered!

On a different note, i've prepared 2 things:

1) Block explorer which will be live after release on:
http://cryptotrends.info/duck-explorer/

2) Faucet, which will also be live after release on:
http://cryptotrends.info/faucets/duckduckcoin
5179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CAGE] CageCoin - Powered by Nicolas Cage - COINEDUP - Back from the dead! on: February 08, 2014, 06:15:21 PM
i've actually learned so much while working on Cagecoin.

I explored the wallet possibiliteis, and this lead me to be able to:

- create faucets
- create online wallets
- create exchanges (yes)
- create various games (high-low, dice, scratchers, whatever)
- create coin distributors
- create pools

And all thanks to this funny little cagecoin.

Do i think it will become the next bitcoin? no. but it expanded my knowledge ten fold, and that's why i'll work on it
5180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: OFFICIAL CAGECOIN - RELAUNCH. KEEPING IT ALIVE. CAGECOIN.INFO [SUPPORT] on: February 07, 2014, 05:50:31 PM
Cagecoin dice game is released!

Double your cagecoins now!

http://dice-cage.cryptotrends.info
Pages: « 1 ... 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 [259] 260 261 262 263 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!