Author

Topic: [ANN] TiPS ★ Kimotos Gravity Well ★ World first coin anonymizer launched! - page 141. (Read 573194 times)

sr. member
Activity: 336
Merit: 250
I've pointed my miner to help get past this, its not a lot but anything helps right now.  This coin seems very promising and im sticking with it.  Even bought some up on the exchanges with my left over btc/ltc =-)
full member
Activity: 182
Merit: 100
We will reach 51k tonight.

Put your back into this, check your fedora and feel the enlightenment.
sr. member
Activity: 378
Merit: 250
the network is so slow that it will take days for anything you mine to show up?

this for another 53 blocks.
full member
Activity: 132
Merit: 100
If you knew better, You'd do better
anybody know of a good pool with working stats? I was using notnull but shares seem stuck i could find 500 shares and my unconfirmed will stay at 0.00000 the entire day.  unless the network is so slow that it will take days for anything you mine to show up?
full member
Activity: 132
Merit: 100
If you knew better, You'd do better
i tried to send 168k coins to a exchange 24 hours ago and they still haven't shown up anybody have any ideas on why its taking so long?


syncing has stopped at 2 hours also  werid stuff going on lately in crypto
Have you updated your wallet to the latest version?

If not, delete everything from %appdata%/Fedoracoin/ except wallet.dat.
Then start the new wallet version and let it sync. Your balance should now be reset and you can send your coins to the exchange using the actual blockchain.

thanks that worked for syncing
full member
Activity: 140
Merit: 100
We will be rich in few days Cheesy
sr. member
Activity: 277
Merit: 250
LESS THAN 80 blocks to GO because on block 51k new gravity algorythm kicks in !!!!!!!!!!!!!!!

53 now !!!
full member
Activity: 140
Merit: 100
LESS THAN 80 blocks to GO because on block 51k new gravity algorythm kicks in !!!!!!!!!!!!!!!
hero member
Activity: 588
Merit: 500
i tried to send 168k coins to a exchange 24 hours ago and they still haven't shown up anybody have any ideas on why its taking so long?


syncing has stopped at 2 hours also  werid stuff going on lately in crypto

It's because the network is grinding to a halt due to profit-grabbing mining tactics employed by multipools. This will all be resolved very soon (likely within the next 48 hours) once we reach block 51,000. Once we start finding blocks then your client will sync and all will be well.

Mainly, do not panic. The network will be smooth and healthy shortly.
hero member
Activity: 984
Merit: 1000
i tried to send 168k coins to a exchange 24 hours ago and they still haven't shown up anybody have any ideas on why its taking so long?


syncing has stopped at 2 hours also  werid stuff going on lately in crypto
Have you updated your wallet to the latest version?

If not, delete everything from %appdata%/Fedoracoin/ except wallet.dat.
Then start the new wallet version and let it sync. Your balance should now be reset and you can send your coins to the exchange using the actual blockchain.
full member
Activity: 132
Merit: 100
If you knew better, You'd do better
i tried to send 168k coins to a exchange 24 hours ago and they still haven't shown up anybody have any ideas on why its taking so long?


syncing has stopped at 2 hours also  werid stuff going on lately in crypto
hero member
Activity: 984
Merit: 1000
full member
Activity: 196
Merit: 100
I would like to mine tips on my macbook (the only machine I have at the moment), even though it probably has zero effect on the network but I would feel good about it  Grin
the question is, I have the wallet and tried once to mine using this pool I think http://fed.towho.de/ or one that looked similar, but I couldn't see my stats on the page and gave up. did I miss something or how should I go about it?

It takes a while to show up. What miner where you using?
full member
Activity: 140
Merit: 100
COIN of Future  is coming back !!!!!!!!
hero member
Activity: 623
Merit: 500
I would like to mine tips on my macbook (the only machine I have at the moment), even though it probably has zero effect on the network but I would feel good about it  Grin
the question is, I have the wallet and tried once to mine using this pool I think http://fed.towho.de/ or one that looked similar, but I couldn't see my stats on the page and gave up. did I miss something or how should I go about it?
full member
Activity: 126
Merit: 100
I'm excited for the update. I only have 100kHash, but it'll be nice to see a constant 3gHash or so on the network once everything is up and running again.. In the mean time, in the last 2 days I have only made 600 tips =/. But still... can't wait ^_^

Edit: I'm also waiting for an osx wallet update =/ ..  haven't taken my unix classes, yet, so Linux is still a bit too intimidating for me.
legendary
Activity: 1537
Merit: 1005
80 blocks to go!
By the way the old block explorers are broken atm and the owner's away, there's a working one over at http://198.144.178.108:2750/chain/Fedoracoin though.

Also in case anyone is wondering coin mixing will probably take another week, but don't worry though as I've been hard at work, here's a changelog of things added so far:
Quote
0.60 changelog
    - TestNet support
    - Beta coin mixing support (single mixing node right now)
    - Add RPC user system (users stored in database, can be added by admin account with adduser/authuser commands)
        - Add passwd command (users can change password / admin can change user passwords)
        - Add admin-only command root to find root username
        - Add rootuser to getinfo command output (admin-only)
        - Add whoami command to display logged in user name
    - Add getchainvalue command to display total mined coins
    - Updated alert key + new alert creation/signing/sending commands
    - Allow RPC server access from JavaScript requests / web wallets
    - Change miniTIPS/tinyTIPS to thousands and millions
    - Update block checkpoints
    - Update int64 -> uint64
    - Update NSIS script + icons
    - Rearrange code (no more warnings!)
    - Fixups for MSVC 2012 / Qt 5
    - Fix genbuild.sh
    
NOTES:
    - still need to add mixer node announcements/revokements etc
    - sendtoaddress command still doesn't take user / users addresses into consideration yet
          
Technical info of above:
    - fix testnet (generate genesis block, update merkle root, update checkpoints)
    - update alert keys
    - add generatekey/createalert/signalert/sendalert admin-only commands
    - add Access-Control headers to allow client-side JS to connect to RPC
    - add RPC user system
        - add adduser/authuser admin-only commands
        - add root (find root username) admin-only command
        - add rootuser to getinfo output (only shows for admin)
        - add whoami/passwd commands
        - changed certain commands to only run if user is admin

    - add beta coin mixing support (still have to add mixer announcements/revokements/network testing)
    - add "anonymize coins" checkbox to send coins form and update rpc commands to allow :mixed after addresses
        (see help messages for sendtoaddress/sendfrom/sendmany)
    - add mixing fee display
    - hide boost warnings (no more warnings!)
    - change miniTIPS/tinyTIPS to thousands and millions
    - add getchainvalue command (total mined TIPS up to block N)
    - update checkpoints
    - update int64 -> uint64
    - update nsis logos/icons
    - fix nsis script file
    - rearrange code
    - fixups for MSVC 2012 and Qt 5.1
    - fix genbuild.sh
0.60 will be a nice update Smiley
Now that I've updated the alert keys we (the developers) can send alerts through the network informing people about updates and changes, etc.
Also the new RPC user system means that you can create extra RPC users who only have access to certain accounts they've created on the server, allowing anyone to host a web-wallet!
We'll probably talk more about web-wallets later on when we have more news to share Wink

Good to see you are still around Smiley Invisi, if you were the one to arrange multipool help back at 270 diff, maybe you will be able to get them to help with last lets say 20 blocks Cheesy
sr. member
Activity: 378
Merit: 250
full member
Activity: 126
Merit: 100
The last block I am seeing is 50920 .. been stuck there for about half an hour but net hash rate still showing as 13gHash.. anyone else seeing the same or different?
Jump to: