Bitcoin Forum
April 27, 2024, 02:39:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17]  All
  Print  
Author Topic: [ANN] [U] UCoin丨Pure PoS丨Web wallet | UWallet丨USnake | UFaucet | More  (Read 35975 times)
4xrant
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
December 24, 2015, 06:22:30 PM
 #321

5 active connections, haven't seen that for a while.  Grin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714185556
Hero Member
*
Offline Offline

Posts: 1714185556

View Profile Personal Message (Offline)

Ignore
1714185556
Reply with quote  #2

1714185556
Report to moderator
1714185556
Hero Member
*
Offline Offline

Posts: 1714185556

View Profile Personal Message (Offline)

Ignore
1714185556
Reply with quote  #2

1714185556
Report to moderator
1714185556
Hero Member
*
Offline Offline

Posts: 1714185556

View Profile Personal Message (Offline)

Ignore
1714185556
Reply with quote  #2

1714185556
Report to moderator
UCoinTeam (OP)
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
January 04, 2016, 12:35:10 AM
Last edit: January 04, 2016, 01:10:33 AM by UCoinTeam
 #322

Hi!
Release UExplorer.







Unfortunately I have a little time for UCoin development. I hope I have time to finish work on a major update in February or March.
Good luck!
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
January 05, 2016, 10:26:43 PM
 #323

Hi!
Release UExplorer.

The explorer is nice looking, but not really usable, as it does not allow to see balances or click on TX numbers or block numbers to see the content... No way to see the TX by address too. It cannot replace the bitexp.net explorer in its current stage, as its very basic.

Also I am not sure it works correct. I have entered the block 506043, and can see this line "Flags:   Proof-Of-Work". How that could be? PoW is ended long ago, and block 506043 is recent one. I believe this cannot be correct.

... this space is not for rent ...
UCoinTeam (OP)
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
January 07, 2016, 01:24:09 AM
 #324

Hi

The explorer is nice looking.
Thanks Smiley

As it does not allow to see balances or click on TX numbers or block numbers to see the content... No way to see the TX by address too.
Will be added.

Also I am not sure it works correct. I have entered the block 506043, and can see this line "Flags:   Proof-Of-Work". How that could be? PoW is ended long ago, and block 506043 is recent one. I believe this cannot be correct.
Thanks for report, fixed Smiley

4xrant
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
January 22, 2016, 06:46:09 PM
 #325

FYI, the UCoin wallet is back online at Yobit. Took about a week for a deposit to show up, but good now.
UCoinTeam (OP)
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
February 07, 2016, 05:19:49 PM
 #326

Hi!
Update UExplorer to version 1.1.0.




tranzactionezlive
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250


View Profile
February 13, 2016, 02:43:21 AM
 #327

Much good idea : name the ticker to UC ( U Coin ).

Not only that it looks better but it also sounds alot better when talking about it.

On top of that , it's two words that make up a very good sentence : you SEE


you see ?

Do it man !
xadsa418
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
February 13, 2016, 09:58:55 AM
 #328

I decided to check some old good coins, started from UCoin. Good, as expected.

CTransaction::FetchInputs          Good      shrmcoin             
ProcessMessage                     Most similar NEBUCHADNEZZAR, diff=10, codehash=7acf425f6f4df6d83c7b;   Manually inspected, Good
CMerkleTx::GetBlocksToMaturity     Good      arch                 
SendMessages                       Good      NEBUCHADNEZZAR       
CheckProofOfWork                   Good      arch                 
GetNextTargetRequired              Most similar arch, diff=3, codehash=52923f0e242d7d094946;   Manually inspected, Good
CBlock::AcceptBlock                Most similar NEBUCHADNEZZAR, diff=6, codehash=733005b0dcf1db502dd9;   Manually inspected, Good
CBlock::SignBlock                  Good      shrmcoin             
GetTransaction                     Good      shrmcoin             
ComputeMinStake                    Good      arch                 
CTransaction::DisconnectInputs     Good      blackcoin arch       
ProcessBlock                       Good      shrmcoin             
CBlockIndex::IsSuperMajority       Good      dash blackcoin arch 
CTransaction::GetValueIn           Good      blackcoin arch       
ComputeMinWork                     Good      arch                 
CTransaction::CheckTransaction     Good      blackcoin arch       
CWalletTx::AcceptWalletTransaction Good      blackcoin arch       
CTransaction::ConnectInputs        Good      arch                 
CBlock::CheckBlock                 Most similar shrmcoin, diff=2, codehash=c08c017b2233239318a9;   Manually inspected, Good
CMerkleTx::AcceptToMemoryPool      Good      shrmcoin             
CBlock::SetBestChainInner          Good      blackcoin arch       
CBlockIndex::GetBlockTrust         Good      blackcoin arch       
ProcessMessages                    Good      NEBUCHADNEZZAR       
CBlock::CheckBlockSignature        Good      arch                 
CTxOut CTransaction::GetOutputFor  Good      blackcoin arch       
CBlock::ConnectBlock               Good      shrmcoin             
Not found funcs ['AcceptToMemoryPool', 'GetProofOfStakeLimit']
GetProofOfWorkReward Manually checked Good
GetProofOfStakeReward Manually checked Good

What is this? And how to read this info?
As you know, most of the coins have very similar code bases. But any little bug could potentialy damage the whole blockchain. To avoid this, people started to check the code both manually and automatically.  As I know ocminer automatically checks code for already known bugs, so his checks couldn't find new bugs. Earlz checks code manually, but he also could miss something, because codebase is very huge. I chose different way. I wrote the script which compare code in one coin with code in other already inspected coins. So if you see something like "Good blackcoin arch " it means that i already inspected this code before in blackcoin's and arch's source, and I think that it's safe. When my script finds new code it asks me to check it manually and tells me which codebases is most similar, so 'CBlock::ConnectBlock                Most similar blackcoin, diff=5, codehash=1a0a6fb0d9bc6aefff4e'  means that most similar code of CBlock::ConnectBlock have seen in blackcoin and there is 5 places where something was changed.
Currently i check only most important functions in main.cpp.
UCoinTeam (OP)
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
March 03, 2016, 07:11:00 PM
Last edit: March 03, 2016, 07:28:16 PM by UCoinTeam
 #329

Hi!
Slack channel created. You can get an invitation here.

xadsa418, Thanks Smiley
tranzactionezlive, I'll think about it.
BitsandBites
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
March 05, 2016, 12:00:45 AM
 #330

I think it is too late now. The momemtum is gone. People almost forget about Ucoin.
To save the coin somebody has to buy a lot of ucoin i the next week. Else well not good.
DERCRYPTOGERMANBRO
Member
**
Offline Offline

Activity: 64
Merit: 10

Get BTC or die tryin'


View Profile WWW
March 31, 2016, 08:45:01 AM
 #331

Hi!
Slack channel created. You can get an invitation here.

xadsa418, Thanks Smiley
tranzactionezlive, I'll think about it.


Joined slack, need more activity here Smiley

UCoinTeam (OP)
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
April 06, 2016, 06:33:50 PM
 #332

Hi!
Sorry for delay.
New thread: http://bitcointalk.org/index.php?topic=1428447
tb78dub
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
October 01, 2017, 11:36:07 PM
 #333

What is the TOTAL amount of coins?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17]  All
  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!