Bitcoin Forum
May 07, 2024, 03:47:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 ... 310 »
  Print  
Author Topic: [ANN] SuperNET NXT asset 12071612744977229797, SUPERNET KMD assetchain in summer  (Read 736724 times)
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
December 05, 2014, 02:16:22 AM
Last edit: December 05, 2014, 03:01:23 AM by jl777
 #4481

SkyNET makes its first acquisition

James

https://nxtforum.org/index.php?topic=6826.msg137526#msg137526

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
1715096871
Hero Member
*
Offline Offline

Posts: 1715096871

View Profile Personal Message (Offline)

Ignore
1715096871
Reply with quote  #2

1715096871
Report to moderator
1715096871
Hero Member
*
Offline Offline

Posts: 1715096871

View Profile Personal Message (Offline)

Ignore
1715096871
Reply with quote  #2

1715096871
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715096871
Hero Member
*
Offline Offline

Posts: 1715096871

View Profile Personal Message (Offline)

Ignore
1715096871
Reply with quote  #2

1715096871
Report to moderator
cexylikepie
Hero Member
*****
Offline Offline

Activity: 779
Merit: 500


View Profile
December 05, 2014, 03:06:47 AM
 #4482


but at the cost of 45% of skynet???
_mr_e
Legendary
*
Offline Offline

Activity: 817
Merit: 1000



View Profile
December 05, 2014, 03:09:01 AM
 #4483


Pretty sure SkyNet was created for the sole purpose of acquiring this.
AltcoinSnow
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
December 05, 2014, 04:09:08 AM
 #4484

a msg from rick james 4 years ago to buy unity: https://www.youtube.com/watch?v=toAEQTsidvg
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
December 05, 2014, 04:17:31 AM
 #4485


Pretty sure SkyNet was created for the sole purpose of acquiring this.
It was just lucky coincidence of timing Smiley

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
AltcoinSnow
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
December 05, 2014, 06:16:25 AM
 #4486

i really wish i could withdraw unity from bter, during these times its a little risky
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
December 05, 2014, 07:17:06 AM
 #4487

I just pushed a version that has the DB MGW integrated into SuperNET API. Almost everything works, but you need to generate a DB first. Once you do, things are pretty fast, eg. 5 minutes first scan and then <1 minute and that is to find all pending deposits and withdraws.

Got stuck on getting multisig deposit addresses generated, in realtime!

Finally got that working and now any SuperNET node will be able to remotely access the designated MGW servers and generate a multisig deposit address, about 30 seconds to 1 minute the first time, after that, less than 1 second

I also made it so that just by changing the JSON, you can specify a different set of MGW servers, eg. coins, node addresses. So, any enterprising trio can setup MGW. You will need to fiddle with the SuperNET.conf and create the "magic" JSON like:

curl -k --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "SuperNET", "params": ["{\"requestType\":\"genmultisig\",\"destip\":\"209.126.70.159\",\"refcontact\":\"NXT-QJUP-SB6U-CQCT-852GL\",\"coin\":\"BTCD\",\"asset\":\"11060861818140490423\",\"contacts\":[\"10694781281555936856\",\"8894667849638377372\",\"13434315136155299987\"],\"M\":\"2\",\"N\":\"3\"}"]  }' -H 'content-type: text/plain;' https://127.0.0.1:7777/

The above curl command directly contacts one of the MGW servers and generates a BTCD MGW deposit address for NXT-QJUP-SB6U-CQCT-852GL
Just by changing that part of the JSON, you can get the deposit address for another acct, but only if the servers are running.

Once generated, your node saves it to the blockchain and it is there for future use, but you can always generate it again.

The following command will scan (everything) and display what needs to be done:
curl -k --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "SuperNET", "params": ["{\"requestType\":\"MGWdeposits\",\"specialNXT\":\"7117166754336896747\",\"rescan\":\"1\",\"coin\":\"BTCD\",\"asset\":\"11060861818140490423\",\"NXT0\":\"423766016895692955\",\"NXT1\":\"12240549928875772593\",\"NXT2\":\"8279528579993996036\",\"exclude0\":\"7581814105672729429\",\"exclude1\":\"13434315136155299987\"}"]  }' -H 'content-type: text/plain;' https://127.0.0.1:7777/


so, it will find pending deposits, pending withdraws and if you set "actionflag" to 1, it will do the deposit asset transfers it found, if action flag is -1, it will process the withdraws it found, though this part is not quite finished yet. I get all the way to generating the signed rawtxbytes, but since it is bigger than fits into UDP the servers cant easily compare. I am on the fence as to whether to just use the old MGW code for this or to come up with some new way to do it that also allows anybody to easily manage multisig payments using the SuperNET API. I am leaning toward the latter, though it will take a few days extra. I just hate having to put in old code into a new framework and if multisig was easy to use, I think a lot of creative solutions will be built with it.

