Bitcoin Forum
May 02, 2024, 12:39:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 »
  Print  
Author Topic: [ANN][XHD] Hidecoin Official thread | Double SHA-256 | NodeJS  (Read 34876 times)
hidecoin2016 (OP)
Sr. Member
****
Offline Offline

Activity: 700
Merit: 251


View Profile
April 12, 2017, 04:51:55 PM
 #421

Now you can use web wallet from mobile devices!
In your web wallet click 'Authorize from mobile device'. Use your mobile device to read QR code with link.

Dev two questions for you.Is it safe to use online wallet ? Where is instruction haw to run or instal wallet on windows or ubuntu.

Local wallet is safer.
Installation on Ubuntu:
https://hidecoin.info/forum/viewtopic.php?id=2
1714653592
Hero Member
*
Offline Offline

Posts: 1714653592

View Profile Personal Message (Offline)

Ignore
1714653592
Reply with quote  #2

1714653592
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714653592
Hero Member
*
Offline Offline

Posts: 1714653592

View Profile Personal Message (Offline)

Ignore
1714653592
Reply with quote  #2

1714653592
Report to moderator
1714653592
Hero Member
*
Offline Offline

Posts: 1714653592

View Profile Personal Message (Offline)

Ignore
1714653592
Reply with quote  #2

1714653592
Report to moderator
1714653592
Hero Member
*
Offline Offline

Posts: 1714653592

View Profile Personal Message (Offline)

Ignore
1714653592
Reply with quote  #2

1714653592
Report to moderator
mbit366
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
April 13, 2017, 05:34:42 AM
 #422

would be nice to have https://www.cryptopia.co.nz/Exchange
hidecoin2016 (OP)
Sr. Member
****
Offline Offline

Activity: 700
Merit: 251


View Profile
April 13, 2017, 05:17:50 PM
 #423

I am developing interface for merchants using web wallet. Who wants to sell something for hidecoins?
mbit366
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
April 13, 2017, 05:29:19 PM
 #424

I am developing interface for merchants using web wallet. Who wants to sell something for hidecoins?

that would be wonderfull good new, and how long does it take do you know ?
btw50
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 13, 2017, 05:39:31 PM
 #425

I am developing interface for merchants using web wallet. Who wants to sell something for hidecoins?

wonder if you could investigate and find the way to implement some anonymize features like PIVX ?
Zer0Sum
Legendary
*
Offline Offline

Activity: 1588
Merit: 1000


View Profile
April 18, 2017, 01:43:45 PM
 #426

I am developing interface for merchants using web wallet. Who wants to sell something for hidecoins?

wonder if you could investigate and find the way to implement some anonymize features like PIVX ?

Don't worry... zero knowledge, masternodes, segwit and LN is in the pipeline  Cheesy

Just kidding, but last Nov this coin was the world's biggest longshot... not anymore.
synthgauge
Hero Member
*****
Offline Offline

Activity: 1149
Merit: 502


View Profile
April 18, 2017, 09:26:29 PM
Last edit: April 18, 2017, 09:54:15 PM by synthgauge
 #427

I am developing interface for merchants using web wallet. Who wants to sell something for hidecoins?

wonder if you could investigate and find the way to implement some anonymize features like PIVX ?

Don't worry... zero knowledge, masternodes, segwit and LN is in the pipeline  Cheesy

Just kidding, but last Nov this coin was the world's biggest longshot... not anymore.

I'm getting stuck inside my head with few of u that sit on my testicles. I know things u never heard of as my eyes monitor the essence of these things. I can visually illustrate my thoughts by drawing an analogy with functionality of cognitive memory. I'm a powerful dude and a coin pusher, u can expect me to blow up one market at time each time u open ur mouth.
Zer0Sum
Legendary
*
Offline Offline

Activity: 1588
Merit: 1000


View Profile
April 19, 2017, 04:11:12 PM
 #428

No one will pay you that much for that coin you must be dreaming.My offer is  400 st if someone want to sell.

Max. coins: 10 367 999 XHD. It means that all coins will cost 10367999 * 400 satoshi = 41,471996 BTC. It's too little.

But you mining from 22 november at low diff already 2000000 mined ! No exchange for almost half year.At this point of time it is not worth more and i was generous only because you are active here.Besides at this point i only see here my offer as first and only one ,that tells much.

Diff is still low ... so you can join us, nobody gonna stop you.
As for the price let the market set the price, there is no room for generoucity there.

@ Dev : Thanks for your efforts

I've seen > 100 coins... and that standalone miner + pool is unique, just the coolest thing  Grin

The diff is still low, there's the equivalent of about 100 miners running on an i7 thread...
So running one miner will get you roughly 1% of the coins (with a limited supply).

Great job building a coin from scratch...
Now you need a strategy to take a 100 BTC coin to 1000 BTC... I'm confident Dev can do it  Smiley
hidecoin2016 (OP)
Sr. Member
****
Offline Offline

