Author

Topic: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet Coming Soon - page 350. (Read 473524 times)

legendary
Activity: 1638
Merit: 1011
jakiman is back!
It's not even on their list of coins being mined now. Grin
Magic works :-)

So we should be safe from them until supercoiin hits at least 10k sat. Grin
full member
Activity: 196
Merit: 100
It's not even on their list of coins being mined now. Grin
Magic works :-)
full member
Activity: 168
Merit: 100
legendary
Activity: 1638
Merit: 1011
jakiman is back!
It's not even on their list of coins being mined now. Grin
legendary
Activity: 1148
Merit: 1000
I cant see SUPER at recent find blocks http://www.wafflepool.com/stats/x11
it looks like they give up mining supercoin...

if they give up, it's good for supercoin.
full member
Activity: 196
Merit: 100
I cant see SUPER at recent find blocks http://www.wafflepool.com/stats/x11
it looks like they give up mining supercoin...
full member
Activity: 196
Merit: 100

14:31:30

getmininginfo


14:31:30

{
"blocks" : 83459,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 1101.38733358,
"proof-of-stake" : 0.00037255,
"search-interval" : 1
},
"blockvalue" : 25600000000,
"netmhashps" : 39751.45023479,
"netstakeweight" : 193701.54866566,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 55156,
"maximum" : 0,
"combined" : 55156
},
"testnet" : false
}

First super block reward drop happened.
full member
Activity: 196
Merit: 100
EXCEPTION: ST13 runtime error.

CDB() Cant open database file, error 21. Supercoin in runaway exception.

I managed to compile the wallet on Linux but getting this popup error when i run it. Any ideas?
Please check here https://www.google.com/search?q=EXCEPTION%3A+ST13+runtime+error&rlz=1C1ASUC_enRU570RU570&oq=EXCEPTION%3A+ST13+runtime+error&aqs=chrome..69i57j69i58.52705j0j4&sourceid=chrome&es_sm=93&ie=UTF-8

I fixed it by running wallet with sudo.

Good, sudo is a master command :-)
full member
Activity: 224
Merit: 100
EXCEPTION: ST13 runtime error.

CDB() Cant open database file, error 21. Supercoin in runaway exception.

I managed to compile the wallet on Linux but getting this popup error when i run it. Any ideas?
Please check here https://www.google.com/search?q=EXCEPTION%3A+ST13+runtime+error&rlz=1C1ASUC_enRU570RU570&oq=EXCEPTION%3A+ST13+runtime+error&aqs=chrome..69i57j69i58.52705j0j4&sourceid=chrome&es_sm=93&ie=UTF-8

I fixed it by running wallet with sudo.
full member
Activity: 224
Merit: 100
EXCEPTION: ST13 runtime error.

CDB() Cant open database file, error 21. Supercoin in runaway exception.

I managed to compile the wallet on Linux but getting this popup error when i run it. Any ideas?
sr. member
Activity: 266
Merit: 250
Ok, we just hit 19200 PoW Block.
halve

{
    "blocks" : 83443,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : {
        "proof-of-work" : 1101.38733358,
        "proof-of-stake" : 0.00076062,
        "search-interval" : 0
    },
    "blockvalue" : 25600000000,
    "netmhashps" : 39751.45023479,
    "netstakeweight" : 265989.43261276,
    "errors" : "",
    "pooledtx" : 0,
    "stakeweight" : {
        "minimum" : 353909,
        "maximum" : 0,
        "combined" : 353909
    },
    "testnet" : false
}
full member
Activity: 196
Merit: 100
Ok, we just hit 19200 PoW Block.
full member
Activity: 196
Merit: 100
how to build QT wallet from source? I just get error.

post your errors.

For Linux.

/home/saberu/supercoin/Makefile
Unable to generate makefile for: SuperCoin-qt.pro

I fixed that by running with sudo but now still another problem.  When I try and run make-

cd /home/saberu/supercoin/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/saberu/supercoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/saberu/supercoin/src/leveldb'
make: *** [/home/saberu/supercoin/src/leveldb/libleveldb.a] Error 2

Ok I fixed that by using 777 permissions on all the src files. Ill see if compiles
It looks you solved the issue.
hero member
Activity: 1190
Merit: 511

Super was most mined crypto recent hour at wafflepool, i hope this is ending today after the first halve.


Decreasing rapidly
Now only 12%


Edit: 0%
legendary
Activity: 1148
Merit: 1000
it seems multipool start dump their mined coin now.

their last chance to dump now.

strange, there is not buy support at the moment. I ve bought other 10.000 super at 5000 sat before but for today I cannot do more

people will realise this halve  soon.

 Smiley
sr. member
Activity: 826
Merit: 263
it seems multipool start dump their mined coin now.

their last chance to dump now.

strange, there is not buy support at the moment. I ve bought other 10.000 super at 5000 sat before but for today I cannot do more
full member
Activity: 224
Merit: 100
how to build QT wallet from source? I just get error.

post your errors.

For Linux.

/home/saberu/supercoin/Makefile
Unable to generate makefile for: SuperCoin-qt.pro

I fixed that by running with sudo but now still another problem.  When I try and run make-

cd /home/saberu/supercoin/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/saberu/supercoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/saberu/supercoin/src/leveldb'
make: *** [/home/saberu/supercoin/src/leveldb/libleveldb.a] Error 2

Ok I fixed that by using 777 permissions on all the src files. Ill see if compiles
Jump to: