Bitcoin Forum
March 19, 2024, 10:12:04 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
381  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] | v0.9.2.12 Required update | Copay Multisignature Wallet on: March 09, 2015, 07:46:10 PM
Just downloaded the newest wallet, no connection, "No block source available."  Sad

Let's try adding some nodes.

Go to "Help"->"Debug window"->"Console"

type the following:
Code:
addnode 37.59.21.58 add
addnode 76.175.166.164 add
addnode 70.173.239.125 add
addnode 173.199.117.67 add
addnode 37.187.27.4 add
addnode 71.175.81.45 add
addnode 86.30.167.243 add
addnode 123.194.172.41 add

Wait a few minutes and see if you start getting some connections...
382  Alternate cryptocurrencies / Announcements (Altcoins) / Unitus Games on: March 06, 2015, 05:36:39 AM
Unitus Dice, Coinbomb and Transparent Ponzi Games!

I have created a few games for Unitus:

http://cryptap.us/uis/dice

Feedback is welcome.

Regards,
383  Alternate cryptocurrencies / Announcements (Altcoins) / Re: UNO dice! on: March 06, 2015, 05:09:08 AM
Unobtanium Dice, Coinbomb and Transparent Ponzi Games!

There are now vanity addresses for the games (the old addresses will still work, no current plans to disable them). Webpage has been altered with QR codes to make playing via jswallet or QR reader easy:

http://cryptap.us/uno/dice

Large increase in max dice bets, lengthened the bomb and ponzi games.

Edit: Lowered minimum limits for dice games, now 0.01 UNO micro-bets!

Edit: Dice odds have been changed, now more generous.
384  Alternate cryptocurrencies / Announcements (Altcoins) / Copay for Riecoin on: March 05, 2015, 02:24:12 PM
Greetings!

I've put together a version of Copay for Riecoin:



This can be found here:

http://hydra-ric.cryptap.us

For more information about what copay is:

https://copay.io

Basically, a multisig HD wallet, usable on desktop and mobile browsers.

Feedback is welcome.
385  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Copay for Unobtanium on: March 03, 2015, 02:21:14 PM
Greetings!

I've put together a version of Copay for Unobtanium:

...

This can be found here:

http://hydra-uno.cryptap.us

For more information about what copay is:

https://copay.io

Basically, a multisig HD wallet.

Please note that this is dependent on extended key definitions being defined:

https://github.com/unobtanium-official/Unobtanium/pull/8



Is is completely usable currently. If the key definitions change I will notify everyone here.

Feedback is welcome.

FYI, extended key definitions are official. This means copay will not need any changes and is ready for use.

Regards,

As always, I gotta be teached How It All Works -- but a multi-sig wallet for Uno, Cryptapus? You're a genius!!

We will have this in use on Un-Ex within two months -- 'Core-tanium'

m

A genius I am not, I just like to tinker. Thank bitpay for being open source.
386  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Copay for Unobtanium on: March 03, 2015, 05:39:55 AM
Greetings!

I've put together a version of Copay for Unobtanium:



This can be found here:

http://hydra-uno.cryptap.us

For more information about what copay is:

https://copay.io

Basically, a multisig HD wallet.

Please note that this is dependent on extended key definitions being defined:

https://github.com/unobtanium-official/Unobtanium/pull/8

Is is completely usable currently. If the key definitions change I will notify everyone here.

Feedback is welcome.

FYI, extended key definitions are official. This means copay will not need any changes and is ready for use.

Regards,
387  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Abe block explorer removed on: March 03, 2015, 04:46:21 AM
I have to say, I miss the ABE explorer.  Old Abe was the one one best able to reveal wallets that contain thousands of transactions. Maybe it was Abe's basic html interface. Chainz is awesome, but does struggle to present the transactions the further back you go.

There's something odd going on right now on the Uno rockchain at this moment, with lots of coins moving. It's related to address ueC8vzi1F9bCBRane6GAWjHSsqda4f2Kbk  but I can't go back far enough to understand where they are coming from.