Activity: 700
Merit: 251


View Profile
April 19, 2017, 08:05:18 PM
 #429

Stable version 0.4.12 released!

New RPC method walletSpendTransaction is available! Now you can create forwarders:

Code:
const address = walletCreateAddress()
setInterval(() => {
  const txs = walletGetTransactionsConfirmedUnspent(address)
  if (txs.length) {
    for (const i in txs) {
      const tx = txs[i]
      walletSpendTransaction(tx.hash, tx.outN, basicAddress, (result) => {
        if (result.amount) {
          // add coins to user's balance
        }
      })
    }
  }
}, 30000)
samspaces
Legendary
*
Offline Offline

Activity: 1452
Merit: 1030


View Profile
April 20, 2017, 12:54:38 AM
 #430

Is there any further testing that needs to be done, before this can be listed on an exchange?
All seems to work very smooth, but I'm sure the dev would know better than me.

Oh and a question. When moving an older wallet.dat file to a new client, do we need the 'wcache-wallet.json' too?
hidecoin2016 (OP)
Sr. Member
****
Offline Offline

Activity: 700
Merit: 251


View Profile
April 20, 2017, 06:47:43 AM
 #431

When moving an older wallet.dat file to a new client, do we need the 'wcache-wallet.json' too?

No, but better with wcache-wallet.json if you don't want to wait while it caches again.
wtman
Legendary
*
Offline Offline

Activity: 1030
Merit: 1000


View Profile
April 22, 2017, 02:13:48 AM
 #432

wtb 50000 for 0.2 btc. Pm
sotisoti
Hero Member
*****
Offline Offline

Activity: 762
Merit: 500


View Profile
April 22, 2017, 03:05:07 AM
 #433

Meh, my mining cost per coin is wayyyy above 400 sats

Bitrated user: sotisoti.
wtman
Legendary
*
Offline Offline

Activity: 1030
Merit: 1000


View Profile
April 26, 2017, 08:52:24 PM
 #434

Do we have an official twitter/reddit yet?

Any code reviews yet on this coin?

Looking for 50000 for 0.2 btc. Pm
Zer0Sum
Legendary
*
Offline Offline

Activity: 1588
Merit: 1000


View Profile
April 27, 2017, 01:07:40 AM
 #435

Do we have an official twitter/reddit yet?

Any code reviews yet on this coin?

Looking for 50000 for 0.2 btc. Pm


Twitter is much more important. Lots you can do there with minimal effort.

All it takes is one (1) influential Twitter Alt Trader to put a coin on the map.
wtman
Legendary
*
Offline Offline

Activity: 1030
Merit: 1000


View Profile
April 27, 2017, 08:33:35 AM
Last edit: April 27, 2017, 03:43:30 PM by wtman
 #436

Hi, the wallet keeps trying to

Validating block 1/64 (174 B)

goes from like 1/64 to 63/64 and so on.. Blockchain is not synchronizing. Tried deleting the hidecoin core and running over and over. Ran npm install each time too

Please invite me to slack
hidecoin2016 (OP)
Sr. Member
****
Offline Offline

Activity: 700
Merit: 251


View Profile
May 04, 2017, 07:24:47 AM
 #437

Information

I am now developing new core for Hidecoin from scratch. Current core has too many bugs and there is no point in fixing a lot of bugs.
samspaces
Legendary
*
Offline Offline

Activity: 1452
Merit: 1030


View Profile
May 04, 2017, 12:51:15 PM
 #438

Information

I am now developing new core for Hidecoin from scratch. Current core has too many bugs and there is no point in fixing a lot of bugs.

Does that mean all mined blocks are invalid? If so: *ouch*
Trololoh
Sr. Member
****
Offline Offline

Activity: 461
Merit: 250



View Profile
May 05, 2017, 08:17:12 PM
 #439

Information

I am now developing new core for Hidecoin from scratch. Current core has too many bugs and there is no point in fixing a lot of bugs.
Thanks for the update.
Good decision, not many devs would do this.
Maybe we should freeze current chain ?
Start a new one for testing, when done continue with real chain.
edwardspitz
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


View Profile
May 05, 2017, 08:55:43 PM
 #440

Information

I am now developing new core for Hidecoin from scratch. Current core has too many bugs and there is no point in fixing a lot of bugs.

You previously said you would continue to develop Hidecoin, but I guess you have changed your mind? Then you said you would develop a merchant interface, but it seems you have ditched that plan as well? It is all sounding a bit random to me  Huh

Coding cryptocurrencies may be a hobby to you, but when you ask for donations and get miners to devote resources to your project you also take on responsibility. So before you launch your next project I think you need to consider things beyond Node.js coding Wink With so many options out there it will be hard to find support for a new project unless it has a clear vision, a timeline, and good communication.
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 »
  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!