Notice my genmultisig it totally generic and it abstracts out all the details of multisig, so even non-bitcoin multisig will fit right in and just by changing the "coin" field the same JSON will make mulsig address. The 3 signer limit for bitcoin network is also not inherent in the SuperNET multisig.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
December 05, 2014, 08:00:54 AM
Last edit: December 05, 2014, 08:12:35 AM by jl777
 #4488

[Dividend Announcement] Saturday at 1400 GMT to SuperNET and NXTventure assetholders, followed by a passthrough of the InstantDEX portion of the NXTventure dividends.

https://nxtforum.org/nxtventures/reserved-6826
FinHive has made an agreement with SkyNET to become a wholly owned subsidiary of SkyNET
http://finhive.com/roadmap.html

75000 SkyNET will go to SuperNET assetholders and 75000 to NXTventure assetholders. Since InstantDEX owns around 40% of NXTventure, it will end up with about 30,000 of the 75000 sent to NXTventure holders. Since InstantDEX is in no need of any additional capital, it has been decided to dividend out these SkyNET to InstantDEX holders.

Exact timing is uncertain.
bter says they will be ready for this one.
I have no idea what cutoff times will be used, so while the dividend will go out around 1400 GMT on Saturday, you might need to have ownership of it significantly prior to this time. Basically, until the dividends are received, it is not received. As soon as they are received, then they have been sent.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
3rdStryker
Full Member
***
Offline Offline

Activity: 172
Merit: 100


View Profile
December 05, 2014, 10:25:10 AM
 #4489

Noob here, do I hold my Unity (supernet) coins in my NXT wallet?
habraken
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
December 05, 2014, 11:06:42 AM
 #4490

Noob here, do I hold my Unity (supernet) coins assets in my NXT wallet?
You should. Unless you fully trust centralised exchanges like Bter Smiley
devphp
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
December 05, 2014, 11:11:08 AM
 #4491

Trusting anything centralized is asking for trouble. NXT and SuperNet is all about decentralization. Withdraw from exchanges, don't wait for the SHTF.
3rdStryker
Full Member
***
Offline Offline

Activity: 172
Merit: 100


View Profile
December 05, 2014, 11:12:50 AM
 #4492

Yer I bought them on bter but I cannot withdraw atm because it's disabled  Cry Thanks anyways Smiley
Nxtblg
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile WWW
December 05, 2014, 01:09:07 PM
 #4493


Pretty sure SkyNet was created for the sole purpose of acquiring this.

Not surprising - it's done all the time in the penny-stock market. In fact, in my home country of Canada, there's a special class of penny called a "Capital Pool Company" whose only reason for being is to acquire another company [usually an established business or a mining-exploration property with some promise.]







██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
December 05, 2014, 01:57:16 PM
 #4494

[Dividend Announcement] Saturday at 1400 GMT to SuperNET and NXTventure assetholders, followed by a passthrough of the InstantDEX portion of the NXTventure dividends.

https://nxtforum.org/nxtventures/reserved-6826
FinHive has made an agreement with SkyNET to become a wholly owned subsidiary of SkyNET
http://finhive.com/roadmap.html

75000 SkyNET will go to SuperNET assetholders and 75000 to NXTventure assetholders. Since InstantDEX owns around 40% of NXTventure, it will end up with about 30,000 of the 75000 sent to NXTventure holders. Since InstantDEX is in no need of any additional capital, it has been decided to dividend out these SkyNET to InstantDEX holders.

Exact timing is uncertain.

bter says they will be ready for this one.
I have no idea what cutoff times will be used, so while the dividend will go out around 1400 GMT on Saturday, you might need to have ownership of it significantly prior to this time. Basically, until the dividends are received, it is not received. As soon as they are received, then they have been sent.

James

very nice! thanks you James.

i hope this time i will see my dividend. because i didn't receive any pangrea from bter for the moment. is there anything to do about pangrea/bter, it's very long...

JohnnyBTCSeed
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000



View Profile
December 05, 2014, 06:38:45 PM
 #4495

a msg from rick james 4 years ago to buy unity: https://www.youtube.com/watch?v=toAEQTsidvg

Life imitating Art or Art imitating life?





bassguitarman
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
December 05, 2014, 07:13:17 PM
 #4496

If anyone is interested, you can get free Opaltkn here https://docs.google.com/forms/d/1XnrJrocJbeqJX3h_dyJBjEWkzlt7lnUsFuIJiMltbx8/viewform
cexylikepie
Hero Member
*****
Offline Offline

Activity: 779
Merit: 500


View Profile
December 05, 2014, 07:31:53 PM
 #4497


except it never sends lol!
bassguitarman
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
December 05, 2014, 07:48:35 PM
 #4498


It's manual and I need to get home
cexylikepie
Hero Member
*****
Offline Offline

Activity: 779
Merit: 500


View Profile
December 05, 2014, 08:44:43 PM
 #4499


yeah i know, just giving you a hard time
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
December 06, 2014, 02:57:41 AM
 #4500

https://nxtforum.org/index.php?topic=6894

Yes, another dividend. I know, I know, too many assets, but what can I do? over 200 people and so many projects.

Timing uncertain, but will most likely be in December.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 ... 310 »
  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!