Bitcoin Forum
June 17, 2024, 05:03:21 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 60 »
  Print  
Author Topic: [ANN][SOCC]: SocialCoin *** FORK COMPLETE ***  (Read 66069 times)
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 22, 2017, 07:47:13 AM
 #81


Thanks but this had already been provided, appreciate the support though.

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 22, 2017, 07:49:29 AM
 #82

Individuals who are currently doing such online reviews, etc. should first be knowledgeable with crypto. Otherwise, they won't know the significance of this coin on their job. So much people don't know yet how to use the digital currencies.

Agreed. Conversion is the biggest challenge. That is partly why I will be asking the community to help push this coin as much as possible. When you produce an online review, post your wallet address along with the tag 'SocialCoin - Payment for online reviews and content' or something similar.

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
kamrulhasan001
Sr. Member
****
Offline Offline

Activity: 404
Merit: 250



View Profile
June 22, 2017, 07:54:30 AM
 #83

Tweet: https://twitter.com/dragonboykamrul/status/877796523718844416

poulembertus
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
June 22, 2017, 08:24:17 AM
 #84

not plan open ico selling dev
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 22, 2017, 09:00:30 AM
 #85

not plan open ico selling dev

Nope, I don't see the need. Quite happy with a good ole' fashioned coin launch and push.

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
tippytoes
Sr. Member
****
Offline Offline

Activity: 1988
Merit: 275


View Profile
June 22, 2017, 09:25:59 AM
 #86

Individuals who are currently doing such online reviews, etc. should first be knowledgeable with crypto. Otherwise, they won't know the significance of this coin on their job. So much people don't know yet how to use the digital currencies.

Agreed. Conversion is the biggest challenge. That is partly why I will be asking the community to help push this coin as much as possible. When you produce an online review, post your wallet address along with the tag 'SocialCoin - Payment for online reviews and content' or something similar.

Relying from the community is very difficult. Usually people here are hungry for free coins or any type of bounty before they do something for you. You need a good marketing strategy to implement this kind of project.
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 22, 2017, 09:28:53 AM
 #87

Individuals who are currently doing such online reviews, etc. should first be knowledgeable with crypto. Otherwise, they won't know the significance of this coin on their job. So much people don't know yet how to use the digital currencies.

Agreed. Conversion is the biggest challenge. That is partly why I will be asking the community to help push this coin as much as possible. When you produce an online review, post your wallet address along with the tag 'SocialCoin - Payment for online reviews and content' or something similar.

Relying from the community is very difficult. Usually people here are hungry for free coins or any type of bounty before they do something for you. You need a good marketing strategy to implement this kind of project.

Agreed, and we are doing what we can in the background. I do not want this coin withering on the vine two weeks after the initial flurry of forum posts are done and dusted.

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
pmm123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
June 22, 2017, 07:22:37 PM
Last edit: June 22, 2017, 08:11:39 PM by pmm123
 #88

 Spanish translation complete : https://bitcointalk.org/index.php?topic=1980323.


||||||| ★ CATALONIACOIN |||||||

||||||| OFFICIAL THREAD★ |||||||
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 23, 2017, 06:57:45 AM
 #89

Spanish translation complete : https://bitcointalk.org/index.php?topic=1980323.



Thanks, OP updated.

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 23, 2017, 07:03:50 AM
 #90

Launch still on target for tomorrow evening - timing in OP. Premine complete, checkpoint in code and recompiled. Recompiled wallets featuring updated images ready to go, links to be provided in OP at launch.

See you all on the other side Smiley

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
Minerolero
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 23, 2017, 07:07:43 AM
 #91

Could we generate a random adress using something like a python scrypt and then send a transaction without the need of dowloading the software wallet?
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 23, 2017, 07:43:02 AM
 #92

Could we generate a random adress using something like a python scrypt and then send a transaction without the need of dowloading the software wallet?

How would the blockchain know about the address you create?

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
Minerolero
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 23, 2017, 08:48:30 AM
 #93

Could we generate a random adress using something like a python scrypt and then send a transaction without the need of dowloading the software wallet?

How would the blockchain know about the address you create?

Well, if i take bitcoin as an example, its quite easy. If you access their API https://blockchain.info/api/blockchain_api you can see there all that is needed. The question is whether this kind of information will be available for SOCC. So, to broadcast a transaction in the case of bitcoin, all i need is to use the wallets information and send to a node. 

For example if i use python:


# Alice -> Bob (5BTC) -> Charlie

import struct
import base58
import hashlib
import ecdsa

Bob_addr = "1NWzVg38ggPoVGAG2VWt6ktdWMaV6S1pJK"
bob_hashed_pubkey = base58.b58decode_check(Bob_addr)[1:].encode("hex")

Bob_private_key = "CF933A6C602069F1CBC85990DF087714D7E86DF0D0E48398B7D8953E1F03534A"

prv_txid = "84d813beb51c3a12cb5d0bb18c6c15062453d476de24cb2f943ca6e20115d85c"


Charlie_adr = "17X4s8JdSdLxFyraNUDBzgmnSNeZpjm42g"
charlie_hashed_pubkey = base58.b58decode_check(Charlie_adr)[1:].encode("hex")

# Bob sends 0.001 BTC to Charlie and he sends 0.0005 BTC back to himself (change) and the remainder of 0.0005 BTC will be given to the miner as a fee

# 1. raw tx
# 2. raw tx and sign that tx using my private key (this is the only way to prove that I'm Bob)
# 3. raw tx and signature in order to create the real tx

class raw_tx:
   version       = struct.pack("<L", 1)
   tx_in_count    = struct.pack("<B", 1)
   tx_in          = {} #TEMP
   tx_out_count   = struct.pack("<B", 2)
   tx_out1         = {} #TEMP
   tx_out2       = {} #TEMP
   lock_time       = struct.pack("<L", 0)

def flip_byte_order(string):
   flipped = "".join(reversed([string[i:i+2] for i in range(0, len(string), 2)]))
   return flipped


rtx = raw_tx()

rtx.tx_in["txouthash"]       = flip_byte_order(prv_txid).decode("hex")
rtx.tx_in["tx_out_index"]    = struct.pack("<L", 0)
rtx.tx_in["script"]       = ("76a914%s88ac" % bob_hashed_pubkey).decode("hex")
rtx.tx_in["scrip_bytes"]    = struct.pack("<B", len(rtx.tx_in["script"]))
rtx.tx_in["sequence"]      = "ffffffff".decode("hex")

rtx.tx_out1["value"]      = struct.pack("<Q", 100000)
rtx.tx_out1["pk_script"]    = ("76a914%s88ac" % charlie_hashed_pubkey).decode("hex")
rtx.tx_out1["pk_script_bytes"] = struct.pack("<B", len(rtx.tx_out1["pk_script"]))

rtx.tx_out2["value"]      = struct.pack("<Q", 50000)
rtx.tx_out2["pk_script"]    = ("76a914%s88ac" % bob_hashed_pubkey).decode("hex")
rtx.tx_out2["pk_script_bytes"] = struct.pack("<B", len(rtx.tx_out2["pk_script"]))

raw_tx_string = (

   rtx.version
   + rtx.tx_in_count
   + rtx.tx_in["txouthash"]
   + rtx.tx_in["tx_out_index"]
   + rtx.tx_in["scrip_bytes"]
   + rtx.tx_in["script"]
   + rtx.tx_in["sequence"]
   + rtx.tx_out_count
   + rtx.tx_out1["value"]
   + rtx.tx_out1["pk_script_bytes"]
   + rtx.tx_out1["pk_script"]
   + rtx.tx_out2["value"]
   + rtx.tx_out2["pk_script_bytes"]
   + rtx.tx_out2["pk_script"]
   + rtx.lock_time
   + struct.pack("<L", 1)

   )

hashed_tx_to_sign = hashlib.sha256(hashlib.sha256(raw_tx_string).digest()).digest()

sk = ecdsa.SigningKey.from_string(Bob_private_key.decode("hex"), curve = ecdsa.SECP256k1)

vk = sk.verifying_key