The movement seems to be automated. Any ideas?
Not really. Have you tried the Insight explorer? Lots of coins seem to be moving in and out of wallets the very next block, destination is unclear.
Total volume of that particular wallet according to insight explorer is roughly 24k coins, could include the same coins being moved in and out multiple times though. Maybe an exchange juggling around its coins in an automated process, like Cryptsy did last year? Chainz seems to indicate coins are being transferred between different adresses within the same wallet. Though no idea how accurate that information is...
I appreciate the Insight explorer. Top of my wish list for Insight is that it would show the transaction value of the blocks. It's difficult to scan the blockchain visually for activity.

Chainz is pretty, yet it grinds to a halt when parsing the big wallets that have hundreds/thousands of transactions.

Abe was ugly, but it conveyed a lot of information at a glance.

This flurry of coins moving on the rockchain is continuing.
One other odd thing... they don't seem to be paying miner fees for moving such a large amount of coins. The blocks moving 500+ Uno only seem to have the standard mining block reward of .03125

I'm a python fan so I do have a soft spot for ABE. But it does have some drawbacks, namely no support yet (AFAIK) for P2SH addresses. So any coins in multi-sig addresses are virtually invisible to ABE, you can only see coins going in or coming out. (for instance this address: http://insight-uno.cryptap.us/address/DTkbpz3Av5ktqwz9Ke5Y8EJxpcEztw6pEC)

I am certain that my old instance of ABE would have choked on ueC8vzi1F9bCBRane6GAWjHSsqda4f2Kbk. Anything over 10k transactions would throw an error. I could have enabled it to proceed, but the resource usage would tax my host severely.

Chainz appears to be a nice explorer, and now Blocktree.io is here. FWIW I've never specifically been interested in hosting an explorer, it's always been a necessity to facilitating other projects (like jswallet and now copay for Uno). I prefer Insight and to a lesser extent ABE simply because they are open source. So adding those features is certainly possible if one has time... Sadly a precious resource itself...
388  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] | v0.9.2.12 Required update | Copay Multisignature Wallet on: March 01, 2015, 02:49:29 AM
Available Supply  984,134,461 MYR Huh
WHY?

I think it's because the explorer they link to was cryptapus' old ABE explorer, which is now offline. I'm gonna send them a link to here:
http://insight-myr.cryptap.us/

I believe ABE cannot yet see P2SH addresses correctly, so all funds in multi-sig addresses would be invisible. Just a guess...
389  Alternate cryptocurrencies / Announcements (Altcoins) / vanitygen update on: February 26, 2015, 12:39:12 AM
Greetings!

A quick note. I have altered my fork of the vanitygen software used to create vanity addresses. New instructions can be found here:

https://cryptap.us/uno/vanity.html

No problems with the old code, just updated to be more general purpose.

Note that I still have a link to the original windows executable. If a new one is created let me know and I will update the link.
390  Alternate cryptocurrencies / Announcements (Altcoins) / jswallet for riecoin on: February 24, 2015, 05:40:54 PM
Greetings!

I have developed an online wallet for Riecoin, I call it "jswallet". This is a fork of the popular Rushwallet by kryptokit for bitcoin.



link: https://cryptap.us/ric/jswallet

An instant cross-platform Riecoin wallet written in javascript, it takes seconds to create a wallet. All key generation, transaction signing, and key storage is client-side. No private keys are exchanged. It works well on most desktop browsers, Android and iOS as well.

Please checkout the help page for more info. Feedback is welcome.

Regards,
391  Alternate cryptocurrencies / Announcements (Altcoins) / Riecoin Games on: February 23, 2015, 03:56:00 PM
Greetings!

I've created some games for Riecoin here:

https://cryptap.us/ric/dice

They include provably fair blockchain dice games, a few coinbombs and a transparent Ponzi game. I will pay a bounty if a flaw is found, based on how significant the flaw is. Feedback is welcome.

Regards,
392  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Abe block explorer removed on: February 23, 2015, 02:18:05 PM
Greetings!

I have removed the Abe block explorer listed on my site, https://cryptap.us/uno. It had been deprecated for a while.

Please use the insight block explorer listed here as an alternative: http://insight-uno.cryptap.us
Dang I was still using some of those API features for the website. Guess it was overdue to migrate those anyway. Thanks for providing great UNO services!

