Bitcoin Forum
April 20, 2024, 02:20:22 AM *
News: Latest Bitcoin Core release: 26.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 ... 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 [152] 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 »
  Print  
Author Topic: [ANN][UBQ] Ubiq - Smart Contracts For An Automated World  (Read 331587 times)
toogoody
Jr. Member
*
Offline Offline

Activity: 588
Merit: 1


View Profile
August 11, 2018, 08:31:55 PM
 #3021

List of all known UBQ pools :
https://miningpoolstats.stream/ubiq
1713579622
Hero Member
*
Offline Offline

Posts: 1713579622

View Profile Personal Message (Offline)

Ignore
1713579622
Reply with quote  #2

1713579622
Report to moderator
1713579622
Hero Member
*
Offline Offline

Posts: 1713579622

View Profile Personal Message (Offline)

Ignore
1713579622
Reply with quote  #2

1713579622
Report to moderator
1713579622
Hero Member
*
Offline Offline

Posts: 1713579622

View Profile Personal Message (Offline)

Ignore
1713579622
Reply with quote  #2

1713579622
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713579622
Hero Member
*
Offline Offline

Posts: 1713579622

View Profile Personal Message (Offline)

Ignore
1713579622
Reply with quote  #2

1713579622
Report to moderator
1713579622
Hero Member
*
Offline Offline

Posts: 1713579622

View Profile Personal Message (Offline)

Ignore
1713579622
Reply with quote  #2

1713579622
Report to moderator
1713579622
Hero Member
*
Offline Offline

Posts: 1713579622

View Profile Personal Message (Offline)

Ignore
1713579622
Reply with quote  #2

1713579622
Report to moderator
Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 13, 2018, 07:56:18 AM
 #3022

@here Progress update on the PoW hard fork. One component (the major one) is complete which is a clean fork of the ethash repository with working code using the new algo. https://github.com/ethereum/ethash

A sample test case of getting the seedhash works in C and Go. In C:
$ ./Test --log_level=message
Running 23 test cases...
Testing initialization :
Seedhash: 30000: 320b5ea99e653bc2b593db4130d10a4efd3a0b4cc2e1a6672b678d71dfbd33ad


in Go:
$ ./test.sh
################# Testing Go ##################
2018/08/13 00:25:16 ============ TestGetSeedHash
2018/08/13 00:25:16 TestGetSeedHash GetSeedHash(0) seed0: 0000000000000000000000000000000000000000000000000000000000000000
2018/08/13 00:25:16 TestGetSeedHash GetSeedHash(30000) seed1: 320b5ea99e653bc2b593db4130d10a4efd3a0b4cc2e1a6672b678d71dfbd33ad
PASS


Seedhash for block 30000 matches cleanly for C and Go code.

This means we have a complete specification example(s) of the new algorithm.

The next step is we will be adding the new algo to the Gubiq codebase and checking out where ethash is mentioned. We will take a better look at the places in the code that need be modified to hard fork
gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
August 13, 2018, 06:09:54 PM
 #3023

@here Progress update on the PoW hard fork. One component (the major one) is complete which is a clean fork of the ethash repository with working code using the new algo. https://github.com/ethereum/ethash

A sample test case of getting the seedhash works in C and Go. In C:
$ ./Test --log_level=message
Running 23 test cases...
Testing initialization :
Seedhash: 30000: 320b5ea99e653bc2b593db4130d10a4efd3a0b4cc2e1a6672b678d71dfbd33ad


in Go:
$ ./test.sh
################# Testing Go ##################
2018/08/13 00:25:16 ============ TestGetSeedHash
2018/08/13 00:25:16 TestGetSeedHash GetSeedHash(0) seed0: 0000000000000000000000000000000000000000000000000000000000000000
2018/08/13 00:25:16 TestGetSeedHash GetSeedHash(30000) seed1: 320b5ea99e653bc2b593db4130d10a4efd3a0b4cc2e1a6672b678d71dfbd33ad
PASS


Seedhash for block 30000 matches cleanly for C and Go code.

This means we have a complete specification example(s) of the new algorithm.

The next step is we will be adding the new algo to the Gubiq codebase and checking out where ethash is mentioned. We will take a better look at the places in the code that need be modified to hard fork


everyone who lost coins should report to BBB !!  Cry

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
yuanbao2018
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
August 17, 2018, 11:03:01 AM
 #3024

Very fashionable project, you walk on the right road, do you have any other reward plan besides signature plan, and what's the progress of your exchange?COINS are valuable only in circulation
Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 17, 2018, 04:21:23 PM
 #3025

Update for MEW users....



https://github.com/kvhnuke/etherwallet/pull/2003

Description
It shows the chain logo to prevent somebody from sending their coins to the wrong address.

currently added chain logos (svg images)

ETH, ETC, ETH Testnets(default), EXP, UBQ, POA, ELLA, ETSC, CLO, MUSIC, ESN, EGEM, AKROMA, TOMO, GO,EOSC
Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 19, 2018, 01:03:43 AM
 #3026

Crypto__101

Roundup Episode: UBIQ 101 w/ Alex Sterk by CRYPTO 101

https://www.youtube.com/watch?v=PPklskDLlPE
Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 19, 2018, 01:16:04 AM
 #3027


https://www.reddit.com/r/Ubiq/comments/97h5hy/uip_2_open_for_comments/?utm_source=ifttt


3 days ago
UIP # 2 Proposed Language

While the purpose of the fund is not to speculate in the volatile markets, we have been fortunate to receive many dividends in the form of forks of the bitcoin supply. While many of these may yield little value, the total sum is sizeable enough to warrant action. This proposal is to determine which action to perform with selling of all available forks and what to do with the garnered funds. We can simply leave all the value in bitcoin to allow for more project funding, diversify into ETH to provide liquidity and gas costs for things like bridging or acquire more UBQ for the NDF. There is also the option to continue holding the alternative bitcoins or to abstain from voicing opinions in the poll while still showing participation

Considered candidates

1 - Sell all forks of BTC for BTC

2 - Sell all forks of BTC for ETH

3 - Sell all forks of BTC for UBQ

4 - Retain all forks of BTC

5 - Abstain

Considering a voting period of ~2 weeks (14k blocks)
Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 19, 2018, 04:22:04 AM
 #3028

https://twitter.com/iquidus/status/1028441349870288896

Sneak peek of the new Ubiq Spectrum (v3), an open source block explorer and analytics tool for Ubiq. $UBQ
heraware
Member
**
Offline Offline

Activity: 105
Merit: 17

Callisto Network (CLO)


View Profile WWW
August 19, 2018, 04:34:05 AM
 #3029

We want helping to UBIQ with smart contracts audit.

Plz write me to yograterol@callisto.network


First Cold Staking coin. Earn more of 2% monthly
Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 19, 2018, 04:42:53 AM
 #3030

We want helping to UBIQ with smart contracts audit.

Plz write me to yograterol@callisto.network



This forum is a read only site please come to Discord to discuss any collaboration ideas.

https://discord.gg/Z5AE5ht
onirecon2018
Jr. Member
*
Offline Offline

Activity: 168
Merit: 2


View Profile
August 19, 2018, 04:58:05 PM
 #3031

Ubiq project is aimed at simplifying the interaction of ordinary users with new blockchain technologies. The team consists of experienced developers knowing what they are doing.
yyz13857180757
Full Member
***
Offline Offline

Activity: 406
Merit: 100



View Profile
August 20, 2018, 12:48:57 AM
 #3032

Ubiq Block Chain project can build a good ecosystem, worth investors to keep looking forward to, now buy a certain position on a bargain is a good choice.

classicneverdies
Full Member
***
Offline Offline

Activity: 247
Merit: 100



View Profile
August 22, 2018, 11:30:09 PM
 #3033

Ubiq Block Chain project can build a good ecosystem, worth investors to keep looking forward to, now buy a certain position on a bargain is a good choice.



I have to agree with you. Ubiq is very cheap at the moment and i also will buy as much as i can, because i really believe in this project. Ubiq will have a big and bright future.

▰▰▰  KingCasino  ▰▰▰
▰▰▰    licensed cryptocurrency online casino site in curacao    ▰▰▰
▰▰▰ Telegram    Twitter     Facebook ▰▰▰
GogiR
Jr. Member
*
Offline Offline

Activity: 136
Merit: 1


View Profile
August 25, 2018, 02:21:07 AM
 #3034


Comining - an excellent multi-pool for mining more than 30 coins of current and profitable cryptocurrencies at the moment, technical support via chat in Telegram and Discord. Convenient, simplified registration and subsequent authorization through your Google account (to register click "log in with Google"), detailed statistics of your account, as well as Top miners. Servers in Europe, Japan, Singapore, USA and Russia.

Fee: 1%
Mining: PPLNT, Solo, and Prop reward for mining.

- Stable payments
- DDOS protection
- Great ping
- Support Nicehash
- Full stats with charts, rewards and earnings
- Telegram and Discord chat support.


Join the pool to mine Ubiq ===> http://comining.me/ubiq
Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 26, 2018, 02:25:43 AM
 #3035

https://twitter.com/StakeBox/status/1032596381473693696

StakeBox

 
@StakeBox
More
The @ubiqsmart holographic cold storage wallet allowing you to secure your digital Ubiq and hold it in physical form. A unique way to hold onto your cryptocurrency :-) https://www.stakebox.org/products/ubiq-holographic-coin
StealthPay
Newbie
*
Offline Offline

Activity: 128
Merit: 0


View Profile
August 27, 2018, 06:40:56 PM
 #3036

StealthPay allows you to buy Ubiq with PayPal. Here are some easy steps to go:

1) Get a Stealth (XST) address on Bittrex.com
2) Go to www.stealthpay.com
3) Click on "Buy Stealth", fill in the relevant fields and click "Order Now".
4) In the "Payment Method" choose PayPal payment method.
5) Follow the displayed instructions.
6) After you receive your Stealth (XST), sell them on Bittrex against BTC.
7) Buy Ubiq.

Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 28, 2018, 07:15:40 AM
 #3037

jyap Yesterday at 1:37 AM

@here Progress update on the PoW hard fork. Making some steady progress with implementing the hard fork code.

All the "easy" changes where the code points directly to a block number are complete. These deal with DAG generation and supplying the seedhash. The "harder" changes deal with block verification and block signing.

Example of an easy function:
// MakeDAG creates the new DAG for the given block number
func (s *PrivateMinerAPI) MakeDAG(blockNr rpc.BlockNumber) (bool, error)


As a further background, the hard fork will be timed at a DAG/epoch switch. An epoch is every 30k blocks and in Ubiq this is every 30.5 days:
>>> 30000.0 * 88 seconds / 3600 seconds per hour / 24 hours in a day
30.55555 days per epoch


When running out Testnets we will simulate this switchover by changing the block time to 5 seconds so the simulated hard fork will happen in about 1.73 days from the Testnet network launch.

Looking forward to bringing you more hard fork updates!

Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 30, 2018, 02:59:18 PM
 #3038

After a lengthy delay the overdue quarterly report has finally come together and is being released please enjoy your read.  If you have any questions pop over to the Discord and there are countless people willing to help.

https://blog.ubiqsmart.com/ubiq-quarterly-report-august-2018-f7451c2149c2
Crypt0ptimus
Jr. Member
*
Offline Offline

Activity: 184
Merit: 2


View Profile WWW
August 30, 2018, 03:12:54 PM
 #3039

In an effort to add more content to Twitter coming out of Discord. The community has decided to open up a secondary Twitter account in addition to the official Ubiq Twitter account.  Feel free to follow this for more mundane updates on progress before they become official.

https://twitter.com/CryptoUbiq/status/1035182070740475905?s=19
Angel Di
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251

EVOS


View Profile
August 30, 2018, 03:19:01 PM
 #3040

What is the price UBQ absolutely plummeted with the recent highs. Now probably for a very long time to recover after a long protracted fall. Let's see where you can start to buy UBQ coins.
Pages: « 1 ... 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 [152] 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 »
  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!