public_key = ('\04' + vk.to_string()).encode("hex")

signature = sk.sign_digest(hashed_tx_to_sign, sigencode = ecdsa.util.sigencode_der_canonize)

sigscript = (

   signature
   + "\01"
   + struct.pack("<B", len(public_key.decode("hex")))
   + public_key.decode("hex")

   )

real_tx = (
   rtx.version
   + rtx.tx_in_count
   + rtx.tx_in["txouthash"]
   + rtx.tx_in["tx_out_index"]
   + struct.pack("<B", len(sigscript) + 1)
   + struct.pack("<B", len(signature) + 1)
   + sigscript
   + rtx.tx_in["sequence"]
   + rtx.tx_out_count
   + rtx.tx_out1["value"]
   + rtx.tx_out1["pk_script_bytes"]
   + rtx.tx_out1["pk_script"]
   + rtx.tx_out2["value"]
   + rtx.tx_out2["pk_script_bytes"]
   + rtx.tx_out2["pk_script"]
   + rtx.lock_time

   )

print real_tx.encode("hex")
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 23, 2017, 09:05:11 AM
 #94

Ah so you're referring to the functionality of the blockchain API which allows you to complete the tasks otherwise created and completed by the wallet (creating addresses, sending transactions etc) but nevertheless ensures such outputs are fed back to the blockchain.

At this time, there is no intention to provide API functionality. We need to focus on core func whilst the coin is new. Looking forward to the future though, depending upon success factors, I see no reason why API func could not be introduced.

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
luanptit
Full Member
***
Offline Offline

Activity: 278
Merit: 100


View Profile
June 23, 2017, 09:20:48 AM
 #95

Ah so you're referring to the functionality of the blockchain API which allows you to complete the tasks otherwise created and completed by the wallet (creating addresses, sending transactions etc) but nevertheless ensures such outputs are fed back to the blockchain.

At this time, there is no intention to provide API functionality. We need to focus on core func whilst the coin is new. Looking forward to the future though, depending upon success factors, I see no reason why API func could not be introduced.
how to mining coin, dev?
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 23, 2017, 09:22:15 AM
 #96

Ah so you're referring to the functionality of the blockchain API which allows you to complete the tasks otherwise created and completed by the wallet (creating addresses, sending transactions etc) but nevertheless ensures such outputs are fed back to the blockchain.

At this time, there is no intention to provide API functionality. We need to focus on core func whilst the coin is new. Looking forward to the future though, depending upon success factors, I see no reason why API func could not be introduced.
how to mining coin, dev?

Launch is tomorrow night, full details in OP. Wallets and port details will be listed in OP from shortly before 23.00 CET tomorrow.

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
SDHarley (OP)
Sr. Member
****
Offline Offline

Activity: 778
Merit: 250


View Profile WWW
June 23, 2017, 10:00:25 AM
 #97

Facebook Link: https://www.facebook.com/permalink.php?story_fbid=138282733414483&id=100016982710675
Twitter Follower: @vpsmmoforall
Twitter Retweet: https://twitter.com/vpsmmoforall/status/878186632750309381
SOC Adress: SRLqG9zENg18u5DpgPvZnf5qAPaFBiZoaZ

SOC address is incorrect refers to an old coin, launch is tomorrow night wallet will be released for SOCC wallets - note the ticker is different.

-----------------------------------------------------------
Social Cryptos Ltd - Where cryptos can benefit us all.
BNT_trade
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile WWW
June 23, 2017, 12:20:45 PM
 #98

 join bounty twitter campaign  Cool

Twitter Follower: @battrader_coin
Twitter Retweer :https://twitter.com/battrader_coin/status/878223482235965441

good luck dev Wink

sergsen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250



View Profile
June 23, 2017, 03:53:12 PM
 #99

Hi! I want to join the company bounty

Facebook Link: https://www.facebook.com/world1team/posts/1454902641215427
Twitter Follower: @sergsen
Twitter : https://twitter.com/sergsen/status/878278134310645761
Minerolero
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 24, 2017, 07:18:34 PM
 #100

Any news?
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 60 »
  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!