If you tell me what you were using from Abe, I might be able to tell you exactly what API calls would do the same for insight...
393  Alternate cryptocurrencies / Announcements (Altcoins) / Riecoin Faucet on: February 20, 2015, 04:55:49 AM
Greetings!

I've created a Riecoin faucet:

https://cryptap.us/ric/faucet

It pays a percentage of it's balance, so it should not empty easily. Feel free to drop some coins in if you are feeling generous. Feedback is welcome.

Regards,
394  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Unitus (UIS): 1st multi-auxPoW - 0.9.3.1 Required Update before Block 25300 on: February 19, 2015, 09:16:03 PM
Hey guys. Now listing UIS on Cryptonator website https://www.cryptonator.com/rates/UIS-BTC and in Cryptonator Android / iPhone apps. Enjoy!

So who has access to the private keys for your online wallets?
395  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UNO] Unobtanium Info & Discussion - Current wallet 0.9.5 on: February 19, 2015, 04:03:24 PM
@Blazr2
@cryptapus

Speaking of Altruistic

I hope you both have stakes in this game.

Blazr2 if you ever show up around here lets talk 'incentives' program.
Smiley

Cryptapus you're invited to be party to that party too!

Thank you Smiley Sadly my small UNO stash is not as large as I would like...

If you find the services I provide valuable, feel free to drop me a donation to help pay for hosting and maintenance: ucrYPTxQPKkb2WTU57PjurHbCHf3rACMJh

Or, lose some coins playing diceSmiley
396  Alternate cryptocurrencies / Announcements (Altcoins) / Abe block explorer removed on: February 19, 2015, 02:22:42 PM
Greetings!

I have removed the Abe block explorer listed on my site, https://cryptap.us/uno. It had been deprecated for a while.

Please use the insight block explorer listed here as an alternative: http://insight-uno.cryptap.us
397  Alternate cryptocurrencies / Announcements (Altcoins) / Abe block explorer removed on: February 19, 2015, 02:21:14 PM
Greetings!

I have removed the Abe block explorer listed on my site, https://cryptap.us/myr. It had been deprecated for a while.

Please use the insight block explorer listed here as an alternative: http://insight-myr.cryptap.us
398  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Myriad [1st Multi-PoW] | v0.9.2.11 | Copay Multisignature Wallet now available on: February 12, 2015, 12:46:24 PM
I am on Windows 8 64 bit, the new wallet is not syncing. Can someone tell a few nodes?

This should get you started, in the debug window:

Code:
addnode 198.147.29.138 add
addnode 71.175.81.45 add
addnode 54.94.199.77 add
addnode 188.165.223.132 add
addnode 209.236.123.23 add
399  Alternate cryptocurrencies / Announcements (Altcoins) / Copay for Unobtanium on: February 10, 2015, 09:17:38 PM
Greetings!

I've put together a version of Copay for Unobtanium:



This can be found here:

http://hydra-uno.cryptap.us

For more information about what copay is:

https://copay.io

Basically, a multisig HD wallet.

Please note that this is dependent on extended key definitions being defined:

https://github.com/unobtanium-official/Unobtanium/pull/8

Is is completely usable currently. If the key definitions change I will notify everyone here.

Feedback is welcome.
400  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Unitus (UIS): 1st multi-auxPoW - 0.9.3.1 Required Update before Block 25300 on: February 10, 2015, 01:46:58 PM
Hello Unitus Community,
Thank you for merge mining $BSTY!
We have added online wallets for Unitus $UIS at our main site: https://GlobalBoo.st
The online wallets have IRC chat, our social widgit, and we can put your Twitter and tipbot on the page as well (need code from here: https://twitter.com/settings/widgets)

We will also add UIS to our GlobalBoostŪ Payment Gateways & Wordpress / Woocommerce plugin for at 100,000$UIS bounty.
Bounty address: UVhS2c7oh9GjzoXJ2j7M3mLatD9u7MVz7z

All The Best,
Bruce Porter, Jr.
https://GlobalBoo.st/+/auglbost
https://twitter.com/NetworksManager

...


Curiously, who is holding the private keys for your user addresses? If you are, how are they being stored and retrieved by the user?
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!