Search content
Sort by

Showing 20 of 169 results by Ned Kelly
Post
Topic
Board Altcoin Discussion
Re: Chia classic?
by
Ned Kelly
on 16/05/2021, 02:17:23 UTC
@MusaMohamed
I don't rise a question of value of coin here.
I'm speaking from pure historical perspective. In the past, when zcash was launch someone launched zclassic.
When DAO fiasco happen someone did eth classic.

I'm just surprised that nobody try to start Chia Classic given the hype around Chia at the moment.

@bitkanu
It's already live for more than a month.
Post
Topic
Board Altcoin Discussion
Topic OP
Chia classic?
by
Ned Kelly
on 15/05/2021, 07:28:22 UTC
Anyone? Is somebody going to fork it to a coin without premine?
Post
Topic
Board Service Announcements
Re: Cryptopia Cryptocurrency Platform Services and Development
by
Ned Kelly
on 09/12/2020, 04:50:25 UTC
I also got the email, I haven't done anything with it yet. Thanks to those who posted the questions being asked, that way I'll be able to prepare, I think I can answer two of these with certainty.

I have heard some saying a bank account was asked for, is that true ? I mean cryptopia wasn't a fiat exchange/gateway so why ask for that ?

Haven't asked a bank account from me.
Post
Topic
Board Service Announcements
Re: Cryptopia Cryptocurrency Platform Services and Development
by
Ned Kelly
on 25/03/2019, 04:13:13 UTC
Hi mate,

Appreciate your well thought out, lack of name calling comment.

Unfortunately and I hope you can understand, the investigation is still ongoing and I would imagine Cryptopia would not want to release anything that they have either been told they can't or that could potentially damage the investigation.

That is not to say they won't in the future, I would just simply assume if they could have without issue they would have or will eventually.

Again I appreciate your response, it was a nice change from the usual on here.

I don't see how it can damage the investigation, since bitcoin a public ledger to begin with.
However, I can understand if such gag was imposed by the police, was it?
Post
Topic
Board Service Announcements
Re: Cryptopia Cryptocurrency Platform Services and Development
by
Ned Kelly
on 25/03/2019, 01:47:22 UTC
Hi BenTheAnonMod

If Cryptopia states that 47% LTC and 14% BTC were stolen. Can you post hacker's transactions ids here or on the website. It will allow people track those monies, and if they hit some btc/ltc accepting services people can freeze hackers funds and contact local law enforcement agencies or NZ police.
Post
Topic
Board Announcements (Altcoins)
Re: ♞[ANN]♞[MST]♞MustangCoin♞Fair Ninja launch♞ X11♞PoS 10% ♞No IPO/Insta/Premine ♞
by
Ned Kelly
on 11/06/2018, 10:27:22 UTC
What is the inflation rate for this coin? 10% or 12%?
Post
Topic
Board Development & Technical Discussion
Re: Question about LN routing at 1 Million TPS
by
Ned Kelly
on 25/05/2018, 18:23:24 UTC
so for many services the subscription model is much better both for merchant and consumer. Your specific examples for the vast majority of people work better as a monthly subscription service.
From merchant perspective, monthly subscription is good, yearly is better, decade is the best. Not sure about consumer perspective. Smiley I prefer pay as you go model myself.
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HEXX: REBORN] Xnodes| Zero Protocol | Community Driven | CPU Only
by
Ned Kelly
on 25/02/2018, 15:23:25 UTC
No nodes on new install...

Added:
addnode=hxx-addnode01.chainsilo.com
addnode=hxx-addnode02.chainsilo.com
addnode=hxx-addnode03.chainsilo.com
addnode=hxx-addnode04.chainsilo.com
addnode=hxx-addnode05.chainsilo.com

and still no downloading. Only 6 outbound peers, it seems they do not want to send any data - including the nodes above.

1 Year will take 1 year to process...

Where is blockchain download?

https://github.com/hexxcointakeover/4.0.1.X/releases/download/16.02.2018/chainfiles.7z
Post
Topic
Board Announcements (Altcoins)
Re: ⚛️ [ANN] Bitcoin Atom - Fork 1:1 of Bitcoin - Atomic Swap Powered ⚛️
by
Ned Kelly
on 24/02/2018, 10:58:41 UTC
I asked this question before. However, I've not got any answer.
Since it was 1 mil. coins mined in the first day, halving to 6.25 coins per block should be in ~6 month.
Is this correct?
Did you try to send them a PM?

Nope. I asked it here in this thread. They have some kind of representative here.
I asked them.things in the telegram group and they answered me in a short time
Good for you.
But since this is bitcointalk and they have this thread here, it's natural to expect to get the answer here.
Post
Topic
Board Announcements (Altcoins)
Re: ⚛️ [ANN] Bitcoin Atom - Fork 1:1 of Bitcoin - Atomic Swap Powered ⚛️
by
Ned Kelly
on 23/02/2018, 07:16:23 UTC
I asked this question before. However, I've not got any answer.
Since it was 1 mil. coins mined in the first day, halving to 6.25 coins per block should be in ~6 month.
Is this correct?
Did you try to send them a PM?
I agree, this type of things is better try to solve them by PM
What kind of things? Aren't you interested when block halving will happen?
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HEXX: REBORN] Xnodes| Zero Protocol | Community Driven | CPU Only
by
Ned Kelly
on 23/02/2018, 06:08:53 UTC
Hey guys, is the Xnode just a masternode with a fancy name? Or is there some sort of difference between a MN and a Xnode? I couldn't find any information about it on the website or this ann unfortunately..
Yes, it's like a masternode. We are going to make a guide how to setup one.

For now, you can use the following steps.

Using qt client
Open your debug console
Help -> Debug window -> console

1. type
Code:
xnode genkey
you get HEXXNODEPRIVKEY something like: 7ER1fSLSDkmQmXX5i2rG7BUQFt8YeEfsNE6CDyjefFX2ZjgLEcJ

2. type
Code:
getaccountaddress HEXX1
you get HEXX1 Deposit Address
It's address of your hexxnode

3. Send EXACTLY 2000 hxx into the HEXX1 Deposit Address

4. type
Code:
xnode outputs
you get TXID something like: { "d6fd38868bb8f9958e34d5155437d009b72dfd33fc28874c87fd42e51c0f74fdb" : "1", } <-- 1 is the txindex

5. modify xnode.conf
Code:
HEXX1 YOUR_IP:29100 YOUR_HEXXNODEPRIVKEY_FROM_STEP_1 TXID_FROM_STEP_4 TXID_INDEX_FROM_STEP_4

Example:
Code:
HEXX1 127.0.0.1:29100 7ER1fSLSDkmQmXX5i2rG7BUQFt8YeEfsNE6CDyjefFX2ZjgLEcJ d6fd38868bb8f9958e34d5155437d009b72dfd33fc28874c87fd42e51c0f74fdb 1

6. modify hexxcoin.conf
Code:
xnode=1
externalip=YOUR_IP:29100
xnodeprivkey=YOUR_HEXXNODEPRIVKEY_FROM_STEP_1
server=1
listen=1

7. Click Xnodes button on the top, near Zerocoin button,
Click "My Xnodes" tab
Select your xnode, and click "Start alias" at left bottom.
If you get pop up message that xnode started successfully
type
Code:
xnode status
into console
You should get a message
Code:
"status": "Xnode successfully started"
8. wait 6 confs.
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HEXX: REBORN] Xnodes| Zero Protocol | Community Driven | CPU Only
by
Ned Kelly
on 22/02/2018, 16:42:13 UTC
My wallet is not able to sync database. Stoped at 25%.
it is additional xnode data, not the chain sync..
After full chain synch it starts to ask xnode data, until we have enough xnode up, it will show you 25%
Does it mean that nobody can has fully synchronize last version wallet now?
Blockchain is fully in sync. It's Xnode data which is not activated yet shows 25%.
Post
Topic
Board Announcements (Altcoins)
Re: ⚛️ [ANN] Bitcoin Atom - Fork 1:1 of Bitcoin - Atomic Swap Powered ⚛️
by
Ned Kelly
on 22/02/2018, 06:26:23 UTC
I asked this question before. However, I've not got any answer.
Since it was 1 mil. coins mined in the first day, halving to 6.25 coins per block should be in ~6 month.
Is this correct?
Did you try to send them a PM?

Nope. I asked it here in this thread. They have some kind of representative here.
Post
Topic
Board Announcements (Altcoins)
Re: ⚛️ [ANN] Bitcoin Atom - Fork 1:1 of Bitcoin - Atomic Swap Powered ⚛️
by
Ned Kelly
on 21/02/2018, 15:26:38 UTC
I asked this question before. However, I've not got any answer.
Since it was 1 mil. coins mined in the first day, halving to 6.25 coins per block should be in ~6 month.
Is this correct?
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HEXX: REBORN] Xnodes| Zero Protocol | Community Driven | CPU Only
by
Ned Kelly
on 17/02/2018, 10:06:41 UTC
What is the difference with ZOI?
What is dev reward in ZOI in percents?
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HEXX: REBORN] Xnodes| Zero Protocol | Community Driven | CPU Only
by
Ned Kelly
on 17/02/2018, 10:02:01 UTC
Can I myself mine this coin without going to the pool? If so, then what are some programs for mining?

Yes, you can solo mine, use https://github.com/JayDDee/cpuminer-opt/releases as miner.
However, you need a decent CPU for it.
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][HEXX: REBORN] Xnodes| Zero Protocol | Community Driven | CPU Only
by
Ned Kelly
on 16/02/2018, 09:40:25 UTC
after made some search, i know it was old coin. so this ANN thread:
https://bitcointalk.org/index.php?topic=1171724.0

moved to this new thread right? why?

That was the moderated thread. Nobody likes moderated threads for ANN.
Post
Topic
Board Announcements (Altcoins)
Re: ⚛️ [ANN] Bitcoin Atom - Fork 1:1 of Bitcoin - Atomic Swap Powered ⚛️
by
Ned Kelly
on 16/02/2018, 05:22:16 UTC
When can I get my BCA?

You already have it if you had bitcoins at time of fork.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BTCP] BitcoinPrivate: A Truly Private Bitcoin [Equihash]
by
Ned Kelly
on 16/02/2018, 01:56:28 UTC
In my opinion it's better to buy bitcoin in order to qualify for this fork. Bitcoin price will not be affected by this fork price. On the other hand zcl price will drop. Also, there is no guarantee that combine zcl and bitcoin private combine price will be higher than zcl price now. So it will be gamble for zcl holders and free money for btc holders.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SEM] Semux - Official Thread
by
Ned Kelly
on 14/02/2018, 06:46:55 UTC
I see some contradiction here.  Smiley
As for fees, someone did the math, and due to the 1000 SEM burn, your asking fee of 1-2% would *never* regain the initial burn, it'd be operating at a loss, even if hardware were free...  that seems unreasonable?
Yes, Ted has his money back, but Bill has more still from not running a pool

100% per year is not bad after all.

If you think that's a smart move, then by all means please start a pool @ 1-2%!!

I'll vote 1000 for it.
Cheesy

My suggestion was 3%. And I do not have 1000 to make a delegate. It's not that I do not want. I just don't have this amount of semux. Also, over time market economy will come into a play and greedy pools will be wiped out.