Bitcoin Forum
June 28, 2024, 02:55:15 PM *
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 »  All
  Print  
Author Topic: [ANN] SOMA :: CPU Mining :: RARE | No Premine //LAUNCHED!//  (Read 21724 times)
atc1
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
February 02, 2014, 06:03:08 AM
 #121

Difficulty too darned high,can't solo mine anymore!

hasis
Full Member
***
Offline Offline

Activity: 159
Merit: 102


View Profile
February 02, 2014, 06:19:38 AM
 #122

pool http://zcoins.org:9842/

minerd64_sse3 -a quark -o http://zcoins.org:9842/ -u ShMnqE94qqe8ccGDKmsKQePEsC61gPaBNY

Use:
windows (x64):
1. download and unpack archive: http://zcoins.org/quark-v2_w64.zip
2. add in file !SOMA.bat your wallet address
3. start !SOMA.bat
holimem
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 02, 2014, 07:02:54 AM
 #123

bravo launch..
let's dance on the moon.
dxas1
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
February 02, 2014, 07:55:53 AM
 #124

Why is it so hard
Why is it so hard
Why is it so hard
Why is it so hard
????????????????????
holimem
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 02, 2014, 07:56:44 AM
 #125

Why is it so hard
Why is it so hard
Why is it so hard
Why is it so hard
????????????????????

cuz it rare/
chip99
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 02, 2014, 08:03:11 AM
 #126

good coin much moon such rare. wow

wyj1888
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
February 02, 2014, 09:51:13 AM
 #127

wo need more pools!!!!!!
upsilon
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
February 02, 2014, 12:47:41 PM
 #128

for more p2pool should share the info of files network.py someone to correct me?

thank you

/p2pool-quarkcoin/p2pool/networks.py


 
Code:
  somacoin=math.Object(
        PARENT=networks.nets['quarkcoin'],
        SHARE_PERIOD=15, # seconds
        NEW_SHARE_PERIOD=15, # seconds
        CHAIN_LENGTH=24*60*60//10, # shares
        REAL_CHAIN_LENGTH=24*60*60//10, # shares
        TARGET_LOOKBEHIND=50, # shares  //with that the pools share diff is adjusting faster, important if huge hashing power comes to the pool
        SPREAD=30, # blocks
        NEW_SPREAD=30, # blocks
        IDENTIFIER='fc70135c7a81bc6f'.decode('hex'),
        PREFIX='9472ef181efcd37b'.decode('hex'),
        P2P_PORT=12533,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=12633,
        BOOTSTRAP_ADDRS=''.split(' '),
        #ANNOUNCE_CHANNEL='#p2pool',
        VERSION_CHECK=lambda v: True,
    ),


/p2pool-quarkcoin/p2pool/bitcoin/networks.py

Code:
    somacoin=math.Object(
        P2P_PREFIX=''.decode('hex'),
        P2P_PORT=12533,
        ADDRESS_VERSION=58,
        RPC_PORT=12633,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'quarkcoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 2048*100000000 >> (height + 1)//60480,
        BLOCKHASH_FUNC=lambda data: pack.IntType(256).unpack(__import__('quark_hash').getPoWHash(data)),
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('quark_hash').getPoWHash(data)),
        BLOCK_PERIOD=30, # s
        SYMBOL='SOMA',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Quarkcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Appli$
        BLOCK_EXPLORER_URL_PREFIX='http://176.221.46.81/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://176.221.46.81/address/',
        SANE_TARGET_RANGE=(2**256//2**32//1000 - 1, 2**256//2**20 - 1),
        DUMB_SCRYPT_DIFF=1,
        DUST_THRESHOLD=0.001e8,
    ),


(excuse me for my english i'm french Wink )
360998186
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 02, 2014, 02:18:46 PM
 #129

for more p2pool should share the info of files network.py someone to correct me?

thank you

/p2pool-quarkcoin/p2pool/networks.py


 
Code:
  somacoin=math.Object(
        PARENT=networks.nets['quarkcoin'],
        SHARE_PERIOD=15, # seconds
        NEW_SHARE_PERIOD=15, # seconds
        CHAIN_LENGTH=24*60*60//10, # shares
        REAL_CHAIN_LENGTH=24*60*60//10, # shares
        TARGET_LOOKBEHIND=50, # shares  //with that the pools share diff is adjusting faster, important if huge hashing power comes to the pool
        SPREAD=30, # blocks
        NEW_SPREAD=30, # blocks
        IDENTIFIER='fc70135c7a81bc6f'.decode('hex'),
        PREFIX='9472ef181efcd37b'.decode('hex'),
        P2P_PORT=12533,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=12633,
        BOOTSTRAP_ADDRS=''.split(' '),
        #ANNOUNCE_CHANNEL='#p2pool',
        VERSION_CHECK=lambda v: True,
    ),


/p2pool-quarkcoin/p2pool/bitcoin/networks.py

Code:
    somacoin=math.Object(
        P2P_PREFIX=''.decode('hex'),
        P2P_PORT=12533,
        ADDRESS_VERSION=58,
        RPC_PORT=12633,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'quarkcoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 2048*100000000 >> (height + 1)//60480,
        BLOCKHASH_FUNC=lambda data: pack.IntType(256).unpack(__import__('quark_hash').getPoWHash(data)),
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('quark_hash').getPoWHash(data)),
        BLOCK_PERIOD=30, # s
        SYMBOL='SOMA',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Quarkcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Appli$
        BLOCK_EXPLORER_URL_PREFIX='http://176.221.46.81/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://176.221.46.81/address/',
        SANE_TARGET_RANGE=(2**256//2**32//1000 - 1, 2**256//2**20 - 1),
        DUMB_SCRYPT_DIFF=1,
        DUST_THRESHOLD=0.001e8,
    ),


(excuse me for my english i'm french Wink )

Is is a p2pool for windows OS?
Shenckell
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
February 02, 2014, 02:57:59 PM
 #130

LOL! Such rare! Much Profit!

{
"blocks" : 1179,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 5574.24001059,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 1,
"testnet" : false
}

Only 60k SOMA mined till now, this coins is really rare and probably will have some value.
phriek
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
February 02, 2014, 03:04:03 PM
 #131

"difficulty" : 6426.89595523,

difficulty raised up 500% in 6 hours
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
February 02, 2014, 03:15:01 PM
 #132

really difficult to get this coin ...

WTS 175 SOMA at rate 1SOMA - 0.001BTC
Shenckell
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
February 02, 2014, 04:32:59 PM
 #133

320 SOMA for sell - 0.25 BTC
crike
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 02, 2014, 04:35:18 PM
 #134

WTS 600 for 0.5 BTC, pm

BTC: 19GwYWZjY3RczZFCS7S64AikrARuyZ7Zoc
Fiku
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
February 02, 2014, 05:05:44 PM
 #135

Difficultly is insane. Nearly at 1GH/s already on http://zcoins.org:9842/ Shocked

WTB SOMA with 7000 MOL. PM Offers.
porcupine87
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


hm


View Profile
February 02, 2014, 05:12:08 PM
 #136


About SOMA
* 50,000,000 max SOMA supply
* Block Reward 50 SOMA
* Reward halves every 200'000 blocks
* Algos: Blake, Blue Midnight Wish, Grøstl, JH, Skein, SHA-3 aka QRK Pow
* NO PREMINE.
So what is the block time? Sometimes I can't believe that some devs can't archive the basics of the basics...

"Morality, it could be argued, represents the way that people would like the world to work - whereas economics represents how it actually does work." Freakonomics
holimem
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 02, 2014, 05:50:26 PM
 #137

amazing calc speed!

it must be hot.
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
February 02, 2014, 06:13:37 PM
 #138

block explorer?

no sign of a signature
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
February 02, 2014, 10:29:38 PM
Last edit: February 03, 2014, 10:45:56 AM by kaene
 #139

WTS SOMA, PM your offer
ex_mac
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


"Proof-of-Asset Protocol"


View Profile
February 02, 2014, 11:16:05 PM
 #140

Welcome to new pool:

http://cpu-pool.net/soma/


|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
Pages: « 1 2 3 4 5 6 [7] 8 9 10 »  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!